mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Added documentation for hvac_onoff_coil (Enable Modbus Climate / HVAC on/off to use the coil instead of the registers) (#37082)
This commit is contained in:
parent
c6571b7d2c
commit
0d482b89f6
@ -756,13 +756,24 @@ climates:
|
|||||||
description: "Value corresponding to Fan Diffuse mode."
|
description: "Value corresponding to Fan Diffuse mode."
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
|
hvac_onoff_coil:
|
||||||
|
description: "Address of On/Off state.
|
||||||
|
Only use this setting if your On/Off state is not handled as a HVAC mode.
|
||||||
|
When zero is read from this coil, the HVAC state is set to Off, otherwise the `hvac_mode_register`
|
||||||
|
dictates the state of the HVAC. If no such coil is defined, it defaults to Auto.
|
||||||
|
When the HVAC mode is set to Off, the value 0 is written to the coil, otherwise the
|
||||||
|
value 1 is written.
|
||||||
|
**Cannot be used with `hvac_onoff_register`.**"
|
||||||
|
required: false
|
||||||
|
type: integer
|
||||||
hvac_onoff_register:
|
hvac_onoff_register:
|
||||||
description: "Address of On/Off state.
|
description: "Address of On/Off state.
|
||||||
When the value defined by `hvac_off_value` is read from this register, the HVAC
|
When the value defined by `hvac_off_value` is read from this register, the HVAC
|
||||||
state is set to Off. Otherwise, the `hvac_mode_register` dictates the state
|
state is set to Off. Otherwise, the `hvac_mode_register` dictates the state
|
||||||
of the HVAC. If no such register is defined, it defaults to Auto.
|
of the HVAC. If no such register is defined, it defaults to Auto.
|
||||||
When the HVAC mode is set to Off, the value defined by `hvac_off_value` is written to
|
When the HVAC mode is set to Off, the value defined by `hvac_off_value` is written to
|
||||||
the register, otherwise the value defined by `hvac_on_value` is written."
|
the register, otherwise the value defined by `hvac_on_value` is written.
|
||||||
|
**Cannot be used with `hvac_onoff_coil`.**"
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
hvac_on_value:
|
hvac_on_value:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user