a14c1775b1
resolution(&resolution=...) to be specified Either an interval or start parameter is required, while the end parameter is optional when start is specified. Start and end should both be specified in unix time format. Resolution is in seconds and should be one of [60 | 900 | 86400 | 604800] meaning [minute | 15min | day | week] resolution respectively. The [time, power] pairs returned by the api will be aligned to multiples of the specified resolution, or maximum resolution available for the requested time interval. |
||
---|---|---|
openwrt | ||
uc | ||
web | ||
README |
README
This repository holds the code for the community metering project called Flukso and is split into following subsections: - web/drupal: theme and modules that turn a stock Drupal installation into www.flukso.net - web/api: our Erlang/Webmachine-based JSON/REST code for api.flukso.net - openwrt: contains openwrt packages/patches/make menuconfig to tweak a stock openwrt kamikaze build into a Fluksometer - uc: the microcontroller code that is loaded onto the sensor board's AVR. Enjoy! Bart.