mampfes / ha_epex_spot

Adds EPEX Spot data to Home Assistant.
MIT License
130 stars 19 forks source link

Rank and Qantile not numbers? #30

Closed ProfDrYoMan closed 1 year ago

ProfDrYoMan commented 1 year ago

Hi,

both don't show as numbers and therefor not well in the graphs. Intended?

image

image

mampfes commented 1 year ago

Hi, thanks for the info. No - this is not intended. I assume the reason for this is that I don't set a unit of measure for them. Will check...

ProfDrYoMan commented 1 year ago

You are right.

image

In customize.yaml:

  unit_of_measurement: '#'
sensor.epex_spot_de_rank:
  unit_of_measurement: '#'

For quantile showing in percent and giving values 0 .. 100 % might be a better choice?