-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Registering AC on the network #29
Comments
Hi, I didn't capture the communication sequence of this, but it would be awesome if we could add this to the documentation. If you have the time you can try the capture. One way you can do this on an android phone via the app called Packet Capture by Grey Shirts. It basically sets up a proxy on the phone and captures the traffic between the phone and the AC. Just start the proxy before setting up the WiFi access in the EWPE application and it'll capture the communication. You can upload the capture here and I'll help you analyze it or you can do it yourself with Wireshark. Another way is to use a linux PC with a WiFi adapter that can be switched to monitor mode. The easiest way to use Kali linux live from a USB stick. If you choose this I can help you setup the system for packet capturing. |
Hi, When in "setup more", the AC creates a WiFi Access Point with the name being the last 4 bytes of the MAC address.
And this seemed to do the trick for my AC ... |
This would be an amazing feature.... it would be great to have an easy command to push the SSID and PW like you showed above! |
Thanks @doppiaemme I added his feature. |
@uriel-frankel , is the feature asked by @doppiaemme publicly available? Thank you |
Hi, i'm adding the AC unit response: |
@nameoftherose it was merged a year ago |
Please can you post here an step by step procedure to send the ssid and pass to the unit in ap mode. I have 2 units that I can't make them registering to the network with Gree+ because I always get an error at 50-60% of the inclusion process. If included in the network I can control them with HA. Many thanks! |
Hi, This is not a direct answer to your question. I could register the AC-s to the network with an older iphone SE 2022. I tried it with Pixel 6a and older android phones. If I remember correctly then the issue was that some buttons did not show up on the Androui GUI but they did on the IOS. maybe this helps. |
I tried everything with galaxy S21+ an s10 I have 2 more units included but the problem I think it is on the server side and without inclusion I can't make them join the network and control them with Home Assistant (need for Gree+ only for joining network). |
Hi, working with "hyper terminal" is an option? Step 2, assuming the phone/laptop connected to the AC unit WIFI directly, i hope it helps :-) |
Thank you guys for help, I will try to follow your specifications when I will at location where the units are. I also find that the Unix echo and nc command can be used. |
I finally succeeded registering the units into my network by sending that packet. My units didn't send any response, but after few seconds has joined the network and after few minutes the Gree integration from Homeassistant adopted the units. Thanks again for your huge help! |
Hi narcis, been trying for a while to get my gree ACs on the network as well. Would you please share the terminal commands? Mersi frumos! :) |
I used UDP/TCP WIDGET for Android and send the message> {"psw":"parolawifi","ssid":"ssidwifi","t":"wlan"} to 192.168.1.1 port 7000, after i joined the network created by Gree AC. I think i received from AC the message {"t":"scan}. Be aware that you will not be able to see the AC in the Gree+ (witch it is a crap) app but you can manage the unit from Homeassistant or any other automation software capable to administrate Gree locally. If you have access to Homeassistant from outside your network you will also have remote access to AC units, I use Tailscale for that. (poti sa ma contactezi privat pe @gmail.com) |
The same messages can be sent from a PC with the Packet Sender app ... |
Hy! The template for open wifi network? {"psw": "","ssid": "yyy","t": "wlan"} not worked form me. The response was: {"t":"ret","r":200,"mac":"XXXXXXX"} |
I can only guess it trying to, could be that "ret" =retry? |
The password is empty. Is an open wifi network. {"psw": "","ssid": "yyy","t": "wlan"} where "yyy' is my network ssid The response was same for everybody, for me was the mac address in plus |
Hi,
Do you have information about how the registration of the AC happens on the network?
I mean, when I set the WiFi access for the device on EWPE application.
Regards,
Grunci
The text was updated successfully, but these errors were encountered: