Emonwrt3 Web Interface: Difference between revisions
Line 22: | Line 22: | ||
[[File:Emonwrt3_04.png | right | 400px]] | [[File:Emonwrt3_04.png | right | 400px]] | ||
This page defines where and how data are transmitted. Emoncms and Influxdb are supported. | |||
==Emoncms== | |||
'''Name''' this can be any name to identify the stream. | |||
'''Enabled''' Enable/Disable the stream. | |||
'''Hostname''' is the location where the Emoncms server is. Note that for locally installed system the suffix /emoncms must be added. | |||
'''Apikey''' the apikey provided by Emoncms. | |||
'''Node ID''' the number that identify the device. Enter a number between 0 and 255. | |||
'''UID''' is a unique ID for the stream. For internal use. | |||
==Influxdb== | |||
'''Name''' this can be any name to identify the stream. | |||
'''Enabled''' Enable/Disable the stream. | |||
'''Hostname''' is the location where the Influxdb server is. | |||
'''Database''' is the database name of the Influxdb database. | |||
'''UID''' is a unique ID for the stream. For internal use. |
Revision as of 19:48, 9 June 2018
The web interface for the Emonwrt3 is integrated with Luci. The OpenWRT configuration interface.
This page only covers the web interface for the use of Emonwrt3. it does not describe other interfaces available for OpenWRT configuration (Status, System, Network, Logout).
General
Select emonwrt3 | General to get the some general settings. Some parameters are read only on the page intentionally as we believe they would not need to be changed for common usage.
Serial Port and Baud Rate are for the serial communication with the Arduino controller.
Rolling Database is the path and filename of the database to use for acquisition. If installed under /tmp this will be deleted for every reboot. To keep it persistent over reboots install it under /root.
Database Size (samples) is the number of samples to keep in the database. The default 128 means that 128 samples are kept under storage for resend in case of an eventual failure send. If data are received every 10 seconds this means that the last 1280 seconds are stored. Consider memory usage on the device before increasing this number.
HTTP Send Interval (s) determine how often http data are sent to the servers. This is in seconds. Default is 20 seconds.
Streams
This page defines where and how data are transmitted. Emoncms and Influxdb are supported.
Emoncms
Name this can be any name to identify the stream.
Enabled Enable/Disable the stream.
Hostname is the location where the Emoncms server is. Note that for locally installed system the suffix /emoncms must be added.
Apikey the apikey provided by Emoncms.
Node ID the number that identify the device. Enter a number between 0 and 255.
UID is a unique ID for the stream. For internal use.
Influxdb
Name this can be any name to identify the stream.
Enabled Enable/Disable the stream.
Hostname is the location where the Influxdb server is.
Database is the database name of the Influxdb database.
UID is a unique ID for the stream. For internal use.