-
-
Notifications
You must be signed in to change notification settings - Fork 732
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
Add support for "mqtt" actions #411
Comments
Related: #8 |
MQTT support in ntfy would be grand. @sumnerboy12 I've added an enhancement issue to mqttwarn here, so if you've nothing better to do ... :-) |
Hello, One can imagine when I open my garage door the module sends an MQTT frame to ask if I also need to open the gates. If I answer yes the portal module sees the request and executes I don't see the work that it represents, especially in go, a language that I don't know, but on the other hand I can see the opening it gives in the home automation environment. |
MQTT (opensource standard as well) bridge/integration would be invaluable. It'll let connect thousands of ESP8266 boards (including with TASMOTA/ESPurna/ESPeasy/ESPhome firmware and MQTT) with ntfy gateway! Most of Sonoff gear and many of the Tuya gear can be Tasmotized! |
Similar to "http", allow a notification action to send an MQTT message.
MQTT is a very common protocol for home automation. Having the ability to send an MQTT message from a
ntfy
notification action would allow all sorts of integrations.I will also be looking to add support for
ntfy
to mqttwarn. This would allow for users to send notifications to an MQTT topic andmqttwarn
will automatically forward it tontfy
.With MQTT actions and
mqttwarn
integration, we would have bi-directional support for MQTT based systems.The text was updated successfully, but these errors were encountered: