Commit graph

493 commits

Author SHA1 Message Date
Steffen Vogel
855655931d set lib.doctrine = NULL to use php's include path, thx to jahir 2011-03-17 11:43:09 +01:00
Steffen Vogel
fd6dc000d3 fixed typo 2011-03-17 11:22:24 +01:00
Steffen Vogel
01d39068b9 moved doctrine path to config file 2011-03-17 11:18:42 +01:00
Steffen Vogel
b886d84802 added channel type dependend rendering as proposed by jahir 2011-03-17 11:01:19 +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
77fcc7cfb4 added extra column for costs 2011-03-16 17:51:54 +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
2fe3bc7f59 beautified radioactivity icon 2011-03-16 14:21:51 +01:00
Steffen Vogel
55b54b0dcf fixed automatic refresh and options saving (broken by scope issues) 2011-03-16 12:13:27 +01:00
Steffen Vogel
79db3f6c19 improved exception handling in frontend 2011-03-16 12:13:08 +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
d5406c3424 added icons per entity type 2011-03-16 12:08:25 +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
7aea1823e9 repalced own ajax queue by jquery news deferred objects 2011-03-14 13:48:16 +01:00
Steffen Vogel
30729337e7 replaced minified javascript libs by full versions to make debugging easier
(we should minify all scripts, including ours, before the final release)
2011-03-11 17:15:09 +01:00
Steffen Vogel
bae8262524 too much to sumarize ;) 2011-03-11 00:13:23 +01:00
Steffen Vogel
c979bcea8e renamed frontend.js 2011-03-11 00:12:39 +01:00
Steffen Vogel
d3398f870e upgraded third party javascript libraries 2011-03-11 00:11:54 +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
423055eca5 allow access to non htdocs directory from localhost for development purpuses 2011-03-07 15:35:30 +01:00
Steffen Vogel
42fb3112d4 updated manual 2011-03-07 02:35:36 +01:00
Steffen Vogel
9d962df9ac fixes #62 (yet another autoscaling issue) 2011-03-07 02:34:21 +01:00
Steffen Vogel
2f500d3547 updated ethersex submodule 2011-03-07 02:33:59 +01:00
Steffen Vogel
1cb45f47d8 Merge branch 'master' of github.com:volkszaehler/volkszaehler.org 2011-03-07 01:36:43 +01:00
SvenPeitz
7b0b6d8a50 fixed
TEMPERATURE=`echo 1w get $SENSORID | nc $ESEXIP 2701 -q 1 2>/dev/null | sed -e 's/Temperatur: //'`
to
TEMPERATURE=`echo 1w get $SENSORID | $NC $ESEXIP 2701 -q 1 2>/dev/null | sed -e 's/Temperatur: //'`
2011-03-03 22:22:32 +01:00
SvenPeitz
e5c9902a4c closes #59 2011-03-03 21:54:58 +01:00
Steffen Vogel
fb3bfe8b24 fixed autoscaling 2011-03-02 14:27:54 +01:00
Steffen Vogel
82af13ad1f tried to fix some install issues (doctrine path) 2011-03-02 12:46:37 +01:00
Steffen Vogel
a4c1094466 fixed #35 (fetch more data to avoid paddings in frontend) 2011-03-02 01:55:45 +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
e1ecd428ae changed default color for plots 2011-03-01 23:51:26 +01:00
Steffen Vogel
7492c62336 Merge branch 'master' of github.com:volkszaehler/volkszaehler.org 2011-03-01 23:50:26 +01:00
Steffen Vogel
f8d22a321c added exception for consumption and SensorInterpreters 2011-03-01 23:49:38 +01:00
Justin Otherguy
5b36c5fea1 corrected path to flot for IE 2011-03-01 23:16:32 +01:00
Steffen Vogel
a790f0b50e updated Symfony path in installer script 2011-02-27 15:56:29 +01:00
Steffen Vogel
c7c74a33d3 fixed invalid Symfony path 2011-02-27 15:54:16 +01:00