-
Notifications
You must be signed in to change notification settings - Fork 60
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
[Bug]: Arete® Two 12L Dehumidifier/Air Purifier not reporting status e.g. tank full #422
Comments
Post the Device Diagnostics |
{ Sure thing, thanks |
Hi, actually I just noticed that binary_sensor.arete_r_two_12l_dehumidifier_air_purifier_fault changes from OK to Problem so I can use that for automations. Unless there is any value in tweaking things you can close out this Bug, apologises |
There were kinda an issue for auto-configure it did not configure your device modes correctly I will fix it so either you re-add the device after next update or do it manually it's simple Go to: In available mode box use these values manual: Manual
laundry: Laundry
sleep: Sleep
purify: Purify The fault technically works as it should tho it's possible to know each code error what related however I'm not sure of that possible binary sensors only has 2 values true/false which we are using 0=OK/1=Problem e.g.
the OK should be |
LocalTuya Version
2024.12.1
Home Assistant Version
2024.12.2
Environment
What happened?
The reporting for an Arete® Two 12L Dehumidifier/Air Purifier is not reporting when the tank is full.
I can look in Tuya developer cloud and see Error Codes reported;
Error Code 0 which seems to be On and running
Error Code 1 indicates an Error state of Tank is full and its stopped
Error Code 2 not entirely sure, I see it reporting every 28mins or so
But these are not pulled into HA(?) Attribute mode is always reported as Unknown, see below for what is reported
I dont know if any of this helps on Tuya dev cloud, under Standard Status Set it has;
switch | Boolean | "{true,false}"
dehumidify_set_value | Integer | { "unit": "%", "min": 35, "max": 70, "scale": 0, "step": 5 }
child_lock | Boolean | "{true,false}"
humidity_indoor | Integer | { "unit": "%", "min": 0, "max": 100, "scale": 0, "step": 1 }
countdown_set | Enum | { "range": [ "cancel", "1h", "2h", "3h" ] }
countdown_left | Integer | { "unit": "h", "min": 0, "max": 24, "scale": 0, "step": 1 }
fault | Bitmap | { "label": [ "tankfull", "defrost", "E1", "E2", "L2", "L3", "L4", "wet" ] }
Happy to provide more info, just let me know thanks
Steps to reproduce.
Working fine however not reporting status
Relevant log output
Diagnostics information.
No response
The text was updated successfully, but these errors were encountered: