cmroche / greeclimate

Python package for controlling Gree based minisplit systems
GNU General Public License v3.0
36 stars 20 forks source link

Wait time problem #71

Open Tamas-Toth-ebola opened 2 months ago

Tamas-Toth-ebola commented 2 months ago

Hi!

Please check the corresponding HA thread:

https://github.com/home-assistant/core/issues/114786

As I wrote there, I can confirm, the solution finally solved my long-term problem.

jmatraszek commented 1 month ago

Hi @cmroche, any chance to get that fixed? It appears that due to this, Gree integration is currently broken in HA for numerous people (including myself). Thanks!

cmroche commented 2 weeks ago

IMHO this isn't actually a solution, the module was built to be async and notify of responses as they arrive, forcing a wait should have no further impact, further it's intentional to not block HASS startup when scanning begins.

@Tamas-Toth-ebola please enable debug logs and attach them so I can investigate why HASS is not handling those notifications.