Update remaining Paper UI and HABmin references (#10637)
Fixes #8607 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -5,9 +5,12 @@ This binding allows you to view and control groups on C-Bus networks from openHA
|
||||
|
||||
## Configuration
|
||||
|
||||
This binding connects to C-Gate software which can be downloaded from the [Clipsal Downloads Site](https://updates.clipsal.com/ClipsalSoftwareDownload/mainsite/cis/technical/index.html). There is information about setting up the C-Gate software in the [CBus Forums](https://www.cbusforums.com/forums/c-bus-toolkit-and-c-gate-software.4). Make sure that the config/access.txt file allows a connection from computer running openHAB.
|
||||
This binding connects to C-Gate software which can be downloaded from the [Clipsal Downloads Site](https://updates.clipsal.com/ClipsalSoftwareDownload/mainsite/cis/technical/index.html).
|
||||
There is information about setting up the C-Gate software in the [CBus Forums](https://www.cbusforums.com/forums/c-bus-toolkit-and-c-gate-software.4).
|
||||
Make sure that the config/access.txt file allows a connection from computer running openHAB.
|
||||
|
||||
Whilst all versions of C-Gate should work 2.11.2 contained a fix for handling Indicator Kill messages for trigger groups. Without that they will remain on the last value set and wont match what is shown on CBus devices.
|
||||
Whilst all versions of C-Gate should work 2.11.2 contained a fix for handling Indicator Kill messages for trigger groups.
|
||||
Without that they will remain on the last value set and wont match what is shown on CBus devices.
|
||||
|
||||
First the CGate Connection bridge needs to be configured with the ip address of the computer running the C-Gate software.
|
||||
After this a Bridge is creaed for each network configured on the CBus Network. The CBus Project Name and the network Id for that network
|
||||
@@ -17,19 +20,21 @@ After this a Bridge is creaed for each network configured on the CBus Network. T
|
||||
|
||||
This binding support 6 different things types
|
||||
|
||||
| Thing | Type | Description |
|
||||
|----------------|---------|-----------------------------------|
|
||||
| cgate | Bridge | This connects to a C-Bus CGate instance to |
|
||||
| network | Bridge | This connects to a C-Bus Network via a CGate bridge |
|
||||
| light | Thing | This is for C-Bus lighting groups |
|
||||
| temperature | Thing | This is for C-Bus temperature groups |
|
||||
| trigger | Thing | This is for C-Bus trigger groups |
|
||||
| dali | Thing | This is for C-Bus DALI dimming groups |
|
||||
| Thing | Type | Description |
|
||||
|-------------|--------|-----------------------------------------------------|
|
||||
| cgate | Bridge | This connects to a C-Bus CGate instance to |
|
||||
| network | Bridge | This connects to a C-Bus Network via a CGate bridge |
|
||||
| light | Thing | This is for C-Bus lighting groups |
|
||||
| temperature | Thing | This is for C-Bus temperature groups |
|
||||
| trigger | Thing | This is for C-Bus trigger groups |
|
||||
| dali | Thing | This is for C-Bus DALI dimming groups |
|
||||
|
||||
When a discovery scan is started in the UI, Things are discovered for the groups that are found on the CBus network.
|
||||
|
||||
The scan within Paper UI will find all the groups on the CBus network and allow Things to be creaed for them.
|
||||
##Channels
|
||||
|
||||
At startup the binding will scan the network for the values of all the groups and set those on the appropriate channels. It is not possible to fetch the value of a Trigger Group so those values will only be updated when a trigger is set on the CBus network.
|
||||
At startup the binding will scan the network for the values of all the groups and set those on the appropriate channels.
|
||||
It is not possible to fetch the value of a Trigger Group so those values will only be updated when a trigger is set on the CBus network.
|
||||
|
||||
### Lights
|
||||
|
||||
@@ -107,6 +112,3 @@ sitemap cbusdemo label="CBus Binding Demo"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user