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
04bc3baffe
fix(pkg/daemon): save measured values into postgres database if defined
2019-12-08 12:49:19 +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
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
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
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
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