Andreas Motl

Results 1443 comments of Andreas Motl

Thanks for asking, @jpmens and Karl. I would like to extend that answer to "definitively yes" ;]. Support for Python3 - got already mentioned at the [Goals for 1.0.0](https://github.com/jpmens/mqttwarn/blob/develop/doc/todo.rst#goals-for-100) and...

Hi again, at [^1] ff., @u-l-m-i shared with us how TTN's optional JSON event message filtering capabilities look like: You can use an expression like `up.uplink_message.decoded_payload`, in order to focus...

I just discovered the excellent [`json-joy`](https://github.com/streamich/json-joy) package by @streamich through [^1]. Together with GH-667, this could be an excellent option for JavaScript folks. [^1]: https://news.ycombinator.com/item?id=36030866

Dear Dan, thanks for asking. While [1] has been left behind due to my failure to continue working on that appropriately (sorry @jpmens!), I am still willing to catch up...

> Comparing the branches [2] shows bringing "develop" up to speed with "master" should be doable. I've just quickly scanned the commits and identified these to be relevant to `mqttwarn`...

On this topic, I just rediscovered the [JMESPath](https://jmespath.org/) query language and the corresponding Python implementation [jmespath.py](https://github.com/jmespath/jmespath.py) by @jamesls and contributors. Apparently, it is involved in the Mars Helicopter mission in...

Hi again, at [^1][^2], we shared a recipe including a JMESPath expression to extract the most recent scalar measurement value from a list of measurement objects. The data is coming...

I've just updated the "develop" branch by integrating the changes from "master". It turned out to be a total no-brainer. `git` is amazing. For the records, these are the conflicts...

On the journey of making `mqttwarn` compatible with Python 3, I just went ahead after giving the "develop" branch some more love and published it to the Python Package Index...

Hi there, 40fa69a finally brings mqttwarn core way closer to Python3. Within https://github.com/jpmens/mqttwarn/issues/127#issuecomment-557944816, @dlangille offered to send a merge request for bringing all service plugins up to speed. This would...