#Locking IKEA smart plugs

1 messages · Page 1 of 1 (latest)

wraith basalt
#

I have a smart plug and I like that it has on-off functionality besides the energy metering, but I'm thinking of expading to several more smartplugs that will be deployed solely for its energy-metering features, in front of a power strip, to measure consumption.

I don't want anyone to accidentally hit a button and turn off everything plugged into it so, is there a way to lock the on/off functionality? I don't even want to accidentally hit the trigger myself, I'd like some sort of confirmation before it turns off etc. Anyone knows hot to set this up with the IKEA plugs specifically?

I'm using ZHA

ebon ice
wraith basalt
ebon ice
#

Press on the entity to bring up the more info box then hit the cog for settings then you can toggle off the "enabled" option.

wraith basalt
#

I hadn't considered that. Thanks!

ebon ice
tawny latch
#

You might consider setting the entity's visibility instead. You'll still have the entity to use (particularly if you need to turn on the device after a power failure or to cycle power for a connected device). With the visibility turned off, it is less likely to be noticed and toggled.

summer ingot
#

please note the loads on the powerstrip. dont attach motors, dryers, washing machines etc to it.

valid anchor
#

In case you don't want to disable the entity entirely, I found this way to disable the switch in an entities card, while still displaying the state.

type: entities
entities:
  - entity: switch.everything
    name: Power
    icon: mdi:power-plug
    card_mod:
      style:
        hui-generic-entity-row:
          ha-entity-toggle:
            $:
              ha-switch:
                $: |
                  .mdc-switch .mdc-switch__thumb input {
                    pointer-events: none;
                  }
                .: |
                  ha-switch {
                    --switch-unchecked-button-color: var(--disabled-text-color);
                    --switch-checked-button-color: var(--disabled-text-color);
                  }```
wraith basalt
ebon ice
wraith basalt
#

so, is it impossible to put a smart plug for metrics between the power and a washing machine?

ebon ice
wraith basalt
#

Ireland. we have Uk style plugs

ebon ice
#

That is the ESPHome installed version which is what I would tend to lean towards but they also do a Tasmota flavour if that is something you prefer..

#

The solution I use for washing machine/dishwasher though is by wiring a Shelly EM Mini inline. I put it after the fused spur for the appliance so its correctly protected.

#

Or there are CT Clamp options too. but tbf if you would prefer smartplug form factor then grab some of the athom no-relay plugs and call it a day.

idle bear
#

fwiw, the current IKEA plugs in north america document that they can handle up to 300W AC motor loads. Check the documentation for your regional variant

wind hawk
#

Note it's not only for motor, but all non-resistive loads. So basically anything that's not a incandescent bulb or space heater. So applied to modern switching power supplies as well.

But as long as you don't switch the load it's not really critical.