$8 Lamp (Outlet) "Smart Plug" Module
-
@Francois great question! To be honest, it's on the list but not very high. I have a few other projects I wanted to do and hopefully create videos for.
@hek Thanks! You have created something awesome and I am excited to give back just a little when I can. Thanks for all you've done (and continue to do)!!
-
Nice project.
I will build some plugs myself, but I would like to exclude the charger, we should be able to power the arduino directly from the ac plug.
I am thinking to use something like this
https://www.elfa.se/elfa3~tr_en/elfa/init.do?item=69-065-19&toc=19413
What do you think about it?
-
Nice project.
I will build some plugs myself, but I would like to exclude the charger, we should be able to power the arduino directly from the ac plug.
I am thinking to use something like this
https://www.elfa.se/elfa3~tr_en/elfa/init.do?item=69-065-19&toc=19413
What do you think about it?
@johnr said:
Nice project.
I will build some plugs myself, but I would like to exclude the charger, we should be able to power the arduino directly from the ac plug.
I am thinking to use something like this
https://www.elfa.se/elfa3~tr_en/elfa/init.do?item=69-065-19&toc=19413
What do you think about it?
That looks like an "charger" just in another package :) in my opinion it's a bit over the top, with a 10W power supply, to a device that uses arround 0,5W (0.1mA @ 5V) in peaks.
/ Thomas
-
Hi,
Sorry I Think I expressed myself to short and incorrect on my way to work.
I really like this Project. My personal problem is that when you have many sensors, sooner or later you run out of old chargers ;)
Therefore for the relay (wallplug) it would be nice to find a small ac/dc power supply, which is easy to integrate into the breadboard/pcb.
The Meanwell that I linked to i also availible in 5w, but personally I had some problems in the past, with the current consumption of the relays, using sub wall-warts. This is why I am thinking 10w.
Mean well have nice quality but pricing is quite high. Would be nice to find an alternative with enough quality that you can trust that it wont burst into flames.
Edit: Mybe this tread is the correct one to discuss ac/dc converters. http://forum.mysensors.org/topic/687/230v-power-supply-to-arduino
-
Hi,
Sorry I Think I expressed myself to short and incorrect on my way to work.
I really like this Project. My personal problem is that when you have many sensors, sooner or later you run out of old chargers ;)
Therefore for the relay (wallplug) it would be nice to find a small ac/dc power supply, which is easy to integrate into the breadboard/pcb.
The Meanwell that I linked to i also availible in 5w, but personally I had some problems in the past, with the current consumption of the relays, using sub wall-warts. This is why I am thinking 10w.
Mean well have nice quality but pricing is quite high. Would be nice to find an alternative with enough quality that you can trust that it wont burst into flames.
Edit: Mybe this tread is the correct one to discuss ac/dc converters. http://forum.mysensors.org/topic/687/230v-power-supply-to-arduino
-
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