32 lines
863 B
Markdown
32 lines
863 B
Markdown
# Issues
|
|
- [x] Redis recorder panic
|
|
|
|
# TODO
|
|
- [ ] Set TTL on redis key
|
|
- [ ] Add json schema to CI and README
|
|
- [ ] Update README
|
|
- [ ] Add Grafana dashboard
|
|
|
|
## Done
|
|
- [x] Make recorder.Set concurrent
|
|
- [x] Stop Marshaling sensors / batteries with no data
|
|
- [x] Finish implementing weather GRPC
|
|
- [x] Add json schema for config
|
|
- [x] Add new spans
|
|
- [x] Helm Chart
|
|
- [x] Add proxy to upstream support
|
|
- [x] Fix wunderground 401
|
|
- [x] Perform proxy calls in goroutines
|
|
- [x] Configuration for app
|
|
- [x] Configurable metric prefix
|
|
- [x] Add device name field with ID/Key mappings
|
|
- [x] Add device type field with ID/Key mappings
|
|
- [x] Move EVERYTHING to pointers to support nil
|
|
- [x] Consolidate battery status into one metric with device label
|
|
- [x] Fix shutdown
|
|
- [x] Add new fields from WS-2192
|
|
- [x] Gitea CI
|
|
- [x] Version flag
|
|
- [x] Makefile
|
|
- [x] Dockerfile
|