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

Good day! First of all - thank you for great software! For last few days i have been struggling with idea to get ecowitt weather station data to influxdb. I'm...

When working with a greater number of transformed fields (e. g. through topic's alldata), the params definition for the target has a lot of redundancy, especially when the field names...

I've been unable to get `mqttwarn` to start today after updating `py39-paho-mqtt`: 1.6.1 -> 2.0.0 Reverting to 1.6.1 gets it running again. Seem related to https://stackoverflow.com/questions/77984857/paho-mqtt-unsupported-callback-api-version-error?noredirect=1 ``` [12:20 mqtt01 dvl...

Hi there, after bouncing on and off on the idea to leverage the [`javascript`](https://pypi.org/project/javascript/) package for data transformation purposes, in order to get rid of our [PutsReq] instance, which is...

I have seen [this issue](https://github.com/mqtt-tools/mqttwarn/issues/378) but setting the value of `tls_version` in mqttwarn.ini, doesn't solve it. Both mosquitto and mqttwarn are in single docker-compose.yaml. Using mqttwarn-full:latest image. For both ini...

The following configuration > [telegraf/raspberrypi/weather] > format = openweathermap_format() > targets = smtp:user, file:mqttwarnlog, log:info > title = "Weather forecast" Routes messages only to the first target (smtp), although the...

Hi, I'm a very satisfied newuser and use mqttwarn with a (selfhosted) ntfy service. While this works great, I noticed that the posts titles are wrapped like `=?utf-8?q?Temperatur?=`. I tried...

### Introduction Ntfy supports two authorization types: username + password and tokens. (See: https://docs.ntfy.sh/publish/#authentication ) For server to server or application communication (as in the case of mqttwarn) tokens are...

documentation

hello this is not issue - it is a question (and i don't know where to write it, so i am writing here) i am new to mqttwarn and i...

feature

Hi again, similar to what [Webscript](https://webscript.io/) has been doing for HTTP, and @progrium explored on behalf of [Airscript](https://github.com/airscript/airscript-engine) the other day, this patch explores the feasibility of "using Lua for...