Mysensor Ethernet gateway message definition
-
Hi All,
I have setup my Raspberry Pi as an Ethernet gateway and I have programmed the MotionSensor sample sketch to my arduino pro mini.
When I execute the gateway in debug mode "sudo ./bin/mysgw -d" I get the following output:mysgw: TSF:MSG:READ,1-1-0,s=2,c=1,t=16,pt=0,l=1,sg=0:0
What does the s=2, c=1, t=16... mean?
-
@FredRoot see https://forum.mysensors.org/post/43373
If you remove the "mysgw: " part you can use the log parser, like this.
-
@mfalkvidd Thank you. This will help a lot