Any good ideas are welcome. Nordpool Energy Price per hour

I have the exact same question, how to show those today/tomorrow values in a graph…

I’m splitting out the values to 2 sensors, but can’t find anything that will actually draw it out based on those values, i was thinking in overlaying today/tommorow’s values but no go at it atm.

- platform: template
    sensors: 
      norpool_values_today:
        friendly_name: "Norpool today"
        value_template: "{{state_attr('sensor.elspot_kwhse4sek210', 'today') }}"
       
      norpool_values_tomorrow:
        friendly_name: "Norpool tomorrow"
        value_template: "{{state_attr('sensor.elspot_kwhse4sek210', 'tomorrow') }}"

Running hassio btw.

1 Like