-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications of events #36
Comments
Easiest way is actually for me to implement everything on my plugin. I'll do some research and investigate adding this feature and put it on my roadmap. |
added on 3.5. I still need to create the documentation. I added using IFTTT this is much better because you can select how you want your notification, you can use the app, email, another app... twitter... |
Steps to configure: Login / Create an account on IFTT. Go to My Applets, create a new applet and select Maker Webhooks after clicking "This". Give access to the maker channel. Select "Receive a web request" and you need to specify a name for the event, I used "printer_event" I think you can not have a empty space here. After you set up your applet you can test it clicking on your username on the top right, services, click on the maker webhooks and click documentation. Click test it, it should notify your client / send an email or whatever else you configured. My experience is that it took 5 minutes to start working, but after you get it working there it should work fine on the plugin as well. If you got it working, just go back to the plugin enclosure, advanced section, enable the notification and add the IFTT maker key, and the event name that you gave. That is it. |
Change filament not work in Anycubic I3 Mega. Workarround "pause printing" option, and put some gcode in GCODE SCRIPT (buble plugin) like this: [BEFORE PAUSE PRINT] {% if pause_position.x is not none %} [AFTER PAUSE PRINT] {% if pause_position.x is not none %} Also there as a 2 scripts about change tool (al most in 1.2.6 version), can you add option to set. Scripts are "Before tool change" and "After tool change" using this scrips aboid a pause user interaction and filament sensor enclosure interaction. An other option is create a 2 gcode scripts in enclosure plugin directly (a before action and after action), and user interaction confirmation between before an after execution code. |
I took the scrips from this site: http://docs.octoprint.org/en/master/features/gcode_scripts.html?highlight=pause |
@dmachadol your complain is not valid for so many reasons:
|
This is obviously an enhancement request.
I currently use a plugin that notifies me when prints start/stop etc via telegram messenger. I'd love to get notifications (for example filament run out, smoke sensors etc) in the same way.
Can plugins in OctoPrint talk to each other? Obviously, with the multitude of different plugins, it'd be hard to cater for them all.
Just a thought though.
Cheers,
Mike.
The text was updated successfully, but these errors were encountered: