21.07.2019, 07:58
(This post was last modified: 21.07.2019, 08:08 by Erwin van der Zwart.)
Hi,
What you could do is create separate plans with the messages you like to show and jump to the desired plan by a KNX value. On each message plan you create a OK button that makes the visu jump back to the start page. This requires a few lines of JS.
To change the plans with KNX value you need a small LUA event based script that is triggered by binary objects with tag 'messages'. If a object with a certain name gets true you change a KNX object to a certain value and the visu will show the message you created.
Is this something you search? I have already JS and LUA scripts that does these things.
Another way is to build real HTML pop-ups that holds icons etcetera with JS on the fly, but this is a lot more complex.
BR,
Erwin
What you could do is create separate plans with the messages you like to show and jump to the desired plan by a KNX value. On each message plan you create a OK button that makes the visu jump back to the start page. This requires a few lines of JS.
To change the plans with KNX value you need a small LUA event based script that is triggered by binary objects with tag 'messages'. If a object with a certain name gets true you change a KNX object to a certain value and the visu will show the message you created.
Is this something you search? I have already JS and LUA scripts that does these things.
Another way is to build real HTML pop-ups that holds icons etcetera with JS on the fly, but this is a lot more complex.
BR,
Erwin