Hi,
I created 2 scripts to monitor the LUM setting from a AEON sensor and turn on/off my outside lights connected to a AEON smart Dimmer switch.
The OFF script has a single line as follows
The program code tab
#0001 HomeAutomation.ZWave:23 Dimmer Gate Lights Control.Off 0
The Trigger Tab (when condition evaluation switches to true)
#0001 HomeAutomation.ZWave:22 Sensor Sensor.Luminance GreaterThan 10
The ON script has a single line as follows
The program code tab
#0001 HomeAutomation.ZWave:23 Dimmer Gate Lights Control.On 100
The Trigger Tab (when condition evaluation switches to true)
#0001 HomeAutomation.ZWave:22 Sensor Sensor.Luminance Equals 0
it looks like something does happens as the screen show the correct status of the lights either on or off but the actual lights more often then none are in the opposite state.
The switch does work every time when commanded ON or OFF from the control page or the APP on my phone.
In other words, the lights will go on via the phone app when told to go ON even though it is already display it is on
First thought is that the switch may be sleeping when the control is sent. do they go to sleep?
The switch is about 6 feet from the stick so I cant the signal never gets to the switch as it works every time when I manually send the control cmd.
Is there any way we can send the control and then query the status and send it again if not activate?
mind you all, this is very new to me and I dont even know how to debug this or give you more info from a log of some sort..
Any ideas is welcome please.
running this on a RASP PI fully updated.