You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HAP-Python (https://github.com/ikalchev/HAP-python) accessories implementation for Satel Integra device controls based on framing and initial bytes array implementation by https://github.com/mkorz/IntegraPy.
2
2
3
3
4
-
Not intended for commercial use.
4
+
Not intended for commercial use.
5
+
6
+
##Usage
7
+
8
+
Please make sure your integra ETHM-1 module has enabled Integration setting (port 7094) - that can be achieved through DLOADX.
9
+
10
+
**Start with listing items** you can spin up as HomeKit accessories:
11
+
12
+
`python main.py list_integra`
13
+
14
+
**Amend**`config.py` providing Integra details and mapping items to available accessory types. List of accessories implemented can be found in `accessories.py`
15
+
16
+
To **run the server** and create a HomeKit bridge with all your accessories from config:
0 commit comments