mirror of
https://github.com/esphome/esphome.git
synced 2024-11-09 09:51:20 +01:00
24 lines
361 B
YAML
24 lines
361 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- pzemdc.reset_energy: pzemdc1
|
|
|
|
uart:
|
|
- id: uart_pzemdc
|
|
tx_pin: 17
|
|
rx_pin: 16
|
|
baud_rate: 9600
|
|
stop_bits: 2
|
|
|
|
sensor:
|
|
- platform: pzemdc
|
|
id: pzemdc1
|
|
voltage:
|
|
name: PZEMDC Voltage
|
|
current:
|
|
name: PZEMDC Current
|
|
power:
|
|
name: PZEMDC Power
|
|
energy:
|
|
name: PZEMDC Energy
|