You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this when i change from "Low" to "High" airflow direct on the unit.
2018-10-22 12:45:54 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 232, in async_update_ha_state state = self.state File "/usr/local/lib/python3.6/site-packages/homeassistant/components/climate/__init__.py", line 210, in state if self.is_on is False: File "/config/custom_components/climate/systemair_savecair.py", line 184, in is_on return int(self._client.data["main_airflow"]) - 1 > 0 TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered:
I get this when i change from "Low" to "High" airflow direct on the unit.
2018-10-22 12:45:54 ERROR (MainThread) [homeassistant.core] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 232, in async_update_ha_state state = self.state File "/usr/local/lib/python3.6/site-packages/homeassistant/components/climate/__init__.py", line 210, in state if self.is_on is False: File "/config/custom_components/climate/systemair_savecair.py", line 184, in is_on return int(self._client.data["main_airflow"]) - 1 > 0 TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
The text was updated successfully, but these errors were encountered: