PC311-TY power clamp: Log warning #1045
-
I have a warning message in log from HA regarding a power meter sensor : PC311-TY power clamp Is the warning normal, or maybe something wrong in the configuration yaml ? Entity sensor.consommation_global_maison_reactive_power_a (<class 'custom_components.tuya_local.sensor.TuyaLocalSensor'>) is using native unit of measurement 'kVar' which is not a valid unit for the device class ('reactive_power') it is using; expected one of ['var']; Please update your configuration if your entity is manually configured, otherwise report it to the custom integration author. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes it was something wrong in the config. For some reason the values were being scaled by 1000 to kVar, but they should just be passed in their original form as var. |
Beta Was this translation helpful? Give feedback.
Yes it was something wrong in the config. For some reason the values were being scaled by 1000 to kVar, but they should just be passed in their original form as var.