WTH: Why don't utility meters created from the UI don't appear for statistics card?

I have some Utility meters created in my yaml file.

  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

  oilfox_of7090001854_fuelused_yearly:
    unique_id: 'oilfox_of7090001854_fuelused_yearly'
    source: sensor.oilfox_of7090001854_fuelused
    cycle: yearly

all of these can be selected as an entity, when I create a Statistics Card:

I also have created some “Utility Meters” in the UI, using helpers:

but these don’t appear in the configuration for the Statistics Card:

yes, this would be a great improvement, make easy presentation of data.
Currently you could convert the data to statistic using “platform: statistics”, theorically with this way you can show utility meters data on statistic cards, BUT my experience is that this conversion generates in some case wrong data on the statistic graph. See these two graphics:
imageimage

Both graphics should represent the same data, but you can see on the statistic graph there are wrong data, for example at 6:00 pm.