agrif / OctoPrint-InfluxDB

Writes temperatures and events to an Influx database.
GNU Affero General Public License v3.0
24 stars 15 forks source link

Use slower update interval if not printing #27

Open agrif opened 1 year ago

agrif commented 1 year ago

As suggested by @bkenobi in #26, it'd be friendlier on database storage space to use a slower interval to collect data when the printer is idle.

This is likely a good solution for #18 also.