LazeMSS / OctoPrint-TopTemp

Topbar temperature plugin for OctoPrint
21 stars 2 forks source link

CPU temperature and other custom commands don't function in OctoPrint 1.8.0rc1 #69

Closed r3Fuze closed 2 years ago

r3Fuze commented 2 years ago

Just a heads up that something seems to have changed in OctoPrint 1.8.0rc1 that causes custom commands to not function.

The CPU temperature just shows up as spinning dots and never loads. Adding a custom temperature (one of the predefined CPU commands or just echo 50) works until the OctoPrint server is restarted and then any custom temperatures stop working again.

Hotend and bed temperatures work but cooling fan speed is also broken.

Running TopTemp 0.0.1.7 as the only plugin.

Downgrading OctoPrint makes TopTemp work again and upgrading to OctoPrint 1.8.0rc1 stops it working again.

Let me know if you need any logs or any other information. OctoPrint log: https://pastebin.com/SxiEZhmb

r3Fuze commented 2 years ago

Updating to OctoPrint 1.8.0rc2 seems to have fixed this, so it was probably a bug in OctoPrint instead.