Utility doing something weird

For some reason “sensor.bureel_in_kwh” is twice as “sensor.verbruik_bureel” which is or should be the same as “sensor.bureel_daily_energy” and these should be equal to “sensor.bureel_in_kwh” because that’s the source ! So why is it about half?

# bureel
bureel_daily_energy:
  name: "Verbruik Bureel"
  source: sensor.bureel_in_kwh
  cycle: daily
bureel_monthly_energy:
  source: sensor.bureel_in_kwh
  cycle: monthly
bureel_yearly_energy:
  source: sensor.bureel_in_kwh
  cycle: yearly

note*
configuration.yaml has

utility_meter: !include utility.yaml

And the above is in utility.yaml.

Solved the issue once the disconnects where solved the utility thing fixed itself