Adding smart switch without built-in powermeter does not ask how much power the connected device is consuming #3048
-
Hi! I thought there was a step in the configuration flow for adding smart switches without power meter, where I could input the power consumption of the connected device (when device is on). But I never get that prompt. I only ever see the standby and standby_on power draw. Only way for me to get the power draw of the connected device is to add a manually configured PowerCalc device. I read here: https://docs.powercalc.nl/library/device-types/smart-switch/ Example adding Library device: Is it not supposed to be a step in between step 2 and 3 where I can input what the connected device consumes (watts) when the switch is turned on? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes should be, Which is the setting for "Smart switch with powermeter". When this smart plug does not have power reporting possibilities this setting is wrong and must be corrected to |
Beta Was this translation helpful? Give feedback.
Yes should be,
But checking the Tradfri control outlet profile it is set to
only_self_usage: true
.https://github.com/bramstroker/homeassistant-powercalc/blob/master/profile_library/ikea/TRADFRI%20control%20outlet/model.json#L14
Which is the setting for "Smart switch with powermeter".
When this smart plug does not have power reporting possibilities this setting is wrong and must be corrected to
only_self_usage: false
.Could you verify this?