Hello everyone,
I'd like to know if it's possible to store data into influxDB from CODESYS for Raspberry Pi using SQL4CODESYS, or others packages.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
sure is this possible, but for sql4codesys you have to spend at least 720β¬.
What you can do is to use my MQTT client send it to a broker and there you can use iobroker or mqttwarn to send it to infoflux.
BR Stefan
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Did anyone investigate implementing the InfluxDB "lineprotocol"(?) directly in Codesys?
I can use Telegraf to insert data, but would rather like a non-broker solution as that broker also has to be hosted somehwere.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In the CoDeSys store you will find the IIot Libraries SL
I think with help of its "Web Client SL" it should be possible to implement POST requsts for the Influx API .
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: martino.d.martinelli
Hello everyone,
I'd like to know if it's possible to store data into influxDB from CODESYS for Raspberry Pi using SQL4CODESYS, or others packages.
Thanks
Hi Martino,
sure is this possible, but for sql4codesys you have to spend at least 720β¬.
What you can do is to use my MQTT client send it to a broker and there you can use iobroker or mqttwarn to send it to infoflux.
BR Stefan
Did anyone investigate implementing the InfluxDB "lineprotocol"(?) directly in Codesys?
I can use Telegraf to insert data, but would rather like a non-broker solution as that broker also has to be hosted somehwere.
In the CoDeSys store you will find the IIot Libraries SL
I think with help of its "Web Client SL" it should be possible to implement POST requsts for the Influx API .