Energy Management - cost & compensation not showing

In my case, it’s weird. Some data is shown correctly, some is not …
On cost card all is ok.
obraz
But in Energy dashboard is:


Cold water = Zimna wod, Hot water = Ciepła woda, Energy = Prąd.

I don’t know, maybe the problem is using “,” and “.” In some systems, decimals are deselected “,” in others “.” Although when entering data for this dashboard, it changes to “,” (in Poland, this is how we mark decimal places).
I have the same set of costs everywhere:
obraz Cold water.
obraz Hot water.
obraz Energy.
Also the same are set sensors (MQTT)

    - name: Cold water - main meter
      state_topic: "wmbusmeters/MainColdWater"
      json_attributes_topic: "wmbusmeters/MainColdWater"
      value_template: '{{ value_json["total_m3"] }}'
      unit_of_measurement: "m³"
      state_class: total_increasing
      device_class: water
      unique_id: 02820633
    - name: Hot water - main meter
      state_topic: "wmbusmeters/MainHotWater"
      json_attributes_topic: "wmbusmeters/MainHotWater"
      value_template: '{{ value_json["total_m3"] }}'
      unit_of_measurement: "m³"
      state_class: total_increasing
      device_class: water
      unique_id: 03986285

Edit: Affter reset HA all cost values are reset