Finally I will get my two airco’s upcoming weekend. Could you tell me if the connection with Homey is local, or via Chinese servers? Otherwise I will install them on my guest network.
Thanks for making my heat pump talk with Homey.
Now to my issue.
My electrical supplier Tibber, support Homey and offers a pretty advanced algorithm for controlling the heat pump based om room temperature, outside temperature, time and weather forecast. In order to make use of this feature, the pump or app need to report ambient room temperature. Would it be possible to get the app to obtain temperature value from a temp sensor in the same room?
Gree HVAC app receives temperature from the internal sensor (if present) of the interior block.
If you see “-” as a current temperature it means that interior block doesn’t report internal temperature.
I don’t know exactly how your Tibber application works, but if you need to have some device which reports temperature from the other device and has possibility to set temperature you could try VThermo app.
I decided to create my own variable completely and follow its changes and enabling/disabling turbo mode on all air conditioners depending on it. No the best way comparing to direct mode enabling disabling, but still the solution. Thanks for the idea, @aivus!
Hello Peter,
I believe you can do it using existing functionality of Homey.
You just need to:
Create a variable with type Number and default value 20 in Logic section of settings in Homey app. Let’s call this valiarble AC Temp
In THEN add Logic card with calculate operation to set “AC Temp” with expression: {{Target temperature + 1}} where Target temperature is a tag from AC.
In THEN add Set temperature card for AC with a value from AC Temp variable. Add delay 1 sec due to some issues with execution sequence in Homey.
I’ve prepared some example of flow.
Please ignore the first card in THEN block. it’s not needed actually.
I have connected my Gree heat pump, but experience two issues:
Current temperature shows as 178C(!)As a result of that Homey says it’s cooling down to 24C, although I believe the current room temperature to be about 22*C.
When toggling between the different options in the app, I get an error saying that my HVAC went offline and trying to reconnect. Then it reconnects. Happens every couple of seconds, so it’s quite annoying…
Thanks for the app! Hope to get it working more effortless though