atrovato / gladys-awox

Managing of Awox devices with Gladys
Other
1 stars 0 forks source link

Regular check of device state #9

Open pebou opened 5 years ago

pebou commented 5 years ago

In order to have the most accurate data regarding each bulb, the module should be able to check regularly the state of each device paired and update all its properties accordingly. The delay between checks can be set as a Gladys variable.

atrovato commented 5 years ago

I was looking for BLE notification subscription, but there is a bug into noble lib (https://github.com/noble/noble/issues/685). I will think about the regular check with a parametized delay.