Chris Muench
Chris Muench
Has anyone decoded the heartbeat telegrams yet that come in on /app/devices/property/SerialNumber ? I see four command IDs: 1, 28, 2 and 4. But the pData field contains no protobuf...
message with cmdId = 4 field 3 is SoC (state of charge) field 7 is minutes remaining (as float, very likely; someone with 2+ batteries can verify) field 5 capacity...
Yes I can decode some of the values in cmd 1-4 from your descriptions above and my own research. But I do have to send a "get" publish to the...
Sorry but I am a CSharp developer integrating this into another project and am not familiar with NodeRed. All the forced "get" messages that reply with "get_reply" can be encoded...
Here the full HEX from the hearbeats: CmdID: 1 0a 2e 0a 0c 21 f6 f4 74 68 b7 51 f7 b4 60 ab b7 10 02 18 20 20...
Yes It looks like the messages are encrypted in the pdata. The app must be able to read them as it updates the main screen without sending the "get" messages....
> Was digging into the heartbeats and pdata values as well. It looks like the decoding mechanism is to XOR the pdata bytes with the seq field from the message...
Not sure was you mean by "AC Discharge" what would that do? There is a AC on/off button but that turns all AC Ports on/off. I would love to have...
I will do a quick compile to test. .NET9 is out, do we want to stay on .NET8?
What version of the OPC Foundation Nodeset did you upload? If its not the exact or higher version of the one referenced in the parent it will cause this error....