simont77 / fakegato-history

Module to emulate Elgato Eve history
MIT License
166 stars 17 forks source link

Feature request: make timer subscription optional #30

Closed ebaauw closed 6 years ago

ebaauw commented 6 years ago

I'd like to be able to specify per accessory whether the logging service should subscribe to the fakegato timer. A lot of ZigBee sensors report their state periodically, which I can use easily to create periodic entries.

Also, for plugins that poll devices and cache their state it's quite easy to create periodic entries every n-th polling cycle.

NebzHB commented 6 years ago

ok, will do that. Please note Eve is waiting for data every 10min and regularly nevertheless (all Eve devices give data every 10min).

NebzHB commented 6 years ago

it's done in the branch fakegato-storage (future master).