Closed RBogie closed 1 month ago
It is in decode.h https://github.com/IgorYbema/HeishaMon/blob/main/HeishaMon/decode.h#L34 and https://github.com/IgorYbema/HeishaMon/blob/main/HeishaMon/decode.h#L61
You can try to create a PR if you like :) Or just let us do it (and also add to https://github.com/IgorYbema/HeishaMon/blob/main/HeatPumpType.md)
edit: and it is 32 D4 0B 87 84 73 90 0C 84 84 (one byte address further)
should be closed
I don't know where the types are defined in the code exactly, so instead of opening an MR, I'm opening this issue.
I have a WH-MXC09J3E8 heatpump (monoblock, 3 phase 9kw T-CAP J series), which currently reports 255 as
Heat_Pump_Model
. I assume that 255 means that the model is unknown.Below is a hexdump of a packet that the heishamon received from the heatpump:
I think this means that the unique code for this model is
00 32 D4 0B 87 84 73 90 0C 84
. Could this be added to HeishaMon?