esphome / issues

Issue Tracker for ESPHome
https://esphome.io/
290 stars 36 forks source link

DS18B20 sensor not working after update from 2023.5.5 to 2024.9.2 #6331

Open vincent-tr opened 2 weeks ago

vincent-tr commented 2 weeks ago

The problem

Environment

I have 3 identical boxes, based on ESP32-POE from Olimex, with:

I updated ESPHome from 2023.5.5 to 2024.9.2, and after the update:

Here is the configuration part:

    one_wire:
      - platform: gpio
        pin: GPIO13

    sensor:
      - platform: dallas_temp
        id: temp
        name: bedplug-ch1-temp
        address: 0x3357ac4909646128
        update_interval: 10s

The issue:

During setup, I get in the logs:

[08:13:54][W][gpio.one_wire:078]:   Found no devices!

Then, on each sensor update:

[08:13:58][W][component:170]: Component dallas_temp.sensor cleared Warning flag
[08:13:59][W][dallas.temp.sensor:139]: 'bedplug-ch1-temp' - Scratch pad checksum invalid!
[08:13:59][W][component:157]: Component dallas_temp.sensor set Warning flag: scratch pad checksum invalid

Which version of ESPHome has the issue?

2024.9.2

What type of installation are you using?

Docker

Which version of Home Assistant has the issue?

None

What platform are you using?

ESP32

Board

ESP32-POE

Component causing the issue

gpio.one_wire

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

m1ch commented 2 weeks ago

I think this relates to https://github.com/esphome/issues/issues/6260 and the issues should be merged.