cmroche / greeclimate

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

Device returns invalid state after binding, and before first state update is received #99

Open cmroche opened 3 months ago

cmroche commented 3 months ago

Since we no longer lock-step updates, we need to either wait on the initial state update or provide some way to indicate when the device itself has a valid state and is ready to be used to prevent negative temperatures.

This also impacts the integration in Home Assistant.

See: #92