Difference between revisions of "WHO=1 - Lighting"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
! style="text-align:left;"| Value | ! style="text-align:left;"| Value | ||
! style="text-align:left;"| Description | ! style="text-align:left;"| Description | ||
+ | ! style="text-align:left;"| Info | ||
|- | |- | ||
|0 | |0 | ||
Line 16: | Line 17: | ||
|- | |- | ||
|0#x | |0#x | ||
− | |Turn off at x speed ( | + | |Turn off at x speed |
+ | |Speed: 0..255 (0=now, 255=slowest) | ||
|- | |- | ||
|1 | |1 | ||
Line 22: | Line 24: | ||
|- | |- | ||
|1#x | |1#x | ||
− | |Turn on at x speed ( | + | |Turn on at x speed |
+ | |Speed: 0..255 (0=now, 255=slowest) | ||
|- | |- | ||
|2 | |2 | ||
Line 113: | Line 116: | ||
|30#x#y | |30#x#y | ||
|Up x levels at y speed (dimmer) | |Up x levels at y speed (dimmer) | ||
+ | |Speed: 0..255 (0=now, 255=slowest) | ||
|- | |- | ||
|31 | |31 | ||
Line 119: | Line 123: | ||
|31#x#y | |31#x#y | ||
|Down x levels at y speed (dimmer) | |Down x levels at y speed (dimmer) | ||
+ | |Speed: 0..255 (0=now, 255=slowest) | ||
|- | |- | ||
|1000 | |1000 | ||
|(not sure yet about this) | |(not sure yet about this) | ||
|} | |} |
Revision as of 16:58, 20 November 2014
Standard Message
In the table above, we learned a Standard Message consists of *WHO*WHAT*WHERE##
.
- WHO identifies the service, such as scenario, light or automation
- WHAT is the action to be performed, such as light ON/OFF or dimmer, shutter up/down etc.
- WHERE identifies the object, which can be an area, group, an environment, or just a single light or shutter etc. A WHERE field can also come with optional parameters, separated by a hash (#), e.g. *WHERE#PAR1#PAR2#...#PARn
WHAT Table
Value | Description | Info |
---|---|---|
0 | OFF | |
0#x | Turn off at x speed | Speed: 0..255 (0=now, 255=slowest) |
1 | ON | |
1#x | Turn on at x speed | Speed: 0..255 (0=now, 255=slowest) |
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 (dimmer) | Speed: 0..255 (0=now, 255=slowest) |
31 | Down one level (dimmer) | |
31#x#y | Down x levels at y speed (dimmer) | Speed: 0..255 (0=now, 255=slowest) |
1000 | (not sure yet about this) |