-
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
HVAC WiFI Config #62
Comments
I also have the same return string. Did you find solution? |
Ok, this string: So just needed to wait a little more. (up to a few minutes) |
I am trying to connect to my AC in AP mode but I do not know the password. Is there default one? |
I found it! May be useful to someone - WIFI pass: "12345678". |
Just purchased and installed Cooper&Hunter CH-S09FTXAL-SC heat pump and try to setup wifi. Then I tried with netcat from Linux and it fails also... Port 7000 is open ` PORT STATE SERVICE Nmap done: 1 IP address (1 host up) scanned in 13.44 seconds But when I try to setup wifi, I get following error
Any ideas what could be the problem? |
For everyone who reached this page from Google and is looking for a command to bind a device to your WiFi - this is the command that worked for me: |
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,
The text was updated successfully, but these errors were encountered: