This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
forked from shopeonarope/eufy_vacuum
-
Notifications
You must be signed in to change notification settings - Fork 14
Eufy RoboVac G10 Hybrid #15
Comments
+1
+1
+1
+1
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
![Screenshot_20220124_231300](https://user-images.githubusercontent.com/20833318/150857359-d567df24-89a3-4596-8d5a-18c37dd07249.jpg)
this integration with the vacuum cleaner(Eufy RoboVac G10 Hybrid) does not work.
Could you improve support for this device?
Эта ошибка возникла в кастомной интеграции.
Logger: homeassistant
Source: custom_components/eufy_vacuum/property.py:36
Integration: Integration to Eufy Vacuum (documentation, issues)
First occurred: 23:17:26 (1 occurrences)
Last logged: 23:17:26
Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 734, in _update_entity_states
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 492, in async_update_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 540, in _async_write_ha_state
attr.update(self.state_attributes or {})
File "/usr/src/homeassistant/homeassistant/components/vacuum/init.py", line 297, in state_attributes
data = super().state_attributes
File "/usr/src/homeassistant/homeassistant/components/vacuum/init.py", line 190, in state_attributes
data[ATTR_BATTERY_ICON] = self.battery_icon
File "/usr/src/homeassistant/homeassistant/components/vacuum/init.py", line 287, in battery_icon
if self.status is not None:
File "/config/custom_components/eufy_vacuum/vacuum.py", line 116, in status
if self.robovac.error_code != robovac.ErrorCode.NO_ERROR:
File "/config/custom_components/eufy_vacuum/property.py", line 36, in get
value = self.type_cast(value)
File "/usr/local/lib/python3.9/enum.py", line 384, in call
return cls.new(cls, value)
File "/usr/local/lib/python3.9/enum.py", line 702, in new
raise ve_exc
ValueError: 0 is not a valid ErrorCode
The text was updated successfully, but these errors were encountered: