I have two 3d printers integrated into HA with lots of working entities from both. The Octoprint Integration page says one of the supported sensors is "Current File name" and "Current File Size". Neither of those show up as entities for me for either printer. How can I access this sensor so I can add it as a card to my existing dashboard? https://www.home-assistant.io/integrations/octoprint/
#Octoprint integration, I want to use sensor "Current File Name" but not showing as entity
1 messages · Page 1 of 1 (latest)
Is it available in the device page? The entity if it exists maybe disabled.
I don't use the core integration, it doesn't have all the sensors or access I want. I added more features to the Octoprint Homeassistant extension and use that.
https://github.com/SirGoodenough/HA_Blueprints/blob/master/Automations/Octoprint_Additional_Buttons_Helper.md
It's not listed anywhere that I can tell. It doesn't look to be in the list under the sensor category of the octoprint integration.
My other idea is to make my own rest API sensor and pull from the octoprint API.