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

Turning on Gree air conditioner after starting Home Assistant #160

Closed odis68 closed 3 months ago

odis68 commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

If Home Assistant has been launched before the device, an error occurs It was not possible to call the Climate/set_temperature service. Expected Float for Dictionary Value @ Data ['Temperature']

To Reproduce Steps to reproduce the behavior:

  1. If Home Assistant has been launched before the device, an error occurs
  2. ''
  3. ''
  4. It was not possible to call the Climate/set_temperature service. Expected Float for Dictionary Value @ Data ['Temperature']

Configuration

Expected behavior After turning on Gree, gain access without restarting Home AssistSnt itself - or recommendations for commanding commands with GREE.

Screenshots

Platform:

Additional context The integration of the Node-Red itself picks up the inclined air conditioner and controls it. This integration is only after restarting Home Assistant

Logs I do not find records about this event

odis68 commented 4 months ago

Sorry I didn't see your comment https://github.com/RobHofmann/HomeAssistant-GreeClimateComponent/issues/113#issuecomment-2107054398

I tried it

service: homeassistant.reload_config_entry
data: {}
target:
  device_id: eba12b858e0e7c497bf31550de317a78

Did not work out

toughvj commented 4 months ago

I'll have to take a look at this. I think I have a solution for this without using it config_flow

toughvj commented 4 months ago

Solved in latest PR. Waiting for @RobHofmann approval.

odis68 commented 4 months ago

Thanks for your work!!!!

toughvj commented 3 months ago

solved with PR #179, can be closed