Commit Graph

28 Commits

Author SHA1 Message Date
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
6469c0dd6c
fix(cmd/humidity): enabled humidity read command - use measured value interface instead humidity struct 2019-06-27 20:39:51 +02:00
3dae3e38be
fix(pkg/logfile): use one instead of several logfiles for all measured values 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
16705d1164
feat(cli/humidity): add new subcommand to read humidity values 2019-06-23 21:33:45 +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
5f859139a4
feat(daemon): add new subcommand to start a daemon 2019-06-15 15:45:35 +02:00
82faa1d536
fix(cmd): configPath variable 2019-06-15 14:26:09 +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
98e5f3a536
fix: Makefile and json log 2019-06-11 22:03:15 +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
fd638452ac
feat: file logger 2019-03-04 10:50:20 +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
d6f41b8105
refactor: config and remote pkg 2019-02-22 13:09:05 +01:00
c437127531
fix: configuration pkg 2019-02-17 18:38:40 +01:00
81600154f0
add: humidity (WIP) 2018-12-07 20:42:30 +01:00
f8e829d3d2
fix: sync and fetch temperatures
changes:
- add sync command to synchronize device sensor information with remote
  servers
- fix fetch functions to get temperatures
2018-11-29 16:06:39 +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
41a6d4e7ee
fix: first temperature post request 2018-11-07 20:07:15 +01:00