mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	Add energy to pzemdc (#3626)
* added energy to pzemdc * fixed calculation * added test * moved tests --------- Co-authored-by: Andreas Hergert <andreas.hergert@otrs.com>
This commit is contained in:
		| @@ -583,6 +583,8 @@ sensor: | ||||
|       name: PZEMDC Current | ||||
|     power: | ||||
|       name: PZEMDC Power | ||||
|     energy: | ||||
|       name: PZEMDC Energy | ||||
|   - platform: tmp102 | ||||
|     name: TMP102 Temperature | ||||
|   - platform: hm3301 | ||||
|   | ||||
| @@ -477,7 +477,6 @@ sensor: | ||||
|     acceleration_mode: low | ||||
|     store_baseline: true | ||||
|     address: 0x69 | ||||
|  | ||||
|   - platform: mcp9600 | ||||
|     thermocouple_type: K | ||||
|     hot_junction: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user