-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.30.2: Help wanted: 4E04 (Itho Spider) #61
Labels
help wanted
Extra attention is needed
Comments
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:],
} |
zxdavb
changed the title
0.30.2: 4E04 Help needed (Itho Spider)
0.30.2: Help needed 4E04 (Itho Spider)
Dec 3, 2023
zxdavb
changed the title
0.30.2: Help needed 4E04 (Itho Spider)
0.30.2: Help needed: 4E04 (Itho Spider)
Dec 3, 2023
zxdavb
changed the title
0.30.2: Help needed: 4E04 (Itho Spider)
0.30.2: Help wanted: 4E04 (Itho Spider)
Dec 3, 2023
I would if i only could but i can't relate the events so something noticeable. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Itho devices: Spider, Autotemp, WPU
packetlog:
Received values since 4 months:
The text was updated successfully, but these errors were encountered: