<a href=showthread.php?s=&postid=15472305#post15472305 target=_blank>Originally posted</a> by Chymos45
I can certainly see how that works in your situation and is a great idea. I will definitely add a similar feature to my program.
My problem is this. I currently have my AC3 talking to an X-10 controller that switches multiple outlets. Occasionally (well, frequently), an X-10 outlet will miss a command. I knew this was a possibility when I set it up, but did not think it would be a problem since the AC3 is set to repeat the commands at regular intervals (5 minutes in my case). I figured the worst that could happen would be that my lights would come on 5 minutes later than usual"¦
The problem is that the X-10 controller seems to send a CHANGE command, rather than a ON or OFF command. Meaning that even if an outlet is currently ON and the AC3 tells the controller to turn it ON again (repeat interval), the X-10 controller will send a command to CHANGE and the outlet will now turn OFF. Clear as mud???
Any ideas on how to evaluate the status of an outlet and give different values when true vs. false?