This Action will create a smart home thermostat in NIBE Uplink which will be used for controlling the indoor temperature for the next 7 days. If no update of the values are provided before that, the system will return to its previous settings. API endpoint slug nibe_uplink.set_temperature Filter code method NibeUplink.setTemperature.skip(string?: reason) Runtime method runAction("nibe_uplink.set_temperature", {})
Action fields Label Which climate system? Slug climatesystem Required true Can have default value false Label Thermostat name Helper text Name that identifies your external thermostat. Slug thermostat_name Required true Can have default value true Filter code method NibeUplink.setTemperature.setThermostatName(string: thermostatName) Label Measured temperature Slug measured_temperature Required true Can have default value true Filter code method NibeUplink.setTemperature.setMeasuredTemperature(string: measuredTemperature) Label Target temperature Slug target_temperature Required true Can have default value true Filter code method NibeUplink.setTemperature.setTargetTemperature(string: targetTemperature) Label Degrees in Slug degrees_in Required true Can have default value true Filter code method NibeUplink.setTemperature.setDegreesIn(string: degreesIn)