Tasshack / dreame-vacuum

Home Assistant integration for Dreame robot vacuums with map support
https://community.home-assistant.io/t/custom-component-dreame-vacuum
MIT License
887 stars 110 forks source link

Error while executing request #751

Closed f1x6r closed 1 month ago

f1x6r commented 1 month ago

Describe the bug An error occurs periodically: Error while executing request

I have a vacuum cleaner: xiaomi.vacuum.c102gl Configured via ru domain, work only via cloud services

To Reproduce Just use the integration :)

Expected behavior I would really like to have the ability to have local control so that I can take full control of the vacuum cleaner. I’m far from a developer, so I don’t know what the source of the problem is: Xiaomi servers or errors in integration

Additional Information (please complete the following information)


Эта ошибка возникла в пользовательской интеграции.

Регистратор: custom_components.dreame_vacuum.dreame.protocol
Источник: custom_components/dreame_vacuum/dreame/protocol.py:1006
интеграция: Dreame Vacuum (документация, проблемы)
Первое сообщение: 04:22:24 (83 сообщений)
Последнее сообщение: 21:12:52

Error while executing request: https://ru.api.io.mi.com/app/v2/home/rpc/1065439715 HTTPSConnectionPool(host='ru.api.io.mi.com', port=443): Read timed out. (read timeout=5)
Error while executing request: https://ru.api.io.mi.com/app/user/get_user_device_data HTTPSConnectionPool(host='ru.api.io.mi.com', port=443): Read timed out. (read timeout=5)

In conclusion, I would like to thank you from the bottom of my heart for the wonderful integration. I am ready to help in debugging and solving the problem in any way I can. Thank you for your work❤️

Tasshack commented 1 month ago

Dreame has disabled local api long time ago so there is no way to access to the device over local network. I cannot do anything about the "Read Timeout" error since it is not related to a bug can be fixed from the integration side.

Tasshack commented 1 month ago

https://github.com/Tasshack/dreame-vacuum/issues/725