House Modes
Andreimios (Talk | contribs) |
Andreimios (Talk | contribs) (→Get “Mode” variable value) |
||
(4 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | ==“Mode” top level attribute== |
{| class="wikitable" | {| class="wikitable" | ||
Line 22: | Line 22: | ||
− | === | + | === Get “Mode” variable value === |
− | http://IP/data_request?id=variableget&Variable=Mode | + | http://IP:3480/data_request?id=variableget&Variable=Mode |
− | === | + | |
+ | === Set “Mode” variable value === | ||
- luup.call_action("urn:micasaverde-com:serviceId:HomeAutomationGateway1","SetHouseMode", {Mode = value}, 0)<br> | - luup.call_action("urn:micasaverde-com:serviceId:HomeAutomationGateway1","SetHouseMode", {Mode = value}, 0)<br> | ||
- http://IP/port_3480/data_request?id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=SetHouseMode&Mode=value | - http://IP/port_3480/data_request?id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=SetHouseMode&Mode=value | ||
Line 42: | Line 43: | ||
− | == | + | == “ModeSetting” top level attribute – default/custom setting for each mode == |
'''Default values:'''<br> | '''Default values:'''<br> | ||
Line 55: | Line 56: | ||
− | == | + | == “ModeSetting” device state variable == |
− | === | + | === “Choose sensors to arm ” section - all the devices with category 4 ( DEVICE_CATEGORY_SECURITY_SENSOR) === |
- if this variable is blank or doesn't exist it means the device isn't configured yet. Once the device is configured, the variable will be set;<br> | - if this variable is blank or doesn't exist it means the device isn't configured yet. Once the device is configured, the variable will be set;<br> | ||
- if “A” is present it means that the sensor is “Armed”;<br> | - if “A” is present it means that the sensor is “Armed”;<br> | ||
Line 69: | Line 70: | ||
− | === | + | === “What to do if an armed sensor trips ? ” section - DEVICE_CATEGORY_SIREN & DEVICE_CATEGORY_SIREN === |
The syntax used here is the same as for sensors | The syntax used here is the same as for sensors | ||
− | === | + | === “Who should be notified ?” section - look at the top level mode settings tag, like this: “1:D;2:DC*;3:DC*;4:DC*” === |
- if the “C” is present, it means “yes” <br> | - if the “C” is present, it means “yes” <br> | ||
Line 81: | Line 82: | ||
− | === | + | === “What to do when this mode is selected ?” section === |
− | ==== | + | ==== DEVICE_CATEGORY_HVAC ==== |
No change = nothing; <br> | No change = nothing; <br> | ||
Line 95: | Line 96: | ||
“1:;2:H,72;3:C,73;4:A,74” - “no change” for mode #1, and the other three are heat, cool, auto. | “1:;2:H,72;3:C,73;4:A,74” - “no change” for mode #1, and the other three are heat, cool, auto. | ||
− | ==== | + | ==== DEVICE_CATEGORY_DOOR_LOCK ==== |
No Change = nothing;<br> | No Change = nothing;<br> | ||
Line 103: | Line 104: | ||
− | ==== | + | ==== DEVICE_CATEGORY_SWITCH & DEVICE_CATEGORY_DIMMABLE_LIGHT ==== |
No Change = nothing;<br> | No Change = nothing;<br> | ||
Line 111: | Line 112: | ||
− | == | + | == Default modes == |
DEVICE_CATEGORY_SECURITY_SENSOR (4)<br> | DEVICE_CATEGORY_SECURITY_SENSOR (4)<br> |
Latest revision as of 07:19, 3 November 2014
[edit] “Mode” top level attribute
Mode value | House Mode |
---|---|
1 | Home |
2 | Away |
3 | Night |
4 | Vacation |
[edit] Get “Mode” variable value
http://IP:3480/data_request?id=variableget&Variable=Mode
[edit] Set “Mode” variable value
- luup.call_action("urn:micasaverde-com:serviceId:HomeAutomationGateway1","SetHouseMode", {Mode = value}, 0)
- http://IP/port_3480/data_request?id=lu_action&serviceId=urn:micasaverde-com:serviceId:HomeAutomationGateway1&action=SetHouseMode&Mode=value
Action | Arguments | Description | |
---|---|---|---|
Name | Type or Related Variable | ||
SetHouseMode | Mode | ui1 | Change House Mode |
[edit] “ModeSetting” top level attribute – default/custom setting for each mode
Default values:
- “!1:DC;2:DC*;3:DC*;4:DC* ” - user didn't configured preset modes yet; info message on dashboard is displayed;
- “1:DC;2:DC*;3:DC*;4:DC*” - user visited the preset mode page or configured the modes; info message on dashboard is not displayed;
Legend :
- “DC*” - corresponding mode have the default values;
- “C*” - corresponding mode have custom values;
Get ModeSetting value : http://IP:3480/data_request?id=variableget&Variable=ModeSetting
Set ModeSetting value : http://IP:3480/data_request?id=variableset&Variable=ModeSetting&Value=value
[edit] “ModeSetting” device state variable
[edit] “Choose sensors to arm ” section - all the devices with category 4 ( DEVICE_CATEGORY_SECURITY_SENSOR)
- if this variable is blank or doesn't exist it means the device isn't configured yet. Once the device is configured, the variable will be set;
- if “A” is present it means that the sensor is “Armed”;
- if no value is present it means that the sensor is “Disarmed/Bypassed”.
Example :
“1:;2:A;3:A;4:A”
- in “Home” mode the sensor is Disarmed/Bypassed;
- in “Away/Night/Vacation” modes the sensor is Armed;
[edit] “What to do if an armed sensor trips ? ” section - DEVICE_CATEGORY_SIREN & DEVICE_CATEGORY_SIREN
The syntax used here is the same as for sensors
[edit] “Who should be notified ?” section - look at the top level mode settings tag, like this: “1:D;2:DC*;3:DC*;4:DC*”
- if the “C” is present, it means “yes”
- if the “*” is present, it means that all users will be notify. By default, all users are “yes” in all modes except “Home”.
- if notification for an individual user is changed, then the “*” is changed to a comma separated list of the PK_Users that are set to “yes”. For example, if the PK_User=1818 is turned to “yes” for mode “Away/2” : “1:D;2:DC,1818;3:DC*;4:DC*”. If PK_User 1819 is added with “yes” also, then it will look like this: “1:D;2:DC,1818,1819;3:DC*;4:DC*”and so on;
[edit] “What to do when this mode is selected ?” section
[edit] DEVICE_CATEGORY_HVAC
No change = nothing;
“Off” = O;
“Heat” = H;
“Cool” = C;
“Auto” = A; v
“,VALUE” = temperature;
Example :
“1:;2:H,72;3:C,73;4:A,74” - “no change” for mode #1, and the other three are heat, cool, auto.
[edit] DEVICE_CATEGORY_DOOR_LOCK
No Change = nothing;
“Lock” = L;
“Unlock” = U.
Example : “1:;2:L;3:U;4:” - “no change” for mode #1 and #4, #2 - “Lock” and #3 - “Unlocked”
[edit] DEVICE_CATEGORY_SWITCH & DEVICE_CATEGORY_DIMMABLE_LIGHT
No Change = nothing;
“On” = N;
“Off” = F.
Example : “1:;2:N;3:F;4:” - “no change” for mode #1 and #4, #2 - “On” and #3 - “Off”
[edit] Default modes
DEVICE_CATEGORY_SECURITY_SENSOR (4)
- DEVICE_SUBCATEGORY_GLASS (6) 1:A;2:A;3:A;4:A
- DEVICE_SUBCATEGORY_SMOKE (4) 1:A;2:A;3:A;4:A
- DEVICE_SUBCATEGORY_CO (5) 1:A;2:A;3:A;4:A
- DEVICE_SUBCATEGORY_DOOR (1) 1:;2:A;3:A;4:A
- Other 1:;2:A;3:;4:A
DEVICE_CATEGORY_SIREN (24) 1:;2:A;3:A;4:A
DEVICE_CATEGORY_CAMERA (6) 1:;2:A;3:A;4:A
DEVICE_CATEGORY_HVAC (5) 1:;2:;3:;4:
DEVICE_CATEGORY_DOOR_LOCK (7) 1:;2:;3:;4:
DEVICE_CATEGORY_SWITCH (3) 1:;2:;3:;4:
DEVICE_CATEGORY_DIMMABLE_LIGHT (2) 1:;2:;3:;4: