mirror of
https://github.com/boneIO-eu/esphome.git
synced 2026-04-10 13:00:27 +02:00
Move uart and modbus to main file
This commit is contained in:
@@ -23,13 +23,13 @@ ethernet:
|
||||
power_pin: GPIO16
|
||||
|
||||
dashboard_import:
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_5-v0_6.yaml@v1.0.5
|
||||
package_import_url: github://boneIO-eu/esphome/boneio-24x16_switches_v0_5-v0_6.yaml@latest
|
||||
import_full_config: true
|
||||
|
||||
packages:
|
||||
internals_packages:
|
||||
url: https://github.com/boneIO-eu/esphome
|
||||
ref: v1.0.5
|
||||
ref: v1.0.15
|
||||
files: [
|
||||
'devices/buzzer.yaml',
|
||||
'devices_v0_5-v0_6/display.yaml',
|
||||
@@ -40,7 +40,6 @@ packages:
|
||||
'devices_v0_5-v0_6/pcf_with_mcp.yaml',
|
||||
'boards/24x16_output.yaml',
|
||||
# 'devices_v0_5-v0_6/one_wire.yaml',
|
||||
# 'devices_v0_5-v0_6/uart.yaml',
|
||||
]
|
||||
|
||||
logger:
|
||||
@@ -576,3 +575,25 @@ binary_sensor:
|
||||
mode:
|
||||
input: true
|
||||
inverted: true
|
||||
######################
|
||||
### MODBUS SECTION ###
|
||||
######################
|
||||
# UNCOMMENT BELOW TO USE MODBUS
|
||||
# uart:
|
||||
# id: uart_pin3_1
|
||||
# rx_pin: GPIO3
|
||||
# tx_pin: GPIO1
|
||||
# baud_rate: 9600
|
||||
# stop_bits: 1
|
||||
|
||||
# modbus:
|
||||
# send_wait_time: 200ms
|
||||
# uart_id: uart_pin14_15
|
||||
# id: boneio_modbus
|
||||
|
||||
# modbus_controller:
|
||||
# - id: YOURDEVICE ID
|
||||
# address: 0x09
|
||||
# modbus_id: mod_bus
|
||||
# setup_priority: -10
|
||||
# update_interval: 60s
|
||||
|
||||
Reference in New Issue
Block a user