Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 898 Bytes

Readme.md

File metadata and controls

16 lines (11 loc) · 898 Bytes

Data Sink Plugins

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.

Remarks

  • The data sink plugins can be used on datacollector side as well as on remotedevice side.
  • The implementation offers a lock object to prevent concurrent write access by the threads of the data source plugins.