Tasmota sensors not sent to InfluxDB

Hi,

I have a Tasmota integration with all sensors showing and usable, but nothing is sent to InfluxDB.

How could I investigate, or fix this ?

Thanks

Is anything excluded using the History Integration?

I don’t know about this one. I find a History stat (helper) is it it ?

Please share your InfluxDB integration configuration YAML.

Sorry for my ignorance, do you mean this, withing configuration.yaml ?

influxdb:
  host: localhost
  port: 8086
  database: HomeAssistant
  username: **
  password: **
  max_retries: 3
  default_measurement: state

Yep, exactly that.

Are any other entity states being sent to InfluxDB?

[Edit} That was the issue : once I corrected the config files with the correct sensor names, the sensor values had a known measurement ID, and can be handled by InfluxDB

Yep, lot’s of from Z2M and various integrations, but believe I find something that could explain the issue: the Tasmota integration does not provide the measurement of the value, InfluxDB can probably not handle values without measurement, right ?

The config looks complete, but not the result:

homeassistant:
  customize_glob:
    sensor.gplugd_ei_1_8:
      unit_of_measurement: "kWh"
      device_class: energy
      state_class: total_increasing
      last_reset: 1970-01-01T00:00:00+00:00
    sensor.gplugd_ei1_1_8_1:
      unit_of_measurement: "kWh"
    sensor.gplugd_ei2_1_8_2:
      unit_of_measurement: "kWh"
    sensor.gplugd_eo_2_8:
      unit_of_measurement: "kWh"
      device_class: energy
      state_class: total_increasing
      last_reset: 1970-01-01T00:00:00+00:00
    sensor.gplugd_eo1_2_8_1:
      unit_of_measurement: "kWh"
    sensor.gplugd_eo2_2_8_2:
      unit_of_measurement: "kWh" 
    sensor.gplugd_i1_31_7:
      unit_of_measurement: "A"
    sensor.gplugd_i2_51_7:
      unit_of_measurement: "A"
    sensor.gplugd_i3_71_7:
      unit_of_measurement: "A"
    sensor.gplugd_v1_32_7:
      unit_of_measurement: "V"
    sensor.gplugd_v2_52_7:
      unit_of_measurement: "V"
    sensor.gplugd_v3_72_7:
      unit_of_measurement: "V"
    sensor.gplugd_pi_1_7:
      unit_of_measurement: "kW"
    sensor.gplugd_po_2_7:
      unit_of_measurement: "kW"