mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
fix modbus connection issues with Esphome 2025.10
This commit is contained in:
@@ -10,6 +10,12 @@ esphome:
|
||||
project:
|
||||
name: boneio.32x10-lights
|
||||
version: '0.7'
|
||||
on_boot:
|
||||
- priority: 1001
|
||||
then:
|
||||
- lambda: |-
|
||||
gpio_reset_pin((gpio_num_t)14);
|
||||
gpio_reset_pin((gpio_num_t)15);
|
||||
|
||||
esp32:
|
||||
board: nodemcu-32s
|
||||
@@ -657,7 +663,11 @@ binary_sensor:
|
||||
# UNCOMMENT BELOW TO USE MODBUS
|
||||
# uart:
|
||||
# id: uart_pin14_15
|
||||
# rx_pin: GPIO14
|
||||
# rx_pin:
|
||||
# number: GPIO14
|
||||
# mode:
|
||||
# input: true
|
||||
# pullup: true
|
||||
# tx_pin: GPIO15
|
||||
# baud_rate: 9600
|
||||
# stop_bits: 1
|
||||
|
||||
Reference in New Issue
Block a user