Lupusec integration

Maybe one of you know.
I don’t get a feedback using Lupusec if an alarm is triggered.
Is this not supported yet to let HA know about an intrusion?

The code mentions something about

state = STATE_ALARM_TRIGGERED

So I assume there is such an function!?

I checked the system in homeassistant automations. The Lupusec Alarm System has a state which is called "triggered"
However, if the alarm is on armed_away and I trigger the alarm by opening the door it is not reflected in the LupusSec Entity’s state.

So how to get the Alarm signal to HA?

As of recently, I am getting this error with the Lupusec Alarm XT1:


2022-11-15 09:17:22.713 ERROR (MainThread) [homeassistant.setup] Error during setup of component lupusec

File "/usr/src/homeassistant/homeassistant/components/lupusec/__init__.py", line 58, in setup

hass.data[DOMAIN] = LupusecSystem(username, password, ip_address, name)

File "/usr/src/homeassistant/homeassistant/components/lupusec/__init__.py", line 81, in __init__

self.lupusec = lupupy.Lupusec(username, password, ip_address)

Does anybody know how to fix this?

EDIT: I have reported an issue here

Just a quick update.
I have managed to let Lupus trigger the alarm to HA.
To do so, I have created an automation (webhook), which created a new webhook automatically.
I the Smarthome section of Lupus I have created an action URL call in case the alarm has been triggered.