MQTT notification #676
Replies: 5 comments 1 reply
-
Please make a request for it on containrrr/shoutrrr. If I were to implement this I would probably also need to know a bit about how you would expect it to work. |
Beta Was this translation helpful? Give feedback.
-
This is a really interesting feature! I think however it might require some more discussion to nail down whether this would fit into notifications or should be treated separately. In the interest of setting reasonable expectations, I don't think @piksel nor I will get the opportunity to work on this in the near future, so if anyone feels up to it, feel free to elaborate on a design proposal. |
Beta Was this translation helpful? Give feedback.
-
There are standard ways to implement MQTT messaging. Most that want to use it will already have an MQTT broker; publishing log messages to MQTT should really be an add on where all types and content of log entries are by default published, then anyone who wants to listen (Subscribe) to these will be able to. Receiving MQTT is a little more complex as the actions on received messages require a little more thought... either way, implementation would be awesome, especially if scheduling of updates can be better controlled. More important now that Docker has fully implemented pull limits... |
Beta Was this translation helpful? Give feedback.
-
Didn't even think about Watchtower recieving messages... but that would be really cool. Why would you like to control the flow via MQTT..? |
Beta Was this translation helpful? Give feedback.
-
Locking this discussion in favor of containrrr/shoutrrr#86 |
Beta Was this translation helpful? Give feedback.
-
Would really like to see notification via MQTT...
Really easy to work with and you can connect other automations based on the MQTT messages.
Beta Was this translation helpful? Give feedback.
All reactions