mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00: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
 |