mirror of
https://github.com/esphome/esphome.git
synced 2025-09-01 19:02:18 +01:00
Add T6615 (#1170)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
@@ -19,11 +19,18 @@ ota:
|
||||
logger:
|
||||
|
||||
uart:
|
||||
tx_pin: 1
|
||||
rx_pin: 3
|
||||
baud_rate: 9600
|
||||
- id: uart1
|
||||
tx_pin: 1
|
||||
rx_pin: 3
|
||||
baud_rate: 9600
|
||||
- id: uart2
|
||||
tx_pin: 17
|
||||
rx_pin: 16
|
||||
baud_rate: 19200
|
||||
|
||||
|
||||
modbus:
|
||||
uart_id: uart1
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
@@ -109,3 +116,7 @@ sensor:
|
||||
name: "SelecEM2M Maximum Demand Reactive Power"
|
||||
maximum_demand_apparent_power:
|
||||
name: "SelecEM2M Maximum Demand Apparent Power"
|
||||
- platform: t6615
|
||||
uart_id: uart2
|
||||
co2:
|
||||
name: CO2 Sensor
|
||||
|
Reference in New Issue
Block a user