Jason Kulatunga
|
1ced2198c7
|
cleanup log messages.
|
2022-05-04 21:04:58 -07:00 |
|
Jason Kulatunga
|
8fe0dbed6b
|
partially working. Some datapoints are failing with panic and are silently ignored.
TODO must fix.
|
2022-05-03 22:40:31 -07:00 |
|
Jason Kulatunga
|
0872da57d7
|
fixes for tests.
|
2021-11-17 21:08:56 -08:00 |
|
Jason Kulatunga
|
772063a843
|
find the temp history for the last week (by default). Smooth out data using aggregate window for hourly numbers. Better temp casting during influx data inflating.
|
2021-11-16 19:07:37 -08:00 |
|
Jason Kulatunga
|
5789c836db
|
make sure the status is always exposed in the json data. make sure display_name for metadata is included. Update mocked test data for frontend.
|
2021-10-24 17:09:44 -07:00 |
|
Jason Kulatunga
|
31b5dfa038
|
ensure that all buckets are created during init. Remove all references to "name" field for attributes (shoudl come from metadata instead). Status is now an int64 (0 is passing).
|
2021-10-24 16:01:53 -07:00 |
|
Jason Kulatunga
|
bd19230cbf
|
make sure data is persisted to DB.
|
2021-07-25 22:32:13 -07:00 |
|
Jason Kulatunga
|
80f4660130
|
validate thresholds whenever SMART data is recieved.
|
2021-07-25 22:11:07 -07:00 |
|
Jason Kulatunga
|
8a46931399
|
!!!!WIP!!!!
adding InfluxDB
- influxdb added to dockerfile
- influxdb s6 service
- influxdb config
- adding defaults to config
- creating a DeviceRepo interface (multiple db backends)
- implemented DeviceRepo interface as ScruitnyRepository
|
2021-06-27 10:55:18 -07:00 |
|