Description
The WordHue Plugin allows you to do the following:
- Turn on/off all connected lights
- Turn on/off individual connected lights
- Set the dimming level of individual connected lights
- Flash notification alerts on all connected lights
- Turn on/off individual connected lights via the Lights Widgets
** Note: This Plugin is intended to be run on a WordPress install within your home network, not by exposing your Hue Bridge to the internet **
Screenshots
Installation
The quickest method for installing this Plugin is:
- Visit the Plugins > Add New screen from the WordPress Administration
- Enter ‘WordHue’ into the Search Plugins field
- Click “Install Now”
- Finally click “Activate Plugin”
- Create a new Page and paste this Shortcode into the Post Content section: [philips_hue_lighting]
- Publish the Page
- Go to the Settings > Philips hue screen
- Enter the required Philips hue Bridge details and Post ID of the Page above
- View the Page you created above
If you would prefer to do things manually then follow these instructions:
- Upload the
wordhue
folder to the/wp-content/plugins/
directory - Activate the Plugin through the ‘Plugins’ menu in WordPress
- Create a new Page and paste this Shortcode into the Post Content section: [philips_hue_lighting]
- Publish the Page
- Go to the Settings > Philips hue screen
- Enter the required Philips hue Bridge details and Post ID of the Page above
- View the Page you created above
FAQ
- How do I find my Hue Bridge IP address?
-
WordHue needs to know the IP address of the Hue Bridge on your local network. In the near future the Philips Hue API will support remote access removing this local network restriction.
Have a look at the Getting started document on the Hue Developer Program website for steps to find your Hue Bridge IP address and connect your Hue Kit.
- How do I generate my Hue Bridge username?
-
WordHue needs to know a username that has been authenticated to access your Hue Bridge.
Have a look at the Getting started document on the Hue Developer Program website for steps to generate a new Hue Bridge username or retreive existing ones.
- Can I change the state of a light by calling a PHP function within your Plugin?
-
You sure can! Call codex_nas_lighting_turn_light_on( $light_id ) or codex_nas_lighting_turn_light_off( $light_id ) within your Theme or Plugin. Make sure you replace $light_id with the Light ID of your connected light and it’s a good idea to check that our Plugin is activated and the required PHP function is available.
To turn all lights on or off use the following PHP functions:
- codex_nas_lighting_turn_lights_on()
- codex_nas_lighting_turn_lights_off()
As above, it’s a good idea to check that our Plugin is activated and the required PHP function is available.
- Can you add XYZ feature?
-
Let’s do it! Create a new Support topic by switching to the Support section of this page. Please be creative and descriptive! ??
- Can WordHue make me a morning coffee?
-
WordHue only supports Hue products, see our cafePress Plugin for this functionality. (jk) ??
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WordHue” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WordHue” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.5.1
- Added: Check for false response on wp_remote_get()
1.5
- Changed: Hide the Lights widget if no lights are detected
- Added: Added refresh lights to Lights widget
1.4
- Added: AJAX Lights Widget
1.3
- Added: Detection of different sensor types
1.2
- Fixed: Lights Widget missing token check
1.1
- Changed: Renamed to WordHue
1.0
- Initial release