Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Only seeing a few of these errors per day across all devices. Here's the result of a search for "EOF" in HA Core:
- Logger: aioesphomeapi.connection
- Source: runner.py:189
- First occurred: April 18, 2024 at 12:39:59 AM (30 occurrences)
- Last logged: April 23rd, 2024 at 3:28:19 AM
- garage-door-indicator @ 192.168.0.87: Connection error occurred: [Errno 104] Connection reset by peer
- esphome-web-eda694 @ 192.168.0.135: Connection error occurred: [Errno 104] Connection reset by peer
- garage @ 192.168.0.137: Connection error occurred: [Errno 104] Connection reset by peer
- livingroom-fan @ 192.168.0.234: Connection error occurred: [Errno 104] Connection reset by peer
- livingroom-fan @ 192.168.0.234: Connection error occurred: livingroom-fan @ 192.168.0.234: EOF received
- #######################################
- ### Here's my ESPHome config for the DS02:
- esphome:
- name: livingroom-fan
- bk72xx:
- board: generic-bk7231t-qfn32-tuya
- logger:
- web_server:
- captive_portal:
- mdns:
- api:
- password: ""
- ota:
- password: ""
- wifi:
- ssid: !secret wifi_ssid
- password: !secret wifi_password
- ap:
- text_sensor:
- - platform: libretiny
- version:
- name: LibreTiny Version
- uart:
- rx_pin: RX1
- tx_pin: TX1
- baud_rate: 115200
- tuya:
- # DPIDs processed from schema model: 0000025tsr
- fan:
- - platform: "tuya"
- speed_datapoint: 3
- name: "Living Room Fan"
- switch_datapoint: 1
- speed_count: 4
Advertisement
Add Comment
Please, Sign In to add comment