Fluksometer v1 firmware
Go to file
Bart Van Der Meerssche a14c1775b1 api: allow a start time (&start=...), end time (&end=...) and
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.
2010-05-22 13:21:31 +02:00
openwrt openwrt: disable debugging and enable the json/rest pwr api by default 2010-05-22 11:24:24 +02:00
uc uc: add support for US split-phase supplies 2010-04-09 21:20:22 +00:00
web api: allow a start time (&start=...), end time (&end=...) and 2010-05-22 13:21:31 +02:00
README gen: populate README file 2010-04-16 01:24:36 +02:00

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.