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

Help installing addon in Hassio #27

Closed dragonflyuk closed 5 years ago

dragonflyuk commented 5 years ago

I'm trying to install the addon on my hassio install, however I'm a little confused by the step at https://github.com/arthurkrupa/gree-hvac-mqtt-bridge#running-addon-locally Do I need to add the code to my hassio options.json file, as it looks a completely different format.

Thanks

arthurkrupa commented 5 years ago

This step is for developers if they want to run the bridge on their computer (for testing, debugging). You can ignore it.

What you're looking for is this guide: https://github.com/arthurkrupa/gree-hvac-mqtt-bridge#hassio-addon

dragonflyuk commented 5 years ago

Thanks, I've followed those steps, but I appear to be not getting any proper comunication, I can see the messages over MQTT and I can post message and the unit responds, but hassio, appears to neither send messages or read those from the unit/bridge. Any ideas?

EDIT: Actually ignore that, I had a typo in my prefix. Thanks for the help.