I'm running into the next problem. I am working on an alarm system in domoticz.
To enable and disable this, I want to use the Zipato mini RFiD keypad reader with tag.
As a basis for the configuration, I used the following article on the internet:
https://nl.hardware.info/reviews/7925/w ... t-domoticz ( Dutch site)
I have registered the Zipato RFiD on the domoticz's Zwave controller.

I also configured the divices of the Zipato RFiD.

Then I put a lua script into domotics that must ensure that when AlarmRFIDpanel switch goes off or on, it converts it into Disarmed or Armed Away.

Here, however, it goes wrong. When I switch Away (Armed Away) on the Zipato RFiD I see in the logging:
Status: LUA: ### SecPanel: status changed to Disarmed.
When I switch Home (Disarmed) on the Zipato RFiD, I see the same thing again in the logging:
Status: LUA: ### SecPanel: status changed to Disarmed
When I switch Away it must change to Armed Away. This does not happen, however.

I have reed other posts, but seems not exactly the problem I have.
Can someone help me to solve the problem?