Honeywell Dehumidifier help #482
rcostain
started this conversation in
New device help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Honeywell dehumidifier that uses the Tuya API, but I don't have a configuration for it. Can anyone help me add it to homebridge-tuya? Here are the device properties:
{ "result": { "properties": [ { "code": "switch_on", "custom_name": "", "dp_id": 1, "time": 1722446422782, "type": "bool", "value": true }, { "code": "set_temper", "custom_name": "", "dp_id": 6, "time": 1722446422782, "type": "value", "value": 50 }, { "code": "wind_speed", "custom_name": "Speed", "dp_id": 8, "name": "Speed", "time": 1722446412892, "type": "enum", "value": "0" }, { "code": "fault", "custom_name": "", "dp_id": 15, "time": 1722446412892, "type": "bitmap", "value": 0 }, { "code": "f_temper", "custom_name": "", "dp_id": 18, "time": 1722446812752, "type": "value", "value": 54 }, { "code": "filterClean", "custom_name": "", "dp_id": 25, "time": 1722446412892, "type": "bool", "value": true } ] }, "success": true, "t": 1722446830563, "tid": "1e474c4c4f6211efa5d6b2f9f1c1d070" }
Beta Was this translation helpful? Give feedback.
All reactions