Afterwards my instance listed my device under entities. Therefore I assume that the connection to airconwithme api itself was succesful, but I am not able to use it in any kind. It is marked with a red exclamation mark with tooltip text “not available”. Dashboard card shows message “not available”, too.
I cannot find any error in logs or somewhere else.
Did I miss something in general or is it not working correctly?
Found log entries in file /config/home-assistant.log:
2023-06-12 12:06:47.131 WARNING (MainThread) [homeassistant.components.climate] Setup of climate platform intesishome is taking over 10 seconds.
2023-06-12 12:07:26.922 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: climate.intesishome
2023-06-12 12:08:26.988 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: climate.intesishome
2023-06-12 12:08:49.308 ERROR (MainThread) [pyintesishome] Connection to 212.92.35.33:8210 failed with exception [Errno 110] Connect call failed ('212.92.35.33', 8210)
After opening the port 8210 for my home assistant vm in my firewall, it works.
Maybe it would be great to find the port information on the integration documentation page.