Open igalg99 opened 9 months ago
Sorry for late reply. I don't actively use this widget as I have started using plain home assistant dashboards instead.
However, I just checked, and to my surprise this widget still seems to work well in my setup. For reference, this simple dashboard works. You would of course need to change the sensor ID to whatever your nordpool sensor is called.
widget_dimensions: [120, 120]
widget_margins: [5, 5]
columns: 8
layout:
- elpris3(2x2)
elpris3:
widget_type: nordpool
entities:
- sensor.nordpool_kwh_se3_sek_3_10_025 # The entity_id to be plotted.
units: "Öre/kWh" # The unit_of_measurement for your sensors/entities
title: "Elpris" # Widget title
fill: "tozeroy" # options are "none" | "tozeroy" | "tozerox" | "tonexty" | "tonextx" | "toself"
always_low: 9.9
Thank you if you have some updates or shares of working HADashboard with plotted graph. I cannot manage to make it work.