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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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-