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.
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 ...
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 ...
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.
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 ...
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 ...
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 ...
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 ...
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
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 ...
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 ...
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 ...
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 ...