mqttwarn
mqttwarn copied to clipboard
A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
Not an issue, but a note worth looking at for those with Docker. By default, docker does not manage it's own logs for each container. And defaults to json-file. When...
hello. I'm not sure that I understand the example of the thingspeak plugin. Could you please give me a working example for configuring mqttwarn.ini. I have three topics /data/one /data/two...
Could you please add possibility to send/attach photo/image to Telegram message
Using a simple script that gets triggered with just an event as parameter, my UPS currently publishes this event to a fixed topic. Longer-term, I may write a more elaborate...
The feature allows to define a parameter 'timeout' for each topic. The timeout is specified in seconds. Instead of notifying targets when a message arrives for a topic, mqttwarn will...
Hi ther,e, I'm pretty happy by invoking mqttwarn manually :smile: But I tried to transform it to a working systemd service, based upon mqttwarn.service unit example. Unfortunatly modern Debian based...
Slack files.upload was deprecated on May 16, 2024 and will be retired on March 11, 2025. This change uses the new upload method as [detailed here](https://api.slack.com/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay)
- Python 3.8.10 - pip 20.0.2 from /usr/lib/python3/dist-packages/pip (python 3.8) ``` Traceback (most recent call last): File "/home/akila/.local/lib/python3.8/site-packages/mqttwarn/util.py", line 6, in from importlib.resources import files as resource_files # type: ignore[attr-defined]...