-
Notifications
You must be signed in to change notification settings - Fork 107
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
WiFi registration helper & fake heartbeat server #131
Comments
While that would be in fact useful, your solution doesn't work for my 3 Cooper & Hunter units (basically another Gree brand). Emtek's does. I don't know what the code actually does, but I noticed that you're exposing port 1812, when most known Gree variants connect to port 5000. Changing the port in your implementation doesn't do anything in my case though. This might need more investigation. As to WiFi registration, I wouldn't bother. You can spin up the fake heartbeat server, block all outgoing WAN traffic from the unit, reset it and try to register with the app again. The app will tell you that it failed (because it can't talk to China at this point, obviously), but the AC unit will keep the WiFi credentials that you entered. |
Sure thing, I don't mind, just thought it could be useful. |
just to let you know how I solved, my Gree AC it is already initialized and connected to my wifi using android Gree app and I did not wanted to repeat the steps as I don't have the app installed on phone.
Now HA integration it work without reinitialize Gree AC wifi using fake server |
I've tried this but it does not work with, Vaillant WiFi Adapter VAI8/5-i. I've set up https://github.com/markv9401/Fake-Gree-server A few minutes after traffic is blocked from the AC to outside the connection between the AC and HA is lost. |
I have about the same (bulex vivair, but basically the same) |
Sorry but this is not about the component not working. Which it does. |
Is your feature request related to a problem? Please describe.
For me, a 2022 series Syen AC owner, it is a problem. Without a heartbeat server the HVAC unit will eventually 'reset' itself and lose the app / HA.
Describe the solution you'd like
Based on existing solutions, repositories and some WireSharking I've hacked together my own solution that does not require letting the HVAC unit connect to the actual WAN internet at all, ever.
Additional context
Do you think it'd be feasible to try and merge a fake heartbeat server into this integration? I don't believe it should be too difficult and it could be useful not having to run it separately. Please take a look at it ( https://github.com/markv9401/Fake-Gree-server ) and if you think it could be useful, I'd happily try to merge it into the server in a PR. Thanks!
The text was updated successfully, but these errors were encountered: