Skip to content

New datatype #1027

@MaciekIzdebski

Description

@MaciekIzdebski

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions