-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(update): Documentation up to date
- Loading branch information
Showing
30 changed files
with
327 additions
and
123 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
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,33 @@ | ||
name: E1744 (IKEA) | ||
device_support: | ||
- Light (E1744LightController; 1200ms delay) | ||
- Media Player (E1744MediaPlayerController; 1000ms delay) | ||
integrations: | ||
- name: Zigbee2mqtt | ||
codename: z2m | ||
actions: | ||
- "rotate_left 🠖 Left turn" | ||
- "rotate_right 🠖 Right turn" | ||
- "rotate_stop 🠖 Stop rotation" | ||
- "play_pause 🠖 1 click" | ||
- "skip_forward 🠖 3 click" | ||
- "skip_backward 🠖 3 click" | ||
- name: deCONZ | ||
codename: deconz | ||
actions: | ||
- "2001 🠖 Left turn" | ||
- "3001 🠖 Right turn" | ||
- "2003 🠖 Stop left rotation" | ||
- "3003 🠖 Stop right rotation" | ||
- "1002 🠖 1 click" | ||
- "1004 🠖 3 click" | ||
- "1005 🠖 3 click" | ||
- name: ZHA | ||
codename: zha | ||
actions: | ||
- "move_1_195 🠖 Left turn" | ||
- "move_0_195 🠖 Right turn" | ||
- "stop 🠖 Stop rotation" | ||
- "toggle 🠖 1 click" | ||
- "step_0_1_0 🠖 3 click" | ||
- "step_1_1_0 🠖 3 click" |
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,21 @@ | ||
name: Double key wireless (Aqara) | ||
device_support: | ||
- Light (E1810Controller; 350ms delay) | ||
integrations: | ||
- name: Zigbee2mqtt | ||
codename: z2m | ||
actions: | ||
- "both 🠖 Click on both" | ||
- "both_double 🠖 Double click on both" | ||
- "both_long 🠖 Long click on both" | ||
- "left 🠖 Click on left" | ||
- "left_double 🠖 Double click on left" | ||
- "left_long 🠖 Long click on left" | ||
- "right 🠖 Click on right" | ||
- "right_double 🠖 Double click on right" | ||
- "right_long 🠖 Long click on right" | ||
note: >- | ||
Note that all actions related to both, left and right, do the same. | ||
This is because ControllerX is design to control just one entity (light or media player). | ||
So you can include the `actions` parameter to include the actions needed. | ||
You can check <a href="https://github.com/xaviml/controllerx/issues/18#issuecomment-582535634">here</a> for reference. |
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,34 @@ | ||
name: Hue Dimmer switch (Philips) | ||
device_support: | ||
- Light (E1744LightController; 350ms delay) | ||
integrations: | ||
- name: Zigbee2mqtt | ||
codename: z2m | ||
actions: | ||
- "on-press 🠖 Click \"I\"" | ||
- "on-hold 🠖 Hold \"I\"" | ||
- "on-hold-release 🠖 Release \"I\"" | ||
- "up-press 🠖 Click 🔆" | ||
- "up-hold 🠖 Hold 🔆" | ||
- "up-hold-release 🠖 Release 🔆" | ||
- "down-press 🠖 Click 🔅" | ||
- "down-hold 🠖 Hold 🔅" | ||
- "down-hold-release 🠖 Release 🔅" | ||
- "off-press 🠖 Click \"O\"" | ||
- "off-hold 🠖 Hold \"O\"" | ||
- "off-hold-release 🠖 Release \"O\"" | ||
- name: deCONZ | ||
codename: deconz | ||
actions: | ||
- "1000 🠖 Click \"I\"" | ||
- "1001 🠖 Hold \"I\"" | ||
- "1003 🠖 Release \"I\"" | ||
- "2000 🠖 Click 🔆" | ||
- "2001 🠖 Hold 🔆" | ||
- "2003 🠖 Release 🔆" | ||
- "3000 🠖 Click 🔅" | ||
- "3001 🠖 Hold 🔅" | ||
- "3003 🠖 Release 🔅" | ||
- "4000 🠖 Click \"O\"" | ||
- "4001 🠖 Hold \"O\"" | ||
- "4003 🠖 Release \"O\"" |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
layout: controller | ||
title: E1524/E1810 | ||
title: E1524/E1810 (IKEA) | ||
device: E1524_E1810 | ||
--- |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
layout: controller | ||
title: E1743 | ||
title: E1743 (IKEA) | ||
device: E1743 | ||
--- |
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: E1744 (IKEA) | ||
device: E1744 | ||
--- |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
layout: controller | ||
title: ICTCG1 | ||
title: ICTCG1 (IKEA) | ||
device: ICTCG1 | ||
--- |
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: Double key wireless (Aqara) | ||
device: double-key-wireless | ||
--- |
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: Hue Dimmer switch (Philips) | ||
device: hue-dimmer-switch | ||
--- |
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,16 @@ | ||
--- | ||
title: How to extract the controller parameter | ||
layout: page | ||
--- | ||
|
||
### Zigbee2mqtt | ||
|
||
The name you need to add to the `controller` parameter can be found in `Configuration > Integrations > MQTT` and then select the controller. Then you will see the action sensor that by default finishes in `_action` or `_click`. The parameter you need is the entity id of the sensor. | ||
|
||
### deCONZ | ||
|
||
In case of deCONZ, you can go to `Developer Tools > Events` then down the bottom you can subscribe for `deconz_event` and start listening. Then press any button and you will see event of the button, you will need to copy the `id` inside the `data` object. | ||
|
||
### ZHA | ||
|
||
In case of ZHA, you can go to `Developer Tools > Events` then down the bottom you can subscribe for `zha_event` and start listening. Then press any button and you will see event of the button, you will need to copy the `device_ieee` inside the `data` object. It is a number like the following 00:67:88:56:06:78:9b:3f. |
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,9 @@ | ||
--- | ||
title: What's AppDaemon and why I need it | ||
layout: page | ||
--- | ||
|
||
AppDaemon let's you run Home Assistant automation with Python code, instead of yaml configuration. | ||
When it comes simple automations, yaml or the Automation editor are great, but if the automation gets more complicated, then it gets more difficult to control through yaml, this is where AppDaemon comes into place. | ||
|
||
This is the reason this project is built on top of AppDaemon. Now you might be convinced, but you have no idea of how to install it and set it up. If you are using Home Assistant (FKA hassio), you can install the addon called `AppDaemon 4`. You can follow then the instructions and once is up and running, you can check the [installation](../start/installation) page. |
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,12 @@ | ||
--- | ||
layout: page | ||
title: Update | ||
--- | ||
|
||
Note that AppDaemon will need to be restarted when installing a new version of ControllerX. This is due to AppDaemon not reimporting the modules again. If AppDaemon server is not restarted, then it will keep executing the old version. | ||
|
||
## Update from 2.1.X to 2.2.0 | ||
|
||
If you are updating from 2.1.X to 2.2.0, you will need to change your configuration. | ||
- If you had `sensor` parameter, then you will need to change it to `controller` and add a new parameter `integration: z2m` | ||
- If you had `event_id` parameter, then you will need to change it to `controller` and add a new parameter `integration: deconz` |
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
Oops, something went wrong.