cjkrolak / ThermostatSupervisor

supervisor to detect and correct thermostat deviations
MIT License
0 stars 0 forks source link

blink: mitigate server spamming #767

Open cjkrolak opened 9 months ago

cjkrolak commented 9 months ago

blink servers detect spamming and shutdown access to data temporarily. This spamming can be triggered by running the blink basic checkout twice in a row because we are polling a lot of cameras.

Need to identify how many polls will trigger the spamming and if this impacts the ability to run blink in a supervisor mode on one camera, what the minimum interval should be to avoid spamming.

cjkrolak commented 9 months ago

self.refresh_zone_info is missing from blink Zone class, this can be used to mitigate server spamming