PoisonWaffle

DS02 Log and Config

Apr 23rd, 2024
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1.  
  2. ### Only seeing a few of these errors per day across all devices. Here's the result of a search for "EOF" in HA Core:
  3. Logger: aioesphomeapi.connection
  4. Source: runner.py:189
  5. First occurred: April 18, 2024 at 12:39:59 AM (30 occurrences)
  6. Last logged: April 23rd, 2024 at 3:28:19 AM
  7. garage-door-indicator @ 192.168.0.87: Connection error occurred: [Errno 104] Connection reset by peer
  8. esphome-web-eda694 @ 192.168.0.135: Connection error occurred: [Errno 104] Connection reset by peer
  9. garage @ 192.168.0.137: Connection error occurred: [Errno 104] Connection reset by peer
  10. livingroom-fan @ 192.168.0.234: Connection error occurred: [Errno 104] Connection reset by peer
  11. livingroom-fan @ 192.168.0.234: Connection error occurred: livingroom-fan @ 192.168.0.234: EOF received
  12.  
  13.  
  14. #######################################
  15.  
  16. ### Here's my ESPHome config for the DS02:
  17.  
  18. esphome:
  19. name: livingroom-fan
  20.  
  21. bk72xx:
  22. board: generic-bk7231t-qfn32-tuya
  23.  
  24. logger:
  25.  
  26. web_server:
  27.  
  28. captive_portal:
  29.  
  30. mdns:
  31.  
  32. api:
  33. password: ""
  34.  
  35. ota:
  36. password: ""
  37.  
  38. wifi:
  39. ssid: !secret wifi_ssid
  40. password: !secret wifi_password
  41. ap:
  42.  
  43. text_sensor:
  44. - platform: libretiny
  45. version:
  46. name: LibreTiny Version
  47.  
  48. uart:
  49. rx_pin: RX1
  50. tx_pin: TX1
  51. baud_rate: 115200
  52.  
  53. tuya:
  54. # DPIDs processed from schema model: 0000025tsr
  55.  
  56. fan:
  57. - platform: "tuya"
  58. speed_datapoint: 3
  59. name: "Living Room Fan"
  60. switch_datapoint: 1
  61. speed_count: 4
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment