Sorry for bumping this thread, but I've got exactly the same behaviour as described in the first post.
Does anybody know how to fix this? Is it as pv output thing or domoticz related?
Search found 9 matches
- Tuesday 27 April 2021 9:02
- Forum: Other questions and discussions
- Topic: PVOutput graph is a bit weird
- Replies: 1
- Views: 401
- Friday 01 May 2020 20:44
- Forum: Z-Wave
- Topic: Popp Z-rain
- Replies: 15
- Views: 2421
Re: Popp Z-rain
Did some more digging and found the following: The section of code mentioned in the error (line 3188 in OpenZWave.cpp) handles the datatypes bool, byte, string and list. if (vType == OpenZWave::ValueID::ValueType_Bool) { if (bValue == true) intValue = 255; else intValue = 0; } else if (vType ...
- Saturday 18 April 2020 17:53
- Forum: Z-Wave
- Topic: Popp Z-rain
- Replies: 15
- Views: 2421
Re: Popp Z-rain
After the update to the 2020 version I also receive the error mentioned in the first post: Unhandled value type ZDTYPE_SWITCH_NORMAL (2). Node: 15 (0x0f), CommandClass: SENSOR MULTILEVEL, Label: General Purpose, Instance: 1, Index: 2 (OpenZWave.cpp:3189) However, rainrate and rainfall is updated as ...
- Tuesday 24 March 2020 6:57
- Forum: Z-Wave
- Topic: Popp Z-rain
- Replies: 15
- Views: 2421
Re: Popp Z-rain
It reports the rainfall with 0.5mm accuracy. I never compared it to a official rain gauge though. But overall I am quite satisfied with this device. For the problem above: try to refresh node info. Not only from the ozw panel but also from the domoticz hardware page. That did resolve some zwave ...
- Monday 23 March 2020 21:45
- Forum: Z-Wave
- Topic: Popp Z-rain
- Replies: 15
- Views: 2421
Re: Popp Z-rain
For what it's worth, i use this device for over a year without any problems. Rain rate and total amount of rain is updated as expected.
- Thursday 15 November 2018 20:29
- Forum: Other questions and discussions
- Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
- Replies: 394
- Views: 114242
Re: Watermeter lezen met raspberry en Inductieve NPN sensor
Ok. I must admit that I havn't tested that scenario.
I'll do some more tests in the weekend.
I'll do some more tests in the weekend.
- Thursday 15 November 2018 16:53
- Forum: Other questions and discussions
- Topic: Watermeter lezen met raspberry en Inductieve NPN sensor
- Replies: 394
- Views: 114242
Re: Watermeter lezen met raspberry en Inductieve NPN sensor
I tried to make the watermeter working in Domoticz by following the manual of: https://ehoco.nl/watermeter-uitlezen-in-domoticz-lua-script/ I and many others are still getting this error: EventSystem: in Watermeter: [string “commandArray = {}…”]:18: attempt to perform arithmetic on global ‘sWat ...
- Wednesday 25 July 2018 10:03
- Forum: Others
- Topic: Nefit Easy™
- Replies: 721
- Views: 166681
Re: Nefit Easy™
Maybe I've found something in the errorlog of PM2 we can use to solve the issue. The errorlog of PM2 is flooded with the following message: (node:29044) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'write' of null at Promise (/usr/lib/node_modules/nefit-easy-http-server/node ...
- Wednesday 31 January 2018 15:09
- Forum: Show your projects
- Topic: Is it gonna rain within the next X minutes?
- Replies: 307
- Views: 77455
Re: Is it gonna rain within the next X minutes?
Hi, SInce I'm new here (or call me NOOB :D ) I just used the script as mentioned in the start post. On my dashboard I get the text message : Regen verwacht, so the text file seems to be working (took me some time to figure out I had to use the chmod 0666). Now I've got one problem: When I look in ...