I’m in process to migrate to HAOS from Fibaro HC2.
I have Satel Integra64 with ETHM-1 Plus which works fine with HC2 and Satel’s native apps.
But I can’t get it connected to HA. My config is as follows:
host: 172.16.0.7
port: 8099
code: !secret satel_code
partitions:
01:
name: "Partycja 1"
arm_home_mode: 1
zones:
17:
name: "CM drzwi wej"
type: "door"
21:
name: "CM okno pralnia"
type: "window"
22:
name: "CM okna salon"
type: "window"
23:
name: "CM taras salon"
type: "window"
24:
name: "CM okno kuchnia"
type: "window"
switchable_outputs:
03:
name: "Zasilanie zamknięcia głównego zaworu"
I keep getting following errors (even without any partitions/outputs configured)
2024-05-13 15:18:19.568 WARNING (MainThread) [satel_integra.satel_integra] Got exception: 16 bytes read on a total of undefined expected bytes. Most likely the other side has disconnected!
2024-05-13 15:18:19.570 WARNING (MainThread) [satel_integra.satel_integra] Start monitoring - no data!
2024-05-13 15:18:19.570 WARNING (MainThread) [satel_integra.satel_integra] Start monitoring failed, sleeping for 10s...
Integration in DLOADX is of course enabled, without coding and on custom port. Like I said, it works in Fibaro…
HA is able to reach ETHM:
So, what could be a reason for this error?