InfluxDB not recoding changes

I find that my influxdb integration will now not write any sensor data to influx at all. The same data shows up in home assistant just fine. No matter what yaml settings I try i cannot get this to write to influx.
Stopped working around march 6 2026

Still working for me.

Are you using the InfluxDB app (add-on)?

I am yes, there isn’t any other choice now I find.

I have a screen of the following where I have modified an OpenESP32 sensor to “work around” the issue:

You are able to see the top 3 entities: “sensor.garagetemps_0, sensor.garagetemps_2 and sensor.garagetemps_3”. These values which are your pressure, temp and humidity get written to influx however the same measurements below (pressure, temperature etc) do not get written to influx. They have a device class and unit of measurement set and are totally ignored by the integration where as the 3 sensors.

OpenESP32 it allows me this flexibility to basically change this value to something the integration will accept , tasmota sensors and ESPhome sensors dont allow me this flexibility so thus arent accepted for to be written yet do display in home assistant itself.

I dont know what has changed here to alter this as its worked for years in this configuration but if it cant be fixed then I will have to alter every sensor I have including changing firmware/purchasing new units.

It does not matter which integration you use to get the values into home assistant. As soon as the state value changes then the InfluxDB integration sends that to your InfluxDB database, unless you have excluded that particular entity.

Please share your InfluxDB integration (not app/add-on) configuration.

literally this in my config yaml

influxdb:
include:
domains:
- sensor
- binary_sensor
- climate
- switch
- light

hasnt been altered for months/years yet glad to see if you can spot anything wrong

Can you please format the config correctly for the forum. We can’t see if the very important spacing is correct. Use the </> button.

When was the last time the bottom three sensors changed?

# Default Home Assistant setup
default_config:

influxdb:
  include:
    domains:
      - sensor
      - binary_sensor
      - climate
      - switch
      - light

the last 3 sensors havent changed in months as far as im aware, possibly years when i first did this config

If you mean how often the data changes for those bottom three then pretty much all the time, and yet nothing surfaces in influx

Yeah that is what I meant.

Anything in your core or InfluxDB logs that is relevant?

Nothing and by that I mean there’s not a thing in there for influx at all

any further help with this at all out there please?