Skip to content
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

Works over time #120

Open
skazo4nik opened this issue Sep 26, 2020 · 0 comments
Open

Works over time #120

skazo4nik opened this issue Sep 26, 2020 · 0 comments

Comments

@skazo4nik
Copy link

Sometimes integration works normal and sometimes after reboot I get error.

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 346, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 471, in async_device_update
await self.hass.async_add_executor_job(self.update) # type: ignore
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/smartthinq/climate.py", line 344, in update
self.check_power()
File "/config/custom_components/smartthinq/climate.py", line 313, in check_power
power = self._ac.get_power()
File "/usr/local/lib/python3.8/site-packages/wideq/ac.py", line 324, in get_power
value = self._get_config('InOutInstantPower')
File "/usr/local/lib/python3.8/site-packages/wideq/client.py", line 431, in _get_config
data = self.client.session.get_device_config(
File "/usr/local/lib/python3.8/site-packages/wideq/core.py", line 486, in get_device_config
res = self.post('rti/rtiControl', {
File "/usr/local/lib/python3.8/site-packages/wideq/core.py", line 394, in post
return lgedm_post(url, data, self.auth.access_token, self.session_id)
File "/usr/local/lib/python3.8/site-packages/wideq/core.py", line 213, in lgedm_post
raise APIError(code, message)
wideq.core.APIError: ('0111', '제품 응답 지연')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant