mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 17:27:45 +01:00
24 lines
359 B
YAML
24 lines
359 B
YAML
|
esphome:
|
||
|
on_boot:
|
||
|
then:
|
||
|
- pzemdc.reset_energy: pzemdc1
|
||
|
|
||
|
uart:
|
||
|
- id: uart_pzemdc
|
||
|
tx_pin: 4
|
||
|
rx_pin: 5
|
||
|
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
|