i suspect this might not be possible. But is there a way to get one of my devices, which I control through IR, to tell me if it's on or not? For example, i'd love to have my software remote have an indicator light that shows the Cable box is actually on. The light would then turn off if the box is off.
I can do this right now by just sending different values for the same property but if I were to ever turn the box on with the real remote the whole process could be out of sinc. Does that make sense?
Obtain property from device
IR is tough because it's one-way. If you had an RS232 interface, you could poll for status and know whether it is on or off.
You could use something like thiswith an X10 HouseBot Interface to know the power state. It's supposed to send X10 commands when the power state changes, but I've never used one.
You could use something like thiswith an X10 HouseBot Interface to know the power state. It's supposed to send X10 commands when the power state changes, but I've never used one.
Scott