Skip to content
#

tasmota

Here are 128 public repositories matching this topic...

protochron
protochron commented Apr 11, 2021

The exporter doesn't support metrics in a JSON payload with dots in the key, since it uses gojsonq's Find() method which valuates a dot as a delimiter in a JSON path.

This means an MQTT message payload like the following will not work since the JSON parser expects a nested JSON structure:

{"particles_2.5um": 5}

The examples don't imply that the metric names are intended to

sgupta999
sgupta999 commented Nov 17, 2019

I will keep updating this post for known / reported bugs.
I will fix and post update for latest fixes here on github - so github will have all the latest versions.
Once I have enough change I will updated the version on NPM (this is primarily because you cannot ever republish a version on NPM and i don't want to keep track of too many versions)
==============03/05/2020
Publishing from ST ->MQ

Improve this page

Add a description, image, and links to the tasmota topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tasmota topic, visit your repo's landing page and select "manage topics."

Learn more