Difference between revisions of "WHO=1 - Lighting"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | ==== Standard Message <tt>*WHO*WHAT*WHERE##</tt>==== | ||
+ | Examples: | ||
+ | <pre> | ||
+ | *1*1*23## Turn on light 23 | ||
+ | *1*0*23## Turn off light 23 | ||
+ | *1*7*45## Set dimmer 45 to 70% | ||
+ | *1*18*37## Turn on light 37 for 0.5 sec (useful for door opener etc.) | ||
+ | *1*29*23## Let light 23 blink for 5 sec (useful as a 'silent' alarm) | ||
+ | *1*30*45## Set dimmer 45 up to next level (+10%) | ||
+ | </pre> | ||
+ | |||
+ | ==== Status Request <tt>*#WHO*WHERE##</tt>==== | ||
+ | Sending a Status Request to the gateway results in a Standard Message reply. | ||
+ | <pre> | ||
+ | *#1*23## Request status of light 23 | ||
+ | *#1*45## Request status of light 45 | ||
+ | *#1*37## Request status of light 37 | ||
+ | </pre> | ||
+ | That 45 is a dimmer, we might realize when we get another reply than 0 or 1. | ||
+ | |||
== WHAT Table== | == WHAT Table== | ||
− | {| class="wikitable" | + | {| class="wikitable" style="float:left;" |
! style="text-align:left;"| Value | ! style="text-align:left;"| Value | ||
! style="text-align:left;"| Description | ! style="text-align:left;"| Description | ||
Line 9: | Line 29: | ||
|- | |- | ||
|0#x | |0#x | ||
− | |Turn off at x speed | + | |Turn off at x speed |
|- | |- | ||
|1 | |1 | ||
Line 15: | Line 35: | ||
|- | |- | ||
|1#x | |1#x | ||
− | |Turn on at x speed | + | |Turn on at x speed |
|- | |- | ||
|2 | |2 | ||
Line 105: | Line 125: | ||
|- | |- | ||
|30#x#y | |30#x#y | ||
− | |Up x levels at y speed | + | |Up x levels at y speed |
|- | |- | ||
|31 | |31 | ||
Line 111: | Line 131: | ||
|- | |- | ||
|31#x#y | |31#x#y | ||
− | |Down x levels at y speed | + | |Down x levels at y speed |
|- | |- | ||
|1000 | |1000 | ||
− | | | + | |Command translation |
|- | |- | ||
| | | | ||
− | | | + | | |
+ | |} | ||
+ | |||
+ | {| class="wikitable" style="float:left; margin-left: 10px;" | ||
+ | ! style="text-align:left;"| Attribute | ||
+ | ! style="text-align:left;"| Info | ||
+ | |- | ||
+ | |speed | ||
+ | |0..255 (0=now, 255=slowest) | ||
+ | |- | ||
+ | |level | ||
+ | |one level = 10% of dimmer | ||
|} | |} | ||
+ | {| class="wikitable" style="float:left; margin-left: 10px;" | ||
+ | ! style="text-align:left;"| WHERE | ||
+ | ! style="text-align:left;"| Address | ||
+ | |- | ||
+ | |0 | ||
+ | |General | ||
+ | |- | ||
+ | |1..9 | ||
+ | |Environment 1 to 9 | ||
+ | |- | ||
+ | |11..99 | ||
+ | |Light point 1.1 to 9.9 | ||
+ | |- | ||
+ | |0110..0915 | ||
+ | |Light point 1.10 to 9.15 | ||
+ | |- | ||
+ | |#1..#9 | ||
+ | |Group 1 to 9 | ||
+ | |} | ||
Revision as of 01:06, 21 November 2014
Standard Message *WHO*WHAT*WHERE##
Examples:
*1*1*23## Turn on light 23 *1*0*23## Turn off light 23 *1*7*45## Set dimmer 45 to 70% *1*18*37## Turn on light 37 for 0.5 sec (useful for door opener etc.) *1*29*23## Let light 23 blink for 5 sec (useful as a 'silent' alarm) *1*30*45## Set dimmer 45 up to next level (+10%)
Status Request *#WHO*WHERE##
Sending a Status Request to the gateway results in a Standard Message reply.
*#1*23## Request status of light 23 *#1*45## Request status of light 45 *#1*37## Request status of light 37
That 45 is a dimmer, we might realize when we get another reply than 0 or 1.
WHAT Table
Value | Description |
---|---|
0 | OFF |
0#x | Turn off at x speed |
1 | ON |
1#x | Turn on at x speed |
2 | Set dimmer to 20% |
3 | Set dimmer to 30% |
4 | Set dimmer to 40% |
5 | Set dimmer to 50% |
6 | Set dimmer to 60% |
7 | Set dimmer to 70% |
8 | Set dimmer to 80% |
9 | Set dimmer to 90% |
10 | Set dimmer to 100% |
11 | ON for 1 min |
12 | ON for 2 min |
13 | ON for 3 min |
14 | ON for 4 min |
15 | ON for 5 min |
16 | ON for 15 min |
17 | ON for 30 sec |
18 | ON for 0.5 sec |
19 | NO LOAD (dimmer) |
20 | Blinking for 0.5 sec |
21 | Blinking for 1 sec |
22 | Blinking for 1.5 sec |
23 | Blinking for 2 sec |
24 | Blinking for 2.5 sec |
25 | Blinking for 3 sec |
26 | Blinking for 3.5 sec |
27 | Blinking for 4 sec |
28 | Blinking for 4.5 sec |
29 | Blinking for 5 sec |
30 | Up one level (dimmer) |
30#x#y | Up x levels at y speed |
31 | Down one level (dimmer) |
31#x#y | Down x levels at y speed |
1000 | Command translation |
Attribute | Info |
---|---|
speed | 0..255 (0=now, 255=slowest) |
level | one level = 10% of dimmer |
WHERE | Address |
---|---|
0 | General |
1..9 | Environment 1 to 9 |
11..99 | Light point 1.1 to 9.9 |
0110..0915 | Light point 1.10 to 9.15 |
#1..#9 | Group 1 to 9 |
WHO=0 - Scenarios | WHO Table | WHO=2 - Automation |