First of all thank you very much for the node-red and Grafana code. I have changed the node-red flow a little bit to accept my tcpdump records of the Dragino LPS8, but the output to the InfluxDB is identical.
Two small issues:
Devices which looks like decimal values (e.g. "26011243") are shown as "26.01 Mil" in the table at the bottom. Is there a possiblility to change the format?
EDIT: found it on the right side menu:
Column Styles -> Options -> Name Pattern /.*/ -> Type Unit: "none", Decmals=0"
In Grafana I have more then one data source. The related InfluxDB is not marked as default source. When I try to import the dashboard json code to Grafana, it fails with errors, because the default database (in my case a MySQL-DB) is used (and it does not matter whether I select the InfluxDB in the import form). I have to mark the InfluxDB as default source - then the import works. May be it depends on the Grafana version (7.0.3).
First of all thank you very much for the node-red and Grafana code. I have changed the node-red flow a little bit to accept my tcpdump records of the Dragino LPS8, but the output to the InfluxDB is identical. Two small issues:
Devices which looks like decimal values (e.g. "26011243") are shown as "26.01 Mil" in the table at the bottom. Is there a possiblility to change the format? EDIT: found it on the right side menu: Column Styles -> Options -> Name Pattern /.*/ -> Type Unit: "none", Decmals=0"
In Grafana I have more then one data source. The related InfluxDB is not marked as default source. When I try to import the dashboard json code to Grafana, it fails with errors, because the default database (in my case a MySQL-DB) is used (and it does not matter whether I select the InfluxDB in the import form). I have to mark the InfluxDB as default source - then the import works. May be it depends on the Grafana version (7.0.3).