I just tested the updated X10 remote plugin that Krambriw wrote and it works perfect for receiving X10 signals, does not lockup after the first signal. I'm using a CM15a interface. However that plugin does not have any transmit capabilities built in like this one. Its on the link below.eruji wrote:
I think i notice the same results. So i have my cm19a and an eagle eye motion detector ms14a. It will register the first ON of OFF event, then never again. Is this what your experiencing?
But, when i replace the init.py with the one that ijourneaux provided a few posts above AND i run his sample xml file (system active) it then seems to pickup the transmitted ON or OFF signals.. and it runs a timer that checks for motion. BTW, i reduced the timer Pump to 30sec just for testing, have not implemented this into my home yet.
Edit: Looking closer at the xml that ijourneaux provided i can see that the X10_CM15A: Pump Events is clearing the "cache" of motion items which seems to be causing the plugin to not receive any more ON or OFF transmits. It seems to me that if we could pass the motion items as events and the plugin could clear the cache on each then it would be more useful. Any ideas how to do that?
viewtopic.php?f=2&t=3852#p25222
Not sure why this one works perfect for transmitting both RF and PLC, but the receive locks up after receiving the first signal and wont display any following events. The one krambriw wrote does not use the pump events, there must just be some error in this code or something to cause it to lock up after the first event. Just thought I'd post this if anyone us using a CM15A or CM19a and does not need to transmit but needs something reliable to receive.