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
281 stars 99 forks source link

Integrations, config_flow.py #52

Open ardeus-ua opened 4 years ago

ardeus-ua commented 4 years ago

Is your feature request related to a problem? Please describe. Please make this component serve like integration for the Home Assistant setup

Describe the solution you'd like config_flow.py with autodiscovery based on https://github.com/tomikaa87/gree-remote#device-discovery-scanning

Describe alternatives you've considered The manual procedure with user input of MAC and/or IP address

Additional context https://developers.home-assistant.io/docs/en/config_entries_config_flow_handler.html If found multiple AC's through the discovery defining the name of it can be made through turning all indicators and the display on the unit on or off or through suggesting with the decoded friendly name of the unit from the discovery process

xuefer commented 3 years ago

current manual added gree AC may fail to setup on startup due to random timeout

RobHofmann commented 1 month ago

@toughvj you seem pretty active at the moment. I havent been able to implement this due to my limited python knowledge. Is this something you can look at?

This seems to be the way HomeAssistant is heading

toughvj commented 1 month ago

current manual added gree AC may fail to setup on startup due to random timeout

this was solved in latest PR