About Datalog Plugin

This plugin queries data from one or more sensors following a schedule specified by markup. Results accumulate in asset files rolled and eventually discarded over time.

Record data from sources provided by the plugin. SENSOR random http:/plugin/datalog/random SENSOR waves http:/plugin/datalog/waves HOUR 600 KEEP 3

A single button offers to start or stop recording. The button will show 'wait' while connecting to the plugin's server-side component.

# Markup

Say __SENSOR__ _name_ _url_ to query from this source.

Say __HOUR__ _count_ for hourly files of count samples.

Say __DAY__ _count_ for daily files of count samples.

Say __MONTH__ _count_ for monthly files of count samples.

Say __KEEP__ _count_ to retain count sample files.

Remaining lines are rendered as comments.