Solarprognose in Apex-Chart mit automatischem Graph-Span und Offset

Hallo @ottokar ,
versuch doch mal eine Automatisierung:

alias: Poll Solarprognose
description: ""
triggers:
  - trigger: time_pattern
    minutes: "2"
conditions: []
actions:
  - action: homeassistant.update_entity
    metadata: {}
    data:
      entity_id:
        - sensor.solarprognose_t0_heute
mode: single

Ich habe das nie so beobachtet, weil ich nur 1x nach Mitternacht die Werte brauche.
mfg
Rainer