Logic Machine Forum
Password protected save function for KNX scen - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Password protected save function for KNX scen (/showthread.php?tid=4032)



Password protected save function for KNX scen - Fredrik - 04.05.2022

Hi, 

I wonder if there is some way to make an overall or independent password protection for saving over the KNX scenes in individual rooms where there are several scenes in the same room.
For example in room 1 there is scene 1 and 2, in room 2 there is scene 3 and 4 and so on. i have a widget in all rooms with a slider in it and would prefer if there could be a good way to add 1-6 scene saving buttons.

BR Fredrik


RE: Password protected save function for KNX scen - Daniel - 04.05.2022

I'm not sure if I fallow you but you can create a object which you can add to your widget. Create event script on this widget and run such script
Code:
scene.savelive(name)
You can add pin protection to the object.


RE: Password protected save function for KNX scen - Erwin van der Zwart - 05.05.2022

This script will only work when having all scenes created in the controller and NOT in the KNX devices..

In KNX scenes we send values 0,1,2,3 etc for scene call and +128 for save, a pincode is only possible on the button and not on “value level” so you cannot use the scene button widget for this (as it is now) and you need to create separate buttons for call and storage where the storage button can be pin protected..