mqttwarn
mqttwarn copied to clipboard
A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
I just discovered this sweet library by @djkelleher: https://github.com/djkelleher/dynamic-imports. It could be used to replace the custom code currently used for plugin loading. 💯
I think we should add JSONPath support (perhaps [JSONPath RW](https://github.com/kennknowles/python-jsonpath-rw) to mqttwarn; it would make people's lives easier when accessing elements in JSON payloads.
The configuration file contains sensitive data like passwords. Is it possible to pass values via environment variables into the configuration of mqttwarn? That would allow me to e.g. share my...
Karl rightly asks whether we intend to support Python 3. The only valid response to the question is "yes".
Dear JP and Ben, this is an important issue. Maybe you can find a few minutes to look into it. With kind regards, Andreas. ### Introduction I am bringing this...
Dear JP and Ben, while modernizing mqttwarn on some aspects after taking over maintenance, I regularily touch the important detail about the configuration of the _plugin service target address descriptors_,...
Like https://owntracks.org/booklet/, @jpmens and me would like to use MkDocs together with the respective theme from ReadTheDocs.org to improve the documentation of _mqttwarn_. We also talked about restructuring the whole...
Hi there, coming from @orzechszek's request at #485, we may want to update the code to submit messages to the [»Meta« Messenger Platform](https://developers.facebook.com/docs/messenger-platform), which is the official API for chat...
Hi there, @LaborEtArs asked at https://github.com/jpmens/mqttwarn/issues/396#issuecomment-575877788: > Are there plans to update the apns plugin to apns2? [apns](https://pypi.org/project/apns/) did not receive any updates since 2015, [apns2](https://pypi.org/project/apns2/) does a better job...
Hi there, the [puka] package is outdated, `mqttwarn` should migrate to [pika]. FYI: There is also [aio-pika]. With kind regards, Andreas. [puka]: https://pypi.org/project/puka/ [pika]: https://pypi.org/project/pika/ [aio-pika]: https://pypi.org/project/aio-pika/