Skip to content
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

Feature request: M117 events (and M300, M150) #96

Open
skvalen opened this issue Feb 16, 2021 · 1 comment
Open

Feature request: M117 events (and M300, M150) #96

skvalen opened this issue Feb 16, 2021 · 1 comment

Comments

@skvalen
Copy link

skvalen commented Feb 16, 2021

Hi, sending M117 (lcd message) events would be nice feature, and also M300 and M150 would be nice.

something like:
topic: octoPrint/event/M117
payload: {"message": "Hello World!"}

M300 - Play Tone
topic: octoPrint/event/M300
payload {"P": ms, "S": hz}

M150 - Set RGB(W) Color
topic: octoPrint/event/M150
payload: {"B": intensity, "I": index, "P": intensity, "R":intensity, "U": intensity, "W" intensity}

@RoboMagus
Copy link

Just came accross this issue when looking into something else.

Probably a dead topic, but I'll post this here anyway in case someone is looking for the same feature.
About a year ago I wrote a little plugin that could be used together with this one to achieve this goal: Custom GCode Events.

Having the MQTT plugin setting Activate event messages enabled, events produced by the mentioned plugin would be published on the specified topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants