Skip to content

Instantly share code, notes, and snippets.

@Breakerz
Created December 30, 2017 19:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Breakerz/bec24b03d9024391b824b8cfb077566f to your computer and use it in GitHub Desktop.
Save Breakerz/bec24b03d9024391b824b8cfb077566f to your computer and use it in GitHub Desktop.
Home Assistant configuration to use Climate MQTT with Honeywell Total Comfort (climate2mqtt.py)
climate:
- platform: mqtt
name: Central
modes:
- stop
- cool
- heat
- emheat
fan_modes:
- always_on
- auto
temperature_command_topic: "hvac/central/temperature/set"
temperature_state_topic : "hvac/central/temperature/state"
current_temperature_topic : "hvac/central/temperature/current"
mode_command_topic: "hvac/central/mode/set"
mode_state_topic: "hvac/central/mode/state"
fan_mode_command_topic: "hvac/central/fan/set"
fan_mode_state_topic : "hvac/central/fan/state"
@thomashollier
Copy link

Thanks for this. The totalcomfort.py script work beautifully from the command line.I am having trouble setting up the mqtt wrapper, however. I copied all your files but I am not sure how to connect all the pieces together. I think it has to do with paths and where I store the files. I am using hassio.

@thomashollier
Copy link

thomashollier commented Nov 8, 2018

Well, I spent a few days of working through it on my own and wrapping it in my own sauce. if anyone cares, the relevant files are hosted here:

https://github.com/thomashollier/hassio-mqtt-honeywell-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment