Commit Graph

  • dcb5b83e16 [readme] update readme to reflect the reduced scope of the repo develop Bart Van Der Meerssche 2011-06-16 00:05:57 +0200
  • 1fb5d7f4f9 [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware Bart Van Der Meerssche 2011-06-16 00:02:59 +0200
  • f1cfba46bd [fluksod] clean up flukso.uci comments Bart Van Der Meerssche 2011-05-26 14:50:42 +0200
  • de5d29bf21 [manual] first version of introduction and deploying chapters Bart Van Der Meerssche 2011-05-23 21:35:14 +0200
  • 5bdef6c09a [luci] change terminology from input to port for better consistency Bart Van Der Meerssche 2011-05-23 10:26:39 +0200
  • 28223484c6 [fluksod] enable the wan branch by default to ease the installation pain Bart Van Der Meerssche 2011-05-23 09:07:25 +0200
  • f63a90b60f [manual] set up a tex skeleton for the fluksometer manual Bart Van Der Meerssche 2011-05-22 09:40:46 +0200
  • d99ff97a40 [ap51-flash] Use potatoe-flash binary. This version preserves the logical flash layout, so that the standard sysupgrade tool can later be used for upgrading the firmware. Thanks Elektra! Bart Van Der Meerssche 2011-05-21 21:08:23 +0200
  • 3c9aa98da3 [drupal] limit the number of personal sensors on display to five Bart Van Der Meerssche 2011-05-18 21:42:51 +0000
  • 19f32d1da8 [drupal] add an "enabled" filter to sensor queries Bart Van Der Meerssche 2011-05-18 21:38:16 +0000
  • 559853c6f1 merging FLUKSO-2-0-beta-1 master Bart Van Der Meerssche 2011-05-12 00:02:22 +0200
  • 727e2f7789 [release] moving v2 into beta Bart Van Der Meerssche 2011-05-11 23:56:02 +0200
  • 733dae68cf [lua] patch for adding a table.create method to Lua core Bart Van Der Meerssche 2011-05-11 23:53:03 +0200
  • ac6203f3fb [openwrt] punch holes in the wan firewall zone for dhcp, avahi, ping and flukso rest api Bart Van Der Meerssche 2011-05-11 23:16:53 +0200
  • 69d7922dab [fsync] Check whether API_PATH actually exists and contains any symlinks. Thanks Mario! Bart Van Der Meerssche 2011-05-11 16:04:28 +0200
  • 068040a4b4 [spid] remove line-based discipline on the uart fifos Bart Van Der Meerssche 2011-05-10 20:23:28 +0200
  • 90b129a67a [avr] link the RS485 driver/receiver enable line to TXCIE0 Bart Van Der Meerssche 2011-05-10 16:19:32 +0200
  • 346e22a0ae [avr] increase UART Rx buffer to 256 bytes Bart Van Der Meerssche 2011-05-10 11:36:19 +0200
  • ac124ece24 [spid] uart tx does not generate a msg.parsed Bart Van Der Meerssche 2011-05-10 11:11:20 +0200
  • 3f0b37fbee [openwrt] include the mii-tool package Bart Van Der Meerssche 2011-05-09 23:33:28 +0200
  • 07e18ae356 [openwrt] tweak installation instructions Bart Van Der Meerssche 2011-05-03 14:19:46 +0200
  • ed5fe0618d [fluksod] suppress the avrdude output when triggered via the init script Bart Van Der Meerssche 2011-05-03 13:34:19 +0200
  • 53942e91e6 [openwrt] include the ap51 flash utility and a make flash target Bart Van Der Meerssche 2011-05-03 13:07:19 +0200
  • 0fa9bbb015 [fluksod] improve firstboot syslog messages Bart Van Der Meerssche 2011-05-03 11:42:55 +0200
  • b80c95c752 [fluksod + avr] revert to using main as avr target name Bart Van Der Meerssche 2011-05-03 06:15:15 +0200
  • bd9067dbd2 [openwrt] add the avr-gcc dependency remark to the install.sh script Bart Van Der Meerssche 2011-05-02 23:30:43 +0200
  • fc90003688 [fluksod + avr] include freshly compiled avr binaries into the flukso package Bart Van Der Meerssche 2011-05-02 23:03:50 +0200
  • 0b18afa8cc [tools] add redboot.pl script to repo Bart Van Der Meerssche 2011-05-02 16:47:06 +0200
  • 62fbd15ce1 [luci] provide an english .po file for the LuCI sensor page Bart Van Der Meerssche 2011-05-02 16:37:56 +0200
  • 0228537ed5 [fluksod] profiling shows that we can restore the wan buffer params to their original values Bart Van Der Meerssche 2011-05-01 20:25:33 +0200
  • 6eb69c9a9b [fluksod] optimize the json serialization Bart Van Der Meerssche 2011-05-01 20:23:14 +0200
  • ab393a2c21 [fluksod] use the new table.create to eliminate the rehashes in json_encode Bart Van Der Meerssche 2011-05-01 17:15:47 +0200
  • 18897a307b [lua] add table.create patch to Lua core Bart Van Der Meerssche 2011-05-01 16:37:40 +0200
  • ac11a4fa21 [fluksod] pass unix time to the polish method Bart Van Der Meerssche 2011-05-01 09:48:07 +0200
  • 6b8e701d26 [fluksod] join the fill and truncate operations in a single method Bart Van Der Meerssche 2011-04-30 19:48:44 +0200
  • 412cbc03e3 [fluksod] we only have to publish once per second Bart Van Der Meerssche 2011-04-30 19:23:51 +0200
  • e013ab81bb [fluksod] change filter parameters Bart Van Der Meerssche 2011-04-29 10:49:28 +0200
  • c87a241de9 [fluksod] disable both wan and lan branches by default Bart Van Der Meerssche 2011-04-29 10:39:18 +0200
  • 5bd4c40157 [avr] encapsulate stopping/starting the flukso daemon in rprogram Bart Van Der Meerssche 2011-04-29 10:23:45 +0200
  • 32699fd646 [luci] stop/start flukso daemon after form commit as well Bart Van Der Meerssche 2011-04-28 23:25:42 +0200
  • ff797ecd91 [luci] add flags for enabling/disabling the WAN and LAN sections Bart Van Der Meerssche 2011-04-28 14:11:12 +0200
  • 442780f86a [fluksod + heartbeat] simplify WAN_ENABLED and LAN_ENABLED logic Bart Van Der Meerssche 2011-04-28 13:54:29 +0200
  • 9e396e66ad [fsync] create a dependency towards enable_lan_branch Bart Van Der Meerssche 2011-04-28 13:53:23 +0200
  • d08901f34e [heartbeat] only send a heartbeat when enable_wan_branch is set Bart Van Der Meerssche 2011-04-27 21:20:42 +0200
  • 0808d5db69 [httpclient] turn globe led on after each successful REST call (200 and 204 status) Bart Van Der Meerssche 2011-04-27 21:08:01 +0200
  • f0fa58daac [luci] we do have to stop/start the avahi-daemon when saving the flukso page Bart Van Der Meerssche 2011-04-26 10:54:10 +0200
  • 6345a9c97c [api] process phase information sent from the Fluksometer Bart Van Der Meerssche 2011-04-26 08:26:24 +0000
  • 997dbc4071 [fsync] include phase information when updating sensor info to the server Bart Van Der Meerssche 2011-04-26 10:25:14 +0200
  • 52959b11be [luci] do not stop/start avahi-deamon when calling luci-reload with flukso as arg Bart Van Der Meerssche 2011-04-25 22:12:28 +0200
  • 6294efa9f9 [api] add support for sensor config POSTing on the /sensor/xyz endpoint Bart Van Der Meerssche 2011-04-25 16:52:27 +0000
  • fae64cf1c0 [fsync] POST to /sensor/xyz iso /device/xyz Bart Van Der Meerssche 2011-04-25 18:50:51 +0200
  • 77193070e4 [fsync] POST the config of each sensor to the /sensor/xyz endpoint Bart Van Der Meerssche 2011-04-25 14:34:13 +0200
  • 609cea6f22 [fsync] refactor the code and improve documentation Bart Van Der Meerssche 2011-04-25 00:16:16 +0200
  • 7a40fe3c8d [fluksod] disable all sensors by default Bart Van Der Meerssche 2011-04-24 21:02:35 +0200
  • 16ebc0e55e [luci] stop the avahi-daemon in luci-reload to free up precious memory Bart Van Der Meerssche 2011-04-24 13:34:15 +0200
  • c2ab0342cf [luci] filter out duplicates in configlist Bart Van Der Meerssche 2011-04-24 10:49:13 +0200
  • ea69aa3ee5 [luci] backport: prevent concurrent luci reload instances Bart Van Der Meerssche 2011-04-24 10:48:14 +0200
  • 3c5dacaf56 [luci] expand the sensor page with type and function fields + validation Bart Van Der Meerssche 2011-04-23 00:03:18 +0200
  • f55b344ec4 [luci] hack the cbi to allow custom error messages to be displayed on a form page Bart Van Der Meerssche 2011-04-23 00:01:42 +0200
  • e53d1d384f [fsync] make sure fsync works with null voltage/current/constant entries in the uci Bart Van Der Meerssche 2011-04-23 00:00:32 +0200
  • 65d3b09bb4 [fluksod] add a type option to each sensor section in the uci file Bart Van Der Meerssche 2011-04-22 23:59:33 +0200
  • 5d2fcbace3 [luci] selecting a three-phase setup should disable sensor #2 and #3 Bart Van Der Meerssche 2011-04-21 22:50:51 +0200
  • 88dba6e8da [luci] add a sensor configuration page Bart Van Der Meerssche 2011-04-20 23:22:56 +0200
  • e80c9d17c8 [fsync] write fsync exit code to syslog Bart Van Der Meerssche 2011-04-20 23:20:20 +0200
  • ecf0912ff5 [luci] add syslog and sensor dash icons to the web interface Bart Van Der Meerssche 2011-04-20 12:47:06 +0200
  • 1665567b1f [luci] delete restful.lua from the luci package Bart Van Der Meerssche 2011-04-20 10:06:58 +0200
  • c52e03b5fe [openwrt] add crond loglevel patch to the pack Bart Van Der Meerssche 2011-04-20 09:03:30 +0200
  • 6a8c902d0c [fluksod] bump alpha version to 4 Bart Van Der Meerssche 2011-04-19 09:16:14 +0200
  • 66ee322216 [heartbeat] use heartbeat return timestamp to sync time in case ntpclient does not get the job done Bart Van Der Meerssche 2011-04-18 21:55:24 +0200
  • 53294f1aea [nixio] add settimeofday method to nixio Bart Van Der Meerssche 2011-04-18 21:35:39 +0200
  • b799e4629c [luad] move the #restarts check to the end of the loop, so that it does not get triggered when booting in the first 60secs of epoch time Bart Van Der Meerssche 2011-04-18 21:34:52 +0200
  • 91408ddac0 [openwrt] backport crond loglevel fix to busybox v1.15.3-2 Bart Van Der Meerssche 2011-04-18 15:43:57 +0200
  • 94825afe2d [openwrt] run make oldconfig to update the .config to openwrt r26713 Bart Van Der Meerssche 2011-04-18 15:41:58 +0200
  • 977f25cc48 [fluksod] make fluksod settings configurable through uci file Bart Van Der Meerssche 2011-04-18 10:28:51 +0200
  • 7b81c079f6 [fluksod] add a crontab entry that checks up on the daemon every 15min Bart Van Der Meerssche 2011-04-17 22:08:56 +0200
  • 81e3010347 [api] use the /device/xyz endpoint for processing the heartbeat Bart Van Der Meerssche 2011-04-16 21:52:19 +0000
  • 30e0aabab1 [heartbeat] used the wrong variable for calculating the digest Bart Van Der Meerssche 2011-04-16 23:49:27 +0200
  • f94e74ddc7 [heartbeat] update the heartbeat to use JSON/HTTPS Bart Van Der Meerssche 2011-04-16 20:54:25 +0200
  • 2d42dce5f6 [luci] include a switch to disable peer certificate validation in httpclient Bart Van Der Meerssche 2011-04-16 20:08:29 +0200
  • 2faf05b58f [luci] bugfix to make luci.json.encode() work like expected Bart Van Der Meerssche 2011-04-16 12:49:03 +0200
  • 216c10202b [fluksod] send non-200 HTTP calls with err level to syslog Bart Van Der Meerssche 2011-04-08 21:01:26 +0200
  • 919e29db85 [api] improve returned error message Bart Van Der Meerssche 2011-04-08 18:49:41 +0000
  • e30d3103af [fluksod] improve POST call error logging Bart Van Der Meerssche 2011-04-08 15:46:12 +0200
  • a71a0ede5a [api] make sure the night average calculation results in a float Bart Van Der Meerssche 2011-04-08 13:45:01 +0000
  • b5c2759981 [api] take care of uid=0 condition Bart Van Der Meerssche 2011-04-08 13:43:35 +0000
  • 624c292684 [drupal] add drush commands for populating the db with fluksometers in bulk via a csv file Bart Van Der Meerssche 2011-04-07 21:29:51 +0000
  • 5d1e0d6b61 [drupal] Pulling logger.drush.inc from the msg fork, thanks Ely! Bart Van Der Meerssche 2011-04-07 21:28:38 +0000
  • 9eac97fe96 [tools] bash script for generating server config file Bart Van Der Meerssche 2011-04-07 15:34:23 +0200
  • 7a5abf1110 [fluksod] remove obsolete comments Bart Van Der Meerssche 2011-04-07 11:13:13 +0200
  • e41aa35ccc [fluksod] determine threshold based on current unix time Bart Van Der Meerssche 2011-04-06 15:36:11 +0200
  • 5defc5b906 [fluksod] send POST response codes to syslog Bart Van Der Meerssche 2011-04-05 10:31:34 +0200
  • 5bffb794d7 [fluksod] send accepted incoming pulses to syslog Bart Van Der Meerssche 2011-04-05 09:25:46 +0200
  • cd5ff2ed60 [avr] fix bug in power-loss detection debug logic Bart Van Der Meerssche 2011-04-05 09:18:32 +0200
  • f6f6fd3d6e [fluksod + fsync] acquire a write lock on the delta and ctrl fifos when in use Bart Van Der Meerssche 2011-04-04 12:35:34 +0200
  • 350a373b72 [fluksod] rename type option to class in the flukso uci file Bart Van Der Meerssche 2011-04-01 15:54:55 +0200
  • 0e84af3d04 [fluksod] get http client version from system.@system[0].version Bart Van Der Meerssche 2011-03-30 20:18:56 +0200
  • 6422a96ea1 Merge branch 'develop' of github.com:icarus75/flukso into develop Bart Van Der Meerssche 2011-03-30 16:20:22 +0200
  • 54ab3a3740 [fluksod] POST measurements to the new RESTful API Bart Van Der Meerssche 2011-03-30 16:20:03 +0200
  • 65b5ac3f41 [api] include case where no device key is present in the db Bart Van Der Meerssche 2011-03-30 09:29:01 +0000
  • d14866cb97 [fluksod] substitute meter for sensor in data module Bart Van Der Meerssche 2011-03-29 21:05:26 +0200