Skip to content

Latest commit

 

History

History

DataCollector

DataCollector

The datacollector is running on the datacollector where the weatherstations is connected directly via USB. The datacollector will collect the data from the sensors (data source plugins) and will submit the data to the loaded output plugins (data sink plugins).

Details

The datacollector reads data from data source plugins and sends it to data sink plugins.

To abort the endless loop of picking up measurement values just hit escape.

Return to main.

DataCollectorConfig.config

For more details how to configure the plugins see the Readme in the project of the plugin. For the datacollector the following settings are available:

  • BrickDaemonIP - The IP of the system where the Tinkerforge Brick daemon is running, usually the same as where the master brick is connected to: 127.0.0.1.
  • BrickDaemonPort - The port of the Tinkerforge Brick daemon, the default is 4223.
  • PluginPath - The path where the datacollector is looking for datasource and datasink plugins, by default in a subdirectory called Plugins.

Remarks

See also the remotedevice documentation. The description to install the datacollector on a Raspi can be found here.