Hi everyone,
I could really use your help with an Relay Actuator built. Just to let you all know I'm a newbie at this. To give an idea where I'm at with my home automation sensor projects. I'm building them and adding them to my Vera-Lite controller. I have already built my gateway "Ethernet", one motion detector, one humidity/Temp sensor, one Temp sensor with five temp sensors, and one single relay actuator and they all work great. The Problem I ran into is on my second relay actuator build. It is a 8 relay set. First off I couldn't figure out how to set the A0 & A1 pins. So for testing purposes I only utilized 6 of them, until I could figure out to modify the sketch to operate the last two. The big issue I ran into is when I went to test it. It registered itself as a 0 node, same as my gateway. All 6, of the relays I wired up, showed up and were registered as 0;1-6. However they will not responded.
My Question is: is there away to assign a node to a senor build? All my other sensors are assigned nodes 2-5 as I included them in the gateway.
This is what I receive from the, debug, serial monitor. I'm also using MYSController program so I can see which sensor is assigned to which node.
send: 0-0-0-0 s=255,c=3,t=15,pt=2,l=2,sg=0,st=fail:0
send: 0-0-0-0 s=255,c=0,t=18,pt=0,l=5,sg=0,st=fail:1.5.4
send: 0-0-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=fail:0
repeater started, id=0, parent=0, distance=0
send: 0-0-0-0 s=255,c=3,t=11,pt=0,l=6,sg=0,st=fail:Relay6
send: 0-0-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=fail:1.0
send: 0-0-0-0 s=1,c=0,t=3,pt=0,l=0,sg=0,st=fail:
find parent
send: 0-0-255-255 s=255,c=3,t=7,pt=0,l=0,sg=0,st=bc:
send: 0-0-0-0 s=2,c=0,t=3,pt=0,l=0,sg=0,st=fail:
send: 0-0-0-0 s=3,c=0,t=3,pt=0,l=0,sg=0,st=fail:
send: 0-0-0-0 s=4,c=0,t=3,pt=0,l=0,sg=0,st=fail:
send: 0-0-0-0 s=5,c=0,t=3,pt=0,l=0,sg=0,st=fail:
send: 0-0-0-0 s=6,c=0,t=3,pt=0,l=0,sg=0,st=fail:
Any help would be greatly appreciated!