Updated external content (Jenkins build 1163)
parent
bcec43e005
commit
aa936f421a
|
@ -128,6 +128,7 @@ The following channels are available:
|
||||||
| sourceN#track_position (where N= 1-6)| Number:Time | The running time elapsed of the current playing track (ReadOnly) See rules example for updating |
|
| sourceN#track_position (where N= 1-6)| Number:Time | The running time elapsed of the current playing track (ReadOnly) See rules example for updating |
|
||||||
| sourceN#button_press (where N= 1-6) | String | Indicates the last button pressed on the keypad for a non NuvoNet source or openHAB NuvoNet source (ReadOnly) |
|
| sourceN#button_press (where N= 1-6) | String | Indicates the last button pressed on the keypad for a non NuvoNet source or openHAB NuvoNet source (ReadOnly) |
|
||||||
| sourceN#art_url (where N= 1-6) | String | MPS4 Only! The URL of the Album Art JPG for this source that is displayed on a CTP-36. See *very advanced* rules (SendOnly) |
|
| sourceN#art_url (where N= 1-6) | String | MPS4 Only! The URL of the Album Art JPG for this source that is displayed on a CTP-36. See *very advanced* rules (SendOnly) |
|
||||||
|
| sourceN#album_art (where N= 1-6) | Image | The Album Art loaded from the art_url channel for display in a UI widget (ReadOnly) |
|
||||||
|
|
||||||
## Full Example
|
## Full Example
|
||||||
|
|
||||||
|
@ -181,6 +182,7 @@ Number:Time nuvo_s1_track_length "Track Length: [%s s]" { channel="nuvo:amplifie
|
||||||
Number:Time nuvo_s1_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source1#track_position" }
|
Number:Time nuvo_s1_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source1#track_position" }
|
||||||
String nuvo_s1_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source1#button_press" }
|
String nuvo_s1_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source1#button_press" }
|
||||||
// String nuvo_s1_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source1#art_url" }
|
// String nuvo_s1_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source1#art_url" }
|
||||||
|
// Image nuvo_s1_album_art { channel="nuvo:amplifier:myamp:source1#album_art" }
|
||||||
|
|
||||||
String nuvo_s2_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source2#display_line1" }
|
String nuvo_s2_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source2#display_line1" }
|
||||||
String nuvo_s2_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source2#display_line2" }
|
String nuvo_s2_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source2#display_line2" }
|
||||||
|
@ -191,6 +193,7 @@ Number:Time nuvo_s2_track_length "Track Length: [%s s]" { channel="nuvo:amplifie
|
||||||
Number:Time nuvo_s2_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source2#track_position" }
|
Number:Time nuvo_s2_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source2#track_position" }
|
||||||
String nuvo_s2_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source2#button_press" }
|
String nuvo_s2_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source2#button_press" }
|
||||||
// String nuvo_s2_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source2#art_url" }
|
// String nuvo_s2_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source2#art_url" }
|
||||||
|
// Image nuvo_s2_album_art { channel="nuvo:amplifier:myamp:source2#album_art" }
|
||||||
|
|
||||||
String nuvo_s3_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source3#display_line1" }
|
String nuvo_s3_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source3#display_line1" }
|
||||||
String nuvo_s3_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source3#display_line2" }
|
String nuvo_s3_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source3#display_line2" }
|
||||||
|
@ -201,6 +204,7 @@ Number:Time nuvo_s3_track_length "Track Length: [%s s]" { channel="nuvo:amplifie
|
||||||
Number:Time nuvo_s3_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source3#track_position" }
|
Number:Time nuvo_s3_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source3#track_position" }
|
||||||
String nuvo_s3_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source3#button_press" }
|
String nuvo_s3_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source3#button_press" }
|
||||||
// String nuvo_s3_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source3#art_url" }
|
// String nuvo_s3_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source3#art_url" }
|
||||||
|
// Image nuvo_s3_album_art { channel="nuvo:amplifier:myamp:source3#album_art" }
|
||||||
|
|
||||||
String nuvo_s4_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source4#display_line1" }
|
String nuvo_s4_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source4#display_line1" }
|
||||||
String nuvo_s4_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source4#display_line2" }
|
String nuvo_s4_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source4#display_line2" }
|
||||||
|
@ -211,6 +215,7 @@ Number:Time nuvo_s4_track_length "Track Length: [%s s]" { channel="nuvo:amplifie
|
||||||
Number:Time nuvo_s4_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source4#track_position" }
|
Number:Time nuvo_s4_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source4#track_position" }
|
||||||
String nuvo_s4_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source4#button_press" }
|
String nuvo_s4_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source4#button_press" }
|
||||||
// String nuvo_s4_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source4#art_url" }
|
// String nuvo_s4_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source4#art_url" }
|
||||||
|
// Image nuvo_s4_album_art { channel="nuvo:amplifier:myamp:source4#album_art" }
|
||||||
|
|
||||||
String nuvo_s5_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source5#display_line1" }
|
String nuvo_s5_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source5#display_line1" }
|
||||||
String nuvo_s5_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source5#display_line2" }
|
String nuvo_s5_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source5#display_line2" }
|
||||||
|
@ -221,6 +226,7 @@ Number:Time nuvo_s5_track_length "Track Length: [%s s]" { channel="nuvo:amplifie
|
||||||
Number:Time nuvo_s5_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source5#track_position" }
|
Number:Time nuvo_s5_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source5#track_position" }
|
||||||
String nuvo_s5_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source5#button_press" }
|
String nuvo_s5_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source5#button_press" }
|
||||||
// String nuvo_s5_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source5#art_url" }
|
// String nuvo_s5_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source5#art_url" }
|
||||||
|
// Image nuvo_s5_album_art { channel="nuvo:amplifier:myamp:source5#album_art" }
|
||||||
|
|
||||||
String nuvo_s6_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source6#display_line1" }
|
String nuvo_s6_display_line1 "Line 1: [%s]" { channel="nuvo:amplifier:myamp:source6#display_line1" }
|
||||||
String nuvo_s6_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source6#display_line2" }
|
String nuvo_s6_display_line2 "Line 2: [%s]" { channel="nuvo:amplifier:myamp:source6#display_line2" }
|
||||||
|
@ -231,6 +237,7 @@ Number:Time nuvo_s6_track_length "Track Length: [%s s]" { channel="nuvo:amplifie
|
||||||
Number:Time nuvo_s6_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source6#track_position" }
|
Number:Time nuvo_s6_track_position "Track Position: [%s s]" { channel="nuvo:amplifier:myamp:source6#track_position" }
|
||||||
String nuvo_s6_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source6#button_press" }
|
String nuvo_s6_button_press "Button: [%s]" { channel="nuvo:amplifier:myamp:source6#button_press" }
|
||||||
// String nuvo_s6_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source6#art_url" }
|
// String nuvo_s6_art_url "URL: [%s]" { channel="nuvo:amplifier:myamp:source6#art_url" }
|
||||||
|
// Image nuvo_s6_album_art { channel="nuvo:amplifier:myamp:source6#album_art" }
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -316,8 +323,15 @@ sitemap nuvo label="Audio Control" {
|
||||||
Switch item=nuvo_z1_party
|
Switch item=nuvo_z1_party
|
||||||
}
|
}
|
||||||
Text item=nuvo_z1_lock label="Zone Locked: [%s]" icon="lock" visibility=[nuvo_z1_lock=="1"]
|
Text item=nuvo_z1_lock label="Zone Locked: [%s]" icon="lock" visibility=[nuvo_z1_lock=="1"]
|
||||||
|
|
||||||
|
// Image item=nuvo_s1_album_art visibility=[nuvo_z1_source=="1"]
|
||||||
|
// Image item=nuvo_s2_album_art visibility=[nuvo_z1_source=="2"]
|
||||||
|
// Image item=nuvo_s3_album_art visibility=[nuvo_z1_source=="3"]
|
||||||
|
// Image item=nuvo_s4_album_art visibility=[nuvo_z1_source=="4"]
|
||||||
|
// Image item=nuvo_s5_album_art visibility=[nuvo_z1_source=="5"]
|
||||||
|
// Image item=nuvo_s6_album_art visibility=[nuvo_z1_source=="6"]
|
||||||
}
|
}
|
||||||
|
|
||||||
// repeat for zones 2-20 (substitute z1)
|
// repeat for zones 2-20 (substitute z1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -565,42 +565,42 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | | SulphurDioxideDensity | Number | SO2 density in micrograms/m3, max 1000 |
|
| | | SulphurDioxideDensity | Number | SO2 density in micrograms/m3, max 1000 |
|
||||||
| | | PM25Density | Number | PM2.5 micrometer particulate density in micrograms/m3, max 1000 |
|
| | | PM25Density | Number | PM2.5 micrometer particulate density in micrograms/m3, max 1000 |
|
||||||
| | | PM10Density | Number | PM10 micrometer particulate density in micrograms/m3, max 1000 |
|
| | | PM10Density | Number | PM10 micrometer particulate density in micrograms/m3, max 1000 |
|
||||||
| | | VOCDensity | Number | VOC Density in micrograms/m3, max 1000 |
|
| | | VOCDensity | Number | VOC Density in micrograms/m3, default max 1000, supported configuration: minValue, maxValue, step. |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
| | | ActiveStatus | Switch, Contact | Working status |
|
| | | ActiveStatus | Switch, Contact | Working status |
|
||||||
| | | FaultStatus | Switch, Contact | Fault status |
|
| | | FaultStatus | Switch, Contact | Fault status |
|
||||||
| | | TamperedStatus | Switch, Contact | Tampered status |
|
| | | TamperedStatus | Switch, Contact | Tampered status |
|
||||||
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
||||||
| LeakSensor | | | | Leak Sensor |
|
| LeakSensor | | | | Leak Sensor |
|
||||||
| | LeakDetectedState | | Switch, Contact | Leak sensor state (ON=Leak Detected, OFF=no leak) |
|
| | LeakDetectedState | | Switch, Contact, Dimmer | Leak sensor state (ON=Leak Detected, OFF=no leak) |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
| | | ActiveStatus | Switch, Contact | Working status |
|
| | | ActiveStatus | Switch, Contact | Working status |
|
||||||
| | | FaultStatus | Switch, Contact | Fault status |
|
| | | FaultStatus | Switch, Contact | Fault status |
|
||||||
| | | TamperedStatus | Switch, Contact | Tampered status |
|
| | | TamperedStatus | Switch, Contact | Tampered status |
|
||||||
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
||||||
| MotionSensor | | | | Motion Sensor |
|
| MotionSensor | | | | Motion Sensor |
|
||||||
| | MotionDetectedState | | Switch, Contact | Motion sensor state (ON=motion detected, OFF=no motion) |
|
| | MotionDetectedState | | Switch, Contact, Dimmer | Motion sensor state (ON=motion detected, OFF=no motion) |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
| | | ActiveStatus | Switch, Contact | Working status |
|
| | | ActiveStatus | Switch, Contact | Working status |
|
||||||
| | | FaultStatus | Switch, Contact | Fault status |
|
| | | FaultStatus | Switch, Contact | Fault status |
|
||||||
| | | TamperedStatus | Switch, Contact | Tampered status |
|
| | | TamperedStatus | Switch, Contact | Tampered status |
|
||||||
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
||||||
| OccupancySensor | | | | Occupancy Sensor |
|
| OccupancySensor | | | | Occupancy Sensor |
|
||||||
| | OccupancyDetectedState | | Switch, Contact | Occupancy sensor state (ON=occupied, OFF=not occupied) |
|
| | OccupancyDetectedState | | Switch, Contact, Dimmer | Occupancy sensor state (ON=occupied, OFF=not occupied) |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
| | | ActiveStatus | Switch, Contact | Working status |
|
| | | ActiveStatus | Switch, Contact | Working status |
|
||||||
| | | FaultStatus | Switch, Contact | Fault status |
|
| | | FaultStatus | Switch, Contact | Fault status |
|
||||||
| | | TamperedStatus | Switch, Contact | Tampered status |
|
| | | TamperedStatus | Switch, Contact | Tampered status |
|
||||||
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
||||||
| ContactSensor | | | | Contact Sensor, An accessory with on/off state that can be viewed in HomeKit but not changed such as a contact sensor for a door or window |
|
| ContactSensor | | | | Contact Sensor, An accessory with on/off state that can be viewed in HomeKit but not changed such as a contact sensor for a door or window |
|
||||||
| | ContactSensorState | | Switch, Contact | Contact sensor state (ON=open, OFF=closed) |
|
| | ContactSensorState | | Switch, Contact, Dimmer | Contact sensor state (ON=open, OFF=closed) |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
| | | ActiveStatus | Switch, Contact | Working status |
|
| | | ActiveStatus | Switch, Contact | Working status |
|
||||||
| | | FaultStatus | Switch, Contact | Fault status |
|
| | | FaultStatus | Switch, Contact | Fault status |
|
||||||
| | | TamperedStatus | Switch, Contact | Tampered status |
|
| | | TamperedStatus | Switch, Contact | Tampered status |
|
||||||
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
||||||
| SmokeSensor | | | | Smoke Sensor |
|
| SmokeSensor | | | | Smoke Sensor |
|
||||||
| | SmokeDetectedState | | Switch, Contact | Smoke sensor state (ON=smoke detected, OFF=no smoke) |
|
| | SmokeDetectedState | | Switch, Contact, Dimmer | Smoke sensor state (ON=smoke detected, OFF=no smoke) |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
| | | ActiveStatus | Switch, Contact | Working status |
|
| | | ActiveStatus | Switch, Contact | Working status |
|
||||||
| | | FaultStatus | Switch, Contact | Fault status |
|
| | | FaultStatus | Switch, Contact | Fault status |
|
||||||
|
@ -628,7 +628,7 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | | TamperedStatus | Switch, Contact | Tampered status |
|
| | | TamperedStatus | Switch, Contact | Tampered status |
|
||||||
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
||||||
| CarbonDioxideSensor | | | | Carbon Dioxide Sensor |
|
| CarbonDioxideSensor | | | | Carbon Dioxide Sensor |
|
||||||
| | CarbonDioxideDetectedState | | Switch, Contact | carbon dioxide sensor state (ON- abnormal level of carbon dioxide detected, OFF - level is normal) |
|
| | CarbonDioxideDetectedState | | Switch, Contact, Dimmer | carbon dioxide sensor state (ON- abnormal level of carbon dioxide detected, OFF - level is normal) |
|
||||||
| | | CarbonDioxideLevel | Number | Carbon dioxide level in ppm, max 100000 |
|
| | | CarbonDioxideLevel | Number | Carbon dioxide level in ppm, max 100000 |
|
||||||
| | | CarbonDioxidePeakLevel | Number | highest detected level (ppm) of carbon dioxide detected by a sensor, max 100000 |
|
| | | CarbonDioxidePeakLevel | Number | highest detected level (ppm) of carbon dioxide detected by a sensor, max 100000 |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
|
@ -637,7 +637,7 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | | TamperedStatus | Switch, Contact | Tampered status |
|
| | | TamperedStatus | Switch, Contact | Tampered status |
|
||||||
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
| | | BatteryLowStatus | Switch, Contact, Number | Battery status |
|
||||||
| CarbonMonoxideSensor | | | | Carbon monoxide Sensor |
|
| CarbonMonoxideSensor | | | | Carbon monoxide Sensor |
|
||||||
| | CarbonMonoxideDetectedState | | Switch, Contact | Carbon monoxide sensor state (ON- abnormal level of carbon monoxide detected, OFF - level is normal) |
|
| | CarbonMonoxideDetectedState | | Switch, Contact, Dimmer | Carbon monoxide sensor state (ON- abnormal level of carbon monoxide detected, OFF - level is normal) |
|
||||||
| | | CarbonMonoxideLevel | Number | Carbon monoxide level in ppm, max 100 |
|
| | | CarbonMonoxideLevel | Number | Carbon monoxide level in ppm, max 100 |
|
||||||
| | | CarbonMonoxidePeakLevel | Number | highest detected level (ppm) of carbon monoxide detected by a sensor, max 100 |
|
| | | CarbonMonoxidePeakLevel | Number | highest detected level (ppm) of carbon monoxide detected by a sensor, max 100 |
|
||||||
| | | Name | String | Name of the sensor |
|
| | | Name | String | Name of the sensor |
|
||||||
|
@ -651,21 +651,21 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | PositionState | | Rollershutter, String | Position state. Supported states: DECREASING, INCREASING, STOPPED. Mapping can be redefined at item level, e.g. [DECREASING="Down", INCREASING="Up"]. If no state provided, "STOPPED" is used. |
|
| | PositionState | | Rollershutter, String | Position state. Supported states: DECREASING, INCREASING, STOPPED. Mapping can be redefined at item level, e.g. [DECREASING="Down", INCREASING="Up"]. If no state provided, "STOPPED" is used. |
|
||||||
| | | Name | String | Name of the motorized door |
|
| | | Name | String | Name of the motorized door |
|
||||||
| | | HoldPosition | Switch | Motorized door should stop at its current position. A value of ON must hold the state of the accessory. A value of OFF should be ignored. |
|
| | | HoldPosition | Switch | Motorized door should stop at its current position. A value of ON must hold the state of the accessory. A value of OFF should be ignored. |
|
||||||
| | | ObstructionStatus | Switch, Contact | Current status of obstruction sensor. ON-obstruction detected, OFF - no obstruction |
|
| | | ObstructionStatus | Switch, Contact, Dimmer | Current status of obstruction sensor. ON-obstruction detected, OFF - no obstruction |
|
||||||
| Window | | | | Motorized window. One Rollershutter item covers all mandatory characteristics. see examples below. |
|
| Window | | | | Motorized window. One Rollershutter item covers all mandatory characteristics. see examples below. |
|
||||||
| | CurrentPosition | | Rollershutter, Dimmer, Number | Current position of motorized window |
|
| | CurrentPosition | | Rollershutter, Dimmer, Number | Current position of motorized window |
|
||||||
| | TargetPosition | | Rollershutter, Dimmer, Number | Target position of motorized window |
|
| | TargetPosition | | Rollershutter, Dimmer, Number | Target position of motorized window |
|
||||||
| | PositionState | | Rollershutter, String | Position state. Supported states: DECREASING, INCREASING, STOPPED. Mapping can be redefined at item level, e.g. [DECREASING="Down", INCREASING="Up"]. If no state provided, "STOPPED" is used. |
|
| | PositionState | | Rollershutter, String | Position state. Supported states: DECREASING, INCREASING, STOPPED. Mapping can be redefined at item level, e.g. [DECREASING="Down", INCREASING="Up"]. If no state provided, "STOPPED" is used. |
|
||||||
| | | Name | String | Name of the motorized window |
|
| | | Name | String | Name of the motorized window |
|
||||||
| | | HoldPosition | Switch | Motorized door should stop at its current position. A value of ON must hold the state of the accessory. A value of OFF should be ignored. |
|
| | | HoldPosition | Switch | Motorized door should stop at its current position. A value of ON must hold the state of the accessory. A value of OFF should be ignored. |
|
||||||
| | | ObstructionStatus | Switch, Contact | Current status of obstruction sensor. ON-obstruction detected, OFF - no obstruction |
|
| | | ObstructionStatus | Switch, Contact, Dimmer | Current status of obstruction sensor. ON-obstruction detected, OFF - no obstruction |
|
||||||
| WindowCovering | | | | Window covering / blinds. One Rollershutter item covers all mandatory characteristics. see examples below. |
|
| WindowCovering | | | | Window covering / blinds. One Rollershutter item covers all mandatory characteristics. see examples below. |
|
||||||
| | CurrentPosition | | Rollershutter, Dimmer, Number | Current position of window covering |
|
| | CurrentPosition | | Rollershutter, Dimmer, Number | Current position of window covering |
|
||||||
| | TargetPosition | | Rollershutter, Dimmer, Number | Target position of window covering |
|
| | TargetPosition | | Rollershutter, Dimmer, Number | Target position of window covering |
|
||||||
| | PositionState | | Rollershutter, String | Currently only "STOPPED" is supported. |
|
| | PositionState | | Rollershutter, String | Currently only "STOPPED" is supported. |
|
||||||
| | | Name | String | Name of the windows covering |
|
| | | Name | String | Name of the windows covering |
|
||||||
| | | HoldPosition | Switch | Window covering should stop at its current position. A value of ON must hold the state of the accessory. A value of OFF should be ignored. |
|
| | | HoldPosition | Switch | Window covering should stop at its current position. A value of ON must hold the state of the accessory. A value of OFF should be ignored. |
|
||||||
| | | ObstructionStatus | Switch, Contact | Current status of obstruction sensor. ON-obstruction detected, OFF - no obstruction |
|
| | | ObstructionStatus | Switch, Contact, Dimmer | Current status of obstruction sensor. ON-obstruction detected, OFF - no obstruction |
|
||||||
| | | CurrentHorizontalTiltAngle | Number, Dimmer | Number Item = current angle of horizontal slats. values -90 to 90. A value of 0 indicates that the slats are rotated to a fully open position. A value of -90 indicates that the slats are rotated all the way in a direction where the user-facing edge is higher than the window-facing edge. Dimmer Item = the percentage of openness (0%-100%) |
|
| | | CurrentHorizontalTiltAngle | Number, Dimmer | Number Item = current angle of horizontal slats. values -90 to 90. A value of 0 indicates that the slats are rotated to a fully open position. A value of -90 indicates that the slats are rotated all the way in a direction where the user-facing edge is higher than the window-facing edge. Dimmer Item = the percentage of openness (0%-100%) |
|
||||||
| | | TargetHorizontalTiltAngle | Number, Dimmer | Number Item = target angle of horizontal slats (-90 to +90). Dimmer Item = the percentage of openness (0%-100%) |
|
| | | TargetHorizontalTiltAngle | Number, Dimmer | Number Item = target angle of horizontal slats (-90 to +90). Dimmer Item = the percentage of openness (0%-100%) |
|
||||||
| | | CurrentVerticalTiltAngle | Number, Dimmer | Number Item = current angle of vertical slats (-90 to +90) . Dimmer Item = the percentage of openness (0%-100%) |
|
| | | CurrentVerticalTiltAngle | Number, Dimmer | Number Item = current angle of vertical slats (-90 to +90) . Dimmer Item = the percentage of openness (0%-100%) |
|
||||||
|
@ -677,11 +677,11 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | | CurrentTiltAngle | Number, Dimmer | Number Item = current angle of slats. values -90 to 90. A value of 0 indicates that the slats are rotated to a fully open position. Dimmer Item = the percentage of openness (0%-100%) |
|
| | | CurrentTiltAngle | Number, Dimmer | Number Item = current angle of slats. values -90 to 90. A value of 0 indicates that the slats are rotated to a fully open position. Dimmer Item = the percentage of openness (0%-100%) |
|
||||||
| | | TargetTiltAngle | Number, Dimmer | Number Item = target angle of slats (-90 to +90). Dimmer Item = the percentage of openness (0%-100%) |
|
| | | TargetTiltAngle | Number, Dimmer | Number Item = target angle of slats (-90 to +90). Dimmer Item = the percentage of openness (0%-100%) |
|
||||||
| Switchable | | | | An accessory that can be turned off and on. While similar to a lightbulb, this will be presented differently in the Siri grammar and iOS apps |
|
| Switchable | | | | An accessory that can be turned off and on. While similar to a lightbulb, this will be presented differently in the Siri grammar and iOS apps |
|
||||||
| | OnState | | Switch | State of the switch - ON/OFF |
|
| | OnState | | Switch, Dimmer | State of the switch - ON/OFF |
|
||||||
| | | Name | String | Name of the switch |
|
| | | Name | String | Name of the switch |
|
||||||
| Outlet | | | | An accessory that can be turned off and on. While similar to a lightbulb, this will be presented differently in the Siri grammar and iOS apps |
|
| Outlet | | | | An accessory that can be turned off and on. While similar to a lightbulb, this will be presented differently in the Siri grammar and iOS apps |
|
||||||
| | OnState | | Switch | State of the outlet - ON/OFF |
|
| | OnState | | Switch, Dimmer | State of the outlet - ON/OFF |
|
||||||
| | InUseStatus | | Switch | Indicates whether the outlet has an appliance e.g., a floor lamp, physically plugged in. This characteristic is set to True even if the plugged-in appliance is off. |
|
| | InUseStatus | | Switch, Contact, Dimmer | Indicates whether the outlet has an appliance e.g., a floor lamp, physically plugged in. This characteristic is set to True even if the plugged-in appliance is off. |
|
||||||
| | | Name | String | Name of the switch |
|
| | | Name | String | Name of the switch |
|
||||||
| Lighting | | | | A lightbulb, can have further optional parameters for brightness, hue, etc |
|
| Lighting | | | | A lightbulb, can have further optional parameters for brightness, hue, etc |
|
||||||
| | OnState | | Switch | State of the light - ON/OFF |
|
| | OnState | | Switch | State of the light - ON/OFF |
|
||||||
|
@ -691,7 +691,7 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | | Brightness | Dimmer, Color | Brightness in % (1-100). See "Usage of dimmer modes" for configuration details. |
|
| | | Brightness | Dimmer, Color | Brightness in % (1-100). See "Usage of dimmer modes" for configuration details. |
|
||||||
| | | ColorTemperature | Number | Color temperature represented in reciprocal megaKelvin. The default value range is from 50 to 400. Color temperature should not be used in combination with hue, saturation and brightness. It supports following configuration parameters: minValue, maxValue |
|
| | | ColorTemperature | Number | Color temperature represented in reciprocal megaKelvin. The default value range is from 50 to 400. Color temperature should not be used in combination with hue, saturation and brightness. It supports following configuration parameters: minValue, maxValue |
|
||||||
| Fan | | | | Fan |
|
| Fan | | | | Fan |
|
||||||
| | ActiveStatus | | Switch | Accessory current working status. A value of "ON"/"OPEN" indicates that the accessory is active and is functioning without any errors. |
|
| | ActiveStatus | | Switch, Dimmer | Accessory current working status. A value of "ON"/"OPEN" indicates that the accessory is active and is functioning without any errors. |
|
||||||
| | | CurrentFanState | Number | Current fan state. values: 0=INACTIVE, 1=IDLE, 2=BLOWING AIR |
|
| | | CurrentFanState | Number | Current fan state. values: 0=INACTIVE, 1=IDLE, 2=BLOWING AIR |
|
||||||
| | | TargetFanState | Number, Switch | Target fan state. values: 0/OFF=MANUAL, 1/ON=AUTO. Flag [inverted=true] swaps the default mapping |
|
| | | TargetFanState | Number, Switch | Target fan state. values: 0/OFF=MANUAL, 1/ON=AUTO. Flag [inverted=true] swaps the default mapping |
|
||||||
| | | RotationDirection | Number, Switch | Rotation direction. values: 0/OFF=CLOCKWISE, 1/ON=COUNTER CLOCKWISE. Flag [inverted=true] swaps the default mapping |
|
| | | RotationDirection | Number, Switch | Rotation direction. values: 0/OFF=CLOCKWISE, 1/ON=COUNTER CLOCKWISE. Flag [inverted=true] swaps the default mapping |
|
||||||
|
@ -708,7 +708,7 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | | HeatingThresholdTemperature | Number | Minimum temperature that must be reached before heating is turned on. min/max/step can configured at item level, e.g. minValue=10.5, maxValue=50, step=2] |
|
| | | HeatingThresholdTemperature | Number | Minimum temperature that must be reached before heating is turned on. min/max/step can configured at item level, e.g. minValue=10.5, maxValue=50, step=2] |
|
||||||
| | | RelativeHumidity | Number | Relative humidity in % between 0 and 100. |
|
| | | RelativeHumidity | Number | Relative humidity in % between 0 and 100. |
|
||||||
| HeaterCooler | | | | Heater or/and cooler device |
|
| HeaterCooler | | | | Heater or/and cooler device |
|
||||||
| | ActiveStatus | | Switch | Accessory current working status. A value of "ON"/"OPEN" indicates that the accessory is active and is functioning without any errors. |
|
| | ActiveStatus | | Switch, Dimmer | Accessory current working status. A value of "ON"/"OPEN" indicates that the accessory is active and is functioning without any errors. |
|
||||||
| | CurrentTemperature | | Number | Current temperature. supported configuration: minValue, maxValue, step |
|
| | CurrentTemperature | | Number | Current temperature. supported configuration: minValue, maxValue, step |
|
||||||
| | CurrentHeaterCoolerState | | String | Current heater/cooler mode (INACTIVE, IDLE, HEATING, COOLING). Mapping can be redefined at item level, e.g. [HEATING="HEAT", COOLING="COOL"] |
|
| | CurrentHeaterCoolerState | | String | Current heater/cooler mode (INACTIVE, IDLE, HEATING, COOLING). Mapping can be redefined at item level, e.g. [HEATING="HEAT", COOLING="COOL"] |
|
||||||
| | TargetHeaterCoolerState | | String | Target heater/cooler mode (AUTO, HEAT, COOL). Mapping can be redefined at item level, e.g. [AUTO="AUTOMATIC"] |
|
| | TargetHeaterCoolerState | | String | Target heater/cooler mode (AUTO, HEAT, COOL). Mapping can be redefined at item level, e.g. [AUTO="AUTOMATIC"] |
|
||||||
|
@ -723,14 +723,14 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | LockTargetState | | Switch | Target state of lock mechanism (ON=SECURED, OFF=UNSECURED) |
|
| | LockTargetState | | Switch | Target state of lock mechanism (ON=SECURED, OFF=UNSECURED) |
|
||||||
| | | Name | String | Name of the lock |
|
| | | Name | String | Name of the lock |
|
||||||
| Valve | | | | Valve. additional configuration: homekitValveType = ["Generic", "Irrigation", "Shower", "Faucet"] |
|
| Valve | | | | Valve. additional configuration: homekitValveType = ["Generic", "Irrigation", "Shower", "Faucet"] |
|
||||||
| | ActiveStatus | | Switch | Accessory current working status. A value of "ON"/"OPEN" indicates that the accessory is active and is functioning without any errors. |
|
| | ActiveStatus | | Switch, Dimmer | Accessory current working status. A value of "ON"/"OPEN" indicates that the accessory is active and is functioning without any errors. |
|
||||||
| | InUseStatus | | Switch | Indicates whether fluid flowing through the valve. A value of "ON"/"OPEN" indicates that fluid is flowing. |
|
| | InUseStatus | | Switch, Dimmer | Indicates whether fluid flowing through the valve. A value of "ON"/"OPEN" indicates that fluid is flowing. |
|
||||||
| | | Duration | Number | Defines how long a valve should be set to ʼIn Useʼ in second. You can define the default duration via configuration homekitDefaultDuration = <default duration in seconds> |
|
| | | Duration | Number | Defines how long a valve should be set to ʼIn Useʼ in second. You can define the default duration via configuration homekitDefaultDuration = <default duration in seconds> |
|
||||||
| | | RemainingDuration | Number | Describes the remaining duration on the accessory. the remaining duration increases/decreases from the accessoryʼs usual countdown. i.e. changes from 90 to 80 in a second. |
|
| | | RemainingDuration | Number | Describes the remaining duration on the accessory. the remaining duration increases/decreases from the accessoryʼs usual countdown. i.e. changes from 90 to 80 in a second. |
|
||||||
| | | Name | String | Name of the valve |
|
| | | Name | String | Name of the valve |
|
||||||
| | | FaultStatus | Switch, Contact | Accessory fault status. "ON"/"OPEN" value indicates that the accessory has experienced a fault that may be interfering with its intended functionality. A value of "OFF"/"CLOSED" indicates that there is no fault. |
|
| | | FaultStatus | Switch, Contact | Accessory fault status. "ON"/"OPEN" value indicates that the accessory has experienced a fault that may be interfering with its intended functionality. A value of "OFF"/"CLOSED" indicates that there is no fault. |
|
||||||
| Faucet | | | | Faucet or shower. It should be used in combination with Valve or/and HeaterCooler. |
|
| Faucet | | | | Faucet or shower. It should be used in combination with Valve or/and HeaterCooler. |
|
||||||
| | Active | | Switch | Accessory current working status. A value of "ON"/"OPEN" indicates faucet/shower is open. |
|
| | Active | | Switch, Contact, Dimmer | Accessory current working status. A value of "ON"/"OPEN" indicates faucet/shower is open. |
|
||||||
| | | Name | String | Name of the Faucet |
|
| | | Name | String | Name of the Faucet |
|
||||||
| | | FaultStatus | Switch, Contact | Accessory fault status. "ON"/"OPEN" value indicates that the accessory has experienced a fault that may be interfering with its intended functionality. A value of "OFF"/"CLOSED" indicates that there is no fault. |
|
| | | FaultStatus | Switch, Contact | Accessory fault status. "ON"/"OPEN" value indicates that the accessory has experienced a fault that may be interfering with its intended functionality. A value of "OFF"/"CLOSED" indicates that there is no fault. |
|
||||||
| SecuritySystem | | | | Security system. |
|
| SecuritySystem | | | | Security system. |
|
||||||
|
@ -748,20 +748,20 @@ Support for this is planned for the future release of openHAB HomeKit binding.
|
||||||
| | | LockTargetState | Switch | target states of lock mechanism (OFF=SECURED, ON=UNSECURED) |
|
| | | LockTargetState | Switch | target states of lock mechanism (OFF=SECURED, ON=UNSECURED) |
|
||||||
| Battery | | | | Accessory with battery. Battery can be chargeable (configuration chargeable:true) and non-chargeable (configuration chargeable:false) |
|
| Battery | | | | Accessory with battery. Battery can be chargeable (configuration chargeable:true) and non-chargeable (configuration chargeable:false) |
|
||||||
| | BatteryLevel | | Number | Battery level 0% to 100% |
|
| | BatteryLevel | | Number | Battery level 0% to 100% |
|
||||||
| | BatteryLowStatus | | Switch, Contact, Number | Battery low indicator. ON/OPEN = battery level is low; for number if the value is below the lowThreshold, then it is low. Default is 20. |
|
| | BatteryLowStatus | | Switch, Contact, Number | Battery low indicator. ON/OPEN = battery level is low; for number if the value is below the lowThreshold, then it is low. Default is 20. |
|
||||||
| | BatteryChargingState | | Switch, Contact | Mandatory only for chargeable battery. ON/OPEN = battery is charging |
|
| | BatteryChargingState | | Switch, Contact, Dimmer | Mandatory only for chargeable battery. ON/OPEN = battery is charging |
|
||||||
| | | Name | String | Name of the battery accessory |
|
| | | Name | String | Name of the battery accessory |
|
||||||
| Filter | | | | Accessory with filter maintenance indicator |
|
| Filter | | | | Accessory with filter maintenance indicator |
|
||||||
| | FilterChangeIndication | | Switch, Contact | Filter change indicator. ON/OPEN = filter change is required. |
|
| | FilterChangeIndication | | Switch, Contact, Dimmer | Filter change indicator. ON/OPEN = filter change is required. |
|
||||||
| | | FilterLifeLevel | Number | Current filter life level. 0% to 100% |
|
| | | FilterLifeLevel | Number | Current filter life level. 0% to 100% |
|
||||||
| | | FilterResetIndication | Switch | Send "filter reset" action triggered by user in iOS home app to openHAB ("ON" = reset requested by user). |
|
| | | FilterResetIndication | Switch | Send "filter reset" action triggered by user in iOS home app to openHAB ("ON" = reset requested by user). |
|
||||||
| | | Name | String | Name of the filter accessory |
|
| | | Name | String | Name of the filter accessory |
|
||||||
| Microphone | | | | Microphone accessory |
|
| Microphone | | | | Microphone accessory |
|
||||||
| | Mute | | Switch, Contact | Mute indication. ON/OPEN = microphone is muted |
|
| | Mute | | Switch, Contact, Dimmer | Mute indication. ON/OPEN = microphone is muted |
|
||||||
| | | Name | String | Name of the microphone accessory |
|
| | | Name | String | Name of the microphone accessory |
|
||||||
| | | Volume | Number | Microphone volume from 0% to 100% |
|
| | | Volume | Number | Microphone volume from 0% to 100% |
|
||||||
| Speaker | | | | Speaker accessory |
|
| Speaker | | | | Speaker accessory |
|
||||||
| | Mute | | Switch, Contact | Mute indication. ON/OPEN = speaker is muted |
|
| | Mute | | Switch, Contact, Dimmer | Mute indication. ON/OPEN = speaker is muted |
|
||||||
| | | Name | String | Name of the speaker accessory |
|
| | | Name | String | Name of the speaker accessory |
|
||||||
| | | Volume | Number | Speaker volume from 0% to 100% |
|
| | | Volume | Number | Speaker volume from 0% to 100% |
|
||||||
| | | Active | Switch, Contact | Working status |
|
| | | Active | Switch, Contact | Working status |
|
||||||
|
|
|
@ -378,6 +378,7 @@
|
||||||
<channel id="track_position" typeId="track_position"/>
|
<channel id="track_position" typeId="track_position"/>
|
||||||
<channel id="button_press" typeId="button_press"/>
|
<channel id="button_press" typeId="button_press"/>
|
||||||
<channel id="art_url" typeId="art_url"/>
|
<channel id="art_url" typeId="art_url"/>
|
||||||
|
<channel id="album_art" typeId="album_art"/>
|
||||||
</channels>
|
</channels>
|
||||||
</channel-group-type>
|
</channel-group-type>
|
||||||
|
|
||||||
|
@ -527,4 +528,11 @@
|
||||||
<description>The URL of the Album Art JPG for this source that is displayed on a CTP-36</description>
|
<description>The URL of the Album Art JPG for this source that is displayed on a CTP-36</description>
|
||||||
</channel-type>
|
</channel-type>
|
||||||
|
|
||||||
|
<channel-type id="album_art">
|
||||||
|
<item-type>Image</item-type>
|
||||||
|
<label>Album Art</label>
|
||||||
|
<description>The Album Art loaded from the art_url channel for display in a UI widget</description>
|
||||||
|
<state readOnly="true"/>
|
||||||
|
</channel-type>
|
||||||
|
|
||||||
</thing:thing-descriptions>
|
</thing:thing-descriptions>
|
||||||
|
|
Loading…
Reference in New Issue