47afc78ee4
Moved PC to a plugin directory
2020-06-26 00:56:56 +02:00
c7583d9d6f
Incremented Zutil version
2020-06-25 23:37:20 +02:00
dc829b9487
Added the ability to enable or disable plugins on startup
2020-06-25 23:36:37 +02:00
b7eab6e3d0
Fixed zutil version link
2020-06-25 17:00:28 +02:00
cb9838181f
Fixed zutil dependecy issues
2020-06-22 16:29:44 +02:00
e5cd72ec2d
Fixed some issues
2020-06-22 11:47:36 +02:00
Ziver Koc
e777d4e3bf
updated zutil download link
2020-01-21 10:54:08 +01:00
4c4a96b5e5
fixed git ignore and zutil download url
2019-11-12 14:16:49 +01:00
6f6a764f97
Zutil upgrade
2018-12-03 19:21:15 +01:00
99c5608a1e
updated zutil url
2017-10-15 17:49:12 +02:00
eab6c72800
Moved raspberry pi plugin into its own plugin folder
2017-08-29 16:03:26 +02:00
279c19272e
Change run to do package-all
2017-07-29 21:03:37 +02:00
6e41f357b0
Fixed missed zwave dependency and added plugin folder to run classpath
2017-07-29 21:01:01 +02:00
9d698fa2bc
Some bug fixes
2017-05-29 17:14:09 +02:00
27abb20728
fixed failing copy
2017-05-29 17:08:23 +02:00
da290e570f
Mooved Tellstick plugin to plugin folder and added all targets to build xml
2017-05-29 17:05:02 +02:00
efdbc56859
Added build.xml for zwave plugin
2017-05-24 16:05:49 +02:00
9abf7c0952
rename of remote debug target
2017-03-18 18:21:26 +01:00
2b5182b56a
Fixed run.sh and replaced depricated cmd in build.xml
2017-03-18 17:37:58 +01:00
9af96a7cb2
Implementation of Event based triggering. issue 51
2017-03-10 16:59:07 +01:00
da219e2105
Updated Zutil version
2017-03-07 18:12:53 +01:00
1338f20624
Impl date time trigger and updated Zutil
2017-03-01 17:53:09 +01:00
2c5026cdac
Zutil update
2017-02-21 17:39:39 +01:00
65e396a472
Updated to new Zutil
2017-02-13 17:59:52 +01:00
5170a151c8
Some more work on Triggers. issue 6
2017-02-09 17:03:40 +01:00
36f2509d94
Implemented instantiatiation of triggers and actions. issue 6
2017-02-08 17:23:34 +01:00
a1cb12f6ce
Refactored storing logic of triggers and actions. issue 6
2017-01-30 17:16:56 +01:00
893122e111
Moved hal to Jenkins pipeline
2017-01-10 17:22:51 +01:00
814c40afca
Updated Zutil version
2016-12-27 04:53:57 +01:00
d26a9d0018
build file now uses specific zutil build instead of latest
2016-11-29 16:27:31 +01:00
f3482be14d
Adde remote debug option to ant and also added titles to map icons
2016-07-17 03:00:03 +02:00
606e767f34
ANT bugfix
2016-03-14 22:45:44 +01:00
554dd09e6a
added build dep. to run for ANT
2016-03-14 22:41:43 +01:00
e8abe5fc22
Changed Zutil download url to jenkins
2016-02-29 16:21:44 +01:00
ae0a813dce
Added skipNonTests to junit exec
2016-02-28 02:29:46 +01:00
1a28970e44
Changed ant lib include
2016-02-28 02:23:32 +01:00
c4c1c14651
Fixed ant junit test exec
2016-02-28 02:10:45 +01:00
660f9c4479
Include resource files in ANT build
2016-02-27 02:33:13 +01:00
3904ef857d
moved web resources to resource folder
2016-02-27 02:24:09 +01:00
bf799fa74d
Updated ant file for CI
2016-02-27 02:16:50 +01:00
Daniel Collin
0340538d71
Bug fix: ant target clear-aggr-data-from-db had an SQL syntax error
...
Former-commit-id: 335e3550cea336411615108297b3068bf226d490
2016-02-09 15:37:42 +01:00
Daniel Collin
9ad207460b
Resoving issue where stack traces do not contain the source line
...
Former-commit-id: 3479d3df605ec48b4364d04fa8bb90de86b6f383
2016-02-03 10:13:39 +01:00
Daniel Collin
ea5c991824
Optimized data aggregation.
...
- All aggregation use only the raw data as input.
- Only produce aggregated data that will show in a chart (less work after clearing the sensor_data_aggr table).
- Adding version handling of data aggregation to secure that the peer has up to date data.
- New db version: 6 - Adding sensor.aggr_version(int, default=1), will clear sensor_data_aggr for local sensors
Former-commit-id: cbf5a890a5058791b443e975048db13f6ac4c9fe
2016-02-02 14:26:16 +01:00
Daniel Collin
e9d32dcc30
Implemented HalSensorController and HalSensorData RPiPowerConsumptionSensor
...
+ Added RPiTemperatureSensor
+ Updated pi4j-1.0 to pi4j-1.1-SNAPSHOT that includes support for 1-Wire communication and various sensors.
Former-commit-id: 6db4193283bf3fc604fcf250d7a321ba8b70b6a4
2016-01-19 13:53:54 +01:00
Daniel Collin
b39f5c1f0b
Improved logging
...
Former-commit-id: eab453cc52f1d23906d31e429cab40f2d09bc53a
2016-01-14 16:54:53 +01:00
4428824061
Moved PowerChallenge into Hal
...
Former-commit-id: 34665800518933f0b92723378601a3bafc53fdb0
2016-01-11 18:02:45 +01:00
5b2dffeb43
Removed "koc" from package names
...
Former-commit-id: 93e426a87e8a82a83783d68cf7a814c88df375aa
2016-01-11 17:48:02 +01:00
Daniel Collin
2823057e76
bug fixes
...
Former-commit-id: c1bc39ba77ac319bbda1f55c59c68353c947ac98
2015-12-11 23:19:17 +01:00
Daniel Collin
f3bf9d716d
fix build script since it did no longer build
...
Former-commit-id: 3a045493a26f7256c32c43a13cc59b0f680dfb80
2015-12-08 09:19:54 +01:00
Daniel Collin
9b9774e150
bug fixes
...
Former-commit-id: 73a44e02291ae0e73acd589f5c82bd270357ac78
2015-12-07 16:47:48 +01:00