Open vincent-tr opened 2 weeks ago
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
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
2024.9.2
Docker
None
ESP32
ESP32-POE
gpio.one_wire
No response
I think this relates to https://github.com/esphome/issues/issues/6260 and the issues should be merged.
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:
The issue:
During setup, I get in the logs:
Then, on each sensor update:
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