What automation helper device triggers would you like to see? #238
Replies: 2 comments 6 replies
-
Thanks for your hard work this is great I plan to use it once I get my printer in a few days. A couple additional triggers I'd love to see (if possible) AMS filament change filament runout would also be cool. With my current printer I use Octoprint and have a notification that is sent to my phone every few layers so a layer change one would be excellent to have. |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm trying to create an automation by using progress level. Print start/finish triggers the automation but the progress only triggers once at the beginning. It would be nice if we can keep a trigger every single time progress level changes. Basically, I would like to show the progress level by %5 increments via WLED |
Beta Was this translation helpful? Give feedback.
-
This build adds support for a handful of device triggers that can be used in automations:
Print Canceled
Print Failed (X1 only)
Print Finished
Print Started
Printer error detected (w/ HMS error as data payload)
For the most part these are just conveniences - you could craft an automation triggering the same way but it takes a bit more effort to understand which sensor(s) to use to track the activity you want which requires understanding how the sensors behave & interact / what the available states are. The only one in the list that's not true for is the print canceled event as that's only a transient event from the printer rather than a persistent state.
These new triggers look like this in use:
(when accessed via the + automation button on the device page) and
when you go to the automations page and add a device trigger.
So my question is - what common case scenarios could be made a little easier by adding a device trigger for it? A more complex scenario might, for example, be a dedicate 'spaghetti detected' error so you can easily trigger a notification off that specific error. Or one for the print head falling off. But there's already a generic error event so maybe specific versions isn't interesting.
So looking for suggestions on what you'd like to see present as a simplified device trigger event.
Beta Was this translation helpful? Give feedback.
All reactions