Skip to content

Greeb is a home automation suite powered by the Raspberry Pi

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
COPYING
Notifications You must be signed in to change notification settings

ChrisGatehouse/Greeb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Greeb

Copyright © 2023 Chris Gatehouse

Greeb is a home automation suite powered by the Raspberry Pi. It is intended to easlily run any device that can either be physically connected the pi or connected through a network i.e. the internet or home. Interaction is done through the devices API if one is available otherwise another method will be devised.

This project is written in Python3, and is a continuous work in progress. Python3 was chosen as it has many libraries availble or the Raspberry and also documentation to allow for easy implementation of new features. It was also chosen as a learning expierence to force my learning of the Python language.

Motivation

I have seen many differnt home automation systems. The problem is commericial systems are always lacking in some feature that you want either because it doesn't fit in their ecosystem or it is outside of their scope. Some systems may have one feature but another product of the same type is missing the feature but has another useful feature. Other open source projects seem to die off quickly or are only addressing specific problem areas.

Build Instructions / Installation

This is intended to be used with minimal setup of the software, below is what you'll need to get started.

  1. Raspbery Pi 2 or 3 (tested with Raspberry Pi 3)
  2. Latest update of Raspian OS
  3. Python3.4
  4. An 8-channel 5V DC relay (tested with http://a.co/0LYsu2P)
  5. A DS18B20 temperature sensor. Setup is needed to enable on the Pi there are instructions here: http://www.circuitbasics.com/raspberry-pi-ds18b20-temperature-sensor-tutorial/
  6. A power supply to power any device you need to off of the relay board, otherwise you will connect it to your HVAC relay leads

Running Greeb

Greeb should be able to run from any location to which you copy it. Make sure the files are executable. Start Greeb by running greeb.py

Planned features

This is a list of features that currently don't exist or enhancements to existing features

-Move the data that is currently stored in queues to a database (enhancement)

-Learning algoritm to predict heating and cooling times during the day (new)

-Automation based on external conditions i.e. HVAC based on weather, lighting based on time (new)

-Wemo device control either custom implementation or use https://github.com/iancmcc/ouimeaux (new)

-Load configurations with config files (we don't want to edit code/globals all the time)

-API (RESTful) for remote access

Known issues

-Setting a Heat value higher then current temperature and an AC value higher than current temperature sets the system to IDLE the display is misleading

-TEST_MODE is no longer working correctly

-The current temperature is updated too frequently

-The current implementation of the temperature sensor only handles one sensor and setup is manual

About

Greeb is a home automation suite powered by the Raspberry Pi

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages