Has anyone gotten the Honeywell Total Connect Comfort platform to work? Any tips would be appreciated.
Just got this working recently - it’s part of home assistant core.
https://www.home-assistant.io/integrations/honeywell/ got me what I needed.
After a restart I got a graphical, functional thermostat card on the overview page.
I put this into my configuration.yaml page, and I got nothing on restart.
Any tips, thanks?
##############################
#Honeywell Thermostats
climate:
- platform: honeywell
username: !secret honeywell_username
password: !secret honeywell_password
I also have a line
region: us
in my config.
Didn’t make any difference here. Is there a component I may be missing? Do I need a card in ui-lovelace.yaml?
Oh ignore that region: us - The ‘region’ option is deprecated, please remove it from your configuration
I think that’s all I have, made sure that I can log in at https://mytotalconnectcomfort.com/portal, then used the same user and passwd in my configuration.yaml
I may be forgetting something, sorry.
Any mention of honeywell in logs? http://homeassistant.local:8123/config/logs ?
I can also see this data in Developer Tools, States, for an entity called “climate.thermostat”.
I was looking in states for everything but climate.
So, I do see my thermostats there and 27 attributes for each, but no card. I can probably make my own with the entities, but which of the attributes can you control?
Works great- thanks.