Open nl0pvm opened 2 years ago
Please provide packet logs, annotated with any useful information.
OK, this is what I have:
def parser_4e04(payload: str, msg: Message) -> dict:
MODE = {
"00": "off",
"01": "heat",
"02": "cool",
}
assert payload[2:4] in MODE, _INFORM_DEV_MSG
assert int(payload[4:], 16) < 0x40 or payload[4:] in (
"FB", # error code?
"FC", # error code?
"FD", # error code?
"FE", # error code?
"FF", # N/A?
)
return {
"mode": payload[2:4],
"_unknown_2": payload[4:],
}
Please provide packet logs, annotated with any useful information.
I would if i only could but i can't relate the events so something noticeable.
Itho devices: Spider, Autotemp, WPU
packetlog:
Received values since 4 months: