I previously wrote about a product called Rain8net. I’m happy to announce the initial release of my Rain8net ruby library. The library is now available from rubyforge.org.
Or, just install it like this:
gem install rain8net
Now you won’t have to worry about sending the specific codes I detailed in my last post. Controlling your sprinklers is as easy as:
r8 = Rain8net.new
r8.turn_on_zone(1)
r8.turn_off_zone(1)
See the online documentation at the project homepage for more information.
Filed under: Linux, Open Source, Rails, Ruby | Tagged: rain8, rain8net, Ruby