-
-
Notifications
You must be signed in to change notification settings - Fork 125
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
X40 Ultra water tank sensors not working #633
Comments
I have done a bit of investigation and seems like the 2 following behaviors are not handled:
For the first one I could find the property DreameVacuumProperty.DIRTY_WATER_TANK_STATUS (137) is not handled in the sensors |
I haven't been able to get access to a X40 yet therefore it is not fully supported. |
Let me know if I can help somehow! Appreciate your work |
Can you share screenshots from the app that contains the information you want to see in the integration? |
From top left to bottom right
Can I provide you some logs to help? |
For clean and dirty tanks; Dust bag; Detergent; I will take a look at the app source code for more information. |
Thanks for the detailed responses! About tanks, i am quiet sure there are sensors mounted in the tanks, and if I remove one of them the app shows red right away, without it is running, tomorrow I can upload a pic of the sensors About the dust bag same, as soon as I remove the bag, the app shows red for it |
Yes there are sensors for presence of the tank but there are no sensor for liquid level inside it. Because of that
I will check on this from the source code. |
Oh ok I got it now, then for clear water it's all good already. Are the presence sensors already mapped to ha? Today the dirty water tank got full during a run and I have received a notification on home assistant and on the app, do you know what sensor should I check, when this happens? Thanks |
I think it is handled by the standard error sensor You should also see a notification in HA too if you haven't been cleared it from the app. |
Those are the remaining properties.
I am going to map these to sensors on the next Beta release. |
Thank you very much! Ah one lost thing but probably you know already, I had to comment out the lines 2784-2785 in map.py, they would break the integration, it was a suggestion from another issue |
Values from app source code;
|
Thanks a lot for taking this up, I have just encountered another issue, tonight the vacuum has cleaned up as usually and did run out of water in the end. The sensor.x40_ultra_complete_low_water_warning was set to low_water correctly, but as soon as I refilled it up it didn't return to normal state. The only thing that worked was to reload the integration in homeassistant |
Is there already a way to set up the dirty water tank as a sensor? low_Water_warning is available and I was able to use it to create an automation for notifications via the app. |
Describe the bug
The entity sensor.x40_ultra_complete_low_water_warning entity does not update when the tank is empty, while the application is fine. I'm also wondering if there is any sensor available to track the dirty water tank, the dust bag status and the detergent status, all these information are available on the application
To Reproduce
Check the sensor.x40_ultra_complete_low_water_warning entity
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
Additional Information (please complete the following information)
The text was updated successfully, but these errors were encountered: