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).
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.
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 is4223
.PluginPath
- The path where the datacollector is looking for datasource and datasink plugins, by default in a subdirectory calledPlugins
.
See also the remotedevice documentation. The description to install the datacollector
on a Raspi can be found here.