Skip to content

Commit c9ff2ed

Browse files
jeroenterheerdtfabaff
authored andcommitted
Updating Egardia docs to include ignore capability (home-assistant#3507)
* Updating egardia docs according to HASS PR 9676 Adding ignore capability docs. PR: home-assistant/core#9676 * Update alarm_control_panel.egardia.markdown
1 parent 1cea1b7 commit c9ff2ed

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/_components/alarm_control_panel.egardia.markdown

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,14 @@ alarm_control_panel:
5555
report_server_enabled: True
5656
report_server_port: PORT_OF_EGARDIASERVER (85 as per the instructions above)
5757
report_server_codes:
58-
arm: XXXXXXXXXXXXXXXX
59-
disarm: XXXXXXXXXXXXXXXX
58+
arm: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
59+
disarm: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
6060
armhome: XXXXXXXXXXXXXXXX
6161
triggered: XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX, XXXXXXXXXXXXXXXX
62-
standby: XXXXXXXXXXXXXXXX
62+
ignore: XXXXXXXXXXXXXXXX
6363
```
64-
Note that you can have more than one code for triggered since every sensor generates its own code. arm, disarm, armhome and standby will all be one code.
64+
Note that for triggered, arm and disarm multiple codes can be entered since each sensor triggers with a different code and each user of the system has its own arm and disarm codes. Also note that your system will do regular system checks which will be reported as well. Since Home Assistant provides no way of handling them properly, you can enter those codes as ignore (again, multiple codes can be used here). The egardia component will ignore these codes and continue returning the old status if it receives any of the codes that are listed as ignore. This is useful for example when you have armed your alarm at night: normally a system check will occur at least once during the night and if that code is not specified anywhere Home Assistant will set the status of the alarm to its default, which is unarmed. This is in fact wrong. Listing the code as ignore changes this behavior and Home Assistant will continue to show the status the alarm is in (disarm, arm, armhome, triggered) even when system checks occur.
65+
6566
5. Start the `egardiaserver.py` script on boot of your Home Assistant machine, for example by using systemd. To use this method, create a shell script named `egardiaserver.sh` that contains the following:
6667
```bash
6768
source /srv/homeassistant/homeassistant_venv/bin/activate

0 commit comments

Comments
 (0)