Here you can find all the onfiguration in order to set up the switch inside the EVE Manager software: Topic Responce Topic: shellies/shellyrgbw2-/white//status Js Parser: var data = JSON.parse(payload); return data.ison ? 1 : 0; Topic Write Topic: shellies/shellyrgbw2-/white//command Js Parser: return payload == 0 ? "off" : "on"; Topic Event Topic: shellies/shellyrgbw2-/white/ Js Parser: return payload == "off" ? 0 : 1;