-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write data to InfluxDB2 + Grafana Dashboard #98
Comments
Nice 😉 |
I tried to implement it within the persistentStorage.ts but since I never coded something in TypeScript I scraped the effort and took the detour via the CSV files + Python which just took a couple of minutes. I mean there is a InfluxDB2 client available so I might give it another try when I have more time 😄 |
Describe the protocol to me and the mapping you've choosen. Probably I will implement it. Tbh, I stored the data into influx for some timing using the web socket and node red. |
The mapping is a simple dictionary which replicates your CSV header one to one.
Not sure if the translation below to JS is correct:
There are lots of examples how to use the Node.js client: |
Hello all,
just in case someone would like to track the telegrams via InfluxDB2/Grafana.
I wrote a little Python script which can parse the CSV files and write the data to InfluxDB2 if "Persistent data storage" is activated in AskSin Analyzer XS. "Payload" and "RAW" data is not sent to InfluxDB - but can easily be enabled by removing the comment from two lines.
AskSinAnalyzer-CSV-to-InfluxDB
Greetings,
Bjoern
The text was updated successfully, but these errors were encountered: