Explore Plans
Mobile menu Close menu
NIBE UplinkNIBE Uplink

Set temperature setting

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.

Developer info

API endpoint slug
nibe_uplink.set_temperature
Filter code method
NibeUplink.setTemperature.skip(string?: reason)
Runtime method
runAction("nibe_uplink.set_temperature", {})

Action fields

Climatesystem Dropdown list

Label
Which climate system?
Slug
climatesystem
Required
true
Can have default value
false

Thermostat name Text input > Other

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)

Measured temperature Text input > Other

Label
Measured temperature
Slug
measured_temperature
Required
true
Can have default value
true
Filter code method
NibeUplink.setTemperature.setMeasuredTemperature(string: measuredTemperature)

Target temperature Text input > Other

Label
Target temperature
Slug
target_temperature
Required
true
Can have default value
true
Filter code method
NibeUplink.setTemperature.setTargetTemperature(string: targetTemperature)

Degrees in Dropdown list

Label
Degrees in
Slug
degrees_in
Required
true
Can have default value
true
Filter code method
NibeUplink.setTemperature.setDegreesIn(string: degreesIn)