You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, unfortunately there is no parser function to parse the device id of an smart meter.
0x01, 0x00, 0x00, 0x00, 0x09, 0xff 96.1.0
Other parsers just print out the raw hex data.
e.g. Raw SML: 77 07 01 00 60 01 00 FF 01 01 01 01 0B 0A 01 42 51 40 01 05 DC 49 EA 01 Parsed: 0a 01 42 51 40 01 05 dc 49 ea
It would be great because i've two smart meters, one for solar and one for my house.
Having the ID's would help to differentiate them.
Greetings
The text was updated successfully, but these errors were encountered:
Hey, unfortunately there is no parser function to parse the device id of an smart meter.
0x01, 0x00, 0x00, 0x00, 0x09, 0xff
96.1.0
Other parsers just print out the raw hex data.
e.g.
Raw SML: 77 07 01 00 60 01 00 FF 01 01 01 01 0B 0A 01 42 51 40 01 05 DC 49 EA 01
Parsed: 0a 01 42 51 40 01 05 dc 49 ea
It would be great because i've two smart meters, one for solar and one for my house.
Having the ID's would help to differentiate them.
Greetings
The text was updated successfully, but these errors were encountered: