Z-wave device sends on and off signal
Posted: Wednesday 30 December 2015 21:16
Hi,
I am having a difficult time understanding Z-wave. Just now I started using it hoping to replace my RFXCom eventually. I bought a Z-wave.me USB stick and a BeNext built-in dimmer. The problem I am having is that when switching the BeNext dimmer on or off in the logs I can see that it sends multiple on / off signals. This should not be a problem but it sends signals as followed:
- Switching Off: It sends 3 off signals.
- Switching On: It sends an on signal and then an off signal.
The logs look like this:
Am I doing something wrong? My goal is to make an event or lua script which puts on a scene when this device is on and turns the scene off when the device is off. This way I need to hack a lot to make that possible.
Can someone help me figure this out?
Thanks in advance.
I am having a difficult time understanding Z-wave. Just now I started using it hoping to replace my RFXCom eventually. I bought a Z-wave.me USB stick and a BeNext built-in dimmer. The problem I am having is that when switching the BeNext dimmer on or off in the logs I can see that it sends multiple on / off signals. This should not be a problem but it sends signals as followed:
- Switching Off: It sends 3 off signals.
- Switching On: It sends an on signal and then an off signal.
The logs look like this:
Code: Select all
2015-12-30 21:08:52.717 LUA: ----------------------------------------------Switching Off - Off----------------------------------------------------
2015-12-30 21:08:52.591 (Z-wave Transceiver) Lighting 2 (Plafontspots Test 4)
2015-12-30 21:08:52.717 (Z-wave Transceiver) Lighting 2 (Plafontspots Test 4)
2015-12-30 21:08:53.297 LUA: ----------------------------------------------Switching Off - Off----------------------------------------------------
2015-12-30 21:08:53.286 (Z-wave Transceiver) Lighting 2 (Plafontspots Test 4)
2015-12-30 21:09:00.041 User: Admin initiated a switch command
2015-12-30 21:09:00.041 OpenZWave: Domoticz has send a Switch command!, Level: 255, NodeID: 4 (0x04)
2015-12-30 21:09:00.051 LUA: ----------------------------------------------Switching On - On----------------------------------------------------
2015-12-30 21:09:00.041 (Z-wave Transceiver) Lighting 2 (Plafontspots Test 4)
2015-12-30 21:09:00.127 LUA: ----------------------------------------------Switching On - Off----------------------------------------------------
2015-12-30 21:09:00.116 (Z-wave Transceiver) Lighting 2 (Plafontspots Test 4)
2015-12-30 21:09:01.286 (Z-wave Transceiver) Lighting 2 (Plafontspots Test 4)
Can someone help me figure this out?
Thanks in advance.