From f32c9f8a977f9e6ed92939feb3fdcb8d2b8dd7db Mon Sep 17 00:00:00 2001 From: GraceGRD <123941606+GraceGRD@users.noreply.github.com> Date: Sun, 23 Jun 2024 17:22:51 +0200 Subject: [PATCH] Add documentation for OpenTherm Gateway transparent command (#32548) --- source/_integrations/opentherm_gw.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/source/_integrations/opentherm_gw.markdown b/source/_integrations/opentherm_gw.markdown index 80e4f954bed..dfe2178d6ca 100644 --- a/source/_integrations/opentherm_gw.markdown +++ b/source/_integrations/opentherm_gw.markdown @@ -214,6 +214,20 @@ The value you provide here will be used with the GPIO `home` (5) and `away` (6) | `gateway_id` | no | The `gateway_id` as specified during configuration. | | `temperature` | no | The setback temperature. Accepted values are `0.0` through `30.0`. | +### Service `opentherm_gw.send_transparent_command` + +
+Improper use of this service may impair the performance of your central heating system. +
+ +Send a transparent [command](https://otgw.tclcode.com/firmware.html) to the OpenTherm Gateway. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ------------------------------------------------------------------ | +| `gateway_id` | no | The `gateway_id` as specified during configuration. | +| `transp_cmd` | no | The serial command to be sent to the OpenTherm Gateway. | +| `transp_arg` | no | The serial command argument to be sent to the OpenTherm Gateway. | + ## Sensors The following `sensor` entities will be created for each configured gateway. The `entity_id` of every sensor will have a suffix containing the data source (`boiler`, `gateway` or `thermostat`) and the `gateway_id` of the gateway to which it belongs. All `sensor` entities are disabled by default.