arthurkrupa / gree-hvac-mqtt-bridge

MQTT Bridge for controlling Gree smart air conditioners, e.g. with Home Assistant or OpenHAB
GNU General Public License v3.0
134 stars 63 forks source link

Adding Light, Health, Sleep to hassio #30

Closed dragonflyuk closed 5 years ago

dragonflyuk commented 5 years ago

Is it possible to add the Health, Sleep and Light options to hassio, Iguess they aren't added because they aren't part of the standard climate control. Does that mean it's best to add them as switches?

dragonflyuk commented 5 years ago

If it helps anyone I have them working

` - platform: mqtt name: "Living Room AC Light" command_topic: "home/greehvac/lights/set" state_topic: "home/greehvac/lights/get" qos: 1 state_on: "on" state_off: "off" payload_on: "1" payload_off: "0"

dragonflyuk commented 5 years ago

I'm sure someone more creative can do better, but I slapped this together:

type: vertical-stack cards:

arthurkrupa commented 5 years ago

Your workaround seems to be the only way to support these settings for now. I'm closing this issue because it's not directly related to this project.