Skip to content

Avellea/AkaHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AkaHome

Home automation and health tracking.

Github issues Github forks Github stars Github top language

Tags

ruby sinatra health home automation raspberry pi

Demo

Demo

Advantages

  • 100% FOSS
  • Easily implemented with any Raspberry Pi

Installation

$ git clone https://github.com/Avellea/AkaHome.git && cd AkaHome
$ gem install bundler
$ bundler install

Deployment

$ sudo ruby ./start.rb <ip> <port>

NOTE: sudo is required for Raspberry Pi functions. DO NOT OPEN THIS TO THE WORLD!

Minimal Example

$ curl -X POST -d 'light=on' http://localhost:9999/api/v1/light/set

That line will turn on your lights, assuming you have a servo attached to that switch.

Contributors

About

Home automation and health tracking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages