Auto repeat?
Auto repeat?
I have problem with missed transmissions, occasionally devices not responding to signal. I think auto repeat would help to minimize this issue. Any ideas how to accomplished that with meediobot.
Some of the HouseBot X10 Hardware Interfaces support a retry count. For example, the USB Powerlink allows you to specify how many times it will retry sending the command before giving up.
You could also create a Task that runs periodically by having it conditionally test the system time "time without seconds" property and calling another task when it is appropriate. You could also just execute a script Device (that checks the time and calls another task if it is time.) every minute.
You could also create a Task that runs periodically by having it conditionally test the system time "time without seconds" property and calling another task when it is appropriate. You could also just execute a script Device (that checks the time and calls another task if it is time.) every minute.
Scott