periodic push

This commit is contained in:
2023-06-29 16:14:36 +02:00
parent c948b95622
commit 831f676068
267 changed files with 17705 additions and 10864 deletions

5
esphome/interfaces/i2c_a.yaml Executable file
View File

@@ -0,0 +1,5 @@
i2c:
- id: bus_a
sda: ${pin_sda}
scl: ${pin_scl}
scan: false

15
esphome/interfaces/ir.yaml Executable file
View File

@@ -0,0 +1,15 @@
remote_transmitter:
id: irtx
pin: ${pin_ir_tx}
carrier_duty_percent: 50%
remote_receiver:
id: rcvr
pin:
number: ${pin_ir_rx}
inverted: true
# mode:
# input: true
# pullup: true
tolerance: 55%
dump: all

11
esphome/interfaces/uart_ld.yaml Executable file
View File

@@ -0,0 +1,11 @@
id: uart_ld
tx_pin: ${pin_ld_tx}
rx_pin: ${pin_ld_rx}
baud_rate: 256000
parity: NONE
stop_bits: 1
debug:
direction: BOTH
dummy_receiver: false
after:
delimiter: [0xF8,0xF7,0xF6,0xF5]

View File

@@ -0,0 +1,11 @@
id: uart_ld
tx_pin: ${pin_ld_tx}
rx_pin: ${pin_ld_rx}
baud_rate: 115200
parity: NONE
stop_bits: 1
debug:
direction: BOTH
# dummy_receiver: false
# after:
# delimiter: [0xF8,0xF7,0xF6,0xF5]

View File

@@ -0,0 +1,3 @@
id: uart_pm
rx_pin: ${pin_pm_rx}
baud_rate: 9600

View File

@@ -0,0 +1,4 @@
id: uart_pm
rx_pin: ${pin_pm_rx}
tx_pin: ${pin_pm_tx}
baud_rate: 9600

View File

@@ -0,0 +1,4 @@
id: uart_tuya
rx_pin: ${pin_tuya_rx}
tx_pin: ${pin_tuya_tx}
baud_rate: 9600

View File

@@ -0,0 +1,4 @@
id: uart_curtain
rx_pin: ${pin_curtain_rx}
tx_pin: ${pin_curtain_tx}
baud_rate: 9600