muhlba91/onyx-homeassistant-integration

Realtime Updates

muhlba91 opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
Due to the nature of Hella API updates of devices and congestion control, pull updates can lead to old data. Chances are not high if the integration is used to manage the shutters but if other API connectors control them as well, incorrect states can be reported.
Please use the provided /events endpoint of v2 to receive partial updates.

Describe the solution you'd like.
Near realtime updates with fallback polling for correct state management.

Describe alternatives you've considered.
Decreasing the poll interval.