If you haven’t yet updated to 0.96, rename the harmony folder in the custom components folder to something else so it doesn’t clash with the main harmony platform. I renamed mine to harmony_ac. You then would need to change the platform in your config to say harmony_ac.
Thanks for getting back. I’ve already update to 0.96.3, so alas I’ll just wait for you to find some time to make it compatible with the new climate integration. Much appreciated. And yes, like Fart, I can offer moral support, plus a bit of python
Please note that the folder in custom_components should now be named harmony_ac
Also the config setup has changed slightly, so ensure to read the updated readme. Main change is you now specify the harmony remote entity name instead of its ip address.
Hmm I’m still getting a similar error. Completely replaced climate.py inside custom_components/harmony_ac/ , and added the below to my configuration.yaml, but getting the error: “Integration harmony_ac not found when trying to verify its climate platform.” when trying to validate. I’ve rebooted Hassio and restarted the server but same problem. Any ideas?
Awesome stuff. Looks like the error went away after I added the init.py file, and I can now add the thermostat card to lovelace. Will check if it actually turns the AC on when I get home and can witness it!
Really appreciate your work mate. Thanks again.
I’ve been using this for over a year now and it’s awesome! The only thing that’s bothering me is that homeassistant.turn_on for the climate entity id is remembering the heat state only until homeassistant restart - every time I restart homeassistant, the homeassistant.turn_on does set the climate to “cool”. Do you think that’s something which can be fixed at some point?
Sorry for the late reply was busy over the xmas period
I haven’t looked at this for a while but I think off memory it will remember the “last on operation”. If a “last on operation” is not found (perhaps in the case of a restart) it will take the first operation in the list defined in your configuration.yaml under customize > operations
Thanks for the great work on the amazing component!
I had one question / feature request. Would it be possible to add a fan only mode? most AC’s do have a fan only mode that is just a single button to turn them on, would it be possible to add an additional operation mode that is fan-only with no temperature modes?