HomeGenie Forum
General Category => Troubleshooting and Support => Topic started by: mrrrl2 on December 13, 2015, 05:57:27 PM
-
I have a tilt sensor that I want to use to show the garage door is open and turn on some lights. Sensor works and I see the changes on the dashboard for the sensor. I set up a Wizard to turn on a light (HomeAutomation.ZWave:2 Foyer Lights Control.On) with the following trigger (HomeAutomation.ZWave:11 GarageDoor Status.Level Equals 1).
When I run the Wizard the light turns on. I have saved and enabled the Wizard. When I tilt the tilt sensor I see the changes on the dashboard and a few seconds later I see the light control on the dashboard turn on. But the actual light doesn't turn on. I reset the tilt sensor back to the other position, it changes on the dashboard. I manually turn the light control to off. Try again, it may or maynot work.
I made sure from the dashboard the light control works and it does. But the issue is when using the tilt sensor and the Wizard it unreliable, does work once in say ten times.
Any idea on why this is happening and what I can do to resolve.?
-
Some sensors report different values when triggered (may not be =1). You can monitor the log to make sure it is "1" or change the script from Status.Level=1 to Status.Level>0
-
I know that the tilt sensor is triggering the script, on the dashboard the light indicator turns on, but the actual light does not. If I test the dashboard control for the light it works every time.
I don't understand why I can turn on the light via the dashboard control but why the script is not working, yet it shows the light on.
I tried your suggestion of >0 and get the same results.
It's not an issue with the script, but the light control not working correctly with the srcipt.
-
Try with r507.
g.
-
That seemed to have worked. I'll test more in the following days, but quick test, worked every time. On a side note, I installed but it shows updates available, but updater stalls at 508_509 decompressing.
Thanks!
-
Hi,
see
[url=http://www.homegenie.it/forum/index.php?topic=1327.0]www.homegenie.it/forum/index.php?topic=1327.0] (http://[/url)www.homegenie.it/forum/index.php?topic=1327.0 (http://www.homegenie.it/forum/index.php?topic=1327.0)
had the same problem, took about 10 Min for me.
br. Christian
-
Thanks. I ended up using the SSH command line to install the latest version.