I've 2 Qubino's ZMNHDD1 dimmers. Both are connected in the wall next to each on in the same way but I'm having strange issues with 1 of both dimmers. Both dimmers are connected to pulse switches.
Dimmer 1 - ZMNHDD1 - Normal light bulb, only changed parameter 1 from Bi-stable to mono-stable
Dimmer 2 - ZMNHDD1 - Normal light bulb, only changed parameter 1 from Bi-stable to mono-stable
What's the issue?
- In the past the dimmer 2 didn't respond by a single press for turning on/off the light, dimmer 1 does. Both dimmers were able to dim/brighten the lights. I fixed the turn on/off issue by removing temporary the power from the module. If there was a fault connection the dim functionality shouldn't either work from my perspective.
- Now the dimmer is not responding correctly from domoticz:
- If I turn the module on in Domoticz the lights go on, but if I set the dim level for example on 75% by clicking on the slider the light goes to 75% but domoticz goes back within a second to the previous value like 19%. The last logline says the level is set to 79%.
- If I switch off the light by the pulse switch the light go off, dimmer 1 shows "Off" in domoticz whereas dimmer 2 shows "On".
I've also tried to look at the JSON values but those are even incorrect.
Code: Select all
2015-12-21 20:33:33.153 (Razberry) Lighting 2 (Dimmer 2)
2015-12-21 20:33:38.998 OpenZWave: Domoticz has send a Switch command!, Level: 75, NodeID: 19 (0x13)
2015-12-21 20:33:39.001 (Razberry) Lighting 2 (Dimmer 2)
2015-12-21 20:33:48.059 OpenZWave: Domoticz has send a Switch command!, Level: 18, NodeID: 19 (0x13)
2015-12-21 20:33:48.062 (Razberry) Lighting 2 (Dimmer 2)
2015-12-21 20:33:48.194 (Razberry) Lighting 2 (Dimmer 2)
2015-12-21 20:34:15.446 (Razberry) Usage (verbruik onbekend)
2015-12-21 20:34:15.452 (Razberry) General/kWh (kWh Meter)
2015-12-21 20:34:16.460 (Razberry) Usage (verbruik onbekend)
2015-12-21 20:34:16.466 (Razberry) General/kWh (kWh Meter)
Code: Select all
"CustomImage" : 0,
"Data" : "Set Level: 74 %, Level: 74 %",
"Description" : "",
"Favorite" : 0,
I've serveral times to exclude and include dimmer 2 but the result is still the same. I also tried a factory reset but it seems like it won't reset because parameter 1 stays on mono-stable (push).
Is there anything else I can try?
[Edit]
I've found that I can do a "Refresh node info" in the OpenZwave control panel. After this the value is updated... do I need to run the update script as assumed in an other topic?
viewtopic.php?f=17&t=7043
[/Edit]