-
-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(devices): support for Niko 91004 for deconz
related to #89
- Loading branch information
Showing
4 changed files
with
84 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
name: Niko dimmer switch for Hue system (Niko) | ||
device_support: | ||
- type: Light | ||
domain: light | ||
controller: Niko91004LightController | ||
delay: 350 | ||
mapping: | ||
- "Click button 1 🠖 Turn on" | ||
- "Hold button 1 🠖 Sync" | ||
- "Click button 2 🠖 Turn off" | ||
- "Hold button 2 🠖 Sync" | ||
- "Click button 3 🠖 Full brightness" | ||
- "Hold button 3 🠖 Brighten up" | ||
- "Click button 4 🠖 Minimum brightness" | ||
- "Hold button 4 🠖 Dim down" | ||
- "Click button 1_3 🠖 Full color temp (if supported)" | ||
- "Hold button 1_3 🠖 Color temp up / Right color wheel" | ||
- "Click button 2_4 🠖 Minimum color temp (if supported)" | ||
- "Hold button 2_4 🠖 Color temp down / Left color wheel" | ||
integrations: | ||
- name: deCONZ | ||
codename: deconz | ||
actions: | ||
- "1000 🠖 button_1_press" | ||
- "1001 🠖 button_1_hold" | ||
- "1002 🠖 button_1_release" | ||
- "1003 🠖 button_1_release_after_hold" | ||
- "2000 🠖 button_2_press" | ||
- "2001 🠖 button_2_hold" | ||
- "2002 🠖 button_2_release" | ||
- "2003 🠖 button_2_release_after_hold" | ||
- "3000 🠖 button_3_press" | ||
- "3001 🠖 button_3_hold" | ||
- "3002 🠖 button_3_release" | ||
- "3003 🠖 button_3_release_after_hold" | ||
- "4000 🠖 button_4_press" | ||
- "4001 🠖 button_4_hold" | ||
- "4002 🠖 button_4_release" | ||
- "4003 🠖 button_4_release_after_hold" | ||
- "5000 🠖 button_1_3_press" | ||
- "5001 🠖 button_1_3_hold" | ||
- "5002 🠖 button_1_3_release" | ||
- "5003 🠖 button_1_3_release_after_hold" | ||
- "6000 🠖 button_2_4_press" | ||
- "6001 🠖 button_2_4_hold" | ||
- "6002 🠖 button_2_4_release" | ||
- "6003 🠖 button_2_4_release_after_hold" | ||
note: >- | ||
Check the button mapping in <a href="https://phoscon.de/en/support#pairing-friends-of-hue-switch">here</a>. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
layout: controller | ||
title: Niko dimmer switch for Hue system (Niko) | ||
device: Niko91004 | ||
--- |