$8 Lamp (Outlet) "Smart Plug" Module
-
@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.
-
Is it really that difficult or expensive to get old chargers?
I found 10 for $10.99 on ebay.
:stuck_out_tongue: -
Hi @petewill!
I made this :) Great video :+1:I think i get bad reception or something because it works the first 5-6 times and then nothing...
In the end you describe an cat5 wire added as antenna because of bad reception.
Do you remove the plastic/shielding so its just copper?
Im afraid to short anything out with a long uncovered antenna if thats the case...and if i hear you right its 3,28 inches which should be 33,31200 millimeters on the antenna?
-
Hi @petewill!
I made this :) Great video :+1:I think i get bad reception or something because it works the first 5-6 times and then nothing...
In the end you describe an cat5 wire added as antenna because of bad reception.
Do you remove the plastic/shielding so its just copper?
Im afraid to short anything out with a long uncovered antenna if thats the case...and if i hear you right its 3,28 inches which should be 33,31200 millimeters on the antenna?
@sundberg84 said:
Hi @petewill!
I made this :) Great video :+1:I think i get bad reception or something because it works the first 5-6 times and then nothing...
This could also be a power or a wiring issue. But, the antenna is an easy modification so it wouldn't hurt to try this first. Another test is to move the device closer to your gateway. If it still stops after 5-6 times then it probably isn't communication issues.
In the end you describe an cat5 wire added as antenna because of bad reception.
Do you remove the plastic/shielding so its just copper?
Im afraid to short anything out with a long uncovered antenna if thats the case...No, I left the shielding on the wire. Sorry, I should have specified that.
and if i hear you right its 3,28 inches which should be 33,31200 millimeters on the antenna?
I think 3.28 inches is 83.312 millimeters (at least that's what google says it is).
-
I have these lockups all the time and have not been able to get rid of them. I tried:
- separated power supplies
- capacitors
- shielding
Most probably (in my case) is the spike introduced by the coil of the relay. This somehow puts the radio in a sleep (or half dead) state. By moving away from mechanical to triac (ssd) 'relays' I was finaly able to solve it. If you find a solution please post.