#Belkin Wemo EOL & cloud service shutdown implications

1 messages · Page 1 of 1 (latest)

vagrant bison
#

Hi folks,

So like some other unfortunate early adopters of smart home gadgets, I have a few Wemo smart plugs along with a single hardwired light switch. You can read more about it at belkin.com/wemo.

Hence I’ve been getting multiple emails from Belkin that Jan 31, 2026 is the last day of support for these devices, and they need to be onboarded to Apple HomeKit (which I don’t use much) to continue functioning thereafter. Of course I have all these devices configured in HA via the Belkin integration which is working well, as well as paired with Amazon Alexa currently.

So a few questions I was wondering about perhaps folks here could she light on;

Post Jan 31, I assume the HA integration should continue to work without interruption without the need for Apple HomeKit onboarding?

I believe HA uses the pywemo library with local control without the need for a cloud service to be active, so I just wanted to confirm my assumption was correct?

I expect Alexa voice integration will stop working however, if so can I replace this functionality with the voice assist hardware puck from HA?

I’m mostly concerned about the single hardwired light switch, and replacing Alexa’s “Goodnight” routine to turn lights off at bedtime including the hardwired light switch.

Many thanks,

tulip hearth
# vagrant bison Hi folks, So like some other unfortunate early adopters of smart home gadgets, ...

I don't know anything about how the Wemo devices work but if they use fully local commands currently then unless they intentionally brick them I imagine they will continue to work. Although personally I would consider replacing them at earliest available opportunity.

if they work with home assistant then you could potentially expose them to Alexa as a skill. and rework your current functionality there.

As for switching for a VPE. you can set an automation to run on a custom sentence so its very easily to do whatever you want on a trigger of "goodnight"

vagrant bison
#

I see, thanks Michael, good to know.. I've been considering VPE, but the "preview" tag has been putting me off as it makes me think they'll have an improved version out in the near future?

tulip hearth
# vagrant bison I see, thanks Michael, good to know.. I've been considering VPE, but the "previe...

The "preview" tag is partially designed for people to know that its not a stand alone device being a drop in replacement for a VA from big tech (alexa etc...). There will likely be an improved version in the future but not for a while. There are a variety of problems that need to be tackled in software and audio processing before that happens.
With some work and acceptance of certain limitations you can do most things other devices can do and potentially more. But is it a drop in replacement for what a lot of people expect from a VA? probably not yet.

vagrant bison
#

Thanks Michael, I watched a few reviews of the VPE, it seems okay for basic HA tasks like turning lights on/off etc, may look to try it out at some point in future. The local LLM integration options seem interesting to me as well as I've had Ollama running locally prior. Thx.