Here you can find the Event topic configuration to receive the humidity value from the Shelly device. Topic Event shellyplusht-/status/humidity:0 Script var data= JSON.parse(payload); return data.rh;