Skip to content

Commit

Permalink
v1.6a
Browse files Browse the repository at this point in the history
  • Loading branch information
FredBardin committed Oct 29, 2016
1 parent d7a6b2b commit 103ce2a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# phpMyHue
# ![phpMyHue](img/phpmyhue.png)

Php web interface to manage Philips Hue lights in a local network.

## Main Functionnalities
* **Full group management**
* **Scenes update or creation**
* Manage and run **scripted effects** (debug mode available) ([see wiki](https://github.com/FredBardin/phpMyHue/wiki/Effects-scripts))
* **Full rules management** for sensors (simplified mode available for **Hue Tap** switch with on/off functionalities)
* Set color and/or brightness for a light or several at once
* Copy color settings between lights (copy to, copy from, switch with)
* Switch lights on/off
* Run simple effects
* **Full rules management** for sensors (simplified mode available for **Hue Tap** switch with on/off functionalities)
* **Multi Lang** (new translation files can be added)
* **Multi Lang** (new translation files can be added after installation or be submitted for an integration)
* Fully touch device compatible
* **Hue API class available** in 'include/hueapi.php' (see comments in file)
* **Hue cmd web service available** with 'hueapi_cmd.php' (see comments in file and [wiki](https://github.com/FredBardin/phpMyHue/wiki/Web-services))
Expand All @@ -36,10 +37,10 @@ Rules screen (advanced mode)

## Installation
1. Copy 'phpMyHue' directory and its content in your web server.
2. Open a browser on your installation url, it must be something like "http://my_web_server/phpMyHue"
2. Open a browser on your installation url, it should be something like "http://my_web_server/phpMyHue"
* **Automatic configuration** begins : follow configuration informations in your browser

If you're asked to proceed manually because automatic setup failed to complete (ie. : local file writing not allowed from your web server), do as follow :
If you're asked to proceed manually because automatic setup failed to complete (ie. : local file writing not allowed from your web server), follow the displayed manual instructions or the ones below :

1. Rename 'include/config.tpl.php' as 'include/config.php'
2. Edit 'include/config.php' and put correct values for '$bridgeip', '$username' and, if needed, for '$lang'.
Expand Down

0 comments on commit 103ce2a

Please sign in to comment.