Multi Button Relay switch
-
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
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login