Relay doesn't show up in devices
-
Hello,
I'm quite new to MySensors, but not to domoticz, I already deployed mysensors based sensors (temperature, etc...) but I'm having a problem my the relay sketch: the relay shows up in domoticz in mysensors gateway setup page, but not in "Devices". I've read that a node should send data in order to show up un devices, but I don't know how to do that. I'm running last version of mysensors library. Please help!
Thanks in advance, Thierry -
Hello,
I'm quite new to MySensors, but not to domoticz, I already deployed mysensors based sensors (temperature, etc...) but I'm having a problem my the relay sketch: the relay shows up in domoticz in mysensors gateway setup page, but not in "Devices". I've read that a node should send data in order to show up un devices, but I don't know how to do that. I'm running last version of mysensors library. Please help!
Thanks in advance, Thierry@thierryd Yes Domoticz may need you to send a message from the node before you will see it. the format will just be the usual, something like
send(msg.set(false));
You would only need to send this once to see the node. perhaps you could post your sketch and i can be a bit more specific
-
Ah I see you have cross posted to another thread and found a solution.
-
Apologies, I posted in troubleshooting as I didn't get hits on domoticz section. I will pay attention not to cross post again.