-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Recursion error #23
Comments
Same issue here, I was about to post the same. It was working on the past with the same "RecursionError" here and there, but now it's all the time over the logs:
Can anyone suggest a way to do some troubleshothing or enable some debugging, maybe? |
Some more insight on what is happening on my end:
I believe the following error is only-related with Home Assistant trying to get the state of the device, but not related to setting the state (which seems to be working fine). |
+1 |
On my end I'm unable to do anything with the integration, I can't turn the AC's on or off. |
Hi,
I can't seem to get the plugin to work with HASS. In the log it shows:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 279, in async_update_ha_state
await self.async_device_update()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 474, in async_device_update
await self.async_update()
File "/config/custom_components/midea/climate.py", line 111, in async_update
await self.hass.async_add_executor_job(self._device.refresh)
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/midea/device.py", line 146, in refresh
data = self._cloud_service.appliance_transparent_send(self.id, data)
File "/usr/local/lib/python3.7/site-packages/midea/cloud.py", line 173, in appliance_transparent_send
'applianceId': id
File "/usr/local/lib/python3.7/site-packages/midea/cloud.py", line 95, in api_request
raise RecursionError()
RecursionError
It does show my 4 devices so the login credentials seem to work.
Please advise.
The text was updated successfully, but these errors were encountered: