2018-10-31 11:33:43 +00:00
# Describes the format for available opentherm_gw services
reset_gateway :
description : Reset the OpenTherm Gateway.
2019-06-21 08:52:25 +00:00
fields :
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
2020-07-23 18:24:17 +00:00
set_central_heating_ovrd :
description : >
Set the central heating override option on the gateway.
When overriding the control setpoint (via a set_control_setpoint service call with a value other than 0), the gateway automatically enables the central heating override to start heating.
This service can then be used to control the central heating override status.
To return control of the central heating to the thermostat, call the set_control_setpoint service with temperature value 0.
You will only need this if you are writing your own software thermostat.
fields :
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
example : "opentherm_gateway"
ch_override :
description : >
The desired boolean value for the central heating override.
example : "on"
2018-10-31 11:33:43 +00:00
set_clock :
description : Set the clock and day of the week on the connected thermostat.
fields :
2019-06-21 08:52:25 +00:00
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
date :
description : Optional date from which the day of the week will be extracted. Defaults to today.
2020-04-05 15:27:16 +00:00
example : "2018-10-23"
2018-10-31 11:33:43 +00:00
time :
description : Optional time in 24h format which will be provided to the thermostat. Defaults to the current time.
2020-04-05 15:27:16 +00:00
example : "19:34"
2018-10-31 11:33:43 +00:00
set_control_setpoint :
description : >
Set the central heating control setpoint override on the gateway.
You will only need this if you are writing your own software thermostat.
fields :
2019-06-21 08:52:25 +00:00
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
temperature :
description : >
The central heating setpoint to set on the gateway.
Values between 0 and 90 are accepted, but not all boilers support this range.
A value of 0 disables the central heating setpoint override.
2020-04-05 15:27:16 +00:00
example : "37.5"
2018-10-31 11:33:43 +00:00
2019-08-14 13:35:05 +00:00
set_hot_water_ovrd :
description : >
Set the domestic hot water enable option on the gateway.
fields :
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2019-08-14 13:35:05 +00:00
dhw_override :
description : >
Control the domestic hot water enable option. If the boiler has
been configured to let the room unit control when to keep a
small amount of water preheated, this command can influence
that.
Value should be 0 or 1 to enable the override in off or on
state, or "A" to disable the override.
2020-04-05 15:27:16 +00:00
example : "1"
2019-08-14 13:35:05 +00:00
2020-06-12 21:15:04 +00:00
set_hot_water_setpoint :
description : >
Set the domestic hot water setpoint on the gateway.
fields :
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
example : "opentherm_gateway"
temperature :
description : >
The domestic hot water setpoint to set on the gateway. Not all boilers support this feature.
Values between 0 and 90 are accepted, but not all boilers support this range.
Check the values of the slave_dhw_min_setp and slave_dhw_max_setp sensors to see the supported range on your boiler.
example : "60"
2018-10-31 11:33:43 +00:00
set_gpio_mode :
description : Change the function of the GPIO pins of the gateway.
fields :
2019-06-21 08:52:25 +00:00
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
id :
description : The ID of the GPIO pin. Either "A" or "B".
2020-04-05 15:27:16 +00:00
example : "B"
2018-10-31 11:33:43 +00:00
mode :
description : >
Mode to set on the GPIO pin. Values 0 through 6 are accepted for both GPIOs, 7 is only accepted for GPIO "B".
2019-10-02 16:34:07 +00:00
See https://www.home-assistant.io/integrations/opentherm_gw/#gpio-modes for an explanation of the values.
2020-04-05 15:27:16 +00:00
example : "5"
2018-10-31 11:33:43 +00:00
set_led_mode :
description : Change the function of the LEDs of the gateway.
fields :
2019-06-21 08:52:25 +00:00
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
id :
description : The ID of the LED. Possible values are "A" through "F".
2020-04-05 15:27:16 +00:00
example : "C"
2018-10-31 11:33:43 +00:00
mode :
description : >
The function to assign to the LED. One of "R", "X", "T", "B", "O", "F", "H", "W", "C", "E", "M" or "P".
2019-10-02 16:34:07 +00:00
See https://www.home-assistant.io/integrations/opentherm_gw/#led-modes for an explanation of the values.
2020-04-05 15:27:16 +00:00
example : "F"
2018-10-31 11:33:43 +00:00
set_max_modulation :
description : >
Override the maximum relative modulation level.
You will only need this if you are writing your own software thermostat.
fields :
2019-06-21 08:52:25 +00:00
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
level :
description : >
The modulation level to provide to the gateway.
Values between 0 and 100 will set the modulation level.
Provide a value of -1 to clear the override and forward the value from the thermostat again.
2020-04-05 15:27:16 +00:00
example : "42"
2018-10-31 11:33:43 +00:00
set_outside_temperature :
description : >
Provide an outside temperature to the thermostat.
If your thermostat is unable to display an outside temperature and does not support OTC (Outside Temperature Correction), this has no effect.
fields :
2019-06-21 08:52:25 +00:00
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
temperature :
description : >
The temperature to provide to the thermostat.
Values between -40.0 and 64.0 will be accepted, but not all thermostats can display the full range.
Any value above 64.0 will clear a previously configured value (suggestion : 99 )
2020-04-05 15:27:16 +00:00
example : "-2.3"
2018-10-31 11:33:43 +00:00
set_setback_temperature :
description : Configure the setback temperature to be used with the GPIO away mode function.
fields :
2019-06-21 08:52:25 +00:00
gateway_id :
description : The gateway_id of the OpenTherm Gateway.
2020-04-05 15:27:16 +00:00
example : "opentherm_gateway"
2018-10-31 11:33:43 +00:00
temperature :
description : The setback temperature to configure on the gateway. Values between 0.0 and 30.0 are accepted.
2020-04-05 15:27:16 +00:00
example : "16.0"