April 27, 2024, 01:39:46 AM

esp32-poe esphome modbus

Started by solanek, April 13, 2022, 12:17:07 AM

Previous topic - Next topic

solanek

hello,
unfortunately i have a problem with ttl rs485 for modbus
board: olimex esp32-poe

cfg:

uart:
  tx_pin: 4
  rx_pin: 36
  baud_rate: 9600
  stop_bits: 1

sensor:
  - platform: uptime
    name: Uptime Sensor     

  - platform: sdm_meter
    phase_a:
      current:
        name: "SDM Current"
    update_interval: 5s
   
I also try GPIO1,3 but the same effect - not working
does anyone have the same board and modbus via ttl working  ?