Hello-
I am having no luck integrating Sensibo into my HA setup.
I’m running Home Assistant 2021.11.5, and have the following in my configuration.yaml (with my actual API key replace MY_API_KEY)
climate:
- platform: sensibo
api_key: MY_API_KEY
From my server, I have no trouble accessing home.sensibo.com, and the following works just fine:
curl -X GET "https://home.sensibo.com/api/v2/users/me/pods?fields=*&apiKey=MY_API_KEY"
Despite this, I’m getting the following error (and have never seen it work successfully - I just started this today (30 Nov 2021):
ERROR (MainThread) [homeassistant.components.sensibo.climate] Failed to get devices from Sensibo servers
I’ve tried rebooting the server, and rebooting HA. I also deleted all of my devices on Sensibo, and recreated them, and also tried deleting my API_KEY and creating a new one.
I’d be grateful for any ideas!