imrahil / OctoPrint-NavbarTemp

Plugin for OctoPrint - displays temperatures on navbar
GNU Affero General Public License v3.0
44 stars 50 forks source link

Feature request - can you add 'throttling' status? #75

Open HeneryH opened 4 years ago

HeneryH commented 4 years ago

Is it possible to add the current throttling status to the data collected?

When the CPU throttles, the command vcgencmd get_throttled outputs 0x20002 (the first 2 indicates the Pi has throttled at some point between the prior boot and now; the last 2 indicates the Pi is currently throttling the CPU frequency.

watch -n 1 vcgencmd get_throttled watch -n 1 vcgencmd measure_temp

LazeMSS commented 3 years ago

This is a standard feature in Pi Support Plugin bundled with OctoPrint