Almost got it to work, followed all the tutorials.
Plugin seems to work:
pi@RPI1_02:~/domoticz/plugins/IKEA-Tradfri $ python3 tradfri.tac :0: UserWarning: You do not have a working installation of the service_identity module: 'No module named 'cryptography.x509''. Please install it from ...
The status of "Security Panel" when disarmed is "Normal"
To change the state of Security Panel, set it to "Disarm"
I used otherdevices['Security Panel'] = 'Normal' and otherdevices['Security Panel'] = 'Disarm' But they didn't work. Set the status with commandArray ...
Thank you for your reply.
Disarm isn't working either. The value of otherdevices["Domoticz Security Panel"] is "Normal" if i use the Panel with a code.
That's why I was using "Normal".
I made a dummy switch(name: SetSecurity) to toggle the alarm status. It triggers the LUA script, but it doesn't really work. It seems tot change the "otherdevices['Domoticz Security Panel'" to normal state, but will not set the status. It seems not to remember.... What am i doing wrong ...