@@ -9,7 +9,7 @@ This binding supports two thing types based on the connection used: `projector-s
9
9
10
10
## Discovery
11
11
12
- If the projector has a built-in Ethernet port connected to the same network as the openHAB server and the 'AMX Device Discovery' option is present and enabled in the projector's network menu, the thing will be discovered automatically.
12
+ If the projector has a built-in Ethernet port connected to the same network as the openHAB server and either the 'AMX Device Discovery' or 'Control4 SDDP' options are present and enabled in the projector's network menu, the thing will be discovered automatically.
13
13
Serial port or serial over IP connections must be configured manually.
14
14
15
15
## Binding Configuration
@@ -72,36 +72,36 @@ connection: &conEpson
72
72
73
73
## Channels
74
74
75
- | Channel | Item Type | Purpose | Values |
76
- | ------------------ | --------- | ------------------------------------------------------------------------------------------ | --------- |
77
- | power | Switch | Powers the projector on or off. | |
78
- | powerstate | String | Retrieves the textual power state of the projector. | Read only |
79
- | source | String | Retrieve or set the input source. | See above |
80
- | aspectratio | String | Retrieve or set the aspect ratio. | See above |
81
- | colormode | String | Retrieve or set the color mode. | See above |
82
- | freeze | Switch | Turn the freeze screen mode on or off. | |
83
- | mute | Switch | Turn the AV mute on or off. | |
84
- | volume | Dimmer | Retrieve or set the volume. Scaled to 0-20 or 0-40 on the projector per maxVolume setting. | 0% - 100% |
85
- | luminance | String | Retrieve or set the lamp mode. | See above |
86
- | brightness | Number | Retrieve or set the brightness. | -24 - +24 |
87
- | contrast | Number | Retrieve or set the contrast. | -24 - +24 |
88
- | density | Number | Retrieve or set the density (color saturation). | -32 - +32 |
89
- | tint | Number | Retrieve or set the tint. | -32 - +32 |
90
- | colortemperature | Number | Retrieve or set the color temperature. | 0 - +9 |
91
- | fleshtemperature | Number | Retrieve or set the flesh temperature. | 0 - +6 |
92
- | gamma | String | Retrieve or set the gamma setting. | See above |
93
- | autokeystone | Switch | Turn the auto keystone mode on or off. | |
94
- | verticalkeystone | Number | Retrieve or set the vertical keystone. | -30 - +30 |
95
- | horizontalkeystone | Number | Retrieve or set the horizontal keystone. | -30 - +30 |
96
- | verticalposition | Number | Retrieve or set the vertical position. | -8 - +10 |
97
- | horizontalposition | Number | Retrieve or set the horizontal position. | -23 - +26 |
98
- | verticalreverse | Switch | Turn the vertical reverse mode on or off. | |
99
- | horizontalreverse | Switch | Turn the horizontal reverse mode on or off. | |
100
- | background | String | Retrieve or set the background color/logo. | See above |
101
- | keycode | String | Send a key operation command to the projector. (2 character code) | Send only |
102
- | lamptime | Number | Retrieves the lamp hours. | Read only |
103
- | errcode | Number | Retrieves the last error code. | Read only |
104
- | errmessage | String | Retrieves the description of the last error. | Read only |
75
+ | Channel | Item Type | Purpose | Values |
76
+ | ------------------ | --------- | ------------------------------------------------------------------------------------------ | ---------- |
77
+ | power | Switch | Powers the projector on or off. | |
78
+ | powerstate | String | Retrieves the textual power state of the projector. | Read only |
79
+ | source | String | Retrieve or set the input source. | See above |
80
+ | aspectratio | String | Retrieve or set the aspect ratio. | See above |
81
+ | colormode | String | Retrieve or set the color mode. | See above |
82
+ | freeze | Switch | Turn the freeze screen mode on or off. | |
83
+ | mute | Switch | Turn the AV mute on or off. | |
84
+ | volume | Dimmer | Retrieve or set the volume. Scaled to 0-20 or 0-40 on the projector per maxVolume setting. | 0% - 100% |
85
+ | luminance | String | Retrieve or set the lamp mode. | See above |
86
+ | brightness | Number | Retrieve or set the brightness. | -24 - +24 |
87
+ | contrast | Number | Retrieve or set the contrast. | -24 - +24 |
88
+ | density | Number | Retrieve or set the density (color saturation). | -32 - +32 |
89
+ | tint | Number | Retrieve or set the tint. | -32 - +32 |
90
+ | colortemperature | Number | Retrieve or set the color temperature. | 0 - +9 |
91
+ | fleshtemperature | Number | Retrieve or set the flesh temperature. | 0 - +6 |
92
+ | gamma | String | Retrieve or set the gamma setting. | See above |
93
+ | autokeystone | Switch | Turn the auto keystone mode on or off. | |
94
+ | verticalkeystone | Number | Retrieve or set the vertical keystone. | -30 - +30 |
95
+ | horizontalkeystone | Number | Retrieve or set the horizontal keystone. | -30 - +30 |
96
+ | verticalposition | Number | Retrieve or set the vertical position. | -8 - +10 |
97
+ | horizontalposition | Number | Retrieve or set the horizontal position. | -23 - +26 |
98
+ | verticalreverse | Switch | Turn the vertical reverse mode on or off. | |
99
+ | horizontalreverse | Switch | Turn the horizontal reverse mode on or off. | |
100
+ | background | String | Retrieve or set the background color/logo. | See above |
101
+ | keycode | String | Send a key operation command to the projector. (2 character code) | Write only |
102
+ | lamptime | Number | Retrieves the number of hours the lamp has been used. | Read only |
103
+ | errcode | Number | Retrieves the last error code. | Read only |
104
+ | errmessage | String | Retrieves the description of the last error. | Read only |
105
105
106
106
## Full Example
107
107
0 commit comments