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.setThermostat Name(string: thermostat_name)
Label
Measured temperature
Slug
measured_temperature
Required
true
Can have default value
true
Filter code method
NibeUplink.setTemperature.setMeasured Temperature(string: measured_temperature)
Label
Target temperature
Slug
target_temperature
Required
true
Can have default value
true
Filter code method
NibeUplink.setTemperature.setTarget Temperature(string: target_temperature)
Label
Degrees in
Slug
degrees_in
Required
true
Can have default value
true
Filter code method
NibeUplink.setTemperature.setDegrees In(string: degrees_in)