ApexCharts Y-axis scale wrong

Hi, I’m using ApexCharts to monitor daily usage of a specific plug.
My readings in the device are 10x higher than what is shown in the chart:

Yesterday’s usage is around 8,1kwh
immagine

And in the chart I see something like 0,8:
immagine

Any idea what is wrong?
Below the code:

type: custom:apexcharts-card
graph_span: 30d
header:
  show: true
  title: ''
  show_states: true
  colorize_states: true
series:
  - entity: sensor.maindatacenter_mss210p_energy_kwh_main_channel
    group_by:
      func: last
      duration: 1d
    name: Batteria
    color: Green
    show:
      in_header: false
    curve: smooth
    type: column
  - entity: sensor.maindatacenter_mss210p_energy_kwh_main_channel
    name: Consumo quotidiano
    color: Orange
    show:
      in_chart: false
    curve: smooth
  - entity: sensor.maindatacenter_mss210p_power_w_main_channel
    name: Consumo istantaneo
    color: Red
    show:
      in_chart: false
    curve: smooth

Thanks!!

Corrected, sorry (thanks)! :slight_smile: