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
309 stars 104 forks source link

Does not work with latest Cooper&Hunter Smart Wi-Fi devices #173

Closed Darknet-11 closed 3 months ago

Darknet-11 commented 3 months ago

Spent days trying to make this work with two new C&H mini splits that us the US-OSK103 Wi-Fi adapter. Packet capture shows the C&H app sends UDP broadcasts on port 6445, not 7000. Tried manually changing the climate.yaml to use port 6445 but no luck. Further research indicated that some Midea units use an "OSK103" Wi-Fi adapter. Tried the "Midea Smart AC" integration available via HACS which doesn't mention Cooper&Hunter at all, and that actually worked great.

So, I think it would be prudent to make mention in the Readme that new Cooper&Hunter mini splits that use the US-OSK103 Smart Wi-Fi adapters are apparently based on Midea and not compatible with this Gree integration.

RobHofmann commented 3 months ago

This is why we try to also list the model number. It's impossible to list all the things that don't work :).

Thanks for the heads up though!