Sonntag, 14. Februar 2016

How to connect to your server from the internet?

In order to be able to use your EnlightMe and control your devices at home when you are on the road, you need to enable port forwarding in your router.

Just add a route for the port 1981 both for TCP and UDP directly to your EnlightMe server.

 

The EnlightMe should be then able to find your server and connect to it even if your phone is not inside your WiFi.

 

Sonntag, 14. Februar 2016 12:18:06 (GMT Standard Time, UTC+00:00)  #    Kommentare [0] - 

# Montag, 8. Februar 2016

EnlightMe App Configuration Tutorial

Once you have successfully installed and set-up your RaspberryPi and the EnlightMe server, it is time now for configuring the app.

 

In order to give you a little help I uploaded a short video tutorial:

 

https://www.youtube.com/watch?v=wtWZfmk0eAE

 

 

Montag, 8. Februar 2016 14:48:44 (GMT Standard Time, UTC+00:00)  #    Kommentare [0] - 

# Dienstag, 12. Januar 2016

Easy EnlightMe Setup with NOOBS

I have written a small package to make the configuration and setup of your RaspberryPi as simple as possible.

All you need to do now is:

- get NOOBS and install Raspbian as the default OS

- perform the steps shown in this video right after the OS has been installed:

 

https://www.youtube.com/watch?v=kaWux5I6_aM

 

 

- after your RaspberryPi restarts enter these commands:

 

wget http://enlightme.info/emsetup.tar

tar -xf emsetup.tar

sudo bash install.sh

 

This script will install the latest stable Pilight version, the PicoTTS voice engine and the latest version of the EnlightMe server.

 

After that it will restart your RaspberryPi and everything should be up and running.

 

Just launch your Android or iOS app and start configuring EnlightMe!

 

Dienstag, 12. Januar 2016 19:01:28 (GMT Standard Time, UTC+00:00)  #    Kommentare [1] - 

# Montag, 11. Januar 2016

Setting up a RaspberryPi for EnlightMe

Here are some simple steps how to install EnlightMe and all necessary software packages.

First of all you will need:

- RaspberryPi

- SD card (at least 8 GB)

- Keyboard & mouse

- Monitor

- MicroUSB power adabter

 

Download the latest version of NOOBS fromhere.

 

Unpack the package to your SD card, put the SD card into your RaspberryPi and boot it.

 

When the operating system is finally installed, open up a terminal window and type in the following lines one after another.

If you are being asked something, just choose the default setting by pressing "Enter".

sudo su
echo "deb http://apt.pilight.org/ stable main" > /etc/apt/sources.list.d/pilight.list
wget -O - http://apt.pilight.org/pilight.key | apt-key add -
apt-get update
apt-get install pilight
wget http://enlightme.info/libttspico-data.deb
dpkg -i libttspico-data.deb
wget http://enlightme.info/libttspico0.deb
dpkg -i libttspico0.deb
wget http://enlightme.info/libttspico-utils.deb
dpkg -i libttspico-utils.deb

 

If everything has been downloaded and installed without any errors, then you should restart your RaspberryPi and go on with downloading the EnlightMe server binary and starting it.

 

mkdir ~/enlightme
cd ~/enlightme/
wget http://enlightme.info/enlightserver.tar
tarxf enlightserver.tar
./enlightserver

When EnlightMe server is up and running, go ahead and install EnlightMe on your Android or Apple device!

That's it!

 

Montag, 11. Januar 2016 21:06:55 (GMT Standard Time, UTC+00:00)  #    Kommentare [0] - 
enlightme 

# Dienstag, 18. August 2015

What is EnlightMe?

Introduction

EnlightMe is an easy-to-use home automation solution.

 

I have been searching the web for an off-the-shelf solution for some time. All I found so far was either very complex and needing development skills to configure it (like FHEM) or quite expensive and often limited to devices and protocols that are also a bit too expensive. 

 

But, I have found some open source projects for the RaspberryPi (like Pilight) which covered exactly those protocols and devices which are affordable and very easy to buy. Most of these supported devices I was already using at home for years. Then it was just a matter of time to build a solution which combined different projects and solutions into one without the need for programming skills.

 

This is how the idea for EnlightMe was born.

 

You can use the EnlightMe app for iOS or Android devices to control your

All those devices can be switched on/off manually or depending on

Requirements

At this point of time EnlightMe is still in an early testing / experimental phase. I have got it running for a few months now at home and sorted out most of the bugs. But, that is the only installation for now. So, please be aware that you will be kind of a beta tester if you decide to use EnlightMe at your home and not everything might work smoothly at the beginning. ;)

 

The minimum hardware requirements to setup EnlightMe at your home are:

From here on getting additional hardware depends on what you would like to control at home.

 

Here are some example devices that I have at home and which work great together with EnlightMe:

The software for the RaspberryPi is already installed and pre-configured on an image for a 8GB SD-Card. You can download it here.

 

Dienstag, 18. August 2015 12:55:02 (GMT Daylight Time, UTC+01:00)  #    Kommentare [1] - 

# Montag, 17. August 2015

EnlightMe going live!

http://enlightme.info/images/absent_96.pnghttp://enlightme.info/images/bulb_on_96.pnghttp://enlightme.info/images/elro_96.pnghttp://enlightme.info/images/roomba_96.pnghttp://enlightme.info/images/Webcam_96.pnghttp://enlightme.info/images/group_96.png

 

The first experimental version of EnlightMe is finally available for download.

 

You can get the apps here:

 

iOS: Apple App Store

Android: Google Play Store

 

And the EnlightMe server image for RaspberryPi 2 is available hereMicrosoft OneDrive

 

 

Montag, 17. August 2015 21:23:36 (GMT Daylight Time, UTC+01:00)  #    Kommentare [0] - 
enlightme