Search found 13 matches

by forkboy
Sunday 16 July 2023 20:16
Forum: Python
Topic: Python plugin: Wallbox EV charger
Replies: 17
Views: 3986

Re: Python plugin: Wallbox EV charger

Thanks, great plugin :D .

Just installed it without too much problems, and seems to work great!
Minor comment which I just noticed, The device "Charging current" should be power in kW instead of current in Ampere; at least the metric corresponds to that in the Wallbox app.
by forkboy
Monday 08 June 2020 19:25
Forum: Temperature and Weather
Topic: BuienRadar invalid data
Replies: 23
Views: 2683

Re: BuienRadar invalid data

I am seeing similar Problem Connecting to BuienRadar messages. I must also say that my sensors have been updated. The last change is 5 seconds before an error in the log. The sensors seem to be updated every 10 minutes while the error is there every 5 minutes. The rainprediction is updated every 5 ...
by forkboy
Monday 08 June 2020 17:26
Forum: Temperature and Weather
Topic: BuienRadar invalid data
Replies: 23
Views: 2683

Re: BuienRadar invalid data

Is it working again? I doubt. Works for me without any messages (station 6344). Also URL replies are normal again. Could your issue be related to 1 particular station? I am seeing similar Problem Connecting to BuienRadar messages. I must also say that my sensors have been updated. The last change ...
by forkboy
Monday 08 June 2020 15:03
Forum: Temperature and Weather
Topic: BuienRadar invalid data
Replies: 23
Views: 2683

Re: BuienRadar invalid data

So there seems to be room for improvement: with a stationid in the hardware we could at least get the basic weather information, without the rain forecast.
by forkboy
Monday 08 June 2020 12:20
Forum: Temperature and Weather
Topic: BuienRadar invalid data
Replies: 23
Views: 2683

BuienRadar invalid data

This morning around 10.30 CET my BuienRadar hardware started reporting the following error every 10 minutes: Error: BuienRadar: Invalid data received (timestamp or staionid missing) or no data returned! After disable/enable it now tells me: 2020-06-08 12:05:32.273 Error: BuienRadar: No (nearby ...
by forkboy
Monday 08 June 2020 12:16
Forum: Temperature and Weather
Topic: Can't find the Opus/ ImaginTronix XT300
Replies: 2
Views: 915

Re: Can't find the Opus/ ImaginTronix XT300

I have these working in my setup, but I had troubles in the beginning as well. I think you need to enable both ImaginTronix as well as FineOffset/Viking protocol. At least the lather is required. Also check that you accept new hardware in the setup. Signal is not very good, but if you check close ...
by forkboy
Saturday 18 January 2020 13:28
Forum: Suggestions
Topic: On/off switch report
Replies: 3
Views: 530

Re: On/off switch report

I now managed this via a LUA script and virtual devices. The script is like this; in this case I did not use the switches as input but rather a state variable. Using switches would be somewhat similar. commandArray = {} function datetimedifferencenow(s) year = string.sub(s, 1, 4) month = string.sub ...
by forkboy
Friday 27 December 2019 15:30
Forum: Suggestions
Topic: On/off switch report
Replies: 3
Views: 530

Re: On/off switch report

Yes something like that. Yes history keeping might be a next thing, but I would only need the totals to be saved. So if I have a total for a day, and save that it would be good. This would mean 365 values per year for a single device. How did you construct your output? I am guessing with your ...
by forkboy
Monday 23 December 2019 20:21
Forum: Suggestions
Topic: On/off switch report
Replies: 3
Views: 530

On/off switch report

An on/off switch does not have a report available through logs - reports.
I would like to have a report showing the time in a state. So for instance it will indicate that the switch was turned on for 1 hours, and 23 hours it was off for a day. Of course then totals per week, month et cetera
by forkboy
Sunday 29 September 2019 15:24
Forum: Blockly
Topic: Weird result from Blockly if/else construct
Replies: 1
Views: 408

Weird result from Blockly if/else construct

I have a very simple blockly script to illustrate some weird behavior. I have created two virtual switches: Tester1 and Tester2. The blockly event is executed (device) as soon as I switch on Tester1. The weird result is however that I see both lines: "Tester2 = On" and "Tester2 = Off" in the log (in ...
by forkboy
Friday 08 February 2019 22:30
Forum: Z-Wave
Topic: Three minor issues with the Qubino Smart Meter (ZMNHTDx)
Replies: 27
Views: 5797

Re: Three minor issues with the Qubino Smart Meter (ZMNHTDx)

I have two devices. The "Warmtepomp kWh and kVAh" device is the device by Qubino. The device "Warmtepomp kWh" has index 322, and is a virtual device. I used to have a smaller number than 200000. But now after running for some while the difference between the kWh and kVAh values is quite large. I can ...
by forkboy
Monday 07 January 2019 11:59
Forum: Z-Wave
Topic: Three minor issues with the Qubino Smart Meter (ZMNHTDx)
Replies: 27
Views: 5797

Re: Three minor issues with the Qubino Smart Meter (ZMNHTDx)

I now understand the problem with the kWh value. Both the kVAh and kWh values are reported to the same device in Domoticz. The kVAh value is reported last, and therefore that value is showing for the device. I have created a script that splits the kWh based on the last value + a margin of 20kWh and ...
by forkboy
Friday 04 January 2019 17:25
Forum: Z-Wave
Topic: Three minor issues with the Qubino Smart Meter (ZMNHTDx)
Replies: 27
Views: 5797

Re: Three minor issues with the Qubino Smart Meter (ZMNHTDx)

I just installed my ZMNHXDx today. The latest stable of Domoticz did see it as unknown. After updating to the latest beta I see most of the values, but I am still having troubles with the total kWh value. It seems that the kVAh value shown by OpenZwave in Control Panel is available in Domoticz as a ...