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

Error when change airflow on ventilation unit #4

Open
hwikene opened this issue Oct 22, 2018 · 1 comment
Open

Error when change airflow on ventilation unit #4

hwikene opened this issue Oct 22, 2018 · 1 comment

Comments

@hwikene
Copy link
Collaborator

hwikene commented Oct 22, 2018

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'

@perara
Copy link
Owner

perara commented Oct 22, 2018

I'll take a look. Thanks!

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

2 participants