Serial Gateway + MySensor working but devices not added in Domoticz
-
Hi,
Just got the MySensors Serial Gateway (Arduino Pro Mini (328) & NRF24L01) working with my first sensor (Arduino Pro Mini & NRF24L01 & DHT22). Running in DEBUG mode.
When debugging the Gateway, I can see the values:.. 0;255;3;0;14;Gateway startup complete. 0;255;0;0;18;2.3.1 0;255;3;0;9;73 MCO:BGN:STP 0;255;3;0;9;96 MCO:BGN:INIT OK,TSP=1 0;255;3;0;9;104 TSM:READY:NWD REQ 0;255;3;0;9;149 TSF:MSG:SEND,0-0-255-255,s=255,c=3,t=20,pt=0,l=0,sg=0,ft=0,st=OK: 0;255;3;0;9;8488 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:53.3 1;0;1;0;1;53.3 0;255;3;0;9;71725 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:21.8 1;1;1;0;0;21.8 0;255;3;0;9;71743 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:53.2 1;0;1;0;1;53.2 0;255;3;0;9;134963 TSF:MSG:READ,1-1-0,s=0,c=1,t=1,pt=7,l=5,sg=0:53.4 1;0;1;0;1;53.4 0;255;3;0;9;198199 TSF:MSG:READ,1-1-0,s=1,c=1,t=0,pt=7,l=5,sg=0:21.7
From Domoticz, I can see the Gateway and the Child nodes. The values are also read.
However, no device is added..![Domoticz]( image url)
Any suggestions?
Regards, Frank
-
@frankvk the data looks good. Are you saying that there are no rows for this node on the Devices page?
-
Yes Mikael, but it suddenly hit me that you have to allow Domoticz to add new devices from the console. I can see the Temperature and the Humidity now!
Thanks again!