Closed thoutenbos closed 3 weeks ago
You are getting a timeout. This means home assistant is not getting a timely response for some reason.
Can you try removing these lines from your config and see if that helps?:
encryption_key: 'xxx'
eightdegheat: 'input_boolean.ac_eightdegheat'
Unfortunately it is unable to retrieve the encryption key then If I only remove the 8deg then the error is the same (reading works but writing=timeout)
Hmm im not sure why its getting a timeout then. Are you sure HASS can reach the HVAC? and that the IP & port are correct?
Yes absolutely Also because reading out the current status does work And I see the packets being sent and received with a packet dump
I'll try to do a diff between the (working) gree-remote packet and the HomeAssistant-GreeClimateComponent packet. Maybe my AC has some specific differences that we could implement
Yes thats the only way forward I think. From my side its pretty much impossible to debug this exact situation.
Got it working now!
In the traces I noticed gree-remote was using the MAC in a different format. Removing all the dashes fixed it!
So instead of mac: '50-2C-C6-D2-82-AB'
I had to configure it like mac: '502cc6d282ab'
Thanks for posting back. Interesting. Never seen it having to be registered this way. I'll make sure to put it in the docs :).
Hello Rob,
I have two Gree AC that I would like to control with your integration. After configuration I can read all the settings, and they also update after changes to the AC. However I am unable to perform any control commands. Control works fine with https://github.com/tomikaa87/gree-remote using the same encryption key
My climate config:
Here is the debug log:
Do you have any tips to get this working?
Gr, Thijs