fineemb / Xiaomi-Smart-Multipurpose-Kettle

小米养生壶
7 stars 7 forks source link

Error health-pot? Help me #5

Closed djmalin closed 3 years ago

djmalin commented 3 years ago

Hello @fineemb ,the integration with health pot stopped working for me, here is the log: supervisor-2021.03.6 core-2021.3.4 Home Assistant OS 5.12

Logger: homeassistant Source: custom_components/health_pot/init.py:393 First occurred: 16 marca 2021, 11:41:07 (8694 occurrences) Last logged: 11:53:08

Error doing job: Future exception was never retrieved Traceback (most recent call last): File "/config/custom_components/health_pot/init.py", line 206, in update run_status = miio_device.send('get_prop', ["run_status"])[0] File "/usr/local/lib/python3.8/site-packages/miio/device.py", line 143, in send debug: int = 0, File "/usr/local/lib/python3.8/site-packages/miio/miioprotocol.py", line 213, in send if "error" in payload: File "/usr/local/lib/python3.8/site-packages/miio/miioprotocol.py", line 273, in _handle_error raise RecoverableError(error) miio.exceptions.DeviceError: {'code': -10000, 'message': 'Resp general error.'}

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/local/lib/python3.8/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) File "/config/custom_components/health_pot/init.py", line 393, in update raise PlatformNotReady homeassistant.exceptions.PlatformNotReady