Commit Graph

19 Commits

Author SHA1 Message Date
fb916c94ae fix: add, rename and remove sensor
changes:
- Implement function to add, rename and remove sensors
2020-05-17 13:00:51 +02:00
fb8d4dd5eb fix: new implementation
changes:
- Remove cli
  Some cli commands are not complete tested and are deprecated.

- Daemon
  - Old version has a very bad implementation of how to verify, if the
    device or the sensors are in the database insert. The current
    implementation can be improved but this one is betten then the old
    one.
  - Remove complete the cache store implementation. Use a normal array
    and query the length and capacity to determine how the array cache
    must be cleaned.

- Type
  Remove unused types and functions
2020-05-03 14:09:22 +02:00
8cc232adc1 fix:_renamed import path to volker-raschek 2020-01-19 13:30:47 +01:00
25dd99cd3d test(pkg/storage): add test for compression and rounding 2019-12-08 12:49:21 +01:00
ea83d43cd6 fix(pkg/logger): exclude logger library into an own repository 2019-12-08 12:49:20 +01:00
04bc3baffe fix(pkg/daemon): save measured values into postgres database if defined 2019-12-08 12:49:19 +01:00
6223f4e79b fix(pkg/db): create or upgrade postgres schema based on semver 2019-12-08 12:49:14 +01:00
60ee044b88 feat(pkg/db): postgres database 2019-08-25 13:16:21 +02:00
289aaf2093 feat(pkg/sensor): new support for sensor bme280 2019-07-02 22:47:28 +02:00
87475225bc fix(test/logfile): valid temperatures 2019-06-21 13:45:58 +02:00
f6db6f9ce3 feat(pkg/logfile): support csv and xml logfile 2019-06-21 13:45:58 +02:00
49d66cfcbb feat(cmd/rgb-led): add subcommands to operate with rgb-leds 2019-06-16 13:00:50 +02:00
648388e1e8 refact(pkg): adapt go dependancies 2019-06-15 17:07:50 +02:00
518855bedf refact(pkg): adapt go dependancies 2019-06-15 15:58:41 +02:00
5220eac16b fix: breaking changes
changes:
- remove remote operations
- add function to write measured values into a channel
- add get humidity sensors from config
- add get temperature sensors from config
- remove FileLogger
- exclude some functions from pkf into internal
2019-06-13 22:15:48 +02:00
c5233d578a fix: rename packages 2019-05-12 11:57:53 +02:00
5c80c014bf fix: renamed project 2019-04-18 16:59:55 +02:00
94dcfee1ec feat: implementation of dht11 sensor 2019-03-04 10:50:20 +01:00
91d20b6e95 fix: replaced vendor folder with go mod 2019-02-28 22:34:47 +01:00