OpenStuder / openstuder-client-python

Python client to connect to OpenStuder gateway via WebSocket
MIT License
0 stars 0 forks source link

openstuder GW, Influxdb storage driver #3

Closed Jusufs closed 2 years ago

Jusufs commented 2 years ago

Hi. Please send me info about possibility to store datalogs into Influxdb database. Are somewhere working on a Influxdb storage driver for openstuder gateway ?

cm0x4D commented 2 years ago

There are no plans for InfluxDB storage extension.

However it should not be that hard to implement such an extension using Qt's QNetworkAccessManager class and the InfluxDB line protocol.