Page 1 of 1

Checking if light is on before turning it on

Posted: Sun Jan 01, 2006 5:07 am
by wetwired
I´m using Zwave, and I was wondering if there´s any point in checking if the light is on before sending the "on" command in a task?

Do I get a faster response from the devices since there is less commands to send through the USB controller or does the task take longer to complete?



Does anyone have any experience with zwave and tasks with lots of actions?

Posted: Sun Jan 01, 2006 9:09 am
by JonFo
It's probably quicker and easier to just send the commands for the desired state as part of the tasks.



I only check current state if I'm trying to ensure a given module is on or off in conjunction with another condition (like make sure the projector exhaust fan is on if the PJ is on).



Hope that helps,

Posted: Sun Jan 01, 2006 3:56 pm
by wetwired
But if you send a lot of "On" actions the task is really slow to reach all the devices. If I have just one "On", the device turns on almost instantly but add 3-5 more and the devices take several seconds to come on.

Well I´ll guess I´ll try it and see what happens :)