Hi all,
I have finally decided to move from HAOS to the dockerized version, and since I don't have many devices I opted for a clean installation. Everything went smoothly except for two external API integrations which are giving me a headache: VeSync and HomeConnect (Bosch). Logs suggest there is no response from API:
2025-06-27 13:42:46.722 ERROR (SyncWorker_3) [pyvesync.vesync] Error logging in with username and password
2025-06-27 13:48:48.573 DEBUG (MainThread) [aiohomeconnect] Request: GET /homeappliances | Data: None```
I could spend days trying to debug this, but maybe someone has encountered a similar problem. My setup is RPi5 8GB on wired ethernet, HA + zigbee2mqtt + mosquitto on isolated network with standard ports exposed. I did try running HA in host mode, but this does not solve a problem, so I would prefer to keep it on isolated network. Interestingly, other external APIs, such as Switchbot and Spotify, are working fine.
Thanks for your suggestions!