Hi all, Im new with HA trying to connect my home alarm panel that supports SIA DC9 protocol to my raspi based Home Assistant v7.1.
My alarm panel is well configured sending keep alive every minute. I did check this using a SIA client demo app listen on same IP:port.
I did add the integration component to my Home Assistant device with the correct information however it shows
"Retrying setup: SIA Server at port 2123 could not start."
I ve checked logs on debug mode but the only message shown is
’
"........ DEBUG (MainThread) [pysiaalarm.aio.client] Starting SIA."
Ive configured 2123 as port but i ve check that there is no process listening on 2123 on the raspi.
So Im not clear if i need to install an additional server or not.
Any suggestion on what to try?
Thanks