mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			401 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			401 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| sensor:
 | |
|   - platform: atm90e26
 | |
|     cs_pin: ${cs_pin}
 | |
|     voltage:
 | |
|       name: Line Voltage
 | |
|     current:
 | |
|       name: CT Amps
 | |
|     power:
 | |
|       name: Active Watts
 | |
|     power_factor:
 | |
|       name: Power Factor
 | |
|     frequency:
 | |
|       name: Line Frequency
 | |
|     line_frequency: 50Hz
 | |
|     meter_constant: 1000
 | |
|     pl_const: 1429876
 | |
|     gain_pga: 1X
 | |
|     gain_metering: 7481
 | |
|     gain_voltage: 26400
 | |
|     gain_ct: 31251
 |