Commit graph

76 commits

Author SHA1 Message Date
Steffen Vogel
075ea2c47c added integra-calculus for sensor consumption 2011-06-26 21:40:45 +02:00
Steffen Vogel
9ffbaa3c94 removed cost property from "powersensor" entity because we cannot determine the comsumption with SensorInterpreter atm 2011-06-26 00:50:04 +02:00
Steffen Vogel
e4b1f69548 applied changes from jahir (thank you) 2011-06-14 22:59:08 +02:00
Steffen Vogel
da70f95de0 implemented new submission protocol 2011-06-12 21:38:19 +02:00
Steffen Vogel
7d086f4b36 added property for local interface address 2011-05-27 22:27:43 +02:00
Steffen Vogel
98fa92f957 updated year 2010 -> 2011 2011-04-07 00:01:41 +02:00
Steffen Vogel
3245609b5b some fixes for JpGraph 2011-04-06 23:51:55 +02:00
Steffen Vogel
18a7078d33 added more options to configuration
added snapshot button
2011-04-06 23:49:54 +02:00
Steffen Vogel
4dc269c8e8 renamed "backend" to "middleware" 2011-03-24 22:39:26 +01:00
Steffen Vogel
aca8c2fc21 fixed bug in XML view 2011-03-24 22:16:30 +01:00
Steffen Vogel
3551c924bd improved handling when no public entities are available 2011-03-24 22:13:37 +01:00
Steffen Vogel
549c3a8cef fixed backend response if no public entities are available 2011-03-24 00:11:59 +01:00
Justin Otherguy
baa7ab92bf changed unit for water meter from m^3 to l 2011-03-19 02:09:15 +01:00
Justin Otherguy
f6f81f5ae0 corrected unit for water meter 2011-03-19 01:39:10 +01:00
Steffen Vogel
855655931d set lib.doctrine = NULL to use php's include path, thx to jahir 2011-03-17 11:43:09 +01:00
Jakob Hirsch
98300a7aa0 added "steps" display
this should much better represent the output from s0 electricity meters
and water meters, where we get one impuls per energy or volume unit and
(more important) the time interval depends on the throughput.
this does not make much sense for temperature, though. unfortunately,
we have currently no means to select different chart types depending
on the entity type.
also, I had to change the backend to output the starting time of the
interval (flot needs that) instead of the ending time, which changes
the "lines" chart. but since this chart is wrong for electricity and
water anyway, it doesn't realy matter, though.
2011-03-17 03:11:24 +01:00
Steffen Vogel
d7192c2b7f adapted Views to new DataController
improved debugging and entity defintion
2011-03-16 14:45:43 +01:00
Steffen Vogel
71bfe883d6 changed default behavior of DataController 2011-03-16 14:45:22 +01:00
Steffen Vogel
ca92eaa5e7 removed namespace from exception type 2011-03-16 12:11:52 +01:00
Steffen Vogel
b783573d9e added translations to definitions 2011-03-16 12:09:22 +01:00
Steffen Vogel
2e48407cef fixed smaller issues, added comments 2011-03-15 11:52:42 +01:00
Steffen Vogel
3aa02568ee fixed 'division by zero' issue 2011-03-15 10:10:52 +01:00
Steffen Vogel
7176e4a728 applied new DataIterator to Sensors 2011-03-14 16:20:18 +01:00
Steffen Vogel
73255c6698 removed debugging & smaller bugs 2011-03-14 16:18:03 +01:00
Steffen Vogel
e5a9b706b2 simplified data processing 2011-03-14 15:58:03 +01:00
Steffen Vogel
3259c3d9e3 backend accepts now parameters via POST 2011-03-11 00:07:40 +01:00
Steffen Vogel
dfea55a173 fixed units for power meters 2011-03-11 00:07:08 +01:00
Steffen Vogel
c4c34308d3 finally using our definitions to translate entity type & properties 2011-03-07 17:31:28 +01:00
Steffen Vogel
f22838c84d smaller changes, typos & tests 2011-03-07 16:13:17 +01:00
Steffen Vogel
a0d3f0d29a improved output processing of generic arrays
fixed bug for sowing public entities
2011-03-07 16:12:08 +01:00
Steffen Vogel
469a930caf reworked CapabilitiesController 2011-03-07 16:11:12 +01:00
Steffen Vogel
e2f9ee02e1 improved debugging methods (looking forward for improved capability handling) 2011-03-07 15:38:07 +01:00
Steffen Vogel
02a1f7545e stripped code 2011-03-07 15:37:20 +01:00
Steffen Vogel
9d962df9ac fixes #62 (yet another autoscaling issue) 2011-03-07 02:34:21 +01:00
Steffen Vogel
d4c296ca34 fixed invalid array indexes for min/max output 2011-03-02 01:17:20 +01:00
Steffen Vogel
102716aa68 added search index to database (this should be a huge performance improvement) 2011-03-02 01:09:35 +01:00
Steffen Vogel
f8d22a321c added exception for consumption and SensorInterpreters 2011-03-01 23:49:38 +01:00
Steffen Vogel
db9aeb37b0 added tuple count to json output 2011-02-27 15:50:04 +01:00
Steffen Vogel
2092a257f2 fixed "Data has to be processed first!" exception when requesting a interval with no data 2011-02-27 15:08:06 +01:00
Steffen Vogel
f4564b86a7 fixed logic bug 2011-02-26 17:47:20 +01:00
Steffen Vogel
6660456f5c some cosmetics & more performance enhancements 2011-02-25 21:37:24 +01:00
Steffen Vogel
9445fb8ca0 added min/max/avg/consumption calculations to MeterInterpreter
improved performance
2011-02-25 20:08:08 +01:00
Steffen Vogel
b2b6f357a9 fixed bug for logging data 2011-02-25 20:02:25 +01:00
Steffen Vogel
443081f9a0 added universal format routine for all output modes
improved rendering performance of all output modes
2011-02-25 00:16:55 +01:00
Steffen Vogel
4456c43263 removed obsolete plaintext output (overlaps with csv output) 2011-02-25 00:13:20 +01:00
Steffen Vogel
125240b701 added commit hash to VZ_VERSION 2011-02-24 23:14:56 +01:00
Steffen Vogel
ba71b1655f rewrite of csv and plaintext output 2011-02-24 18:08:00 +01:00
Steffen Vogel
8d9076da15 removed trash 2011-02-24 18:07:18 +01:00
Steffen Vogel
a13c4d7562 cosmetics 2011-01-30 12:53:25 +01:00
Steffen Vogel
0ad0046d40 fixed highly critical bug in DataController 2011-01-16 00:33:52 +01:00