Difference between revisions of "TLABQ"
Jump to navigation
Jump to search
Line 134: | Line 134: | ||
|temp | |temp | ||
− | | | + | |-99..99 |
|R | |R | ||
|security panel temperature (C°) | |security panel temperature (C°) | ||
Line 141: | Line 141: | ||
|credit | |credit | ||
− | | | + | |00,00..99999,99 |
|R | |R | ||
|SIM credit (€) | |SIM credit (€) |
Revision as of 18:01, 1 March 2021
The TLAB-Q is a multi-area security system
Contents
HSYCO Configuration
Add the TLABQ I/O Server in the I/O Servers section of the Settings and set its parameters:
Communication
- IP Address: host name or IP address of the panel
- IP Port: TCP/IP port assigned to the panel's web server
Authentication
- User: username to access the web server
- Password: password to access the web server
Options
ID | Default | Values | Description |
---|---|---|---|
startupevents | false | true | generate IO events also during the driver’s start-up phase |
false | start generating events only after HSYCO is aligned with the current status of the system | ||
gui | true | true | enable the UISET "visible" field for all system zones |
false | disable the UISET "visible" field for all system zones | ||
pollinterval | 1000 | n > 1000 | the data acquisition interval, in milliseconds |
logsize | 400 | n ≥ 0 | the number of log lines to display in the UI object |
Datapoints
ID | Value | R/W | Description |
---|---|---|---|
connection | online | R | connection established |
offline | R | HSYCO can't connect to the panel | |
id | Q | R | security panel series identification |
model | Quadrio | R | connection established |
Small | R | HSYCO can't connect to the panel | |
Medium | R | connection established | |
Large | R | HSYCO can't connect to the panel | |
fw | <val> | R | firmware version running on the security panel |
dataconfig | 0..999 | R | data configuration version |
accesstype | admin | R | connection established |
no_valid_access | R | HSYCO can't connect to the panel | |
<user_index> | R | HSYCO can't connect to the panel | |
temp | |||
R | security panel temperature (C°) | ||
credit | 00,00..99999,99 | R | SIM credit (€) |
gsm.fault | 1 | R | gsm error |
0 | R | no gsm error | |
gsm.fault.cause | 1 | R | network registration error |
2 | R | no SIM | |
3 | R | no service provider | |
4 | R | low signal | |
5 | R | no response to sent command | |
6 | R | SIM pin block | |
pstn.fault | 1 | R | PSTN fault |
0 | R | no PSTN fault |
User Interface
UISET Actions
ID | Attribute | Set to | |
---|---|---|---|
log | value | latest security log lines (as many as specified by the 'logsize' option) | |
connection.online | visible | true | when datapoint connection = online |
false | when datapoint connection = offline | ||
connection.offline | visible | true | when datapoint connection = offline |
false | when datapoint connection = online | ||
<datapoint_id>.1 | visible | true | when datapoint with ID <datapoint_id> has value '1' |
false | when datapoint with ID <datapoint_id> has value '0' | ||
<datapoint_id>.0 | visible | true | when datapoint with ID <datapoint_id> has value '0' |
false | when datapoint with ID <datapoint_id> has value '1' |
USER Commands
Name | Param | Action |
---|---|---|
p<n>.armed | 0 | disarm partition <n> |
1 | arm partition <n> | |
p<n>.armed.part | 1 | part arm partition <n> |
p<n>.reset | 1 | reset partition <n> |
o<n> | 0 | set PC controlled output <n> off |
1 | set PC controlled output <n> on | |
ox<n> | 0 | set X-10 controlled output <n> off |
1 | set X-10 controlled output <n> on | |
key | <code> | send keypad key (see above for codes) |
Release Notes
3.8.0
- initial release