bruxy70 / Home-Assistant-ESPHome-Weather-Station

Nextion display with ESP8266 microcontroller (Wemos D1 mini) showing Home Assistant temperature sensors and weather forecast
MIT License
171 stars 30 forks source link

problem UART comunication #13

Open marcazzan opened 1 year ago

marcazzan commented 1 year ago

Hi I'm testing your weather station with an esp d1 mini and a 3.5 inch nexion display, I loaded the yaml on esp home and everything works, the data updates, but uart doesn't communicate between nexion and d1 mini? what can it be?

bruxy70 commented 1 year ago

I'd check that the wires are connected correctly (TX to RX and RX to TX). That the speed is set the same in Nextion Editor and ESPHome. If this does not work, I'd try to add a PR that was fixing an error in communication (I think this one should be already included in the ESPHome release, but you can try)

external_components:
  - source: github://pr#3657
    components: [ nextion ]