Hi all,
I’m new and switching from Domoticz on a RPI to HA OS on a Odroid n2+.
I’m trying to get my Satel Integra with ETHM-1 plus working on HA just like how I have configured it in Domoticz.
Unfortunately with help of the documentation and related topics I couldn’t get the integration working. I can see the cards in my dashboard but they are not responding:
“Onbekend” means “Unknown”
Couple of checks:
- The IP is correct
- The port is correct
- The user code is correct
- The encryption integration protocol is turned off
- The YAML configuration looks like the tree in Dloadx:
# SATEL INTEGRA
satel_integra:
host: XXX.XXX.X.XXX
port: XXXX
code: XXXXXX
partitions:
01:
name: "Begane Grond"
arm_home_mode: 1
02:
name: "1e verdieping"
zones:
10:
name: "Entree Pir"
type: "motion"
11:
name: "Woonkamer Pir"
type: "motion"
12:
name: "Schuifdeur Mc"
type: "opening"
13:
name: "Keukenraam Mc"
type: "opening"
17:
name: "Overloop Pir"
type: "motion"
18:
name: "Slaapkamer Voor"
type: "motion"
19:
name: "Slaapkamer achte"
type: "motion"
20:
name: "Werkkamer Pir"
type: "motion"
outputs:
07:
name: "Sirene sabotage"
type: "safety"
I have to admit that I did not install the Alarm System myself, only the configuration in the router and Domoticz back then… the ETHM-1 Plus firmware is 2.04
What am I missing?