dashboard: show two prioritized temperature groups

This commit is contained in:
2026-06-11 00:39:37 -06:00
parent 5e2f2080cb
commit 417fad2676
7 changed files with 112 additions and 67 deletions
+8
View File
@@ -273,3 +273,11 @@ Example:
- Fridge Zone 2: `group=fridge`, `priority=2`
The dashboard displays the grouped fridge tile in priority order, for example `34°/45°`.
### Temperature Slot and Group Display
The Cargo ESP currently supports 4 temperature sensor slots.
Temperature sensor `group` values are free-form text in the WebUI. Entering a new group name effectively creates that group. The dashboard overview shows the first two available non-weather groups by priority. Multiple sensors in the same group are combined into one tile, such as `34°/45°`.
Sensors marked `weather: true` are excluded from the temperature card and shown in the top status strip as `OUT ##°`.