Page 1 of 1

Meross wall plug

PostPosted: Tue Dec 11, 2018 2:00 am
by MarcoGT
Hi all,

just found this ones:

https://www.amazon.de/Intelligente-Stec ... HADGTMEGB3

There is also a Python librery to control it:

https://github.com/albertogeniola/MerossIot

Maybe over Christmas I will have time to play with them.

Let's see.

Re: Meross wall plug

PostPosted: Tue Jun 11, 2019 3:49 pm
by siclark
Hi. Did you ever get these working? I'm interested but not sure how responsive they will be? Looks to me a login to the cloud server every time you send a command. Might be slow?


Sent from my iPhone using Tapatalk

Re: Meross wall plug

PostPosted: Sun Feb 28, 2021 12:38 pm
by mattyf
I would love it if someone could help me get this library installed. It's just slightly beyond my scope of understanding.

Re: Meross wall plug

PostPosted: Sun Feb 28, 2021 2:42 pm
by FlyingDiver
mattyf wrote:
I would love it if someone could help me get this library installed. It's just slightly beyond my scope of understanding.


Installing the library on it's own isn't going to help you. You would also need to write code (ie a plugin) that would make that library available to Indigo. Complicating it even further is that the library is Python3 only, which cannot be accessed directly from an Indigo plugin. I have a method for using Python3 libraries in some of my plugins now, but it's pretty involved to use.

Re: Meross wall plug

PostPosted: Wed Mar 03, 2021 1:25 pm
by mattyf
But could I write a python script that just ran as a script inside Indigo?

Re: Meross wall plug

PostPosted: Wed Mar 03, 2021 1:27 pm
by FlyingDiver
mattyf wrote:
But could I write a python script that just ran as a script inside Indigo?


It would have to be an external script, since internal scripts can only be Python2. But yes, you could do that.

Re: Meross wall plug

PostPosted: Wed Mar 03, 2021 1:28 pm
by FlyingDiver
That assumes you have Python3 installed on your computer, which is only Catalina or later, but default.