[Documentation] Markdown improvements n to s (#13948)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
committed by
GitHub
parent
d73218d882
commit
1ca9baf157
@@ -8,16 +8,16 @@ It lets you read and change temperature and profile settings for zones, and read
|
||||
|
||||
This binding is tested with the following devices:
|
||||
|
||||
* Thermostats for different electrical panel heaters
|
||||
* Thermostats for heating in floors
|
||||
* Nobø Switch SW 4
|
||||
- Thermostats for different electrical panel heaters
|
||||
- Thermostats for heating in floors
|
||||
- Nobø Switch SW 4
|
||||
|
||||
## Thermostats
|
||||
|
||||
Not all thermostats are made equal.
|
||||
|
||||
* NCU-1R: Comfort temperature setting on the device overrides values from the Hub, making the setting in the Hub useless.
|
||||
* NCU-2R: Synchronizes temperature settings to and from the Hub.
|
||||
- NCU-1R: Comfort temperature setting on the device overrides values from the Hub, making the setting in the Hub useless.
|
||||
- NCU-2R: Synchronizes temperature settings to and from the Hub.
|
||||
|
||||
## Supported Things
|
||||
|
||||
@@ -27,17 +27,16 @@ Not all thermostats are made equal.
|
||||
| component | Thing | A component is a device, i.e. panel heater or switch. |
|
||||
| zone | Thing | A zone can hold one or more components. |
|
||||
|
||||
|
||||
## Discovery
|
||||
|
||||
The hub will be automatically discovered.
|
||||
The hub will be automatically discovered.
|
||||
Before it can be used, you will have to update the configuration with the last three digits of its serial number.
|
||||
|
||||
When the hub is configured with the correct serial number, it will autodetect zones and components (thermostats and switches).
|
||||
|
||||
## Thing Configuration
|
||||
|
||||
```
|
||||
```text
|
||||
# Configuration for Nobø Hub
|
||||
#
|
||||
# Serial number of the Nobø hub to communicate with, 12 digits.
|
||||
@@ -80,16 +79,16 @@ Not all devices report this.
|
||||
|
||||
### nobo.things
|
||||
|
||||
```
|
||||
```java
|
||||
Bridge nobohub:nobohub:controller "Nobø Hub" [ hostName="192.168.1.10", serialNumber="103000000000" ] {
|
||||
Thing zone 1 "Zone - Kitchen" [ id=1 ]
|
||||
Thing component 184000000000 "Heater - Kitchen" [ serialNumber="184000000000" ]
|
||||
Thing zone 1 "Zone - Kitchen" [ id=1 ]
|
||||
Thing component 184000000000 "Heater - Kitchen" [ serialNumber="184000000000" ]
|
||||
}
|
||||
```
|
||||
|
||||
### nobo.items
|
||||
|
||||
```
|
||||
```java
|
||||
// Hub
|
||||
String Nobo_Hub_GlobalOverride "Global Override %s" <heating> {channel="nobohub:nobohub:controller:activeOverrideName"}
|
||||
|
||||
@@ -107,7 +106,7 @@ Number:Temperature Zone_CurrentTemperature "Current temperature [%.1f
|
||||
|
||||
### nobo.sitemap
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap nobo label="Nobø " {
|
||||
|
||||
Frame label="Hub"{
|
||||
@@ -130,34 +129,36 @@ sitemap nobo label="Nobø " {
|
||||
## Organize your setup
|
||||
|
||||
Nobø Hub uses a combination of status types (Normal, Comfort, Eco, Away), profiles types (Comfort, Eco, Away, Off), predefined temperature types (Comfort, Eco, Away), zones and override settings to organize and enable different features.
|
||||
This makes it possible to control the heaters in many different scenarios and combinations.
|
||||
This makes it possible to control the heaters in many different scenarios and combinations.
|
||||
The following is a suggested way of organizing the binding with the Hub for a good level of control and flexibility.
|
||||
|
||||
If you own panels with a physical Comfort temperature override, you need to use the Eco temperature type for setting level used by the day based profiles.
|
||||
If you own panels with a physical Comfort temperature override, you need to use the Eco temperature type for setting level used by the day based profiles.
|
||||
If not, you can use either Comfort or Eco to set wanted level.
|
||||
|
||||
Start by creating the following profiles in the Nobø Hub App:
|
||||
|
||||
OFF Set to status off all day, every day.
|
||||
ON Set to status [Comfort|Eco] all day, every day
|
||||
Eco Set to status Eco all day, every day
|
||||
Away Set to status Away all way, every day
|
||||
Weekday 06->16 Set to status [Comfort|Eco] between 06->16 every weekday, otherwise set to [Away|Off]
|
||||
Weekday 06->23 Set to status [Comfort|Eco] between 06->23 every weekday, otherwise set to [Away|Off]
|
||||
Weekend 06->16 Set to status [Comfort|Eco] between 06->16 in the weekend, otherwise set to [Away|Off]
|
||||
Weekend 06->23 Set to status [Comfort|Eco] between 06->23 in the weekend, otherwise set to [Away|Off]
|
||||
Every day 06->16 Set to status [Comfort|Eco] between 06->16 every day, otherwise set to [Away|Off]
|
||||
Every day 06->23 Set to status [Comfort|Eco] between 06->23 every day, otherwise set to [Away|Off]
|
||||
```text
|
||||
OFF Set to status off all day, every day.
|
||||
ON Set to status [Comfort|Eco] all day, every day
|
||||
Eco Set to status Eco all day, every day
|
||||
Away Set to status Away all way, every day
|
||||
Weekday 06->16 Set to status [Comfort|Eco] between 06->16 every weekday, otherwise set to [Away|Off]
|
||||
Weekday 06->23 Set to status [Comfort|Eco] between 06->23 every weekday, otherwise set to [Away|Off]
|
||||
Weekend 06->16 Set to status [Comfort|Eco] between 06->16 in the weekend, otherwise set to [Away|Off]
|
||||
Weekend 06->23 Set to status [Comfort|Eco] between 06->23 in the weekend, otherwise set to [Away|Off]
|
||||
Every day 06->16 Set to status [Comfort|Eco] between 06->16 every day, otherwise set to [Away|Off]
|
||||
Every day 06->23 Set to status [Comfort|Eco] between 06->23 every day, otherwise set to [Away|Off]
|
||||
```
|
||||
|
||||
Next set [Comfort|Eco] level for each zone to your requirements.
|
||||
Next set [Comfort|Eco] level for each zone to your requirements.
|
||||
For a more advanced setup, you can create a rule which both sets temperature level and profile.
|
||||
|
||||
Then create a sitemap with a Selection pointing to the Week Profile item.
|
||||
Then create a sitemap with a Selection pointing to the Week Profile item.
|
||||
The binding will now automatically update all available week profile options in the selection button:
|
||||
|
||||
### nobo.sitemap
|
||||
|
||||
```
|
||||
```perl
|
||||
sitemap nobo label="Nobø " {
|
||||
|
||||
Frame label="Main Bedroom"{
|
||||
|
||||
Reference in New Issue
Block a user