As the title says, OctoPrint’s integration has been working fine for me for a little over a year now, but after installing 2021.11 it just broke completely. The integration is still there and reports 1 device and 12 entities. Clicking the device, I see that most of those entities are just not working anymore:
Your existing YAML configuration is automatically imported on upgrade to this release; and thus can be safely removed from your YAML configuration after upgrading.
I just removed the YAML config and as expected the setup is still there, but I did notice something else: it didn’t have the same name as before. So apparently the upgrade script decided that using the same name was unnecessary so all my entities were now named differently than what my Lovelace config was expecting.
I’ve changed the name of the device and propagated that to the entities so hopefully now things work better, though I still don’t think everything is fixed, because it’s still showing like this:
I’ve got the feeling that whatever conversion script was used just completely shat itself and now I’ll have to set everything up from scratch manually…
Change the name of your entites to sensor.octoprint_actual_bed_temp
Replace “creality_cr_x” with octoprint, or look in your developer tools if the entites were not auto-created during update/migration. The entites should be also visible in your “Integrations” Section under “Octoprint”
In the worst case you just need to change the Lovelace Config or entity naming.
For me all is working, except the actual bed and tool temp…