cmroche / OctoPrint-HomeAssistant

Home Assistant plugin for OctoPrint, enabling MQTT discovery of you device and sensors
110 stars 18 forks source link

Add sensor discovery for PrintDone event? #105

Open tideline3d opened 1 year ago

tideline3d commented 1 year ago

Im trying to get HA to keep track in the log of all the successful prints on a given printer. I see that I can create a manual MQTT sensor in HA for the PrintDone event that's being published, but I have multiple printers pushing data. Is there an easy way to add an auto discover message for the /event/PrintDone event?

mreditor97 commented 1 year ago

I will look into a Home Assistant device trigger for the print start, and print complete events so you can trigger automations easily with them.