$8 Lamp (Outlet) "Smart Plug" Module
-
servicexp, no I guess it have only over current protection.
I am going to test a smaller 5w converter. MW irm-05-5 which I was able to get for a ok price through work. It has also smaller physical dimensions.
@johnr said:
servicexp, no I guess it have only over current protection.
I am going to test a smaller 5w converter. MW irm-05-5 which I was able to get for a ok price through work. It has also smaller physical dimensions.
Nice, let us know how it works! I also find I run out of chargers. Thankfully I can get them from work occasionally when people recycle their old phone chargers.
-
@johnr said:
servicexp, no I guess it have only over current protection.
I am going to test a smaller 5w converter. MW irm-05-5 which I was able to get for a ok price through work. It has also smaller physical dimensions.
Nice, let us know how it works! I also find I run out of chargers. Thankfully I can get them from work occasionally when people recycle their old phone chargers.
Or hotel lost and found...
-
@BulldogLowell yeah, good idea! I wonder if electronics stores may have them too. I know Best Buy has a electronics recycling program. Maybe they get them there too? I just got a fresh supply from work so I should be good for a little while :)
-
Hey Hi. Awesome project.
Just a quick though, could i just a Pro mini 5V and skip the whole voltage regulator part? or would that need some additional changes to the project?Thank :+1:
-
Hey Hi. Awesome project.
Just a quick though, could i just a Pro mini 5V and skip the whole voltage regulator part? or would that need some additional changes to the project?Thank :+1:
-
@DanielD said:
How you sync the plug with your cellphone?
I use a Vera for my home automation controller. MySensors has a plugin for Vera so the cellphone app is actually for Vera. I can issue a command through my phone to Vera which will then send the command to the MySensors device.
Hopefully that makes sense.
Pete
-
@DanielD said:
Do you have any ideia how I do this?
No, sorry. It would probably be easier for you to use an existing controller that already works with MySensors though. Check out the list here: http://www.mysensors.org/controller/
I'm sure some of them already have phone apps but I'm not sure which ones. I haven't looked at anything other than Vera.
-
@petewill
mm, I will install one of these in my PC and I will buy a ethernet bord, and make a gateway ethernet.
But what I do not understand is How the Web Site will send a rf signal from arduino
Okay I know I should connect the ethernet bord in arduino and rf transmisor, but how do
sensor received this signal I know I will put rf receiver inside.
But the code of ethernet gateway doesn't have nothing about the transmissor.
If you don't understand something ask me.
Thx -
@DanielD said:
But the code of ethernet gateway doesn't have nothing about the transmissor.
Right. That's where the controller comes in. I use Vera so when I press the on button in the Vera interface it sends the command through the gateway to the sensor (smart outlet).
If you are try do it cheaply you may want to look into openhab. I haven't used it but I know it runs on a raspberry pi.
-
Hmm,Okay
I will try make a device type Vera because,in my country doesn't exists.
If I buy at site and ask to ship me Will cost very expensive, therefore I try make a device similar to vera :/
Could you help me?
Thx -
@DanielD said:
therefore I try make a device similar to vera :/
Could you help me?Unfortunately I don't know how to do that. The best thing I can suggest is to use one of the existing controllers. If you already have a raspberry pi there is free software for it. Try one of those. That way you don't have to recreate anything.
-
@DanielD said:
I don't understand is how I will do the communication between getway ethernet and another device.
You probably want to check out this: http://www.mysensors.org/about/ and this: http://www.openhab.org/
It will will take some learning and I suggest you start out small. See if you can get OpenHab up and running first. When you understand that you can start using MySensors. I had my Vera for a few months before I started learning MySensors. It was helpful to learn the controller before MySensors.
-
Thank you very much for detailed description!
But I cannot understand how to send commands from OpenHab to turn relay on and off. Please direct me.
After a long time I can finally get the messages from sensors via serial connection, but not the other way.
Cheers! -
Thank you very much for detailed description!
But I cannot understand how to send commands from OpenHab to turn relay on and off. Please direct me.
After a long time I can finally get the messages from sensors via serial connection, but not the other way.
Cheers!@almj I use Vera as my controller so I'm not sure how to set up OpenHab. I know there are some instructions for setting it up here on the forum. If you're still stuck you may get better responses by posting to a new topic. Sorry I can't be more help.