I have updated the Dashticz security panel block's design in the latest beta. The block settings remain unchanged, but the 'look and feel' has been updated
Additionally, if you have set your Domoticz security panel to "Armed Away", you can now configure Dashticz to secure automatically by applying the following setting in CONFIG.js.
Code: Select all
config['security_panel_lock'] = 1;
If the panel has been set to "Armed Away", it will display a fullscreen panel. The user will need to enter the code and either set "Disarm" or "Armed Home" to enable the blue enter button". Pressing this will then show your Dashticz main screen.
Buttons:
The countdown delay is set in Domoticz, Setup > Settings > Security Panel > Delay. If set to zero, there will be no countdown.
The above fullscreen lock feature does
not require you to also have a Security Panel
block added in CONFIG.js. But if you want one, you can add one.
Code: Select all
blocks['secpanel'] = {
title: '',
width: 6
}
Or you can have a block defined and disable the fullscreen lock feature with this (which is the default if not set):
Code: Select all
config['security_panel_lock'] = 0;
As before, its a beta, feedback is always welcome

"UI is the saddle, the stirrups, & the reins. UX is the feeling you get being able to ride the horse."