Difference between revisions of "WHO=2 - Automation"
Jump to navigation
Jump to search
| Line 46: | Line 46: | ||
{| style="width:100%; border:1px solid #EEEEEE; background-color:#FFFFCC" | {| style="width:100%; border:1px solid #EEEEEE; background-color:#FFFFCC" | ||
| − | |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 - Load Control]] | ||
|} | |} | ||
Revision as of 16:18, 21 November 2014
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 *WHO*WHAT*WHERE##
Examples:
*2*1*15## Shutter 15 UP *2*2*15## Shutter 15 DOWN *2*0*15## Shutter 15 STOP
WHAT Table
| Value | Description |
|---|---|
| 0 | STOP |
| 1 | UP |
| 2 | DOWN |
| 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=1 - Lighting | WHO Table | WHO=3 - Load Control |