ESPHOME sensors not showing up anymore

Hi all,

So i had a NodeMCU running ESPHOME with some sensors running. Suddenly the sensors stopped showing information in the Lovelace UI.
According to ESPHome it’s online and the integration says that they have been recovered. Still i’m not getting any data from the sensors.
This is the log:
INFO Reading configuration /config/esphome/kantoor-sensoren.yaml…
INFO Starting log output from kantoor-sensoren.local using esphome API
INFO Successfully connected to kantoor-sensoren.local
[21:00:20][I][app:102]: ESPHome version 2022.2.5 compiled on Feb 25 2022, 19:53:05
[21:00:20][C][wifi:491]: WiFi:
[21:00:20][C][wifi:353]: Local MAC: 30:83:98:B5:D8:AA
[21:00:20][C][wifi:354]: SSID: [redacted]
[21:00:20][C][wifi:355]: IP Address: 192.168.178.33
[21:00:20][C][wifi:356]: BSSID: [redacted]
[21:00:20][C][wifi:358]: Hostname: ‘kantoor-sensoren’
[21:00:20][C][wifi:360]: Signal strength: -48 dB ▂▄▆█
[21:00:20][C][wifi:364]: Channel: 3
[21:00:20][C][wifi:365]: Subnet: 255.255.255.0
[21:00:20][C][wifi:366]: Gateway: 192.168.178.1
[21:00:20][C][wifi:367]: DNS1: 192.168.178.241
[21:00:20][C][wifi:368]: DNS2: 192.168.178.241
[21:00:20][C][logger:233]: Logger:
[21:00:20][C][logger:234]: Level: DEBUG
[21:00:20][C][logger:235]: Log Baud Rate: 115200
[21:00:20][C][logger:236]: Hardware UART: UART0
[21:00:20][C][gpio.binary_sensor:015]: GPIO Binary Sensor ‘PIR Sensor’
[21:00:20][C][gpio.binary_sensor:015]: Device Class: ‘motion’
[21:00:20][C][gpio.binary_sensor:016]: Pin: GPIO13
[21:00:20][C][dht:017]: DHT:
[21:00:20][C][dht:018]: Pin: GPIO4
[21:00:20][C][dht:024]: Model: DHT22 (or equivalent)
[21:00:20][C][dht:027]: Update Interval: 20.0s
[21:00:20][C][dht:029]: Temperature ‘Kantoor Temperatuur’
[21:00:20][C][dht:029]: Device Class: ‘temperature’
[21:00:20][C][dht:029]: State Class: ‘measurement’
[21:00:20][C][dht:029]: Unit of Measurement: ‘°C’
[21:00:20][C][dht:029]: Accuracy Decimals: 1
[21:00:20][C][dht:030]: Humidity ‘Kantoor Vochtigheid’
[21:00:20][C][dht:030]: Device Class: ‘humidity’
[21:00:20][C][dht:030]: State Class: ‘measurement’
[21:00:20][C][dht:030]: Unit of Measurement: ‘%’
[21:00:20][C][dht:030]: Accuracy Decimals: 0
[21:00:20][C][captive_portal:144]: Captive Portal:
[21:00:20][C][mdns:084]: mDNS:
[21:00:20][C][mdns:085]: Hostname: kantoor-sensoren
[21:00:20][C][ota:085]: Over-The-Air Updates:
[21:00:20][C][ota:086]: Address: kantoor-sensoren.local:8266
[21:00:20][C][ota:089]: Using Password.
[21:00:20][C][api:138]: API Server:
[21:00:20][C][api:139]: Address: kantoor-sensoren.local:6053
[21:00:20][C][api:143]: Using noise encryption: NO
[21:00:27][D][dht:048]: Got Temperature=20.2°C Humidity=41.2%
[21:00:27][D][sensor:124]: ‘Kantoor Temperatuur’: Sending state 20.20000 °C with 1 decimals of accuracy
[21:00:27][D][sensor:124]: ‘Kantoor Vochtigheid’: Sending state 41.20000 % with 0 decimals of accuracy

This is what the ESPHOME looks like:
Schermafbeelding 2022-03-03 210012

Anybody know what’s going on?

Go to Configuration / Integrations and check the ESPHome block for your devices.
If there is a red exclamation point next to the device, it’s offline.
It is sometimes helpful to make backups of your ESPHome source YAML files.
This makes it easy to delete a device integration, then recreate it from the backup YAML.
(I just had to do this, recently.)

Like this?

I have the same problem, the ESP Sensors are generating data, but they show with a RED icon in HA just like @Nodri2000 Richard.

Richard did you fins the solution ???
PLEASE let me know

Miguel

Post the yaml code from your lovelace card.
Use code tags.