Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
26 stars 20 forks source link

Meter: Decouple live sampling from API. Improve documentation of meter/values_update #247

Closed rtrbt closed 11 months ago

rtrbt commented 1 year ago

Average over 500 ms. If no value arrives for 500 ms, reuse the last average value once (to be robust against timing jitter). If no value arrives for > 1s add val_min to create a gap.

rtrbt commented 11 months ago

Done.