24 lines
637 B
Markdown
Raw Permalink Normal View History

2025-01-04 20:54:36 -05:00
# TODO
2025-03-06 17:20:27 -05:00
- [ ] Finish implementing weather GRPC
2025-01-04 20:54:36 -05:00
- [ ] Helm Chart
- [ ] Update README
2025-01-07 08:53:06 -05:00
- [ ] Add Grafana dashboard
2025-01-08 21:28:38 -05:00
- [ ] Add new spans
2025-01-05 11:47:06 -05:00
## Done
2025-01-12 19:27:10 -05:00
- [x] Add proxy to upstream support
- [x] Fix wunderground 401
- [x] Perform proxy calls in goroutines
2025-01-08 21:28:38 -05:00
- [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
2025-01-07 11:28:34 -05:00
- [x] Consolidate battery status into one metric with device label
2025-01-05 20:33:28 -05:00
- [x] Fix shutdown
- [x] Add new fields from WS-2192
2025-01-05 11:47:06 -05:00
- [x] Gitea CI
- [x] Version flag
- [x] Makefile
- [x] Dockerfile