Hi @andreaskos, nice work with this very good initiative.
I'm trying to get this work with my setup using KNX, but I've facing some issues, I'm doing this configuration:
// Arrays für die Melder
var detectorsOuterSkin = [
'knx.0.Corredor.Status.PORTA_ENTRADA_STATUS',
'knx.0.Cozinha.Status.COZ_DOOR_STATUS',
'knx.0.Arrumos.Status.LAV_DOOR_STATUS',
'knx.0.Escritório.Status.ESC_WINDOW_STATUS',
'knx.0.Sala_de_Estar.Status.SALA_DOOR_DIR_STATUS',
'knx.0.Sala_de_Estar.Status.SALA_DOOR_ESQ_STATUS',
'knx.0.Suite.Status.SUI_DOOR_STATUS',
'knx.0.Suite.Status.SUI_WC_WINDOW_STATUS'
];
var detectorsIndoor = [];
var detectorsDelayed = [];
But this seems that is not working.
Can you tell me if I'm doing this in the right way?
By the way, can you please also tell me where is the latest version of the script and VIS?
Really good work.
Thank you.