Grammatical (#24396)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Eirik Z 2022-10-06 20:12:26 +02:00 committed by GitHub
parent db46d9a701
commit 0f0b4d5f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,35 +19,34 @@ Integrates [Nobø Ecohub](https://www.glendimplex.no/produkter/varmestyring/1112
into Home Assistant. This integration is not officially supported or endorsed by Glen Dimplex Nordic AS, into Home Assistant. This integration is not officially supported or endorsed by Glen Dimplex Nordic AS,
and the authors/maintainers are not official partners of Glen Dimplex Nordic AS. and the authors/maintainers are not official partners of Glen Dimplex Nordic AS.
To configure the integration, you need the 3 last digits of the serial number of your hub. These are located To configure the integration, you need the 3 last digits of the serial number of your hub. The serial number is located
on the back of the hub. If the hub is on a different local network than Home Assistant, you also need the on the back of the hub. If the hub is on a different network than Home Assistant (i.e., IoT VLAN or another routable network from Home Assistant), you also need to provide the IP address of the hub.
IP address of the hub.
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
## Operation modes ## Operation modes
As for now you can see and change operation and preset for zones and set eco/comfort temperatures if you have Currently, you can see and change operation and preset for zones and set eco/comfort temperatures if you have
a supported thermostat. a supported thermostat.
The possible operation modes are as follows: The possible operation modes are as follows:
- "Auto" - In this mode, the zone is in the normal setting and preset shows which state the zone is in right now - "Auto" - In this mode, the zone is in the default setting and preset shows which state the zone is in right now
(according to calendar setup). (according to calendar setup).
- "Heat" - In this mode the zone in the override setting and in the state selected by preset ("Away", "Eco" - "Heat" - In this mode the zone is overridden and in the state selected by the preset ("Away", "Eco"
or "Comfort"). or "Comfort").
This can be utilized the following ways: This can be utilized the following ways:
- Changing preset to "Away", "Eco", or "Comfort" will automatically change operation to "Heat". - Changing preset to "Away", "Eco", or "Comfort" will automatically change operation mode to "Heat".
- Changing preset to none will automatically change operation to "Auto" and update preset. - Changing preset to none will automatically change operation to "Auto" and update preset.
- Changing operation to "Auto" will automatically update preset. - Changing operation to "Auto" will automatically update preset.
- Changing operation to "Heat" will set preset to "Comfort". - Changing operation to "Heat" will set preset to "Comfort".
### No preset "Off" ### No preset "Off"
Nobø heaters does not support preset "Off". This is not a limitation in the integration, but a safety mechanism in the Nobø heaters does not support preset "Off". This is not a limitation of the integration, but a safety mechanism in the
Nobø system (maybe they don't want you to accidentally turn off all your heaters and get frozen pipes). "Away" Nobø system (perhaps related to frozen pipes due to frost in Nordic regions).
temperature is fixed to 7°C and cannot be altered. On/off receivers will be off when the zone is in "Away" status. "Away" temperature is fixed to 7°C and cannot be altered. On/off receivers will be off when the zone is in "Away" status.
For more information, see the [Nobø Ecohub manual](https://help.nobo.no/en/user-manual/before-you-start/what-is-a-weekly-program/). For more information, see the [Nobø Ecohub manual](https://help.nobo.no/en/user-manual/before-you-start/what-is-a-weekly-program/).