Skip to content
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

HVAC WiFI Config #62

Open
hirani89 opened this issue Sep 2, 2020 · 5 comments
Open

HVAC WiFI Config #62

hirani89 opened this issue Sep 2, 2020 · 5 comments

Comments

@hirani89
Copy link

hirani89 commented Sep 2, 2020

Hi, Thanks for developing and sharing the code. I tried to run the wifi command on my macbook while connected to the AC in AP mode.

There was one problem initially when trying to run the nc command. I then realised that when copying the command from GitHub, the quotes are not in the right encoding. Notice the two different kinds of quotes in \”ssid\".

After I fixed that, something interesting happed.

This is what it returns:
{"t":"ret","r":200}

It then stays there with the cursor flashing.
Can you please write in the readme what the output for that command should be.

Regards,

@karolzlot
Copy link

I also have the same return string.

Did you find solution?

@karolzlot
Copy link

karolzlot commented Apr 29, 2021

Ok, this string:
{"t":"ret","r":200}
means that command was successful and AC will soon connect to Wifi using given credentials.

So just needed to wait a little more. (up to a few minutes)

@januszwoj
Copy link

I am trying to connect to my AC in AP mode but I do not know the password. Is there default one?
I have a Vesser air conditioning with a Gree module. I have used EWPE app before.

@januszwoj
Copy link

I found it! May be useful to someone - WIFI pass: "12345678".

@timnis
Copy link

timnis commented Jan 17, 2023

Just purchased and installed Cooper&Hunter CH-S09FTXAL-SC heat pump and try to setup wifi.
Android app Ewpe Smart found it but was unable to connect heat pump to home wifi.

Then I tried with netcat from Linux and it fails also...

Port 7000 is open

`
[timo@fedora ~]$ sudo nmap 192.168.1.1 -sU -p 7000
Starting Nmap 7.93 ( https://nmap.org ) at 2023-01-17 19:40 EET
Nmap scan report for 192.168.1.1
Host is up (0.0022s latency).

PORT STATE SERVICE
7000/udp open|filtered afs3-fileserver
MAC Address: 50:2C:C6:3D:20:A9 (Gree Electric Appliances, OF Zhuhai)

Nmap done: 1 IP address (1 host up) scanned in 13.44 seconds
`

But when I try to setup wifi, I get following error

[timo@fedora ~]$ echo -n "{\"psw\": \"wifi pass\",\"ssid\": \"wifi ssid\",\"t\": \"wlan\"}" | nc -cu 192.168.1.1 7000 Ncat: TIMEOUT. [timo@fedora ~]$

Any ideas what could be the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants