siku2 / hass-komfovent-c5

Home Assistant integration for Komfovent C5 air ventilation systems.
MIT License
7 stars 2 forks source link

Install not possible #5

Closed colseven closed 1 year ago

colseven commented 2 years ago

Have now hass-komfovent-c5 completely removed from HACS and then added again, now the configuration flow can no longer be loaded. I've tried it several times now... it doesn't work bild 2022-07-31 um 10 22 23

colseven commented 2 years ago

Logger: homeassistant.config_entries Source: config_entries.py:784 First occurred: 10:32:08 (1 occurrences) Last logged: 10:32:08

Error occurred loading configuration flow for integration komfovent_c5: No module named 'pymodbus.client.asynchronous'

colseven commented 2 years ago

ERROR in Version 0.2.5 :(

Logger: homeassistant.config_entries Source: config_entries.py:784 First occurred: 18:39:43 (1 occurrences) Last logged: 18:39:43

Error occurred loading configuration flow for integration komfovent_c5: cannot import name 'is_installed' from 'pymodbus.compat' (/usr/local/lib/python3.10/site-packages/pymodbus/compat.py)

colseven commented 2 years ago

and this - the installation is still not possible

Logger: homeassistant.helpers.service Source: helpers/service.py:130 First occurred: 2. August 2022, 22:00:00 (5 occurrences) Last logged: 00:30:00

Unable to find referenced entities select.komfovent_operation_mode or it is/they are currently not available Unable to find referenced entities switch.komfovent_ahu_control or it is/they are currently not available

georgepauna commented 1 year ago

Not sure if still relevant, but when installing, select main instead of 0.2.5 and it works with latest HA version (as of now).

siku2 commented 1 year ago

@colseven your issue might be fixed now that pymodbus 3 has been officially released and all Home Assistant integrations should be using it now, so there should no longer be a version incompatibility.

siku2 commented 1 year ago

didn't mean to close yet, sorry

colseven commented 1 year ago

Now it works, thanks.