Hypfer / Cybele

BLE to MQTT Gateway for Smarthome and IoT Devices
Apache License 2.0
112 stars 16 forks source link

Improve polling scheduling #5

Open Hypfer opened 4 years ago

Hypfer commented 4 years ago

Currently, if you configure polling of multiple devices with the same interval, they all happen at the same time. BLE doesn't really like that so it tends to break.

There should be something along the lines of a polling queue on each dongle which processes one job after another.