mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Add documentation for OpenTherm Gateway transparent command (#32548)
This commit is contained in:
parent
89131a804f
commit
f32c9f8a97
@ -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. |
|
| `gateway_id` | no | The `gateway_id` as specified during configuration. |
|
||||||
| `temperature` | no | The setback temperature. Accepted values are `0.0` through `30.0`. |
|
| `temperature` | no | The setback temperature. Accepted values are `0.0` through `30.0`. |
|
||||||
|
|
||||||
|
### Service `opentherm_gw.send_transparent_command`
|
||||||
|
|
||||||
|
<div class='note warning'>
|
||||||
|
Improper use of this service may impair the performance of your central heating system.
|
||||||
|
</div>
|
||||||
|
|
||||||
|
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
|
## 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user