Configuration Commands Table |
|||
In this Topic Hide
Notes:
|
Note:
|
Name |
Parameters |
|||||
Store Scene (Group) |
Command Number 201 |
Group 1..16383 |
Force Store Block 1..8 Scene 1..16 |
Level 0..100% |
|
|
Store Scene (Device) |
Command Number 202 |
Cluster 1..253 |
Subnet 1..4 |
Force Store |
Level 0..100% Special values: 253=Last Level; 254=Ignore |
|
Store As Scene (Group) |
Command Number 203 |
Group 1..16383 |
Force Store Block 1..8 Scene 1..16 |
|
|
|
Store As Scene (Device) |
Command Number 204 |
Cluster 1..253 |
Subnet 1..4 |
Force Store |
|
|
Reset Emergency Battery and Total Lamp Time (Group) |
Command Number 205 |
Group 1..16383 |
|
|
|
|
Reset Emergency Battery and Total Lamp Time (Device) |
Command Number 206 |
Cluster 1..253 |
Subnet 1..4 |
|
|
|
Set Time and Location |
Command Number 240 |
no. of seconds since 1st January 1970 |
Longitude |
Latitude
|
DST |
|
Set Time |
Command Number 241 |
Local System Time no. of seconds since 1st January 1970 |
|
|
|
|
Set Longitude |
Command Number 242 |
|
Longitude |
|
|
|
Set Latitude |
Command Number 243 |
|
|
Latitude |
|
|
Set Time Zone |
Command Number 244 |
|
|
|
Time Zone |
|
Set DST |
Command Number 245 |
|
|
|
|
DST |
Name |
Command
Number Word1 |
Word
2 |
Word
3 |
Word
4 |
Word
5 |
Word
6 |
Word
7 |
Word
8 |
Word
9 |
Word
10 |
Store Scene (Group) |
201 |
Group 1..16383 |
0 |
Force Store (MSBit) |
0 |
0 |
Level 0..100% |
0
|
0 |
0 |
Store Scene ( Device ) |
202 |
Cluster
1..253 |
Subnet
1..4 |
Force
Store (MSBit) |
0 |
0 |
Level 0..100% |
0 |
0 |
0 |
Store As Scene (Group) |
203 |
Group 1..16383 |
0 |
Force
Store (MSBit) |
0 |
0 |
0 |
0 |
0 |
0 |
Store As Scene (Device) |
204 |
Cluster
1..253 |
Subnet
1..4 |
Force
Store (MSBit) |
0 |
0 |
0 |
0 |
0 |
0 |
Reset Emergency Battery and Total Lamp Time (Group) |
205 |
Group 1..16383 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
Reset Emergency Battery and Total Lamp Time (Device) |
206 |
Cluster
1..253 |
Subnet
1..4 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
Set Time and Location |
240 |
Local System Time no. of seconds since 1st January 1970 |
Longitude hemisphere, hours, minutes, and seconds in decimal form |
Latitude |
Time Zone |
DST (LSBit) |
0 |
0 |
0 |
0 |
Set Time |
241 |
Local System |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
Set Longitude |
242 |
0 |
Longitude |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
Set Latitude |
243 |
0 |
0 |
Latitude
|
0 |
0 |
0 |
0 |
0 |
0 |
Set Time Zone |
244 |
0 |
0 |
0 |
Time
Zone |
0 |
0 |
0 |
0 |
0 |
Set DST |
245 |
0 |
0 |
0 |
0 |
DST
(LSBit) |
0 |
0 |
0 |
0 |
Note:
|
If a channel has been configured to be ignored by a scene, the Force Store flag can be used (by using the value of 1) to override this, and thus the channel’s output will go to the desired level when the scene is recalled.
31..........................24 |
23.................16 |
15...................8 |
7....................0 |
|||
Force [31] |
0 0 0 0 0 0 0 |
0 0 0 0 |
Block [19:16] |
0 0 0 0 0 0 0 0 |
0 0 0 |
Scene [4:0] |
Byte 3 |
Byte 2 |
Byte 1 |
Byte 0 |
|||
Force Store = 1 (True) or 0 (False), Block = 1..8, Scene = 1..16
31..........................24 |
23.................16 |
15...................8 |
7....................0 |
Local System Time [31:0] |
|||
Byte 3 |
Byte 2 |
Byte 1 |
Byte 0 |
The ASCII and raw time value is calculated in seconds from
00:00:00, 1 January 1970.
System Time Value |
ASCII |
Raw |
1 second |
1 |
0x00000001 |
60 seconds (1 minute) |
60 |
0x0000003C |
60 minutes (1 hour) |
3600 |
0x00000E10 |
24 hours (1 day) |
86400 |
0x00015180 |
1 year (365 days) |
31536000 |
0x01E13380 |
Note:
|
The longitude and latitude values are calculated as follows:
31..........................24 |
23.................16 |
15...................8 |
7....................0 |
Longitude [31:0] |
|||
Byte 3 |
Byte 2 |
Byte 1 |
Byte 0 |
31..........................24 |
23.................16 |
15...................8 |
7....................0 |
Latitude [31:0] |
|||
Byte 3 |
Byte 2 |
Byte 1 |
Byte 0 |
51025’00” = (51 x 3600 seconds) + (25 x 60 seconds) + (0 x 1 second) = 185100
S = negative of N and W
= negative of E (for Raw format, use two’s complement to represent negative
values)
Latitude |
ASCII |
Raw |
N: 51025’00” |
N: 185100 |
0x0002D30C |
S: 51025’00” |
N: -185100 |
0xfffD2CF4 |
Longitude |
ASCII |
Raw |
W: 81024’28” |
E: -293068 |
0xfffB8734 |
E: 170028’48” |
E: 613728 |
0x00095D60 |
31..........................24 |
23.................16 |
15...................8 |
7....................0 |
TimeZone [31:0] |
|||
Byte 3 |
Byte 2 |
Byte 1 |
Byte 0 |
Time Zone Difference = -12..12 hours calculated in seconds.
31.................24 |
23.................16 |
15...................8 |
7....................0 |
0 0 0 0 0 0 0 0 |
0 0 0 0 0 0 0 0 |
0 0 0 0 0 0 0 0 |
0 0 0 0 0 0 0 1 |
Byte 3 |
Byte 2 |
Byte 1 |
Byte 0 |
Daylight Saving Time = 1 (ON) / 0 (OFF)