This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:value [2017/05/06 04:47] admin created |
wiki:value [2020/07/23 04:13] (current) admin |
||
---|---|---|---|
Line 5: | Line 5: | ||
Usage: | Usage: | ||
- | '' | + | '' |
===== Generic Variables (per device type) ===== | ===== Generic Variables (per device type) ===== | ||
- | '' | + | '' |
+ | |||
+ | Get the latest | ||
+ | |||
+ | ===== Device - Specific Variables ===== | ||
- | Device - Specific Variables | ||
- | For variables with spaces in the name, use single quotes. | ||
- | VALUE(' | ||
For device specific variables use a . to separate the device name: | For device specific variables use a . to separate the device name: | ||
- | VALUE(' | + | |
- | You can also use VALUE(' | + | '' |
- | The following functions take two parameters. The first parameter is the variable reference, | + | |
- | The second parameter, [period] is a number | + | Get the value of the variable 'My Value' in the device 'My Device' |
- | 0 - latest value | + | |
- | 1 - since midnight | + | ===== Special Variables ===== |
- | 2 - this week | + | |
- | 3 - this month | + | You can also use VALUE(' |
- | 4 - this year | + | The list of special device-specific variables available are as follows: |
- | 5 - selected period | + | |**Variable** | **Description** | |
- | 7 - last entry in period | + | |device_key | MAC ADDRESS | |
+ | |remote_ip | IP Address of wattmon | | ||
+ | |last_access | last update timestamp | | ||
+ | |tz_offset | GMT Offset in seconds | | ||
+ | |geo_lat | Latitude of device | | ||
+ | |geo_lon | Longitude of device | | ||
+ | |user_field1 | User Defined field 1 | | ||
+ | |||
+ | |||
+ | |||
+ | ===== Option Parameters ===== | ||
+ | |||
+ | The second parameter, [options] is a number and can be any of the following | ||
+ | |||
+ | |0 | latest value (Default) | | ||
+ | |5 | Period (in graph) | ||
+ | |7 | latest value for selected period | | ||
+ | |||
+ | |||
+ | The third optional parameter [max] allows you to specify a maximum value for the data point, and if the value is greater than this the result will be 0. This is to help in cases where incorrect data may come in from sensors are other devices. | ||
+ | |||
+ | ===== Example ===== | ||
+ | |||
+ | Get the latest value of two watt hour counters and scaled them to kWh | ||
+ | |||
+ | '' |