Skip to content

Dashboard Template Fixes

Choose a tag to compare

@cheapest-energy-windows cheapest-energy-windows released this 21 Oct 23:00

๐Ÿ› 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

  1. Update via HACS or manually replace files
  2. Restart Home Assistant

Step 2: Update Dashboard โš ๏ธ REQUIRED

The dashboard MUST be reinstalled to get the bug fixes!

Quick Method:

  1. Go to your CEW dashboard โ†’ โ‹ฎ menu โ†’ Edit Dashboard โ†’ โ‹ฎ menu โ†’ Raw configuration editor
  2. Download new main_dashboard.yaml
  3. Replace ALL content with new YAML
  4. Click Save
  5. 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