Deutscher Wetterdienst (DWD)

This is based on this config:

- type: custom:long-term-card
  data_field: 1
  name: 'Precipitation Celle (5d)'
  display_mode: 'abs'
  formater: "--datetime:--yyyy-mm-dd-hh-ii-ss"
  date_out_format: 'yyyy-mm-dd HH:MM'
  data_property: 'data'
  lower_bound: 0
  upper_bound: 100
  maxDays: 5
  data_delimiter: 'value'
  unit: '%'
  entities:
    - sensor.cloud_coverage_celle

- type: custom:long-term-card
  data_field: 1
  name: 'Precipitation Probability Celle (5d)'
  display_mode: 'abs'
  formater: "--datetime:--yyyy-mm-dd-hh-ii-ss"
  date_out_format: 'yyyy-mm-dd HH:MM'
  lower_bound: 0
  upper_bound: 100
  data_property: 'data'
  maxDays: 5
  data_delimiter: 'value'
  unit: '%'
  entities:
   - sensor.precipitation_probability_celle

- type: custom:long-term-card
  data_field: 1
  name: 'Temperature forcast Celle (7d)'
  display_mode: 'abs'
  formater: "--datetime:--yyyy-mm-dd-hh-ii-ss"
  date_out_format: 'yyyy-mm-dd HH:MM'
  data_property: 'data'
  maxDays: 7
  data_delimiter: 'value'
  unit: '%'
  entities:
  - sensor.temperature_celle

And this card:
https://raw.githubusercontent.com/KoljaWindeler/long_term_card/master/dist/long-term-card-bundle.js

This is a highly hacked version of the mini-graph-card but sadly modified so heavily that it doesn’t seem possible to integrate that back into the original project. Also the documentation is super poor as of now … but … have a look if it works for you

data_property, formater, display_mode & data_field have to be left as is to work with your data.

JKW

1 Like