Personally, I am planning on building a simple pool controller, and initial testing has been fun so far.
Arduino & Home Automation
#1
Posted 06 March 2012 - 09:30 PM
Personally, I am planning on building a simple pool controller, and initial testing has been fun so far.
#2
Posted 06 March 2012 - 10:11 PM
#3
Posted 07 March 2012 - 07:49 AM
#4
Posted 07 March 2012 - 09:33 AM
I've also used arduino to control my xmas lights display (with 10 RGB strings). The eithernet speed was a little slow. Hoperuflly, Arduino Due, if and when it gets released, will be fast enough.
#5
Posted 07 March 2012 - 06:11 PM
Got to admit that the Arduino language does not appeal to me (being a bit close to C++), much prefer the PICAXE as the language there is basic derived. Keep meaning to make an effort though and get stuck in.
#6
Posted 07 March 2012 - 11:37 PM
Edited by firstone, 07 March 2012 - 11:37 PM.
#7
Posted 08 March 2012 - 09:12 AM
Who has some good examples?
#8
Posted 08 March 2012 - 09:37 AM
In my case, I want to monitor the temperatures of my pool, and automatically enable/disable the solar based water heater based on various variables, including temperatures. There are expensive pool controllers on the market which can do this, but I wanted more flexibility, and integrate it with my home automation system. It's basically an automation controller which can do whatever you want it to do, without having to invest a fortune into a dedicated PLC device.
These are also very popular in the robotics and RC world.
#9
Posted 08 March 2012 - 10:17 AM
I just haven't really understood what people do with these boards. I've looked into them, briefly, before but don't know where/why I'd even want one???
Who has some good examples?
You would use it anywhere where precise timing digital (or analog) signal is required to be read or written. In my example, I have a string of RGB xmas lights and the signal for 1 is 20 usec high and 10 usec low and 0 - 10 usec high, 20 usec low. This is stuff you can do with arduino. Plus, the frequency of update is way too high for any of the home automation protocol, which operate on seconds scale rather than microseconds scale. There are, of course, ready controllers out there but not for $30 and they're dedicated rather than versatile arduino.
#10
Posted 08 March 2012 - 11:17 AM
Does that mean the arduino would be able to have an input to read the salt levels and automatically turn it on (along with the pump) when needed?I'm planning to use arduino, to convert my intex pool salinator from built-in timer to PC controlled.
#11
Posted 08 March 2012 - 11:25 AM
Does that mean the arduino would be able to have an input to read the salt levels and automatically turn it on (along with the pump) when needed?
No, that wouldn't work. Salt level stays more of less constant. What you would want to read is chlorine level. That would be nice but the salinator can't read chlorine level. I'd have to get a separate sensor.
What I want to do is much simpler than that. All I want to do is to connect it to remotely controlled outlet and turn it on and off from the computer. As it is, I cannot do it because it's controlled by microprocessor and if you unplug it, it looses the schedule and doesn't run. So I want to bypass the build-in microprocessor and just control fan, relays and LEDs directly.
Chlorine sensor could be added later.
#12
Posted 08 March 2012 - 12:13 PM
So, if I remember correctly...when the generator has it's power restored it defaults it's schedule, right? And you are able to program the arduino to bypass it - nice!
#13
Posted 22 March 2012 - 11:11 AM
I want to get into water usage monitoring - again with reed switch counters into the Arduino.
You can also use simple reed switches for garage doors, entry doors, etc.
All of this data would then be fed into HomeSeer so it can be counted, displayed, etc.
#14
Posted 22 March 2012 - 12:44 PM
At the moment I'm starting work with node.js, some Arduinos and a lot more. Very cool stuff but I have a ways to go before I can make anything useful. I also don't know what it can and can not do yet.
Okay this should have been posted with the Arduino stuff (sorry too many monitors). But the Node.js stuff does make it easy to toss together a web server and some AJAX to pull together disparate technologies. Right now I'm working with dynamic updates and HTML & SVG. I'm also pulling in data from web service (SOAP) and I hope to be able to display it all on the web page.
#15
Posted 23 March 2012 - 03:45 PM
I am planning on trying a bit with this myself. I have an Uno and a Mega on order, and a bunch of plain ATmega328P chips on order so I can make my own cheap Arduino clones if I get a design I like. Right now I'm looking at using the $6.50 ENC28J60 Ethernet boards to interface my Arduinos. I prefer wired it I can manage it.
Most of my parts have come in with the exception of the Arduinos themselves, but I am looking at using 8 ttl level relay boards to control some things, and optoisolators for a few devices that are lower power. Some people are interfacing X10 RF and PLC with the Arduinos as well.
I think there is a lot of promise in using inexpensive microcontrollers for automation!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













