Hi, thank you for your work. Yesterday, I tried to get a 16-byte AES key string from Versati 3, but unfortunately without success. I tried many methods, even with the help of AI, where we listened in on traffic using Python. Still no success. Do you know of any guaranteed method that works?
Hi, yes, I tried countless times. I also tried to unpair from the GREE+ application and log in to the local wifi Versati 3, I also tried during the process of new pairing in the application, whether the path to the key is erased. And many other attempts with the help of AI. Still unsuccessfully searching for the key. The IP address of the communicator, finds the ID, but not the key. I keep reading the message:
Search finished, found 1 device(s)
Binding device: XXX.XXX.XXX.XXX (, ID: xxxxxx, encryption: GCM)
Device XXX.XXX.XXX.XXX is not responding on bind request
I even managed to add a device via the GREE A/C integration, where this device was found under the name GREE XXXX, of course the entities are not correct, but I thought that this integration got the required key. But when I looked in .storage and core.config_entries, the field under this device was empty, or rather there was literally this:
Actually, I also didn’t get this result on the first try. You can also try: python3 PythonCLI/gree.py search -b <subnet broadcast address>
or python3 PythonCLI/gree.py search -b <gree ip> -i <id>
You may also want to search through the issues in this repository:
I didn’t reset my Gree Versati Wi-Fi module. It is still connected to the Gree+ app.
there are two versions of gree versati heat pumps: cloud-only and udp-available. I have four heat pumps and 3 of them are udp-available and for some reason fourth is cloud-only. I spent hours to find out why one of 4 HP isn’t being discovered by your integration, before I found this fork:
where owner explains this phenomenon. I vibe coded integration on top of this fork (this guy also provides one in neighbour repo, but for some reason it didn’t work for me) and now I have three pumps working from [sarunasr] integration and one based on my vibe-coded cloud-only integration. There’re pecularities and imperfections though:
[sarunasr]'s integration doesn’t let me see temperatures and current state of heat pump - only control power and set temperature for heat and hot water (that’s enough for my goals but there’s a room for make it better
My vibe-coded integration publishes tons of info on heat pump (I didn’t find out everything yert) but it works only for aforementioned one cloud-only device, doesn’t get MQTT update from devices which are available via UDP. I was unable to find out why and how Gree+ app get all four pumps in one place
However mixing these two approaches gives a result.
Hope this will help a little bit and save time for others
@mphzack Thanks for the detailed explanation and for sharing your findings. This is very useful information for us and for others who might face the same issue.