Title: WordHue
Author: Michael Visser
Published: <strong>25 می 2016</strong>
Last modified: 9 دسامبر 2018

---

جستجوی افزونه‌ها

![](https://ps.w.org/wordhue/assets/banner-772x250.png?rev=1423839)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/wordhue/assets/icon-256x256.png?rev=1423839)

# WordHue

 توسط [Michael Visser](https://profiles.wordpress.org/visser/)

[دانلود](https://downloads.wordpress.org/plugin/wordhue.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/wordhue/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wordhue/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wordhue/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/wordhue/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wordhue/)

## توضیحات

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 **

## عکس‌های صفحه

[⌊Switch on and adjust the brightness of Philips hue Lights connected to your Philips
hue Bridge.⌉⌊Switch on and adjust the brightness of Philips hue Lights connected
to your Philips hue Bridge.⌉[

Switch on and adjust the brightness of Philips hue Lights connected to your Philips
hue Bridge.

[⌊Monitor sensors connected to the Philips hue Bridge.⌉⌊Monitor sensors connected
to the Philips hue Bridge.⌉[

Monitor sensors connected to the Philips hue Bridge.

[⌊Use the Lights Widget to quickly switch on/off Lights.⌉⌊Use the Lights Widget 
to quickly switch on/off Lights.⌉[

Use the Lights Widget to quickly switch on/off Lights.

## نصب

The quickest method for installing this Plugin is:

 1.  Visit the Plugins > Add New screen from the WordPress Administration
 2.  Enter ‘WordHue’ into the Search Plugins field
 3.  Click “Install Now”
 4.  Finally click “Activate Plugin”
 5.  Create a new Page and paste this Shortcode into the Post Content section: [philips_hue_lighting]
 6.  Publish the Page
 7.  Go to the Settings > Philips hue screen
 8.  Enter the required Philips hue Bridge details and Post ID of the Page above
 9.  View the Page you created above

If you would prefer to do things manually then follow these instructions:

 1. Upload the `wordhue` folder to the `/wp-content/plugins/` directory
 2. Activate the Plugin through the ‘Plugins’ menu in WordPress
 3. Create a new Page and paste this Shortcode into the Post Content section: [philips_hue_lighting]
 4. Publish the Page
 5. Go to the Settings > Philips hue screen
 6. Enter the required Philips hue Bridge details and Post ID of the Page above
 7. View the Page you created above

## سوالات متداول

  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](http://www.developers.meethue.com/documentation/getting-started)
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](http://www.developers.meethue.com/documentation/getting-started)
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) 😛

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“WordHue” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Michael Visser ](https://profiles.wordpress.org/visser/)
 *   [ Visser Labs ](https://profiles.wordpress.org/visserlabs/)

[ترجمه “WordHue” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wordhue)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/wordhue/)، [مخزن SVN](https://plugins.svn.wordpress.org/wordhue/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/wordhue/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wordhue/) مشترک شوید.

## گزارش تغییرات

#### 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

## اطلاعات

 *  نگارش **1.5.1**
 *  آخرین به‌روزرسانی **8 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 3.0 یا بالاتر **
 *  آزمایش‌شده تا **5.0.25**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wordhue/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wordhue/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[Your review](https://wordpress.org/support/plugin/wordhue/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/wordhue/reviews/)

## مشارکت کنندگان

 *   [ Michael Visser ](https://profiles.wordpress.org/visser/)
 *   [ Visser Labs ](https://profiles.wordpress.org/visserlabs/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wordhue/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://www.visser.com.au/donate/)