Dashboard Template Fixes
๐ Bug Fixes
Dashboard Template Fixes
- โ Fixed net price showing positive when making profit (now correctly shows negative)
- โ Fixed TypeError when tomorrow's Nord Pool data not available (before ~13:00)
- โ
Net price formula now uses
(net_cost / (net_kwh | abs))to preserve sign
Example: Discharging 5 windows while charging 2 now correctly shows -โฌ0.41/kWh (profit) instead of +โฌ0.41/kWh (cost)
๐ฆ Upgrade Instructions
Step 1: Update Integration
- Update via HACS or manually replace files
- Restart Home Assistant
Step 2: Update Dashboard โ ๏ธ REQUIRED
The dashboard MUST be reinstalled to get the bug fixes!
Quick Method:
- Go to your CEW dashboard โ โฎ menu โ Edit Dashboard โ โฎ menu โ Raw configuration editor
- Download new main_dashboard.yaml
- Replace ALL content with new YAML
- Click Save
- Refresh your browser (Ctrl+F5 or Cmd+Shift+R)
See full release notes for detailed instructions.
โ ๏ธ Breaking Changes
None - Fully backward compatible
๐ฏ What's Fixed
โ
Profit scenarios now show negative net price
โ
No more TypeError before 13:00 when tomorrow's data loading
โ
Accurate cost/profit indicators
Full Changelog: v1.0.1...v1.0.2