Here you can find the topic and js parser configuration of the color info that dispalys the current battery status, if critical or not, of the Nuki smart lock in the Ilevia server. Topic Event: nuki//batteryCritical Script var data= JSON.parse(payload); return data == true ? 1 : 0;