MySensors capabilities deciphering
-
When a MySensors node starts, it outputs its capabilities, like this:
MCO:BGN:INIT CP=RNNG--Q-If anyone needs to decipher them, you can use this google spreadsheet.
There is a feature request to have the capabilities added to the official MySensors Doxygen documentation and the log parser, but until that's available you are welcome to use the spreadsheet.
-
Great. Did anyone managed to implement a parser for all those letters rather that checking the documentation ?
-
@ahmedadelhosni yes. That's what the spreadhseet does.
-
@mfalkvidd aha I thought they are just for reference. I tested it now.
But is there a same sheet/tool for debugging info shown in serial monitor ?
-
@ahmedadelhosni do you mean https://www.mysensors.org/build/parser ?
-
@mfalkvidd yes excatly. I did not know that this exists to pare log like this
0;255;3;0;9;MCO:BGN:INIT GW,CP=RNNGA--,VER=2.0.1-beta
0;255;3;0;9;TSM:INIT
0;255;3;0;9;TSM:INIT:TSP OK
0;255;3;0;9;TSM:INIT:GW MODE
0;255;3;0;9;TSM:READY
IP: 192.168.10.80
0;255;3;0;9;MCO:REG:NOT NEEDED
0;255;3;0;9;MCO:BGN:STPThanks
-
Looks great, doesn't it?
-
@mfalkvidd Yes ofcourse It works very well