Created
December 30, 2017 19:38
-
-
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
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:
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.