mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Corrections to default register values of ATM90E32 component (#982)
* Corrections to default register values of ATM90E32 component
This commit is contained in:
		| @@ -265,8 +265,8 @@ sensor: | ||||
|         name: "EMON Reactive Power CT1" | ||||
|       power_factor: | ||||
|         name: "EMON Power Factor CT1" | ||||
|       gain_voltage: 47660 | ||||
|       gain_ct: 12577 | ||||
|       gain_voltage: 7305 | ||||
|       gain_ct: 27961 | ||||
|     phase_b: | ||||
|       current: | ||||
|         name: "EMON CT2 Current" | ||||
| @@ -276,8 +276,8 @@ sensor: | ||||
|         name: "EMON Reactive Power CT2" | ||||
|       power_factor: | ||||
|         name: "EMON Power Factor CT2" | ||||
|       gain_voltage: 47660 | ||||
|       gain_ct: 12577 | ||||
|       gain_voltage: 7305 | ||||
|       gain_ct: 27961 | ||||
|     phase_c: | ||||
|       current: | ||||
|         name: "EMON CT3 Current" | ||||
| @@ -287,13 +287,14 @@ sensor: | ||||
|         name: "EMON Reactive Power CT3" | ||||
|       power_factor: | ||||
|         name: "EMON Power Factor CT3" | ||||
|       gain_voltage: 47660 | ||||
|       gain_ct: 12577 | ||||
|       gain_voltage: 7305 | ||||
|       gain_ct: 27961 | ||||
|     frequency: | ||||
|       name: "EMON Line Frequency" | ||||
|     chip_temperature: | ||||
|       name: "EMON Chip Temp A" | ||||
|     line_frequency: 50Hz | ||||
|     line_frequency: 60Hz | ||||
|     current_phases: 3 | ||||
|     gain_pga: 2X | ||||
|   - platform: bh1750 | ||||
|     name: "Living Room Brightness 3" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user