This is my first try at getting MySensors to work.
I've connected a SerialGateway to the Pi, and configured a DHT22 sensor. But no values are recorded.
Logs from the pi:
<- I_LOG_MESSAGE 0;0;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0:
<- I_ID_REQUEST 255;255;3;0;3;
<- I_LOG_MESSAGE 0;0;3;0;9;read: 255-255-0 s=255,c=3,t=3,pt=0,l=0:
<- I_ID_REQUEST 255;255;3;0;3;
Serial output from the sensor:
req node id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,st=ok:
T: 22.70
req node id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,st=ok:
H: 31.10
req node id
send: 255-255-0-0 s=255,c=3,t=3,pt=0,l=0,st=ok:
H: 31.00
What can I be doing wrong? Seems like the sensor is requesting a node ID but not getting any?
Thank you for any kind of response!
Regards, Martin