Difference between revisions of "WHO=2 - Automation"

From piMyHome Project
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
Automation is quite simple, since there are only 3 commands available: UP, DOWN and STOP. Unfortunatelly a status request is not possible, so you never know if your shutters are opened or closed.
+
Automation is quite simple since there are only 3 commands available: UP, DOWN and STOP. Unfortunatelly a status request is not possible, so you never know if your shutters are opened or closed.
  
==== Standard Message <tt>*WHO*WHAT*WHERE##</tt>====
+
==== Standard Command <tt>*WHO*WHAT*WHERE##</tt>====
 
Examples:
 
Examples:
 
<pre>
 
<pre>
Line 7: Line 7:
 
*2*2*15##        Shutter 15 DOWN
 
*2*2*15##        Shutter 15 DOWN
 
*2*0*15##        Shutter 15 STOP
 
*2*0*15##        Shutter 15 STOP
 +
</pre>
 +
 +
==== Standard Request <tt>*#WHO*WHERE##</tt>====
 +
Examples:
 +
<pre>
 +
*#2*15##      Returns the current status of shutter 15
 
</pre>
 
</pre>
  
 
== WHAT Table==
 
== WHAT Table==
 
{| class="wikitable"  style="float:left;"
 
{| class="wikitable"  style="float:left;"
! style="text-align:left;"| Value
+
! style="text-align:left;"| WHAT
 
! style="text-align:left;"| Description
 
! style="text-align:left;"| Description
 
|-
 
|-
Line 24: Line 30:
 
|}
 
|}
  
{| class="wikitable" style="float:left; margin-left: 30px;"
+
 
! 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
 
|}
 
  
  
Line 48: Line 38:
 
|style="text-align:left;"|[[WHO=1 - Lighting]]
 
|style="text-align:left;"|[[WHO=1 - Lighting]]
 
|style="text-align:center;"|[[OWN_OpenWebNet_Language_Reference#WHO_Table|WHO Table]]
 
|style="text-align:center;"|[[OWN_OpenWebNet_Language_Reference#WHO_Table|WHO Table]]
|style="text-align:right;"|[[WHO=3 - Load Control]]
+
|style="text-align:right;"|[[WHO=3 - Power Management]]
 
|}
 
|}

Latest revision as of 19:19, 2 November 2015

Automation is quite simple since there are only 3 commands available: UP, DOWN and STOP. Unfortunatelly a status request is not possible, so you never know if your shutters are opened or closed.

Standard Command *WHO*WHAT*WHERE##

Examples:

*2*1*15##        Shutter 15 UP
*2*2*15##        Shutter 15 DOWN
*2*0*15##        Shutter 15 STOP

Standard Request *#WHO*WHERE##

Examples:

*#2*15##       Returns the current status of shutter 15

WHAT Table

WHAT Description
0 STOP
1 UP
2 DOWN




WHO=1 - Lighting WHO Table WHO=3 - Power Management