Search found 10 matches

by mangoose
Sunday 28 April 2019 13:03
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Good news!
by mangoose
Sunday 28 April 2019 10:03
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi, I finaly got a MSS425 and change the script to support it. It seems to fully work. As usual, it creates all the devices for you. Since the system need the channel of the devices, you need either to delete your previous switch and let the script recreate them or edit the switch by adding |0 at ...
by mangoose
Friday 26 April 2019 13:58
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi,

I do not have a MSS425 so I do not know how it reacts and how to control it. If I can convince my wife to buy one, I may be able to update the code to handle it.

-P-
by mangoose
Tuesday 23 April 2019 17:05
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi,

I added the abilty to automaticaly create the Energy & Switch devices in Domoticz without anything to do.
Of course, it will do it only once.

Hope it will help you to use it.

Pierre
by mangoose
Tuesday 23 April 2019 6:53
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Good news.
by mangoose
Monday 22 April 2019 21:11
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi,

That is what I think depsite the fact that I have the same version as you. The only difference is that I have the french subtype and you have the uk subtype.

P
by mangoose
Sunday 21 April 2019 17:07
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi,

I made some changes in the code but I am not sure this will work since I never had this message.
Let me know if it fixes the problem.

Pierre
by mangoose
Sunday 21 April 2019 9:04
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi, You just need a mqtt broker and connect Domoticz to MQTT using the "MQTT Client Gateway with LAN interface" hardware. It will be used to transfer information between domoticz and my script. I never tested to run the script on another server, but it should work since you can give the location of ...
by mangoose
Sunday 21 April 2019 8:48
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi, You can put the code anywhere. You need to set the Meross credentials in the config.json file as well as the mqtt and domoticz server information. In domoticz, you need create a dummy device with a Light Switch with the On/Off Type and put the id you will get from the logs of the script in the ...
by mangoose
Saturday 20 April 2019 19:28
Forum: Others
Topic: Meross wi-fi Plug
Replies: 40
Views: 16478

Re: Meross wi-fi Plug

Hi,

I created a bridge in NodeJS based on Apollon77 allowing to control the plugs from Domoticz and to get the power consumption.
The bridge is available here:
https://github.com/mangoose002/Meross2Domoticz

I am using pm2 to run it.

Hope it can help you.