Several data sink plugins exist. Each of them has its (possible) own configuration. Currently the following data sinks exists:
- Console - Simple print the measurement value information to the console
- Database - Write the measurement value information to a database
- File - Write the measurement value information to a file
- LCD - Print the measurement value information to the LCD bricklet of the weather station
- MQTT - Publish the measurement value information to a MQTT broker
Return to main.
- The data sink plugins can be used on
datacollector
side as well as onremotedevice
side. - The implementation offers a
lock object
to prevent concurrent write access by the threads of the data source plugins.