This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
I'm using nodemcu esp8266 with PIR and SHT3xD sensors. The SHtx3 are failing communication, I believe this started after I updated them via ESPhome in home assistant have worked great for months. All espβs check out with all info. Any advice? Info if helpful below
[23:07:02][E][sht3xd:037]: Communication with SHT3xD failed!
i2c: sda: D4 scl: D5 scan: true id: bus_a
output: - platform: gpio id: "Master_bath_mtn_sensor" pin: D7 - platform: esp8266_pwm id: "onboard_led" pin: D0 inverted: true - platform: esp8266_pwm id: "led1" pin: number: D0 inverted: true - platform: gpio id: "Master_bath_t_sensor" pin: D5 - platform: gpio id: "Master_bath_h_sensor" pin: D4
sensor:
- platform: sht3xd
address: 0x44
update_interval: 5s
humidity:
name: "Master Bath Humidity"
filters:
calibrate_linear:
# Map 0.0 (from sensor) to 0.0 (true value)
- 0.0 -> 0.0
- 40.2 -> 52.0
temperature:
name: "Master Bath Temperature"
filters:
calibrate_linear:
# Map 0.0 (from sensor) to 0.0 (true value)
- 0.0 -> 0.0
- 25.88 -> 22.22
Post Details
- Posted
- 2 years ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/Esphome/com...