Help understanding the serial monitor.
-
Starting sensor (1.6.0-beta) Radio init successful. send: 3-3-0-0 s=255,c=0,t=17,pt=0,l=10,sg=0,st=fail:1.6.0-beta send: 3-3-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=fail:0 send: 3-3-0-0 s=255,c=3,t=11,pt=0,l=18,sg=0,st=fail:Temperature Sensor send: 3-3-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=fail:1.1 Init complete, id=3, parent=0, distance=1
I am trying to use the dallastemperature sketch but I am not getting anything in domoticz. This is what shows in the serial monitor. What could be wrong?
-
Everything is explained here if you don't understand the serial output read this.
-
st=fail is radio issues, if you are using a nrf radio its normally fixed with a 4.7uf Cap from Grn to Vcc or check if there is anything drawing much power (like relay) and disturbs the radio.
In Domoticz you will not get anything untill the first value is sent, which you do not have in the log atleast.
When you have sent the first temp from your node it will pop up.
-
Ok it is a pro mini with only a RFM69W and a tempsensor attached
-
@Cliff-Karlsson I had the same issue and didn't know what was the problem was so today i move over to Mysensor 1.6 Beta change relevant setting in MyConfig.h and recompile my serial gateway and some of my sensor and the problem when away. On what version of Domoticz are you?
I am also use the RFM69W with an mini pro
Just compile the DallasTemp sketch and it is working.
Starting sensor (1.6.0-beta)
Radio init successful.
send: 101-101-0-0 s=255,c=0,t=17,pt=0,l=10,sg=0,st=ok:1.6.0-beta
send: 101-101-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=ok:0
read: 0-0-101 s=255,c=3,t=6,pt=0,l=1,sg=0:M
send: 101-101-0-0 s=255,c=3,t=11,pt=0,l=18,sg=0,st=ok:Temperature Sensor
send: 101-101-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:1.1
Init complete, id=101, parent=0, distance=1
Starting sensor (1.6.0-beta)
Radio init successful.
send: 101-101-0-0 s=255,c=0,t=17,pt=0,l=10,sg=0,st=ok:1.6.0-beta
send: 101-101-0-0 s=255,c=3,t=6,pt=1,l=1,sg=0,st=ok:0
read: 0-0-101 s=255,c=3,t=6,pt=0,l=1,sg=0:M
send: 101-101-0-0 s=255,c=3,t=11,pt=0,l=18,sg=0,st=ok:Temperature Sensor
send: 101-101-0-0 s=255,c=3,t=12,pt=0,l=3,sg=0,st=ok:1.1
Init complete, id=101, parent=0, distance=1
-
Ok, will try to resolder the radio to see if it helps