ha: PAPP is type apparent_power not power, in VA.
This commit is contained in:
		@@ -19,7 +19,7 @@ typedef struct {
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
static ha_config_desc ha_config_descs[] = {
 | 
			
		||||
  { "PAPP",  "measurement", "power",   "Puissance Apparente",    "VA", },
 | 
			
		||||
  { "PAPP",  "measurement", "apparent_power",   "Puissance Apparente",    "VA", },
 | 
			
		||||
  { "IINST", "measurement", "current", "Intensité Instantanée",  "A", },
 | 
			
		||||
  { "HCHP",  "total_increasing", "energy",  "Energie Heures Pleines", "kWh", "{{ (value | float) / 1000 }}" },
 | 
			
		||||
  { "HCHC",  "total_increasing", "energy",  "Energie Heures Creuses", "kWh", "{{ (value | float) / 1000 }}" },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user