Reading input and temperature in a script Jani Kleindienst 24. März 2023 um 23:47 Hello!If you want to read the temperature from the DS18b20 sensor on the Shelly AddOn, you should call something like this: Code Shelly.call( "temperature.getStatus", { id: 100 }, function (response) { MQTT.publish("hello/world", JSON.stringify(response), 0, false); }, null );