-
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
Description
Description
Hi,
I am trying to complete the ebus message definitions for the SM1 solar module. I managed to decrypt the data in the broadcast message, but I can't match the data type. This is 4 byte data. The first two bytes are the FLT data type and the next two bytes are the UIN data type. The resulting value is the sum of the FLT and UIN data.
For example:
Input data 71 00 3f 00
decode flt 7100 -> 0.113
decode uin 3f00 -> 63
manual addition 63+0.113
Output: 63.113
Is it possible to add such a type? Or maybe there is already one and I just can't find it ;-).
Regards,
Maciek