What Are Some Options for Programmable Home Automation?

AI Thread Summary
For programmable home automation, users seek devices that can switch AC sockets or USB outlets on and off at randomized intervals, ideally programmable to the second or millisecond. Options include using a programmable digital device on a breadboard, employing VHDL for programming, or utilizing Arduino-based solutions for custom setups. While consumer products exist, they often lack the desired level of programmability, leading to suggestions for open-source systems and DIY approaches. Resources like Scratch and S4A can facilitate programming with Arduino for more complex automation tasks. Overall, there are numerous ways to achieve this level of control, but caution is advised when dealing with wall power.
pdxuser
Messages
2
Reaction score
0
I want to switch either a standard AC socket or a USB outlet on and off on a programmed cycle. But although there are many consumer-ready timers available to do this at set times of day, programmable to the minute, I want to be able to randomize the cycles and have it programmable to the second, or even the millisecond.

I think either a device that I can program with a computer or something I could trigger remotely with a programmable app would work. Maybe there's an open source home automation system that would let me do this?

Any ideas on what might work for me, half-baked or not, would be greatly appreciated.
 
Engineering news on Phys.org
Like you said, you can easily buy these from the store...
But if you are hell bent on designing your own, I would use some sort of programmable digital device on a breadboard.
Use something like VHDL to program it (like a if, when, else state machine).
Obviously your output will be either on or off.
The digitial circuit will trigger it, but you then need your output switch to be heavy duty enough to handle the switching load of your output.
I'm sure there are many ways...but this is just one that popped into my head from senior design in school.
 
psparky said:
Like you said, you can easily buy these from the store...

Can you find anything that can actually be programmed for random intervals (like any amount of time between 30 and 90 minutes) as well as programmable to at least the second (so something could blink on and off for one second)? This is a level of programming that I haven't found in consumer devices.
 
You could use one of these:
http://www.powerswitchtail.com/Pages/default.aspx
with one of these:
http://www.arduino.cc/

You would get the device you want and learn something in the process.

You can also hook this:
https://scratch.mit.edu/

up to the Arduino with this:
http://s4a.cat/

If you say "I want a programmable <insert concept or action here>" There is probably a widget out there to get the job done.

BoB
 
Last edited by a moderator:
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top