Commit Graph

51 Commits

Author SHA1 Message Date
0765bd29d1 refac(cmd): mergeing, ordering and outsourcing cmd subcommands 2020-01-13 22:32:00 +01:00
0261203395 fix(cmd): remove obsolete semver 2020-01-11 17:24:34 +01:00
95fb1f6745 fix(pkg/sensor): reduce interface functions for better error handling 2020-01-10 19:42:19 +01:00
b125bf432c fix(cli/db): remove obsolete db subcommand 2019-12-08 12:49:21 +01:00
dbef4f8241 fix(pkg/config): use storage endpoints
changes:
- Only one storage endpoint can be defined. This consists of a URL which
  can be used to specify whether the data is to be stored in a file or
  in a database.
2019-12-08 12:49:21 +01:00
25dd99cd3d test(pkg/storage): add test for compression and rounding 2019-12-08 12:49:21 +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
c0aa155f36 fix(cmd): use pointer instead a copied object of the configFile environment 2019-08-19 12:24:08 +02:00
440d543a83 fix(cmd/humidity,pressure,temperature): short informations 2019-07-02 22:59:25 +02:00
825511c3b5 fix(pkg/types): use measured values as struct instead interface 2019-07-02 22:47:28 +02:00
289aaf2093 feat(pkg/sensor): new support for sensor bme280 2019-07-02 22:47:28 +02:00
96eb1f4036 feat(cmd/compression): new subcommand to compress logfiles 2019-07-02 22:47:28 +02:00
22815231d9 feat(cmd/convert): new subcommand to convert logfiles 2019-06-28 13:14:39 +02:00
180a284780 fix(cmd): turn on the led light when a sensor is selected 2019-06-27 21:47:31 +02:00
6d3781d950 fix(cmd/temperatures,humidity): enable logs if flag is true and optimization of variable names 2019-06-27 20:39:51 +02:00
1d8c86df67 fix(pkg/sensor): read values 2019-06-27 09:17:34 +02:00
3dae3e38be fix(pkg/logfile): use one instead of several logfiles for all measured values 2019-06-26 23:37:17 +02:00
072a902376 fix(pkg/logfile): read and write logfiles from json with measured value interface 2019-06-26 23:37:17 +02:00
003fe8ab9e fix(cmd/temperature/read): use measured values instaed own type 2019-06-26 23:36:40 +02:00
30603e348c fix(cmd/temperature/read): turn on rgbleds while execute subcommand 2019-06-24 23:08:23 +02:00
5e03d987c5 refac(pkg/sensor): temperature measurement unit 2019-06-23 14:17:57 +02:00
3bb10a4f78 fix(pkg/sensor): temperature measurement unit 2019-06-23 13:50:57 +02:00
6707dabdf1 feat(cmd/temperature/compress): new subcommand to compress logfiles 2019-06-22 14:38:58 +02:00
3791723230 fix(pkg/logfile): add compression 2019-06-21 15:43:15 +02:00
e6e566793a feat(cmd/temperature): new subcommand to convert temperature logfiles 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
2941f7a527 fix(pkg/sensor): use context to terminate go routines 2019-06-17 23:41:37 +02:00
49d66cfcbb feat(cmd/rgb-led): add subcommands to operate with rgb-leds 2019-06-16 13:00:50 +02:00
518855bedf refact(pkg): adapt go dependancies 2019-06-15 15:58:41 +02:00
82faa1d536 fix(cmd): configPath variable 2019-06-15 14:26:09 +02:00
258ac998be fix(cmd/temperature): list temperatures 2019-06-15 14:03:17 +02:00
662e1dcfa9 fix(pkg/config): select temperature and humidity sensors by name, uuid or wire-id 2019-06-15 13:02:52 +02:00
7a3b3c6218 fix(pkg/config): option to select all, enable or disable temperature sensors 2019-06-15 11:49:46 +02:00
510819654a feat(pkg/logfile): add compression 2019-06-14 21:17:06 +02:00
5666830030 fix(logfile): Add pkg to operate with logfiles 2019-06-13 23:23:27 +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
88f6116a41 feat: add and remove logger 2019-03-04 20:52:41 +01:00
d78b32e14d feat: temperature print log values 2019-03-04 17:50:23 +01:00
4bb8df5621 fix: temperature cli description 2019-03-04 10:57:46 +01:00
94dcfee1ec feat: implementation of dht11 sensor 2019-03-04 10:50:20 +01:00
82e82952ed feat: select optional sensors to read humidity or temperature 2019-03-04 10:49:41 +01:00
14ce354b32 fix: sensor typ to static sensor model 2019-02-28 19:48:48 +01:00
1a3a31c5f2 refactor: temperature 2019-02-28 17:36:20 +01:00
ba9f0c59f3 add: termperatures log 2018-11-30 21:50:43 +01:00
cc16bb9555 fix: get temperatures 2018-11-29 20:03:42 +01:00
617454f66b WIP 2018-11-28 18:07:20 +01:00
6d9368e86c fix: temperature, sensor
changes:
- sensor temperature add
- sensor temperature list
- sensor temperature rm
- temperature get
- temperature log
- temperature push
2018-11-21 19:30:14 +01:00
dd7ea3156e fix: set config, set remote 2018-11-19 22:36:21 +01:00