Hi, all, I am writing my own controller and currently have the Nano Serial Gateway and a Nano DHT and it seems to be working as the DHT Node is sending temp changes to the Gateway.
But, I am at a loss to understand what I am getting. I am OK with the Serial Protocol for the data and the first two lines of the Gateway start-up, but what is all this other stuff?
0;0;3;0;9;gateway started, id=0, parent=0, distance=0
0;0;3;0;14;Gateway startup complete.
0;0;3;0;9;read: 23-23-0 s=255,c=3,t=15,pt=2,l=2,sg=0:0
23;255;3;0;15;0
0;0;3;0;9;read: 23-23-0 s=255,c=0,t=17,pt=0,l=5,sg=0:1.5.4
23;255;0;0;17;1.5.4
0;0;3;0;9;read: 23-23-0 s=255,c=3,t=6,pt=1,l=1,sg=0:0
23;255;3;0;6;0
0;0;3;0;9;read: 23-23-0 s=255,c=
3,t=11,pt=0,l=8,sg=0:Humidity
23;255;3;0;11;Humidity
0;0;3;0;9;read: 23-23-0 s=255,c=3,t=12,pt=0,l=3,sg=0:1.0
23;255;3;0;12;1.0
0;0;3;0;9;read: 23-23-0 s=0,c=0,t=7,pt=0,l=0,sg=0:
23;0;0;0;7;
0;0;3;0;9;read: 23-23-0 s=1,c=0,t=6,pt=0,l=0,sg=0:
23;1;0;0;6;
0;0;3;0;9;read: 23-23-0 s=1,c=1,t=0,pt=7,l=5,sg=0:69.8
23;1;1;0;0;69.8
0;0;3;0;9;read: 23-23-0 s=0,c=1,t=1,pt=7,l=5,sg=0:37.0
23;0;1;0;1;37.0