mqttwarn
mqttwarn copied to clipboard
A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
Hi, I'm looking to try and create some sort of Dynamic Target List, where the target can almost be changed on the fly. To explain it a bit better: I'm...
Dear _mqttwarn_ community, this will be all about my proposal for finally giving _mqttwarn_ a test harness in order to support the nice people caring about it, to make it...
> In the long run, I think it would be a good idea to get rid of any need for the `future` package completely [^1], as `mqttwarn` now supports Python...
InfluxDB version 2 has a slightly different API, mainly: * Now using API tokens instead of username/password * Replacing database/retention policy with bucket This needs a few changes how the...
I did the mqttwarn setup on a Raspberry Pi. When I run it manually everything works but i have a problem with systemd. Steps I took: ```shell useradd --create-home --shell...
https://github.com/owntracks/ocli/pull/4 worked well for [`ocli`](https://github.com/owntracks/ocli), so we might also want to apply this here.
We want a `webhook` service. It should have configurable headers it can send on outgoing POST and of course a configurable/templateable payload. I'm thinking along the lines of MQTT publish...
Hi again, based on #552, which implemented `status_publish` and `status_topic` settings, I would like to see the possibility to configure a `status_interval` setting, defaulting to 60 seconds. Status information shall...
Hi there, without further specifying what that would exactly mean, I always wanted to take the chance to put down a note about that we might want to investigate how...
moved to official image as you know, and have found one of my items not working (in the pushover service I think there's a 2.7 > 3.9 incompatibility). I think...