Here you can find the topic and js parser configuration of the info that dispalys the current state of the door, locked or unlocked, of the Nuki smart lock in the Ilevia server. Topic Event: nuki//state Script var data= JSON.parse(payload); return data == 1 ? "Locked" : "Unlocked";