Multi Button Relay switch
Hardware
43
Posts
13
Posters
25.5k
Views
8
Watching
-
Maybe it worth a try, to remove the ACK requests? Remove the last 'true' from every gw.send line:
gw.send(msg[i].set(Relays[i].relayState? true : false) ) ;Some fake radios don't play well with ACK messages. At least it worked for me.
-
Maybe it worth a try, to remove the ACK requests? Remove the last 'true' from every gw.send line:
gw.send(msg[i].set(Relays[i].relayState? true : false) ) ;Some fake radios don't play well with ACK messages. At least it worked for me.
Ever since I removed ACK & true, I have not been having any fails at all.
Everything works and I have posted the final sketch in Array Relay Button Actuator as linked below... Hope it comes in handy. Thanks again MYS community!
http://forum.mysensors.org/topic/1299/array-relay-button-actuator/12