Does anyone see my error?

Hi,
I am creating some utility meters at the moment - and for one device, they’re just not working…
And I am blind - and don’t see the reason :frowning:

the below sensors (openwb) are just listed with “unknown” state…
Here’s the sensor from which they should collect data:

sensor.openwb_cp1_geladene_energie_gesamt

state: 661.4
state_class: total_increasing
unit_of_measurement: kWh
device_class: energy
icon: mdi:counter
friendly_name: Geladene Energie (gesamt) (LP1)
# Utility meters file
# OpenWB
  openwb_geladene_energie_lp1_weekly:
    unique_id: 'openwb_geladene_energie_lp1_weekly'
    source: sensor.openwb_cp1_geladene_energie_gesamt
    cycle: weekly

  openwb_geladene_energie_lp1_monthly:
    unique_id: 'openwb_geladene_energie_lp1_monthly'
    source: sensor.openwb_cp1_geladene_energie_gesamt
    cycle: monthly

  openwb_geladene_energie_lp1_quarterly:
    unique_id: 'openwb_geladene_energie_lp1_quarterly'
    source: sensor.openwb_cp1_geladene_energie_gesamt
    cycle: quarterly

  openwb_geladene_energie_lp1_yearly:
    unique_id: 'openwb_geladene_energie_lp1_yearly'
    source: sensor.openwb_cp1_geladene_energie_gesamt
    cycle: yearly

the below sensors (OilFox) are working as expected

# Oilfox
  # Kachelofen
  oilfox_of7090001854_fuelused_daily:
    unique_id: 'oilfox_of7090001854_fuelused_daily'
    source: sensor.oilfox_of7090001854_fuelused
    cycle: daily

  oilfox_of7090001854_fuelused_weekly:
    unique_id: 'oilfox_of7090001854_fuelused_weekly'
    source: sensor.oilfox_of7090001854_fuelused
    cycle: weekly

  oilfox_of7090001854_fuelused_monthly:
    unique_id: 'oilfox_of7090001854_fuelused_monthly'
    source: sensor.oilfox_of7090001854_fuelused
    cycle: monthly

  oilfox_of7090001854_fuelused_quarterly:
    unique_id: 'oilfox_of7090001854_fuelused_quarterly'
    source: sensor.oilfox_of7090001854_fuelused
    cycle: quarterly

Did you check on the development tools, the “statistics” tool (last menu on the right) and see if you do not have problems with one of these sensors ? …

they don’t show any problem in the developer tools / statistics.
I think it is somehow related to the source sensor… but I don’t see any issue with it atm … :frowning: