mqttwarn icon indicating copy to clipboard operation
mqttwarn copied to clipboard

A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.

Results 48 mqttwarn issues
Sort by recently updated
recently updated
newest added

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.

feature

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...

sandbox-and-shipping
feature

Karl rightly asks whether we intend to support Python 3. The only valid response to the question is "yes".

enhancement

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...

bug
help wanted
quality

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_,...

enhancement
service plugin

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...

documentation

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...

help wanted
service plugin

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...

help wanted
service plugin

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/

help wanted
service plugin