RobHofmann / HomeAssistant-GreeClimateComponent

Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.
GNU General Public License v3.0
321 stars 107 forks source link

Dummy server for gree AC #88

Closed Hagakurje closed 4 years ago

Hagakurje commented 4 years ago

There is a problem with AC, when internet is off (or gree servers is down). It depends on wifi module software, without internet AC reconnects to wifi every few seconds. More details in this bug - https://github.com/RobHofmann/HomeAssistant-GreeClimateComponent/issues/75

I fount great repository - dummy server for gree AC. https://github.com/Hagakurje/GreeAC-DummyServer Dummy server can communicate with AC and answer like real server! All you need is redirect all requests from eu.dis.gree.com to this server.

Maybe it is possible to implement dummy server in your component?

RobHofmann commented 4 years ago

Feel free to make a pullrequest with this feature.

My AC's dont have this issue. I blocked my AC's entirely from the internet (they are in a special range within my network). They work perfectly fine from Home Assistant.

RobHofmann commented 4 years ago

Closing this for now.