|
93c08d8147
|
fix(pkg/config): add functions to get pressure sensors
|
2019-07-02 22:47:28 +02:00 |
|
|
825511c3b5
|
fix(pkg/types): use measured values as struct instead interface
|
2019-07-02 22:47:28 +02:00 |
|
|
d703d33e08
|
fix(cmd/daemon): default settings
|
2019-07-02 22:47:28 +02:00 |
|
|
397f870435
|
fix(pkg/logfile): support write and read air pressure values from json logfile
|
2019-07-02 22:47:28 +02:00 |
|
|
043fc395d9
|
fix(pkg/logfile,sensor): implement pressure as measured value
|
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 |
|
|
572ad7fdde
|
fix(cmd/root): use csv logfile as default
|
2019-06-28 13:15:11 +02:00 |
|
|
22815231d9
|
feat(cmd/convert): new subcommand to convert logfiles
|
2019-06-28 13:14:39 +02:00 |
|
|
4fe4abb0e9
|
fix(pkg/logfile): read from csv file styled by measured values
|
2019-06-28 13:04:04 +02:00 |
|
|
41653afebf
|
fix(pkg/rgled): turn output on
|
2019-06-28 09:59:11 +02:00 |
|
|
180a284780
|
fix(cmd): turn on the led light when a sensor is selected
|
2019-06-27 21:47:31 +02:00 |
|
|
45763d7c9d
|
fix(pkg/daemon): use all enables sensors instead of only temperature sensors
|
2019-06-27 20:39:51 +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 |
|
|
6469c0dd6c
|
fix(cmd/humidity): enabled humidity read command - use measured value interface instead humidity struct
|
2019-06-27 20:39:51 +02:00 |
|
|
4680841684
|
fix(pkg/logfile): compression for measured values
|
2019-06-27 20:39:51 +02:00 |
|
|
4d7408ac81
|
fix(pkg/internal): rm collect humidities
|
2019-06-27 18:43:59 +02:00 |
|
|
4975ce21fa
|
fix(pkg/config): get temperature or humidity sensors
|
2019-06-27 18:43:16 +02:00 |
|
|
8005248262
|
fix(pkg/sensors): Use channel of data type []measuredValues instead of measuredValues
|
2019-06-27 09:31:40 +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 |
|
|
08c2cbbf57
|
fix(pkg/daemon): use measuredValue interface instead of different structs
|
2019-06-25 22:22:34 +02:00 |
|
|
30603e348c
|
fix(cmd/temperature/read): turn on rgbleds while execute subcommand
|
2019-06-24 23:08:23 +02:00 |
|
|
5f53207f0a
|
test(pkg/logfile): compress temperature logfile
|
2019-06-24 22:59:22 +02:00 |
|
|
c8a1dd2935
|
fix(pkg/rgbled): use action maps to turn on/off led colors
|
2019-06-24 22:58:29 +02:00 |
|
|
02fa0cc931
|
test(pkg/logger): logger test
|
2019-06-24 20:12:28 +02:00 |
|
|
16705d1164
|
feat(cli/humidity): add new subcommand to read humidity values
|
2019-06-23 21:33:45 +02:00 |
|
|
45e6c30220
|
fix(pkg/daemon): behavior of the rgbled
|
2019-06-23 21:07:53 +02:00 |
|
|
d42d67c271
|
test(pkg/logfile): enable cleanup
|
2019-06-23 14:19:47 +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 |
|
|
1e25b55789
|
test(pkg/logfile/convert): add test for cross converting between logfiles
|
2019-06-22 15:43:46 +02:00 |
|
|
6707dabdf1
|
feat(cmd/temperature/compress): new subcommand to compress logfiles
|
2019-06-22 14:38:58 +02:00 |
|
|
bbcccd7479
|
fix(pkg/logfile/csv): read from csv file
|
2019-06-22 13:13:15 +02:00 |
|
|
3791723230
|
fix(pkg/logfile): add compression
|
2019-06-21 15:43:15 +02:00 |
|
|
f979e88a52
|
fix(pkg/daemon): turn on red rgb-led if something goes wrong in other cases
|
2019-06-21 14:37:02 +02:00 |
|
|
afd7accb47
|
fix(pkg/logfile): description for public functions
|
2019-06-21 14:31:56 +02:00 |
|
|
3006e6f0e6
|
fix(pkg/logfile): define own un/marshal functions for xml
|
2019-06-21 13:45:59 +02:00 |
|
|
e6e566793a
|
feat(cmd/temperature): new subcommand to convert temperature logfiles
|
2019-06-21 13:45:58 +02:00 |
|
|
87475225bc
|
fix(test/logfile): valid temperatures
|
2019-06-21 13:45:58 +02:00 |
|
|
a3a8cc6e51
|
fix: gitignore
|
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 |
|
|
088ed3b5f7
|
feat(pkg): add logger and round direct over sensor interface
|
2019-06-18 23:08:04 +02:00 |
|
|
2941f7a527
|
fix(pkg/sensor): use context to terminate go routines
|
2019-06-17 23:41:37 +02:00 |
|
|
502e3b3b1c
|
fix(README): describe build options for arm and amd architectures
|
2019-06-16 23:53:33 +02:00 |
|
|
6fd6eb7f0d
|
fix(pkg/rgbled): description for exported functions
|
2019-06-16 23:47:41 +02:00 |
|
|
b2bd4f8fe6
|
fix(Makefile): delete build container and container runtime
changes:
- delete build container after any container step
- define container runtime over variable
|
2019-06-16 23:39:34 +02:00 |
|
|
64590c1194
|
feat(cmd/daemon): new flag to set clean cache interval
|
2019-06-16 23:15:26 +02:00 |
|