Commit graph

190 commits

Author SHA1 Message Date
cddec2cb91 Using proper Navigation object, one step closer to implementing Page plugins 2016-06-19 17:13:55 +02:00
74c2d79428 Bugfix 2016-06-11 13:49:24 +02:00
c2c5935284 Fixed so that UPS data is konverted to kwh instead of only being watts 2016-06-04 14:58:09 +02:00
6c11751720 Fixed null points in charts 2016-06-02 20:45:24 +02:00
74c49244e7 PowerChalange uses Ajax now and will update minute and hourly charts periodically. 2016-06-02 17:50:25 +02:00
b229671abf Initial implementaion of json support for charts 2016-06-01 16:27:28 +02:00
80a7989481 fixed charts showing all data for a user in the same line drawing and also added a morris override css 2016-06-01 11:14:58 +02:00
92fb46ea0f Fixed some issues with oregon protocoll and first version of HalMultiSensor done. 2016-05-31 21:11:53 +02:00
4f6066fe7a Added some improved robostness to sensor sync daemon 2016-05-31 14:33:46 +02:00
eee2af5799 Switched sensor detail chart to 24 hours 2016-05-26 16:51:26 +02:00
17e50573d6 Bugfixes 2016-05-25 20:30:40 +02:00
7109abeea2 Some robustness fixes and:
- Fixed Nexa send command
- Added UPS plugin for power consumption
- Added Autostartable Controller interface
2016-05-25 14:27:11 +02:00
5f0800897c Some small updates 2016-05-18 17:06:34 +02:00
df6feb5597 Implementation of BinaryStruct for Nexa done 2016-05-16 23:16:18 +02:00
467b58d7ca Converting to BinaryStructs (Incomplete) 2016-05-13 17:04:13 +02:00
1c62ef7c18 Changed nexa to string to be more readable 2016-05-10 21:09:12 +02:00
a43c2e35ee Fixed failing TC 2016-03-04 18:51:05 +01:00
5c83a672dc Zutil updates 2016-03-04 17:56:10 +01:00
3904ef857d moved web resources to resource folder 2016-02-27 02:24:09 +01:00
050addfa31 TimeStamp bugfix for tellstick group event 2016-02-19 20:50:10 +01:00
55c3c008c0 Zutil changes and import optimizations 2016-02-19 20:29:47 +01:00
Daniel Collin
7a7d44de51 Resolved a trace where a timestamp had an faulty offset of -1 in the aggregation deamon 2016-02-19 10:22:33 +01:00
Daniel Collin
e4532031e3 Resolved a trace where a timestamp had an faulty offset of -1 in the aggregation deamon 2016-02-19 10:19:29 +01:00
Daniel Collin
5f5597dae4 Resolved a trace where a timestamp had an faulty offset of -1 in the aggregation deamon 2016-02-19 10:08:33 +01:00
Daniel Collin
6357e4519f Resolved bug where the chart is showing the start timestamp as the end timestamp. 2016-02-18 16:18:33 +01:00
Daniel Collin
776f09899d SensorDataAggreagtionDeamon fix+updates:
Added test code.
Updated some taces.
Resolved issue where the aggreagation deamon missed to aggregate the latest complete period.
2016-02-18 14:53:46 +01:00
Daniel Collin
77a2b9ccb4 Renamed Timeutility class to UTCTimeUtility
Added TimePeriod class for high level reprensentation of a period of time
2016-02-18 14:53:46 +01:00
f670d2ceb4 Fixed isse where group data was not copied for group events in Nexa. issue 12 2016-02-18 12:42:31 +01:00
Daniel Collin
8ca169a2ab Cpaitalized enum values + bug fix in the aggregation deamon 2016-02-17 13:49:00 +01:00
75d60d7f40 Implementation of group events done. issue 12 2016-02-17 10:11:54 +01:00
cf646bb340 Fixed TC and initial implementation of Nexa group transmissions. issue 12 2016-02-15 16:45:51 +01:00
b93c8bc124 Upgrade refactoring 2016-02-14 20:23:07 +01:00
4a9f08cbb7 small refactoring 2016-02-14 18:57:02 +01:00
08754d7adb Implemented more robust transmission detection for unregistered devices for tellstick. issue 16 2016-02-14 18:29:11 +01:00
69223eb7c1 Bugfix for bugfix 2016-02-14 17:13:44 +01:00
3a97a60965 Bug fix where there is no local user and some zutil updates 2016-02-14 17:06:03 +01:00
Daniel Collin
20c1f7df50 Major rework of TimeUtility and all funcionallity using it.
+ "Raw" data in the Power;Challenge page is now estimated to the "real" value.
+ Eclipse classpath cleanup
2016-02-12 15:26:06 +01:00
Daniel Collin
54ea6d3c01 Resolving bug when calculating the start of an UTC week
Former-commit-id: 3e6b8124b4eecb0579894a78fe40715c3d2fe1ed
2016-02-09 16:15:58 +01:00
Daniel Collin
1182878809 Resolved issue where the aggregated weeks do not start at the correct point in time.
Former-commit-id: 278186f35cef87a3e4ca46ecf816d01338f6b104
2016-02-09 15:32:08 +01:00
Daniel Collin
14608d80eb Adding week aggregation with no age limit + small big fix where charts did cast all floating data points to int.
Former-commit-id: e8f027e2272271f1e54a5bb822529df7a8af6a6c
2016-02-09 12:43:28 +01:00
Daniel Collin
5352f876e9 If no database file is found during starup a new database will be created and upgraded to lastest version.
Former-commit-id: ac2718b6ca34511558369735a6b3d92d1e290f69
2016-02-05 15:48:42 +01:00
Daniel Collin
bc3c7edbc1 Resolved crash when there is no hal.db file present during upstart
Former-commit-id: c684641b9fcca9addf38328a4fca7d3ea4bf3e48
2016-02-05 10:15:10 +01:00
bbb9996d56 Added deletion of owned sensors when deleting a user and updated some traces. issue 17
Former-commit-id: 460f4058c97f2e48a16b7cb25fe8164d4a089061
2016-02-04 13:55:21 +01:00
afca115553 small refactoring
Former-commit-id: 4294250a28aa0f0c3ed4078ec38ea2a3902c73fb
2016-02-04 13:24:38 +01:00
68707cbb35 bugfix for registring new and deregistring events and sensors. issue 20
Former-commit-id: 449c61f21e10c502a76828749bb48a2ef7b9afe3
2016-02-03 17:32:02 +01:00
946511aaab updated logging
Former-commit-id: b1bec201615fac36b7aa553fe806bc68535ac0ed
2016-02-03 17:10:20 +01:00
Daniel Collin
5fdb307f85 Suppressed logging for zutil.db.bean to log level INFO
Former-commit-id: 4de37284177d642635a6db80f89643fad3d4c48a
2016-02-03 12:00:30 +01:00
1e0caa491e small logging changes
Former-commit-id: 0c9cbf02ef4ed6b78e50f5caf319bf8d8f28be7b
2016-02-03 11:12:11 +01:00
Daniel Collin
d36370b212 Bug fix + incremented the sync deamon protocol version
Former-commit-id: 00a8667aed6d844df3b4ab7e2e0df2530f1f38b5
2016-02-02 15:43:17 +01:00
Daniel Collin
84fba20500 Bug fix.
Former-commit-id: 79a19214015b2d284c63773746a46707891335b8
2016-02-02 14:33:02 +01:00