My current setup is that I have Home Assistant (HA) with a number of devices, and cloud integration to Amazon working.
So I can say ‘Alexa light on’, and the light comes on.
If I buy some smart plugs that Alexa can control, but HA cannot, directly is there some way can mirrot the working setup ?
That is have a switch on the HA web page that will in effect tell Alexa to switch the smart plugs on/off ?
If so How do I do this ?
Curious on this was well. I have a couple wifi color bulbs (Vivitar) that Alexa can control but not HA.
MattL0
(Matt L0)
3
That can be done with the node red package, iobroker, jeedom, openhab. But not home assistant
1 Like
Replying to my own post 
I may have found a way to do this. I installed and tested the python3 package meross-iot.
The test program (not mine) found and tested (switched on, then off) my MS210 sockets.
My thought id to write a python script that looks like a MQTT device, so HA can subscribe to and publish.
Can’t give a time scale, does anybody have a better idea ?