dashboard: add grouped temperature overview tiles
This commit is contained in:
+14
@@ -930,3 +930,17 @@ Architecture expectation:
|
||||
- Dashboard ESP32-S3 consumes temperature telemetry from the Cargo ESP API.
|
||||
|
||||
The dashboard should not directly read cargo/fridge DS18B20 sensors for v1.
|
||||
|
||||
### Temperature Sensor Grouping
|
||||
|
||||
Temperature sensors now support a `group` field in addition to the existing `weather` flag.
|
||||
|
||||
Supported group values:
|
||||
|
||||
- `cabin`
|
||||
- `fridge`
|
||||
- `outside`
|
||||
- `battery`
|
||||
- `other`
|
||||
|
||||
The dashboard overview combines multiple online sensors in the same group into one tile. For example, two fridge sensors may display as `34°/45°` under a single `Fridge` tile. Sensors marked `weather: true` continue to be treated as the outside/weather sensor for dashboard display.
|
||||
|
||||
Reference in New Issue
Block a user