Closed faspina closed 4 years ago
Should be noted this happens on two different devices since 1.14.4
I'm also getting an ESP32 lockup with the DHT22 after upgrading to 1.14.4. I pulled my ESP32 down from the shelf, plugged in a USB cable, and uploaded the esphome firmware again to get the logs.
@faspina could you connect with a usb cable and try to re-install your esphome firmware and post the logs? That will help us be certain you and I are seeing the same issue. I think it's very likely that it's the exact same thing.
Downgrading to 1.14.3 and reinstalling solves the issue for me.
This is the esphome yaml I'm using.
I am running ESPhome on docker on a unraid server, so I have to plug a cable in and pull my nodemcu in . may take me a bit to get around to it its probably the same issue
I'm getting the same issue. ESP32 with a DHT22, on 1.14.3, or with the DHT22 commented out it runs. Otherwise it goes into a bootloop. Logs are below.
The same here with a DHT22 on ESP32 working with previous release.
Same here, ESP32, DHT22, ESPHome 1.14.4. Disabling the DHT sensor has solved this issue but no more temp and humidity report :(
I am seeing this too. 1.14.4 works fine on most of my devices but the one that has a DHT and Dallas is failing if I include either of those in the config. I am getting the same error message as above :"Guru Meditation Error: Core 1 panic'ed (Interrupt wdt timeout on CPU1)". I think 1276 is also related
Even though the devices did not appear in home assistant nor esphome I was able to flash them without DHT11 sensor code via OTA and bring them back to properly reporting themselves. This could be a workaround for the moment.
Duplicate of #1276
Operating environment/Installation (Hass.io/Docker/pip/etc.):
ESP (ESP32/ESP8266, Board/Sonoff):
ESP32/NodeMcu32
Affected component: DHT11
https://esphome.io/components/sensor/dht.html
Description of problem: DHT11 sensor was working with 1.14.3 , upgraded to 1.14.3 , NODEMCU lockedup and unresponsive, took out the following code and it worked. Also simplified the DHT sensor and took out the filters, same result. Tried different GPIO , same result. Works fine on my original nodemcu
Problem-relevant YAML-configuration entries:
Logs (if applicable):
Additional information and things you've tried: