vanackej / risco-lan-bridge

risco-lan-bridge is a "bridge" between a node.js application and a Risco Panel
Other
6 stars 4 forks source link

Agility 4 / RW032 Panel support #4

Closed vanackej closed 2 years ago

vanackej commented 2 years ago

Attempt to add support for Agility 4 / RW032 panel (https://github.com/vanackej/risco-mqtt-local/issues/18)

vanackej commented 2 years ago

@teruggim As I don't own this panel, I won't be able to perform any test. This library is the one implementing actual communication protocol with Risco units. Before including support in MQTT library, I will need you to perform some tests with this library first.

First I need to know the pannel technical specifications :

Do you have this info ?

Once support added, I'll need you to clone this repository and perform some tests to ensure panel communication is working as expected.

teruggim commented 2 years ago

Good morning @vanackej Unfortunately I am not a programmer.

I can give you the specifications you requested:

vanackej commented 2 years ago

Without beeing a programmer, are you able to checkout a git project, and run some commands ? If not we need to find someone that has the same risco panel and can perform the tests.

teruggim commented 2 years ago

I've never checked Git projects. Maybe @nonameboy007 can help

teruggim commented 2 years ago

otherwise I can try with your help. I have installed the git bash application on windows.

nonameboy007 commented 2 years ago

Without beeing a programmer, are you able to checkout a git project, and run some commands ? If not we need to find someone that has the same risco panel and can perform the tests.

Hello @vanackej ,

Yes I can checkout. I let you tell me which repo and I can make some test.

But only next sunday (holiday) and I dont have physical access to the alarm unit.

Cheers

vanackej commented 2 years ago

@nonameboy007 To test, You must have NodeJS installed and Yarn (may also work with NPM, but didn't try) :

If everything is ok, the test should connect to your panel, and log in the console zones and partitions events for 30s, then stop.

nonameboy007 commented 2 years ago

@vanackej ,

I ve made some test, far from home (with the alarm activated, connected to the cloud ) with direct mode:

I ve got this:

(Sorry for typo, but no computer, and not easy from the smartphone with juice ssh)

root@domoticz:~/risco2/risco-lan-bridge# git status Sur la branche feature/agility_4 Votre branche est à jour avec 'origin/feature/agility_4'. rien à valider, la copie de travail est propre root@domoticz:~/risco2/risco-lan-bridge# yarn test yarn run v1.22.17 $ jest --detectOpenHandles console.log Loading config from: /root/risco2/risco-lan-bridge/config.json at readConfig (test/main.test.ts:7:11) console.debug 2022-02-21T03:35:05.635Z Pseudo Buffer Created for Panel Id(1): [2,5,11,23,47,94,189,122,244,232,208,161,66,133,11,22,45,90,181,107,214,173,90,180,104,208,161,67,135,15,31,63,126,253,251,247,239,223,191,127,255,255,254,252,249,242,229,202,149,43,86,172,88,176,96,193,131,6,12,25,50,100,200,144,32,65,130,5,11,23,47,95,190,125,250,245,234,213,170,85,170,84,168,81,162,68,136,17,35,70,140,24,49,98,197,138,21,42,85,171,87,175,94,188,121,243,230,204,152,49,98,197,138,21,43,86,172,88,177,99,198,141,27,54,109,218,180,105,210,165,74,149,42,85,171,86,173,90,181,106,212,168,80,160,64,129,2,4,9,19,39,78,157,58,117,234,213,170,85,170,85,171,87,175,95,190,124,248,240,225,195,135,15,30,60,120,240,224,193,131,6,12,25,51,102,205,154,53,107,215,175,94,189,122,245,235,215,175,95,190,125,251,246,236,216,176,96,192,129,2,4,8,17,34,68,137,19,39,78,156,56,113,227,199,143,30,61,122,245,234,213,171,86,172,89,179,102,205,154,53,107,215,174,92,185,115,231,207,158,61,123,247,239,223,191] at DefaultLogger.log (src/Logger.ts:54:25) console.debug 2022-02-21T03:35:05.682Z Local GMT Timezone is : +01:00
at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:05.684Z autoConnect enabled, starting communication

  at DefaultLogger.log (src/Logger.ts:48:25)

console.info 2022-02-21T03:35:05.685Z Start Connection to Panel

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:05.687Z TCP Socket is not already created, Create It

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:05.688Z TCP Socket must be created now

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:05.757Z Socket Connected, log in to panel

  at DefaultLogger.log (src/Logger.ts:51:25)

console.info 2022-02-21T03:35:05.762Z Authenticating to the panel

  at DefaultLogger.log (src/Logger.ts:51:25)

console.info 2022-02-21T03:35:05.791Z Command[1] Sending Command: RMT=5678

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:05.810Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:05.820Z Command[1] Data Sent : RMT=5678

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:05.905Z Received data Buffer : [2,50,50,78,48,54,23,52,52,55,68,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:05.907Z Command[22] CRC Value : 447D

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:05.909Z Command[22] CRC Ok

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:05.910Z Command[22] Command response from Panel

  at DefaultLogger.log (src/Logger.ts:54:25)

console.warn 2022-02-21T03:35:05.911Z Command[22] Command response was unexpected, ignoring. Data[N06]. sequenceId[1]

  43 |                 break;
  44 |             case 'warn' :
> 45 |                 console.warn(logMessage);
     |                         ^
  46 |                 break;
  47 |             case "info" :
  48 |                 console.info(logMessage);

  at DefaultLogger.log (src/Logger.ts:45:25)
  at DelegatingLogger.log (src/Logger.ts:66:23)
  at RiscoDirectTCPSocket.<anonymous> (src/RiscoBaseSocket.ts:172:20)
  at node_modules/tslib/tslib.js:117:75
  at __awaiter (node_modules/tslib/tslib.js:113:16)

console.info 2022-02-21T03:35:05.919Z Command[22] Received data from panel: N06

  at DefaultLogger.log (src/Logger.ts:51:25)

console.warn 2022-02-21T03:35:05.921Z Command[22] Receipt of an error code: Invalid Value

  43 |                 break;
  44 |             case 'warn' :
> 45 |                 console.warn(logMessage);
     |                         ^
  46 |                 break;
  47 |             case "info" :
  48 |                 console.info(logMessage);

  at DefaultLogger.log (src/Logger.ts:45:25)
  at DelegatingLogger.log (src/Logger.ts:66:23)
  at RiscoComm.<anonymous> (src/RiscoComm.ts:243:18)
  at node_modules/tslib/tslib.js:117:75
  at __awaiter (node_modules/tslib/tslib.js:113:16)

console.warn 2022-02-21T03:35:10.823Z Command[1] 'RMT=5678' Timeout

  43 |                 break;
  44 |             case 'warn' :
> 45 |                 console.warn(logMessage);
     |                         ^
  46 |                 break;
  47 |             case "info" :
  48 |                 console.info(logMessage);

  at DefaultLogger.log (src/Logger.ts:45:25)
  at DelegatingLogger.log (src/Logger.ts:66:23)
  at Timeout._onTimeout (src/RiscoBaseSocket.ts:309:16)

console.debug 2022-02-21T03:35:10.829Z Command[1] retrying with a new command Id

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:10.830Z Command[1] Sending Command: RMT=5678

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:10.832Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:10.834Z Command[1] Data Sent : RMT=5678

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:10.947Z Received data Buffer : [2,48,49,65,67,75,23,51,57,69,66,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:10.952Z Command[1] CRC Value : 39EB

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:10.954Z Command[1] CRC Ok

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:10.955Z Command[1] Command response from Panel

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:10.957Z Command[1] Emitting expected command response

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:10.958Z Command[1] Received data from panel: ACK

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:10.961Z Command[1] SendCommand receive this response : ACK

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:10.964Z Command[2] Sending Command: LCL

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:10.966Z Command[2] Writing command buffer to socket: [2,48,50,76,67,76,23,65,53,65,70,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:10.968Z Command[2] Data Sent : LCL

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.128Z Received data Buffer : [2,48,50,65,67,75,23,51,57,65,70,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.130Z Command[2] CRC Value : 39AF

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.132Z Command[2] CRC Ok

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.133Z Command[2] Command response from Panel

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.135Z Command[2] Emitting expected command response

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.137Z Command[2] Received data from panel: ACK

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.139Z Command[2] SendCommand receive this response : ACK

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.142Z LCL command result OK

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.143Z Setting up encryption using Panel Id

  at DefaultLogger.log (src/Logger.ts:51:25)

console.info 2022-02-21T03:35:11.145Z Command[3] Sending Command: CUSTLST?

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.148Z Command[3] Writing command buffer to socket: [2,17,50,54,72,66,124,10,241,41,160,215,199,148,115,188,60,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.151Z Command[3] Data Sent : CUSTLST?

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.312Z Received data Buffer : [2,17,50,54,69,39,26,73,132,76,192,217,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.315Z Command[3] CRC Value : 9641

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.316Z Command[3] CRC Ok

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.320Z Command[3] inCryptTest enabled, emitting response without checks

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.323Z Command[3] SendCommand receive this response : N05

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.325Z cryptTableTester response: N05, attempt: 0

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.327Z Command[4] Sending Command: CUSTLST?

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.329Z Command[4] Writing command buffer to socket: [2,17,50,49,72,66,124,10,241,41,160,215,199,153,0,183,61,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.331Z Command[4] Data Sent : CUSTLST?

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.593Z Received data Buffer : [2,17,50,49,69,39,26,73,136,76,178,220,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.596Z Command[4] CRC Value : 56F4

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.598Z Command[4] CRC Ok

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.600Z Command[4] inCryptTest enabled, emitting response without checks

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.603Z Command[4] SendCommand receive this response : N05

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.606Z cryptTableTester response: N05, attempt: 1

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.607Z Command[5] Sending Command: CUSTLST?

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.610Z Command[5] Writing command buffer to socket: [2,17,50,48,72,66,124,10,241,41,160,215,199,149,7,178,60,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.616Z Command[5] Data Sent : CUSTLST?

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.778Z Received data Buffer : [2,17,50,48,69,39,26,73,132,76,183,209,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.781Z Command[5] CRC Value : 96C9

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.782Z Command[5] CRC Ok

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.784Z Command[5] inCryptTest enabled, emitting response without checks

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.786Z Command[5] SendCommand receive this response : N05

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.788Z cryptTableTester response: N05, attempt: 2

  at DefaultLogger.log (src/Logger.ts:54:25)

console.error 2022-02-21T03:35:11.789Z Unable to connect to the control panel.

  40 |         switch (log_lvl) {
  41 |             case 'error' :
> 42 |                 console.error(logMessage);
     |                         ^
  43 |                 break;
  44 |             case 'warn' :
  45 |                 console.warn(logMessage);

  at DefaultLogger.log (src/Logger.ts:42:25)
  at DelegatingLogger.log (src/Logger.ts:66:23)
  at RiscoDirectTCPSocket.<anonymous> (src/RiscoBaseSocket.ts:607:14)
  at fulfilled (node_modules/tslib/tslib.js:114:62)

console.info 2022-02-21T03:35:11.795Z Command[6] Sending Command: DCN

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.798Z Command[6] Writing command buffer to socket: [2,17,50,51,79,84,97,73,139,79,193,172,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.799Z Command[6] Data Sent : DCN

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.961Z Received data Buffer : [2,17,50,51,74,84,100,73,251,67,193,173,3]

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.964Z Command[6] CRC Value : F95E

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.966Z Command[6] CRC Ok

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.968Z Command[6] Command response from Panel

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.969Z Command[6] Emitting expected command response

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.971Z Command[6] Received data from panel: ACK

  at DefaultLogger.log (src/Logger.ts:51:25)

console.debug 2022-02-21T03:35:11.973Z Command[6] SendCommand receive this response : ACK

  at DefaultLogger.log (src/Logger.ts:54:25)

console.debug 2022-02-21T03:35:11.976Z Socket Destroyed.

  at DefaultLogger.log (src/Logger.ts:54:25)

console.info 2022-02-21T03:35:11.978Z TCP Socket Disconnected

  at DefaultLogger.log (src/Logger.ts:48:25)

console.debug 2022-02-21T03:35:11.983Z Socket Disconnected.

  at DefaultLogger.log (src/Logger.ts:54:25)

RUNS test/main.test.ts ^C

And my config.json file:

root@domoticz:~/risco2/risco-lan-bridge# cat config.json { "panelIp": "192.168.100.182", "panelPort": 1000, "panelPassword": 5678, "panelId": 1, "watchDogInterval": 10000, "autoConnect": true, "socketMode": "direct" }

I will try the proxy mode next Sunday.

Maybe @teruggim can give a try before

Cheers

teruggim commented 2 years ago

Good evening @vanackej, I don't know how but I managed to do something. Should I send you all the logs? That's 7000 lines!

PASS test / main.test.ts (192.167 s) Panel test √ Startup test (185287 ms)

Test Suites: 1 passed, 1 total Tests: 1 passed, 1 total Snapshots: 0 total Time: 192.614 s Ran all test suites. Done in 201.71s.

teruggim commented 2 years ago

I also tried the direct mode. The yarn test command gives me the same log as @nonameboy007 Thanks

vanackej commented 2 years ago

I pushed an update on this branch. Can you try again please ?

You can now run the test with yarn start command, that will be less verbose in the logs. Please add the new "commandsLog": true option in config.json. It will produces a separated risco-commands-xxx.csv files containing a dump of command and responses that will be helpful.

Please send me after the test the full console log and commands log.

vanackej commented 2 years ago

Just pushed a major bug fix in encryption/decryption mecanism. Please use the code I just pushed now

nonameboy007 commented 2 years ago

I think there is always a problem with encryption.

See the photo. Screenshot_20220222-161110_JuiceSSH

root@domoticz:~/risco2/risco-lan-bridge# cat risco-commands-2022-02-22T12\:10\:49.426Z.csv
2022-02-22T12:10:49.705Z|1|1|RMT=5678|true|ACK|[2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T12:10:49.924Z|1|2|LCL|true|ACK|[2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T12:10:50.154Z|1|3|CUSTLST?|true|N05|[2,17,50,54,69,39,26,73,132,76,192,217,3]
2022-02-22T12:10:50.331Z|1|4|CUSTLST?|true|N05|[2,17,50,49,69,39,26,73,136,76,178,220,3]
2022-02-22T12:10:50.507Z|1|5|CUSTLST?|true|N05|[2,17,50,48,69,39,26,73,132,76,183,209,3]
2022-02-22T12:11:00.763Z|1|6|DCN|false|undefined|[undefined]
root@domoticz:~/risco2/risco-lan-bridge#
vanackej commented 2 years ago

Encryption is on data buffer received from panel. Console logs are not related to this. This is more a terminal encoding issue, maybe.

Was your terminal having the same issues with previous versions ?

Le mar. 22 févr. 2022 à 13:16, nonameboy007 @.***> a écrit :

I think there is always a problem with encryption.

See the photo. [image: Screenshot_20220222-161110_JuiceSSH] https://user-images.githubusercontent.com/16566355/155130414-3c2e94b6-c306-49c0-9101-78553cf9a4c3.jpg

@.:~/risco2/risco-lan-bridge# cat risco-commands-2022-02-22T12\:10\:49.426Z.csv 2022-02-22T12:10:49.705Z|1|1|RMT=5678|true|ACK|[2,48,49,65,67,75,23,51,57,69,66,3] 2022-02-22T12:10:49.924Z|1|2|LCL|true|ACK|[2,48,50,65,67,75,23,51,57,65,70,3] 2022-02-22T12:10:50.154Z|1|3|CUSTLST?|true|N05|[2,17,50,54,69,39,26,73,132,76,192,217,3] 2022-02-22T12:10:50.331Z|1|4|CUSTLST?|true|N05|[2,17,50,49,69,39,26,73,136,76,178,220,3] 2022-02-22T12:10:50.507Z|1|5|CUSTLST?|true|N05|[2,17,50,48,69,39,26,73,132,76,183,209,3] 2022-02-22T12:11:00.763Z|1|6|DCN|false|undefined|[undefined] @.:~/risco2/risco-lan-bridge#

— Reply to this email directly, view it on GitHub https://github.com/vanackej/risco-lan-bridge/issues/4#issuecomment-1047737040, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAECPHNLYDGSQOHXQCHLSZDU4N5BFANCNFSM5O4I56QA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

nonameboy007 commented 2 years ago

no since the 2 last versions.

The firsts lines are OK, and then it's come buggy. I have to close the session.

[

https://user-images.githubusercontent.com/16566355/155133657-0b089cd7-1bd4-4d23-85e6-78a9569c68cb.mp4

](url)

vanackej commented 2 years ago

I think it's just a terminal encoding issue with your android app. Should test on another shell on desktop. Not relevant for this issue.

About the real issue, it seems RW032 panel does like the CUSTLST command used for encryption testing. Please try with the vesrion I just pushed, I changed the encryption testing command for another one.

teruggim commented 2 years ago

Hello, I don't know if I'm doing something wrong but it doesn't work anymore.

$ yarn test yarn run v1.22.17 $ jest --detectOpenHandles FAIL test/crypto.test.ts ● Test suite failed to run

jest: failed to cache transform results in: C:/Users/miche/AppData/Local/Temp/jest/jest-transform-cache-56c39ddcad5cabd31408d465abf1e9c3-2cfcfb2891f9bf632f59cd19c2f9e2b1/f4/cryptotest_f4f759b77f5174123159b67764f547df.map
Failure message: Cannot find module 'typedarray-to-buffer'
Require stack:
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\write-file-atomic\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\@jest\transform\build\ScriptTransformer.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\@jest\transform\build\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-runtime\build\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\node_modules\@jest\core\build\cli\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\node_modules\@jest\core\build\jest.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\build\cli\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\bin\jest.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest\bin\jest.js

  at Object.<anonymous> (node_modules/write-file-atomic/index.js:12:28)

FAIL test/main.test.ts ● Test suite failed to run

jest: failed to cache transform results in: C:/Users/miche/AppData/Local/Temp/jest/jest-transform-cache-56c39ddcad5cabd31408d465abf1e9c3-2cfcfb2891f9bf632f59cd19c2f9e2b1/3e/maintest_3e8112ae2f908f608160edc7e9db2cd6.map
Failure message: Cannot find module 'typedarray-to-buffer'
Require stack:
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\write-file-atomic\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\@jest\transform\build\ScriptTransformer.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\@jest\transform\build\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-runtime\build\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\node_modules\@jest\core\build\cli\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\node_modules\@jest\core\build\jest.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\build\cli\index.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest-cli\bin\jest.js
- C:\Users\miche\Documents\GitHub\risco-lan-bridge\node_modules\jest\bin\jest.js

  at Object.<anonymous> (node_modules/write-file-atomic/index.js:12:28)

Test Suites: 2 failed, 2 total Tests: 0 total Snapshots: 0 total Time: 3.637 s Ran all test suites. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

teruggim commented 2 years ago

The yarn start command gives me the following error:

$ yarn start yarn run v1.22.17 error Command "start" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

nonameboy007 commented 2 years ago

@vanackej ,

This is the content of the generated file, it's seems better,

root@domoticz:~# cd risco2/risco-lan-bridge/
root@domoticz:~/risco2/risco-lan-bridge# cat risco-commands-2022-02-22T13\:39\:20.713Z.csv
2022-02-22T13:39:25.732Z|1|1|RMT=5678|false|undefined|[undefined]
2022-02-22T13:39:25.910Z|2|1|RMT=5678|true|ACK|[2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T13:39:26.079Z|1|2|LCL|true|ACK|[2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T13:39:26.453Z|1|3|ZLBL*1:8?|true|ZLBL*1:8=Salon              Cuisine          Mezzanine        Suite                   Chambre 1               Chambre 3                Hall             Chambre         |[2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-22T13:39:26.720Z|1|4|PNLCNF|true|PNLCNF=RW032:618VGMI|[2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-22T13:39:31.730Z|1|5|SYSLBL?|false|undefined|[undefined]
2022-02-22T13:39:36.738Z|2|5|SYSLBL?|false|undefined|[undefined]
2022-02-22T13:39:41.747Z|3|5|SYSLBL?|false|undefined|[undefined]
2022-02-22T13:39:46.757Z|4|5|SYSLBL?|false|undefined|[undefined]
2022-02-22T13:39:46.881Z|1|6|DCN|true|ACK|[2,17,50,51,74,84,100,73,251,67,193,173,3]

Do you need the all trace of execution?

vanackej commented 2 years ago

The yarn start command gives me the following error:

$ yarn start yarn run v1.22.17 error Command "start" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Sorry didn't push it. It is available now

vanackej commented 2 years ago

Do you need the all trace of execution?

@nonameboy007 I think you are not up to date too. Please fetch/pull latest updates, run again and send me debug log +commands logs

nonameboy007 commented 2 years ago

Do you need the all trace of execution?

@nonameboy007 I think you are not up to date too. Please fetch/pull latest updates, run again and send me debug log +commands logs

Yes, indeed. Sorry 😞.

There is the trace

root@domoticz:~/risco2/risco-lan-bridge# yarn start
yarn run v1.22.17
$ tsc && node ./dist/main.js
Loading config from: /root/risco2/risco-lan-bridge/config.json
2022-02-22T16:36:13.848Z Logging commands to risco-commands-2022-02-22T16:36:13.848Z.csv
2022-02-22T16:36:13.856Z Local GMT Timezone is : +01:00
2022-02-22T16:36:13.856Z autoConnect enabled, starting communication
2022-02-22T16:36:13.856Z Start Connection to Panel
2022-02-22T16:36:13.857Z TCP Socket is not already created, Create It
2022-02-22T16:36:13.857Z Pseudo Buffer Created for Panel Id(1)
2022-02-22T16:36:13.858Z TCP Socket must be created now
2022-02-22T16:36:13.867Z Socket Connected, log in to panel
2022-02-22T16:36:13.868Z Authenticating to the panel
2022-02-22T16:36:13.868Z Command[1] Sending Command: RMT=5678
2022-02-22T16:36:13.869Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]
2022-02-22T16:36:13.870Z Command[1] Data Sent : RMT=5678
2022-02-22T16:36:18.869Z Command[1] 'RMT=5678' Timeout
2022-02-22T16:36:18.879Z Command[1] retrying command
2022-02-22T16:36:18.879Z Command[1] Sending Command: RMT=5678
2022-02-22T16:36:18.880Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]
2022-02-22T16:36:18.880Z Command[1] Data Sent : RMT=5678
2022-02-22T16:36:19.045Z Received data Buffer : [2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T16:36:19.046Z Command[1] crcOK : true, Computed CRC : 39EB, Message CRC: 39EB
2022-02-22T16:36:19.046Z Command[1] Received data: ACK, crcOk: true
2022-02-22T16:36:19.046Z Command[1] Command response from Panel
2022-02-22T16:36:19.046Z Command[1] Emitting expected command response
2022-02-22T16:36:19.054Z Command[1] command response : ACK
2022-02-22T16:36:19.054Z Command[2] Sending Command: LCL
2022-02-22T16:36:19.054Z Command[2] Writing command buffer to socket: [2,48,50,76,67,76,23,65,53,65,70,3]
2022-02-22T16:36:19.055Z Command[2] Data Sent : LCL
2022-02-22T16:36:19.219Z Received data Buffer : [2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T16:36:19.219Z Command[2] crcOK : true, Computed CRC : 39AF, Message CRC: 39AF
2022-02-22T16:36:19.219Z Command[2] Received data: ACK, crcOk: true
2022-02-22T16:36:19.219Z Command[2] Command response from Panel
2022-02-22T16:36:19.219Z Command[2] Emitting expected command response
2022-02-22T16:36:19.229Z Command[2] command response : ACK
2022-02-22T16:36:19.229Z LCL command result OK
2022-02-22T16:36:19.229Z Setting up encryption using Panel Id
2022-02-22T16:36:19.230Z Command[3] Sending Command: ZLBL*1:8?
2022-02-22T16:36:19.230Z Command[3] Writing command buffer to socket: [2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]
2022-02-22T16:36:19.230Z Command[3] Data Sent : ZLBL*1:8?
2022-02-22T16:36:19.545Z Received data Buffer : [2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-22T16:36:19.546Z Command[3] crcOK : true, Computed CRC : E81D, Message CRC: E81D
2022-02-22T16:36:19.546Z Command[3] Received data: ZLBL*1:8=Salon                        Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre         , crcOk: true
2022-02-22T16:36:19.546Z Command[3] inCryptTest enabled, emitting response without checks to latest sent command
2022-02-22T16:36:19.549Z Command[3] command response : ZLBL*1:8=Salon                    Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre
2022-02-22T16:36:19.549Z cryptTableTester response: ZLBL*1:8=Salon                       Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre         , attempt: 0
2022-02-22T16:36:19.549Z Connection to the control panel successfully established.
2022-02-22T16:36:19.550Z Risco Panel Connected.
2022-02-22T16:36:19.550Z Command[4] Sending Command: PNLCNF
2022-02-22T16:36:19.550Z Command[4] Writing command buffer to socket: [2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]
2022-02-22T16:36:19.550Z Command[4] Data Sent : PNLCNF
2022-02-22T16:36:19.817Z Received data Buffer : [2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-22T16:36:19.817Z Command[4] crcOK : true, Computed CRC : 2416, Message CRC: 2416
2022-02-22T16:36:19.817Z Command[4] Received data: PNLCNF=RW032:618VGMI, crcOk: true
2022-02-22T16:36:19.817Z Command[4] Command response from Panel
2022-02-22T16:36:19.817Z Command[4] Emitting expected command response
2022-02-22T16:36:19.817Z Command[4] command response : PNLCNF=RW032:618VGMI
2022-02-22T16:36:19.818Z Panel info: Agility 4/RW032:618VGMI, FW N/A
2022-02-22T16:36:19.818Z Panel options: 3 parts, 32 zones, 4 outputs, Pir Cam support: false
2022-02-22T16:36:19.818Z Checking the configuration of the control unit.
2022-02-22T16:36:19.819Z Starting devices discovery
2022-02-22T16:36:19.819Z Retrieving System's Information.
2022-02-22T16:36:19.819Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:36:19.819Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:36:19.819Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:36:20.033Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:36:20.033Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:36:20.033Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:36:20.034Z Command[5] Wrong CRC value for the response.
2022-02-22T16:36:20.184Z Received data Buffer : [2,17,53,50,76,68,98,13,233,46,201,197,145,140,111,168,38,59,0,77,128,94,151,159,3]
2022-02-22T16:36:20.184Z Command[77] crcOK : true, Computed CRC : 55A2, Message CRC: 55A2
2022-02-22T16:36:20.185Z Command[77] Received data: GSMSTT=-A------, crcOk: true
2022-02-22T16:36:20.185Z Command[77] Data from Panel, need to send an ACK
2022-02-22T16:36:20.186Z Command[77] Sending Ack.
2022-02-22T16:36:20.186Z Command[77] Data type: Hardware Status
2022-02-22T16:36:20.349Z Received data Buffer : [2,17,53,61,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,225,151,105,130,127,147,151,119,182,3]
2022-02-22T16:36:20.350Z Command[78] crcOK : true, Computed CRC : C641, Message CRC: C641
2022-02-22T16:36:20.351Z Command[78] Received data: CLOCK=22/02/2022 17:36, crcOk: true
2022-02-22T16:36:20.351Z Command[78] Data from Panel, need to send an ACK
2022-02-22T16:36:20.352Z Command[78] Sending Ack.
2022-02-22T16:36:20.352Z Command[78] Data type: Clock
2022-02-22T16:36:24.820Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:36:24.821Z Command[5] retrying command
2022-02-22T16:36:24.821Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:36:24.821Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:36:24.822Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:36:24.987Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:36:24.987Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:36:24.987Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:36:24.987Z Command[5] Wrong CRC value for the response.
2022-02-22T16:36:29.822Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:36:29.826Z Command[5] retrying command
2022-02-22T16:36:29.826Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:36:29.827Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:36:29.827Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:36:30.041Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:36:30.042Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:36:30.042Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:36:30.042Z Command[5] Wrong CRC value for the response.
2022-02-22T16:36:34.827Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:36:34.827Z Command[5] retrying command
2022-02-22T16:36:34.827Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:36:34.828Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:36:34.828Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:36:34.945Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:36:34.945Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:36:34.946Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:36:34.946Z Command[5] Wrong CRC value for the response.
2022-02-22T16:36:39.830Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:36:39.841Z Command[5] command response : undefined
2022-02-22T16:36:39.842Z Error: Failed to process command {"commandId":5,"attempts":4,"crcOk":false,"commandStr":"SYSLBL?","sentBuffer":{"type":"Buffer","data":[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]}}
2022-02-22T16:36:39.842Z Error caught during devices discovery, retrying
2022-02-22T16:36:39.842Z Command[6] Sending Command: DCN
2022-02-22T16:36:39.843Z Command[6] Writing command buffer to socket: [2,50,51,79,84,97,73,139,79,193,172,3]
2022-02-22T16:36:39.843Z Command[6] Data Sent : DCN
2022-02-22T16:36:39.909Z Received data Buffer : [2,17,76,53,63,0,108,26,137,75,3]
2022-02-22T16:36:39.910Z Command[null] crcOK : true, Computed CRC : CD41, Message CRC: CD41
2022-02-22T16:36:39.910Z Command[null] Received data: N04, crcOk: true
2022-02-22T16:36:39.910Z Command[null] Receipt of an error code: CRC Error
2022-02-22T16:36:44.844Z Command[6] 'DCN' Timeout
2022-02-22T16:36:44.851Z Command[6] command response : undefined
2022-02-22T16:36:44.851Z Error: Failed to process command {"commandId":6,"attempts":1,"crcOk":false,"commandStr":"DCN","sentBuffer":{"type":"Buffer","data":[2,50,51,79,84,97,73,139,79,193,172,3]}}
2022-02-22T16:36:44.851Z Error while sending DCN command
2022-02-22T16:36:44.852Z Socket Destroyed.
2022-02-22T16:36:44.853Z TCP Socket Disconnected
2022-02-22T16:36:44.853Z Automatic reconnection will be attempted in 10000 ms
2022-02-22T16:36:44.853Z Socket Disconnected.
2022-02-22T16:36:54.864Z Start Connection to Panel
2022-02-22T16:36:54.865Z A TCP Socket is already created, clearing its listeners
2022-02-22T16:36:54.865Z TCP Socket is not already created, Create It
2022-02-22T16:36:54.865Z Pseudo Buffer Created for Panel Id(1)
2022-02-22T16:36:54.865Z TCP Socket must be created now
2022-02-22T16:36:54.871Z Socket Connected, log in to panel
2022-02-22T16:36:54.871Z Authenticating to the panel
2022-02-22T16:36:54.871Z Command[1] Sending Command: RMT=5678
2022-02-22T16:36:54.872Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]
2022-02-22T16:36:54.872Z Command[1] Data Sent : RMT=5678
2022-02-22T16:36:59.872Z Command[1] 'RMT=5678' Timeout
2022-02-22T16:36:59.880Z Command[1] retrying command
2022-02-22T16:36:59.880Z Command[1] Sending Command: RMT=5678
2022-02-22T16:36:59.881Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]
2022-02-22T16:36:59.881Z Command[1] Data Sent : RMT=5678
2022-02-22T16:36:59.997Z Received data Buffer : [2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T16:36:59.997Z Command[1] crcOK : true, Computed CRC : 39EB, Message CRC: 39EB
2022-02-22T16:36:59.997Z Command[1] Received data: ACK, crcOk: true
2022-02-22T16:36:59.997Z Command[1] Command response from Panel
2022-02-22T16:36:59.997Z Command[1] Emitting expected command response
2022-02-22T16:37:00.004Z Command[1] command response : ACK
2022-02-22T16:37:00.005Z Command[2] Sending Command: LCL
2022-02-22T16:37:00.006Z Command[2] Writing command buffer to socket: [2,48,50,76,67,76,23,65,53,65,70,3]
2022-02-22T16:37:00.007Z Command[2] Data Sent : LCL
2022-02-22T16:37:00.169Z Received data Buffer : [2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T16:37:00.169Z Command[2] crcOK : true, Computed CRC : 39AF, Message CRC: 39AF
2022-02-22T16:37:00.170Z Command[2] Received data: ACK, crcOk: true
2022-02-22T16:37:00.170Z Command[2] Command response from Panel
2022-02-22T16:37:00.170Z Command[2] Emitting expected command response
2022-02-22T16:37:00.173Z Command[2] command response : ACK
2022-02-22T16:37:00.173Z LCL command result OK
2022-02-22T16:37:00.174Z Setting up encryption using Panel Id
2022-02-22T16:37:00.174Z Command[3] Sending Command: ZLBL*1:8?
2022-02-22T16:37:00.175Z Command[3] Writing command buffer to socket: [2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]
2022-02-22T16:37:00.175Z Command[3] Data Sent : ZLBL*1:8?
2022-02-22T16:37:00.540Z Received data Buffer : [2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-22T16:37:00.540Z Command[3] crcOK : true, Computed CRC : E81D, Message CRC: E81D
2022-02-22T16:37:00.540Z Command[3] Received data: ZLBL*1:8=Salon                        Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre         , crcOk: true
2022-02-22T16:37:00.541Z Command[3] inCryptTest enabled, emitting response without checks to latest sent command
2022-02-22T16:37:00.541Z Command[3] command response : ZLBL*1:8=Salon                    Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre
2022-02-22T16:37:00.541Z cryptTableTester response: ZLBL*1:8=Salon                       Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre         , attempt: 0
2022-02-22T16:37:00.541Z Connection to the control panel successfully established.
2022-02-22T16:37:00.541Z Risco Panel Connected.
2022-02-22T16:37:00.541Z Command[4] Sending Command: PNLCNF
2022-02-22T16:37:00.541Z Command[4] Writing command buffer to socket: [2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]
2022-02-22T16:37:00.542Z Command[4] Data Sent : PNLCNF
2022-02-22T16:37:00.806Z Received data Buffer : [2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-22T16:37:00.807Z Command[4] crcOK : true, Computed CRC : 2416, Message CRC: 2416
2022-02-22T16:37:00.807Z Command[4] Received data: PNLCNF=RW032:618VGMI, crcOk: true
2022-02-22T16:37:00.807Z Command[4] Command response from Panel
2022-02-22T16:37:00.807Z Command[4] Emitting expected command response
2022-02-22T16:37:00.810Z Command[4] command response : PNLCNF=RW032:618VGMI
2022-02-22T16:37:00.810Z Panel info: Agility 4/RW032:618VGMI, FW N/A
2022-02-22T16:37:00.810Z Panel options: 3 parts, 32 zones, 4 outputs, Pir Cam support: false
2022-02-22T16:37:00.810Z Checking the configuration of the control unit.
2022-02-22T16:37:00.810Z Starting devices discovery
2022-02-22T16:37:00.811Z Retrieving System's Information.
2022-02-22T16:37:00.811Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:37:00.811Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:37:00.812Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:37:01.027Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:37:01.027Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:37:01.028Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:37:01.028Z Command[5] Wrong CRC value for the response.
2022-02-22T16:37:01.179Z Received data Buffer : [2,17,53,60,76,68,98,13,233,46,201,197,253,140,111,168,38,59,0,77,129,41,149,157,3]
2022-02-22T16:37:01.179Z Command[79] crcOK : true, Computed CRC : 4BC0, Message CRC: 4BC0
2022-02-22T16:37:01.179Z Command[79] Received data: GSMSTT=--------, crcOk: true
2022-02-22T16:37:01.179Z Command[79] Data from Panel, need to send an ACK
2022-02-22T16:37:01.180Z Command[79] Sending Ack.
2022-02-22T16:37:01.180Z Command[79] Data type: Hardware Status
2022-02-22T16:37:01.345Z Received data Buffer : [2,17,58,53,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,225,151,105,130,127,224,153,16,2,177,3]
2022-02-22T16:37:01.345Z Command[80] crcOK : true, Computed CRC : 08A6, Message CRC: 08A6
2022-02-22T16:37:01.345Z Command[80] Received data: CLOCK=22/02/2022 17:36, crcOk: true
2022-02-22T16:37:01.346Z Command[80] Data from Panel, need to send an ACK
2022-02-22T16:37:01.346Z Command[80] Sending Ack.
2022-02-22T16:37:01.347Z Command[80] Data type: Clock
2022-02-22T16:37:04.712Z Received data Buffer : [2,17,58,52,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,225,151,105,131,127,224,229,5,198,3]
2022-02-22T16:37:04.712Z Command[81] crcOK : true, Computed CRC : 0DFA, Message CRC: 0DFA
2022-02-22T16:37:04.712Z Command[81] Received data: CLOCK=22/02/2022 17:37, crcOk: true
2022-02-22T16:37:04.712Z Command[81] Data from Panel, need to send an ACK
2022-02-22T16:37:04.712Z Command[81] Sending Ack.
2022-02-22T16:37:04.713Z Command[81] Data type: Clock
2022-02-22T16:37:05.812Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:37:05.820Z Command[5] retrying command
2022-02-22T16:37:05.820Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:37:05.820Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:37:05.821Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:37:06.036Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:37:06.037Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:37:06.037Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:37:06.038Z Command[5] Wrong CRC value for the response.
2022-02-22T16:37:08.689Z Received data Buffer : [2,17,58,55,76,68,98,13,233,46,201,197,145,140,111,168,38,59,0,77,132,88,238,159,3]
2022-02-22T16:37:08.690Z Command[82] crcOK : true, Computed CRC : 1382, Message CRC: 1382
2022-02-22T16:37:08.691Z Command[82] Received data: GSMSTT=-A------, crcOk: true
2022-02-22T16:37:08.691Z Command[82] Data from Panel, need to send an ACK
2022-02-22T16:37:08.692Z Command[82] Sending Ack.
2022-02-22T16:37:08.692Z Command[82] Data type: Hardware Status
2022-02-22T16:37:10.821Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:37:10.827Z Command[5] retrying command
2022-02-22T16:37:10.828Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:37:10.829Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:37:10.829Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:37:10.995Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:37:10.995Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:37:10.995Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:37:10.996Z Command[5] Wrong CRC value for the response.
2022-02-22T16:37:15.830Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:37:15.836Z Command[5] retrying command
2022-02-22T16:37:15.836Z Command[5] Sending Command: SYSLBL?
2022-02-22T16:37:15.837Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T16:37:15.837Z Command[5] Data Sent : SYSLBL?
2022-02-22T16:37:16.053Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T16:37:16.053Z Command[5] crcOK : false, Computed CRC : BB95, Message CRC: 74BD
2022-02-22T16:37:16.053Z Command[5] Received data: SYSLBL=Syst�me S�curit�, crcOk: false
2022-02-22T16:37:16.053Z Command[5] Wrong CRC value for the response.
2022-02-22T16:37:20.837Z Command[5] 'SYSLBL?' Timeout
2022-02-22T16:37:20.838Z Command[5] command response : undefined
2022-02-22T16:37:20.838Z Error: Failed to process command {"commandId":5,"attempts":4,"crcOk":false,"commandStr":"SYSLBL?","sentBuffer":{"type":"Buffer","data":[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]}}
2022-02-22T16:37:20.838Z Error caught during devices discovery, retrying
2022-02-22T16:37:20.838Z Command[6] Sending Command: DCN
2022-02-22T16:37:20.838Z Command[6] Writing command buffer to socket: [2,50,51,79,84,97,73,139,79,193,172,3]
2022-02-22T16:37:20.838Z Command[6] Data Sent : DCN
2022-02-22T16:37:20.903Z Received data Buffer : [2,17,76,53,63,0,108,26,137,75,3]
2022-02-22T16:37:20.903Z Command[null] crcOK : true, Computed CRC : CD41, Message CRC: CD41
2022-02-22T16:37:20.904Z Command[null] Received data: N04, crcOk: true
2022-02-22T16:37:20.904Z Command[null] Receipt of an error code: CRC Error
2022-02-22T16:37:25.838Z Command[6] 'DCN' Timeout
2022-02-22T16:37:25.848Z Command[6] command response : undefined
2022-02-22T16:37:25.848Z Error: Failed to process command {"commandId":6,"attempts":1,"crcOk":false,"commandStr":"DCN","sentBuffer":{"type":"Buffer","data":[2,50,51,79,84,97,73,139,79,193,172,3]}}
2022-02-22T16:37:25.848Z Error while sending DCN command
2022-02-22T16:37:25.848Z Socket Destroyed.
2022-02-22T16:37:25.848Z TCP Socket Disconnected
2022-02-22T16:37:25.848Z Automatic reconnection will be attempted in 10000 ms
2022-02-22T16:37:25.848Z Socket Disconnected.
^C2022-02-22T16:37:35.677Z Received SIGINT, Disconnecting
2022-02-22T16:37:35.677Z Disconnecting from Panel.

And the file:

root@domoticz:~/risco2/risco-lan-bridge# cat risco-commands-2022-02-22T16\:36\:13.848Z.csv
2022-02-22T16:36:18.879Z|1|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|false|undefined|[undefined]
2022-02-22T16:36:19.054Z|2|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|true|ACK|[2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T16:36:19.229Z|1|2|LCL|[2,48,50,76,67,76,23,65,53,65,70,3]|true|ACK|[2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T16:36:19.549Z|1|3|ZLBL*1:8?|[2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]|true|ZLBL*1:8=Salon               Cuisine                 Mezzanine        Suite            Chambre 1               Chambre 3               Hall                     Chambre         |[2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-22T16:36:19.817Z|1|4|PNLCNF|[2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]|true|PNLCNF=RW032:618VGMI|[2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-22T16:36:24.821Z|1|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:36:29.826Z|2|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:36:34.827Z|3|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:36:39.841Z|4|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:36:44.851Z|1|6|DCN|[2,50,51,79,84,97,73,139,79,193,172,3]|false|undefined|[undefined]
2022-02-22T16:36:59.880Z|1|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|false|undefined|[undefined]
2022-02-22T16:37:00.004Z|2|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|true|ACK|[2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T16:37:00.173Z|1|2|LCL|[2,48,50,76,67,76,23,65,53,65,70,3]|true|ACK|[2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T16:37:00.541Z|1|3|ZLBL*1:8?|[2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]|true|ZLBL*1:8=Salon               Cuisine                 Mezzanine        Suite            Chambre 1               Chambre 3               Hall                     Chambre         |[2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-22T16:37:00.810Z|1|4|PNLCNF|[2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]|true|PNLCNF=RW032:618VGMI|[2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-22T16:37:05.820Z|1|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:37:10.827Z|2|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:37:15.836Z|3|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:37:20.837Z|4|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|false|undefined|[undefined]
2022-02-22T16:37:25.848Z|1|6|DCN|[2,50,51,79,84,97,73,139,79,193,172,3]|false|undefined|[undefined]
root@domoticz:~/risco2/risco-lan-bridge#

Thanks

vanackej commented 2 years ago

Your panel encoding is not utf8, it seems to be latin1 => CRC check fails on SYSLBL command. Set the panel encoding option in config.json to 'latin1', I checked CRC will be ok

teruggim commented 2 years ago

If I try with "commandsLog": true it gives me the following error

$ yarn start yarn run v1.22.17 $ tsc && node ./dist/main.js Loading config from: C:\GitHub\risco-lan-bridge\config.json 2022-02-22T17:12:58.103Z Logging commands to risco-commands-2022-02-22T17:12:58.103Z.csv 2022-02-22T17:12:58.129Z Local GMT Timezone is : +01:00 2022-02-22T17:12:58.129Z autoConnect enabled, starting communication 2022-02-22T17:12:58.129Z Start Connection to Panel 2022-02-22T17:12:58.129Z TCP Socket is not already created, Create It 2022-02-22T17:12:58.130Z Pseudo Buffer Created for Panel Id(1) 2022-02-22T17:12:58.130Z TCP Socket must be created now node:events:498 throw er; // Unhandled 'error' event ^

Error: ENOENT: no such file or directory, open 'C:\GitHub\risco-lan-bridge\risco-commands-2022-02-22T17:12:58.103Z.csv' Emitted 'error' event on WriteStream instance at: at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'C:\GitHub\risco-lan-bridge\risco-commands-2022-02-22T17:12:58.103Z.csv' } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

teruggim commented 2 years ago

If I try with "commandsLog": false it seems to work

Log.txt

teruggim commented 2 years ago

"socketMode": "direct"

nonameboy007 commented 2 years ago

Your panel encoding is not utf8, it seems to be latin1 => CRC check fails on SYSLBL command. Set the panel encoding option in config.json to 'latin1', I checked CRC will be ok

root@domoticz:~/risco2/risco-lan-bridge# yarn start                                       yarn run v1.22.17
$ tsc && node ./dist/main.js
Loading config from: /root/risco2/risco-lan-bridge/config.json
2022-02-22T17:41:37.209Z Logging commands to risco-commands-2022-02-22T17:41:37.209Z.csv
2022-02-22T17:41:37.211Z Local GMT Timezone is : +01:00
2022-02-22T17:41:37.211Z autoConnect enabled, starting communication
2022-02-22T17:41:37.212Z Start Connection to Panel
2022-02-22T17:41:37.212Z TCP Socket is not already created, Create It
2022-02-22T17:41:37.213Z Pseudo Buffer Created for Panel Id(1)
2022-02-22T17:41:37.213Z TCP Socket must be created now
2022-02-22T17:41:37.225Z Socket Connected, log in to panel
2022-02-22T17:41:37.226Z Authenticating to the panel
2022-02-22T17:41:37.227Z Command[1] Sending Command: RMT=5678
2022-02-22T17:41:37.228Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]
2022-02-22T17:41:37.228Z Command[1] Data Sent : RMT=5678
2022-02-22T17:41:42.229Z Command[1] 'RMT=5678' Timeout
2022-02-22T17:41:42.236Z Command[1] retrying command
2022-02-22T17:41:42.236Z Command[1] Sending Command: RMT=5678
2022-02-22T17:41:42.237Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]
2022-02-22T17:41:42.237Z Command[1] Data Sent : RMT=5678
2022-02-22T17:41:42.402Z Received data Buffer : [2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T17:41:42.403Z Command[1] crcOK : true, Computed CRC : 39EB, Message CRC: 39EB
2022-02-22T17:41:42.403Z Command[1] Received data: ACK, crcOk: true
2022-02-22T17:41:42.403Z Command[1] Command response from Panel
2022-02-22T17:41:42.403Z Command[1] Emitting expected command response
2022-02-22T17:41:42.405Z Command[1] command response : ACK
2022-02-22T17:41:42.405Z Command[2] Sending Command: LCL
2022-02-22T17:41:42.405Z Command[2] Writing command buffer to socket: [2,48,50,76,67,76,23,65,53,65,70,3]
2022-02-22T17:41:42.406Z Command[2] Data Sent : LCL
2022-02-22T17:41:42.569Z Received data Buffer : [2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T17:41:42.569Z Command[2] crcOK : true, Computed CRC : 39AF, Message CRC: 39AF
2022-02-22T17:41:42.569Z Command[2] Received data: ACK, crcOk: true
2022-02-22T17:41:42.569Z Command[2] Command response from Panel
2022-02-22T17:41:42.569Z Command[2] Emitting expected command response
2022-02-22T17:41:42.571Z Command[2] command response : ACK
2022-02-22T17:41:42.571Z LCL command result OK
2022-02-22T17:41:42.571Z Setting up encryption using Panel Id
2022-02-22T17:41:42.572Z Command[3] Sending Command: ZLBL*1:8?
2022-02-22T17:41:42.573Z Command[3] Writing command buffer to socket: [2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]
2022-02-22T17:41:42.573Z Command[3] Data Sent : ZLBL*1:8?
2022-02-22T17:41:42.988Z Received data Buffer : [2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-22T17:41:42.989Z Command[3] crcOK : true, Computed CRC : E81D, Message CRC: E81D
2022-02-22T17:41:42.989Z Command[3] Received data: ZLBL*1:8=Salon                        Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre         , crcOk: true
2022-02-22T17:41:42.989Z Command[3] inCryptTest enabled, emitting response without checks to latest sent command
2022-02-22T17:41:42.997Z Command[3] command response : ZLBL*1:8=Salon                    Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre
2022-02-22T17:41:42.997Z cryptTableTester response: ZLBL*1:8=Salon                       Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre         , attempt: 0
2022-02-22T17:41:42.997Z Connection to the control panel successfully established.
2022-02-22T17:41:42.997Z Risco Panel Connected.
2022-02-22T17:41:42.997Z Command[4] Sending Command: PNLCNF
2022-02-22T17:41:42.998Z Command[4] Writing command buffer to socket: [2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]
2022-02-22T17:41:42.998Z Command[4] Data Sent : PNLCNF
2022-02-22T17:41:43.212Z Received data Buffer : [2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-22T17:41:43.212Z Command[4] crcOK : true, Computed CRC : 2416, Message CRC: 2416
2022-02-22T17:41:43.212Z Command[4] Received data: PNLCNF=RW032:618VGMI, crcOk: true
2022-02-22T17:41:43.212Z Command[4] Command response from Panel
2022-02-22T17:41:43.213Z Command[4] Emitting expected command response
2022-02-22T17:41:43.214Z Command[4] command response : PNLCNF=RW032:618VGMI
2022-02-22T17:41:43.215Z Panel info: Agility 4/RW032:618VGMI, FW N/A
2022-02-22T17:41:43.215Z Panel options: 3 parts, 32 zones, 4 outputs, Pir Cam support: false
2022-02-22T17:41:43.215Z Checking the configuration of the control unit.
2022-02-22T17:41:43.215Z Starting devices discovery
2022-02-22T17:41:43.215Z Retrieving System's Information.
2022-02-22T17:41:43.216Z Command[5] Sending Command: SYSLBL?
2022-02-22T17:41:43.216Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]
2022-02-22T17:41:43.216Z Command[5] Data Sent : SYSLBL?
2022-02-22T17:41:43.382Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T17:41:43.383Z Command[5] crcOK : true, Computed CRC : 74BD, Message CRC: 74BD
2022-02-22T17:41:43.383Z Command[5] Received data: SYSLBL=Système Sécurité, crcOk: true
2022-02-22T17:41:43.383Z Command[5] Command response from Panel
2022-02-22T17:41:43.383Z Command[5] Emitting expected command response
2022-02-22T17:41:43.391Z Command[5] command response : SYSLBL=Système Sécurité
2022-02-22T17:41:43.392Z Command[6] Sending Command: SSTT?
2022-02-22T17:41:43.392Z Command[6] Writing command buffer to socket: [2,17,50,51,88,68,123,10,130,109,194,172,233,229,3]
2022-02-22T17:41:43.392Z Command[6] Data Sent : SSTT?
2022-02-22T17:41:43.557Z Received data Buffer : [2,17,50,51,88,68,123,10,128,87,217,197,253,140,111,168,38,59,0,119,152,70,251,128,77,132,80,229,146,3]
2022-02-22T17:41:43.557Z Command[6] crcOK : true, Computed CRC : 0853, Message CRC: 0853
2022-02-22T17:41:43.558Z Command[6] Received data: SSTT=---------------, crcOk: true
2022-02-22T17:41:43.558Z Command[6] Command response from Panel
2022-02-22T17:41:43.558Z Command[6] Emitting expected command response
2022-02-22T17:41:43.558Z Command[6] Data type: System Status
2022-02-22T17:41:43.567Z Command[6] command response : SSTT=---------------
2022-02-22T17:41:43.569Z Retrieving the configuration of the Zones.
2022-02-22T17:41:43.570Z Command[7] Sending Command: ZTYPE*1:8?
2022-02-22T17:41:43.570Z Command[7] Writing command buffer to socket: [2,17,50,50,81,67,118,14,248,80,197,210,232,158,85,188,56,84,25,3]
2022-02-22T17:41:43.571Z Command[7] Data Sent : ZTYPE*1:8?
2022-02-22T17:41:43.888Z Received data Buffer : [2,17,50,50,81,67,118,14,248,80,197,210,232,156,98,182,16,2,54,25,83,149,94,223,156,106,189,72,229,168,99,178,6,63,9,119,221,206,224,216,233,137,71,3]
2022-02-22T17:41:43.889Z Command[7] crcOK : true, Computed CRC : 7668, Message CRC: 7668
2022-02-22T17:41:43.889Z Command[7] Received data: ZTYPE*1:8= 3  4       5               10        5       5       6       5, crcOk: true
2022-02-22T17:41:43.889Z Command[7] Command response from Panel
2022-02-22T17:41:43.889Z Command[7] Emitting expected command response
2022-02-22T17:41:43.889Z Command[7] command response : ZTYPE*1:8= 3      4                5       10       5       5       6       5
2022-02-22T17:41:43.890Z Command[8] Sending Command: ZPART&*1:8?
2022-02-22T17:41:43.890Z Command[8] Writing command buffer to socket: [2,17,50,61,81,71,110,12,233,92,222,217,234,153,125,146,72,87,25,28,3]
2022-02-22T17:41:43.890Z Command[8] Data Sent : ZPART&*1:8?
2022-02-22T17:41:44.108Z Received data Buffer : [2,17,50,61,81,71,110,12,233,92,222,217,234,153,127,180,16,2,39,36,107,188,90,223,156,83,133,97,225,168,114,144,60,40,125,63,3]
2022-02-22T17:41:44.108Z Command[8] crcOK : true, Computed CRC : 37BA, Message CRC: 37BA
2022-02-22T17:41:44.108Z Command[8] Received data: ZPART&*1:8=1 1       1                1, crcOk: true
2022-02-22T17:41:44.108Z Command[8] Command response from Panel
2022-02-22T17:41:44.108Z Command[8] Emitting expected command response
2022-02-22T17:41:44.117Z Command[8] command response : ZPART&*1:8=1     1                12022-02-22T17:41:44.117Z Command[9] Sending Command: ZAREA&*1:8?
2022-02-22T17:41:44.117Z Command[9] Writing command buffer to socket: [2,17,50,60,81,86,125,27,252,92,222,217,234,153,125,146,57,83,110,108,3]
2022-02-22T17:41:44.118Z Command[9] Data Sent : ZAREA&*1:8?
2022-02-22T17:41:44.284Z Received data Buffer : [2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-22T17:41:44.284Z Command[9] crcOK : true, Computed CRC : 97D9, Message CRC: 97D9
2022-02-22T17:41:44.284Z Command[9] Received data: N05, crcOk: true
2022-02-22T17:41:44.284Z Command[9] Command response from Panel
2022-02-22T17:41:44.284Z Command[9] Emitting expected command response
2022-02-22T17:41:44.284Z Command[9] Receipt of an error code: Invalid parameter
2022-02-22T17:41:44.293Z Command[9] command response : N05
2022-02-22T17:41:44.294Z Command[10] Sending Command: ZLBL*1:8?
2022-02-22T17:41:44.294Z Command[10] Writing command buffer to socket: [2,17,51,53,81,91,109,18,151,75,206,208,239,182,7,199,72,80,3]
2022-02-22T17:41:44.294Z Command[10] Data Sent : ZLBL*1:8?
2022-02-22T17:41:44.610Z Received data Buffer : [2,17,51,53,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,49,77,80,18,3]
2022-02-22T17:41:44.613Z Command[10] crcOK : true, Computed CRC : 5DC5, Message CRC: 5DC5
2022-02-22T17:41:44.613Z Command[10] Received data: ZLBL*1:8=Salon                       Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre         , crcOk: true
2022-02-22T17:41:44.613Z Command[10] Command response from Panel
2022-02-22T17:41:44.613Z Command[10] Emitting expected command response
2022-02-22T17:41:44.613Z Command[10] command response : ZLBL*1:8=Salon                   Cuisine          Mezzanine               Suite                   Chambre 1                Chambre 3        Hall                    Chambre
2022-02-22T17:41:44.614Z Command[11] Sending Command: ZSTT*1:8?
2022-02-22T17:41:44.614Z Command[11] Writing command buffer to socket: [2,17,51,52,81,68,123,10,151,75,206,208,239,182,114,181,62,83,3]
2022-02-22T17:41:44.614Z Command[11] Data Sent : ZSTT*1:8?
2022-02-22T17:41:44.980Z Received data Buffer : [2,17,51,52,81,68,123,10,151,75,206,208,237,140,16,3,168,38,59,0,119,152,70,251,164,119,245,69,253,140,110,170,34,50,18,119,208,186,218,194,242,146,82,210,210,211,245,212,179,200,231,184,6,123,129,117,157,105,236,194,43,33,52,31,73,229,189,13,72,175,68,38,58,16,2,114,147,80,215,216,227,248,235,120,135,121,133,124,143,105,165,24,14,7,161,53,28,79,232,167,56,7,66,238,96,154,110,3]
2022-02-22T17:41:44.981Z Command[11] crcOK : true, Computed CRC : E750, Message CRC: E750
2022-02-22T17:41:44.981Z Command[11] Received data: ZSTT*1:8=-A-------- -A--------       -A--------       -A--------      -A--------      -A--------      -A--------               -A--------, crcOk: true
2022-02-22T17:41:44.981Z Command[11] Command response from Panel
2022-02-22T17:41:44.981Z Command[11] Emitting expected command response
2022-02-22T17:41:44.981Z Command[11] Data type: Zone Status
2022-02-22T17:41:44.986Z Command[11] command response : ZSTT*1:8=-A--------              -A--------       -A--------      -A--------      -A--------      -A--------               -A--------       -A--------
2022-02-22T17:41:44.986Z Command[12] Sending Command: ZLNKTYP1?
2022-02-22T17:41:44.986Z Command[12] Writing command buffer to socket: [2,17,51,55,81,91,97,21,233,35,164,217,239,182,1,199,58,34,3]
2022-02-22T17:41:44.986Z Command[12] Data Sent : ZLNKTYP1?
2022-02-22T17:41:45.202Z Received data Buffer : [2,17,51,55,69,39,26,73,133,77,195,172,3]
2022-02-22T17:41:45.202Z Command[12] crcOK : true, Computed CRC : 877D, Message CRC: 877D
2022-02-22T17:41:45.202Z Command[12] Received data: N05, crcOk: true
2022-02-22T17:41:45.202Z Command[12] Command response from Panel
2022-02-22T17:41:45.203Z Command[12] Emitting expected command response
2022-02-22T17:41:45.203Z Command[12] Receipt of an error code: Invalid parameter
2022-02-22T17:41:45.203Z Command[12] command response : N05
2022-02-22T17:41:45.203Z Command[13] Sending Command: ZLNKTYP2?
2022-02-22T17:41:45.203Z Command[13] Writing command buffer to socket: [2,17,51,54,81,91,97,21,233,35,164,218,239,182,113,178,78,38,3]
2022-02-22T17:41:45.204Z Command[13] Data Sent : ZLNKTYP2?
2022-02-22T17:41:45.371Z Received data Buffer : [2,17,51,54,69,39,26,73,137,77,192,216,3]
2022-02-22T17:41:45.372Z Command[13] crcOK : true, Computed CRC : 4740, Message CRC: 4740
2022-02-22T17:41:45.372Z Command[13] Received data: N05, crcOk: true
2022-02-22T17:41:45.372Z Command[13] Command response from Panel
2022-02-22T17:41:45.372Z Command[13] Emitting expected command response
2022-02-22T17:41:45.372Z Command[13] Receipt of an error code: Invalid parameter
2022-02-22T17:41:45.378Z Command[13] command response : N05
2022-02-22T17:41:45.379Z Command[14] Sending Command: ZLNKTYP3?
2022-02-22T17:41:45.379Z Command[14] Writing command buffer to socket: [2,17,51,49,81,91,97,21,233,35,164,219,239,182,122,182,74,84,3]
2022-02-22T17:41:45.379Z Command[14] Data Sent : ZLNKTYP3?
2022-02-22T17:41:45.545Z Received data Buffer : [2,17,51,49,69,39,26,73,133,77,178,221,3]
2022-02-22T17:41:45.545Z Command[14] crcOK : true, Computed CRC : 87F5, Message CRC: 87F5
2022-02-22T17:41:45.545Z Command[14] Received data: N05, crcOk: true
2022-02-22T17:41:45.545Z Command[14] Command response from Panel
2022-02-22T17:41:45.545Z Command[14] Emitting expected command response
2022-02-22T17:41:45.545Z Command[14] Receipt of an error code: Invalid parameter
2022-02-22T17:41:45.555Z Command[14] command response : N05
2022-02-22T17:41:45.555Z Command[15] Sending Command: ZLNKTYP4?
2022-02-22T17:41:45.556Z Command[15] Writing command buffer to socket: [2,17,51,48,81,91,97,21,233,35,164,220,239,182,0,192,58,83,3]
2022-02-22T17:41:45.556Z Command[15] Data Sent : ZLNKTYP4?
2022-02-22T17:41:45.822Z Received data Buffer : [2,17,51,48,69,39,26,73,137,77,183,208,3]
2022-02-22T17:41:45.822Z Command[15] crcOK : true, Computed CRC : 47C8, Message CRC: 47C8
2022-02-22T17:41:45.822Z Command[15] Received data: N05, crcOk: true
2022-02-22T17:41:45.822Z Command[15] Command response from Panel
2022-02-22T17:41:45.822Z Command[15] Emitting expected command response
2022-02-22T17:41:45.822Z Command[15] Receipt of an error code: Invalid parameter
2022-02-22T17:41:45.825Z Command[15] command response : N05
2022-02-22T17:41:45.825Z Command[16] Sending Command: ZLNKTYP5?
2022-02-22T17:41:45.826Z Command[16] Writing command buffer to socket: [2,17,51,51,81,91,97,21,233,35,164,221,239,182,113,196,63,38,3]
2022-02-22T17:41:45.826Z Command[16] Data Sent : ZLNKTYP5?
2022-02-22T17:41:46.043Z Received data Buffer : [2,17,51,51,69,39,26,73,137,77,204,171,3]
2022-02-22T17:41:46.043Z Command[16] crcOK : true, Computed CRC : 478C, Message CRC: 478C
2022-02-22T17:41:46.044Z Command[16] Received data: N05, crcOk: true
2022-02-22T17:41:46.044Z Command[16] Command response from Panel
2022-02-22T17:41:46.044Z Command[16] Emitting expected command response
2022-02-22T17:41:46.044Z Command[16] Receipt of an error code: Invalid parameter
2022-02-22T17:41:46.046Z Command[16] command response : N05
2022-02-22T17:41:46.047Z Command[17] Sending Command: ZLNKTYP6?
2022-02-22T17:41:46.048Z Command[17] Writing command buffer to socket: [2,17,51,50,81,91,97,21,233,35,164,222,239,182,1,179,73,34,3]
2022-02-22T17:41:46.048Z Command[17] Data Sent : ZLNKTYP6?
2022-02-22T17:41:46.212Z Received data Buffer : [2,17,51,50,69,39,26,73,133,77,182,217,3]
2022-02-22T17:41:46.213Z Command[17] crcOK : true, Computed CRC : 87B1, Message CRC: 87B1
2022-02-22T17:41:46.213Z Command[17] Received data: N05, crcOk: true
2022-02-22T17:41:46.213Z Command[17] Command response from Panel
2022-02-22T17:41:46.213Z Command[17] Emitting expected command response
2022-02-22T17:41:46.213Z Command[17] Receipt of an error code: Invalid parameter
2022-02-22T17:41:46.222Z Command[17] command response : N05
2022-02-22T17:41:46.223Z Command[18] Sending Command: ZLNKTYP7?
2022-02-22T17:41:46.223Z Command[18] Writing command buffer to socket: [2,17,51,61,81,91,97,21,233,35,164,223,239,182,115,183,79,35,3]
2022-02-22T17:41:46.223Z Command[18] Data Sent : ZLNKTYP7?
2022-02-22T17:41:46.388Z Received data Buffer : [2,17,51,61,69,39,26,73,133,76,177,221,3]
2022-02-22T17:41:46.389Z Command[18] crcOK : true, Computed CRC : 86E5, Message CRC: 86E5
2022-02-22T17:41:46.389Z Command[18] Received data: N05, crcOk: true
2022-02-22T17:41:46.389Z Command[18] Command response from Panel
2022-02-22T17:41:46.389Z Command[18] Emitting expected command response
2022-02-22T17:41:46.390Z Command[18] Receipt of an error code: Invalid parameter
2022-02-22T17:41:46.398Z Command[18] command response : N05
2022-02-22T17:41:46.399Z Command[19] Sending Command: ZLNKTYP8?
2022-02-22T17:41:46.399Z Command[19] Writing command buffer to socket: [2,17,51,60,81,91,97,21,233,35,164,208,239,182,7,193,78,39,3]
2022-02-22T17:41:46.400Z Command[19] Data Sent : ZLNKTYP8?
2022-02-22T17:41:46.564Z Received data Buffer : [2,17,51,60,69,39,26,73,137,76,176,208,3]
2022-02-22T17:41:46.564Z Command[19] crcOK : true, Computed CRC : 46D8, Message CRC: 46D8
2022-02-22T17:41:46.565Z Command[19] Received data: N05, crcOk: true
2022-02-22T17:41:46.565Z Command[19] Command response from Panel
2022-02-22T17:41:46.565Z Command[19] Emitting expected command response
2022-02-22T17:41:46.565Z Command[19] Receipt of an error code: Invalid parameter
2022-02-22T17:41:46.566Z Command[19] command response : N05
2022-02-22T17:41:46.567Z Command[20] Sending Command: ZTYPE*9:16?
2022-02-22T17:41:46.568Z Command[20] Writing command buffer to socket: [2,17,48,53,81,67,118,14,248,80,205,210,225,151,125,146,57,87,28,109,3]
2022-02-22T17:41:46.569Z Command[20] Data Sent : ZTYPE*9:16?
2022-02-22T17:41:46.833Z Received data Buffer : [2,17,48,53,81,67,118,14,248,80,205,210,225,151,127,165,62,31,28,106,188,75,227,164,122,129,97,240,148,74,167,58,22,31,75,244,219,194,248,157,250,58,203,3]
2022-02-22T17:41:46.834Z Command[20] crcOK : true, Computed CRC : BEE4, Message CRC: BEE4
2022-02-22T17:41:46.834Z Command[20] Received data: ZTYPE*9:16= 5       10                5        5       5       5       5       5, crcOk: true
2022-02-22T17:41:46.835Z Command[20] Command response from Panel
2022-02-22T17:41:46.835Z Command[20] Emitting expected command response
2022-02-22T17:41:46.838Z Command[20] command response : ZTYPE*9:16= 5   10                5        5       5       5       5       5
2022-02-22T17:41:46.840Z Command[21] Sending Command: ZPART&*9:16?
2022-02-22T17:41:46.841Z Command[21] Writing command buffer to socket: [2,17,48,52,81,71,110,12,233,92,222,209,234,144,116,186,28,36,25,98,246,3]
2022-02-22T17:41:46.841Z Command[21] Data Sent : ZPART&*9:16?
2022-02-22T17:41:47.107Z Received data Buffer : [2,17,48,52,81,71,110,12,233,92,222,209,234,144,116,184,58,31,28,83,132,98,231,164,107,189,89,217,144,74,182,24,39,7,58,202,3]
2022-02-22T17:41:47.107Z Command[21] crcOK : true, Computed CRC : 88D7, Message CRC: 88D7
2022-02-22T17:41:47.107Z Command[21] Received data: ZPART&*9:16=1       1                1, crcOk: true
2022-02-22T17:41:47.107Z Command[21] Command response from Panel
2022-02-22T17:41:47.107Z Command[21] Emitting expected command response
2022-02-22T17:41:47.109Z Command[21] command response : ZPART&*9:16=1   1                12022-02-22T17:41:47.109Z Command[22] Sending Command: ZAREA&*9:16?
2022-02-22T17:41:47.109Z Command[22] Writing command buffer to socket: [2,17,48,55,81,86,125,27,252,92,222,209,234,144,116,186,28,34,29,27,244,3]
2022-02-22T17:41:47.110Z Command[22] Data Sent : ZAREA&*9:16?
2022-02-22T17:41:47.276Z Received data Buffer : [2,17,48,55,69,39,26,73,255,78,195,172,3]
2022-02-22T17:41:47.277Z Command[22] crcOK : true, Computed CRC : B47D, Message CRC: B47D
2022-02-22T17:41:47.277Z Command[22] Received data: N05, crcOk: true
2022-02-22T17:41:47.277Z Command[22] Command response from Panel
2022-02-22T17:41:47.277Z Command[22] Emitting expected command response
2022-02-22T17:41:47.277Z Command[22] Receipt of an error code: Invalid parameter
2022-02-22T17:41:47.285Z Command[22] command response : N05
2022-02-22T17:41:47.285Z Command[23] Sending Command: ZLBL*9:16?
2022-02-22T17:41:47.286Z Command[23] Writing command buffer to socket: [2,17,48,54,81,91,109,18,151,67,206,217,230,158,85,177,73,36,27,3]
2022-02-22T17:41:47.286Z Command[23] Data Sent : ZLBL*9:16?
2022-02-22T17:41:47.552Z Received data Buffer : [2,17,48,54,81,91,109,18,151,67,206,217,230,156,0,240,121,115,76,47,149,75,246,141,122,148,72,240,129,99,142,72,126,77,31,154,158,215,207,255,159,95,223,223,222,220,217,251,167,191,244,69,50,201,42,217,5,225,163,38,44,57,18,68,193,196,82,32,242,117,110,55,76,42,215,14,147,155,143,245,138,92,254,38,201,33,210,33,168,98,66,42,227,118,17,66,229,170,28,112,58,197,50,143,111,136,112,169,137,162,253,17,83,240,131,79,68,56,201,120,128,85,209,189,42,115,47,3]
2022-02-22T17:41:47.552Z Command[23] crcOK : true, Computed CRC : 01EB, Message CRC: 01EB
2022-02-22T17:41:47.552Z Command[23] Received data: ZLBL*9:16=Bureau                     Garage           Buanderie               Trappe cuisine          Trappe salon             Zone 14  Zone 15 Zone 16, crcOk: true
2022-02-22T17:41:47.552Z Command[23] Command response from Panel
2022-02-22T17:41:47.552Z Command[23] Emitting expected command response
2022-02-22T17:41:47.554Z Command[23] command response : ZLBL*9:16=Bureau                 Garage           Buanderie               Trappe cuisine          Trappe salon             Zone 14  Zone 15 Zone 16
2022-02-22T17:41:47.554Z Command[24] Sending Command: ZSTT*9:16?
2022-02-22T17:41:47.555Z Command[24] Writing command buffer to socket: [2,17,48,49,81,68,123,10,151,67,206,217,230,158,85,192,77,38,25,3]
2022-02-22T17:41:47.555Z Command[24] Data Sent : ZSTT*9:16?
2022-02-22T17:41:47.971Z Received data Buffer : [2,17,48,49,81,68,123,10,151,67,206,217,230,156,111,196,38,59,0,119,152,70,251,128,83,153,41,253,140,110,170,34,50,18,83,244,214,182,194,242,146,82,210,210,211,209,240,223,164,231,184,6,123,129,117,157,77,200,174,71,33,52,31,73,229,189,13,108,139,40,38,58,16,2,114,147,80,215,216,199,220,135,120,135,121,133,124,143,105,165,60,42,107,161,53,28,79,232,167,56,7,120,188,100,237,24,137,3]
2022-02-22T17:41:47.971Z Command[24] crcOK : true, Computed CRC : 3BF5, Message CRC: 3BF5
2022-02-22T17:41:47.971Z Command[24] Received data: ZSTT*9:16=-A--------                 -A--------       -A--------      -A--------      -A--------      ----------               ----------       ----------, crcOk: true
2022-02-22T17:41:47.971Z Command[24] Command response from Panel
2022-02-22T17:41:47.971Z Command[24] Emitting expected command response
2022-02-22T17:41:47.972Z Command[24] Data type: Zone Status
2022-02-22T17:41:47.977Z Command[24] command response : ZSTT*9:16=-A--------             -A--------       -A--------      -A--------      -A--------      ----------               ----------       ----------
2022-02-22T17:41:47.977Z Command[25] Sending Command: ZLNKTYP9?
2022-02-22T17:41:47.978Z Command[25] Writing command buffer to socket: [2,17,48,48,81,91,97,21,233,35,164,209,239,182,117,188,51,84,3]
2022-02-22T17:41:47.978Z Command[25] Data Sent : ZLNKTYP9?
2022-02-22T17:41:48.143Z Received data Buffer : [2,17,48,48,69,39,26,73,138,78,183,208,3]
2022-02-22T17:41:48.144Z Command[25] crcOK : true, Computed CRC : 74C8, Message CRC: 74C8
2022-02-22T17:41:48.144Z Command[25] Received data: N05, crcOk: true
2022-02-22T17:41:48.144Z Command[25] Command response from Panel
2022-02-22T17:41:48.144Z Command[25] Emitting expected command response
2022-02-22T17:41:48.144Z Command[25] Receipt of an error code: Invalid parameter
2022-02-22T17:41:48.153Z Command[25] command response : N05
2022-02-22T17:41:48.154Z Command[26] Sending Command: ZLNKTYP10?
2022-02-22T17:41:48.155Z Command[26] Writing command buffer to socket: [2,17,48,51,81,91,97,21,233,35,164,217,224,158,85,181,78,35,28,3]
2022-02-22T17:41:48.155Z Command[26] Data Sent : ZLNKTYP10?
2022-02-22T17:41:48.321Z Received data Buffer : [2,17,48,51,69,39,26,73,138,78,204,171,3]
2022-02-22T17:41:48.321Z Command[26] crcOK : true, Computed CRC : 748C, Message CRC: 748C
2022-02-22T17:41:48.321Z Command[26] Received data: N05, crcOk: true
2022-02-22T17:41:48.321Z Command[26] Command response from Panel
2022-02-22T17:41:48.321Z Command[26] Emitting expected command response
2022-02-22T17:41:48.321Z Command[26] Receipt of an error code: Invalid parameter
2022-02-22T17:41:48.331Z Command[26] command response : N05
2022-02-22T17:41:48.331Z Command[27] Sending Command: ZLNKTYP11?
2022-02-22T17:41:48.331Z Command[27] Writing command buffer to socket: [2,17,48,50,81,91,97,21,233,35,164,217,225,158,85,181,79,80,105,3]
2022-02-22T17:41:48.331Z Command[27] Data Sent : ZLNKTYP11?
2022-02-22T17:41:48.497Z Received data Buffer : [2,17,48,50,69,39,26,73,255,78,182,217,3]
2022-02-22T17:41:48.498Z Command[27] crcOK : true, Computed CRC : B4B1, Message CRC: B4B1
2022-02-22T17:41:48.498Z Command[27] Received data: N05, crcOk: true
2022-02-22T17:41:48.498Z Command[27] Command response from Panel
2022-02-22T17:41:48.498Z Command[27] Emitting expected command response
2022-02-22T17:41:48.498Z Command[27] Receipt of an error code: Invalid parameter
2022-02-22T17:41:48.507Z Command[27] command response : N05
2022-02-22T17:41:48.508Z Command[28] Sending Command: ZLNKTYP12?
2022-02-22T17:41:48.508Z Command[28] Writing command buffer to socket: [2,17,48,61,81,91,97,21,233,35,164,217,226,158,85,180,50,39,20,3]
2022-02-22T17:41:48.508Z Command[28] Data Sent : ZLNKTYP12?
2022-02-22T17:41:48.776Z Received data Buffer : [2,17,48,61,69,39,26,73,255,79,177,221,3]
2022-02-22T17:41:48.776Z Command[28] crcOK : true, Computed CRC : B5E5, Message CRC: B5E5
2022-02-22T17:41:48.776Z Command[28] Received data: N05, crcOk: true
2022-02-22T17:41:48.776Z Command[28] Command response from Panel
2022-02-22T17:41:48.776Z Command[28] Emitting expected command response
2022-02-22T17:41:48.776Z Command[28] Receipt of an error code: Invalid parameter
2022-02-22T17:41:48.776Z Command[28] command response : N05
2022-02-22T17:41:48.776Z Command[29] Sending Command: ZLNKTYP13?
2022-02-22T17:41:48.777Z Command[29] Writing command buffer to socket: [2,17,48,60,81,91,97,21,233,35,164,217,227,158,85,180,74,84,24,3]
2022-02-22T17:41:48.777Z Command[29] Data Sent : ZLNKTYP13?
2022-02-22T17:41:48.992Z Received data Buffer : [2,17,48,60,69,39,26,73,138,79,176,208,3]
2022-02-22T17:41:48.993Z Command[29] crcOK : true, Computed CRC : 75D8, Message CRC: 75D8
2022-02-22T17:41:48.993Z Command[29] Received data: N05, crcOk: true
2022-02-22T17:41:48.993Z Command[29] Command response from Panel
2022-02-22T17:41:48.993Z Command[29] Emitting expected command response
2022-02-22T17:41:48.993Z Command[29] Receipt of an error code: Invalid parameter
2022-02-22T17:41:48.995Z Command[29] command response : N05
2022-02-22T17:41:48.996Z Command[30] Sending Command: ZLNKTYP14?
2022-02-22T17:41:48.996Z Command[30] Writing command buffer to socket: [2,17,49,53,81,91,97,21,233,35,164,217,228,158,85,177,61,39,108,3]
2022-02-22T17:41:48.996Z Command[30] Data Sent : ZLNKTYP14?
2022-02-22T17:41:49.161Z Received data Buffer : [2,17,49,53,69,39,26,73,252,79,196,221,3]
2022-02-22T17:41:49.161Z Command[30] crcOK : true, Computed CRC : A505, Message CRC: A505
2022-02-22T17:41:49.161Z Command[30] Received data: N05, crcOk: true
2022-02-22T17:41:49.161Z Command[30] Command response from Panel
2022-02-22T17:41:49.161Z Command[30] Emitting expected command response
2022-02-22T17:41:49.162Z Command[30] Receipt of an error code: Invalid parameter
2022-02-22T17:41:49.171Z Command[30] command response : N05
2022-02-22T17:41:49.172Z Command[31] Sending Command: ZLNKTYP15?
2022-02-22T17:41:49.172Z Command[31] Writing command buffer to socket: [2,17,49,52,81,91,97,21,233,35,164,217,229,158,85,177,62,84,27,3]
2022-02-22T17:41:49.172Z Command[31] Data Sent : ZLNKTYP15?
2022-02-22T17:41:49.340Z Received data Buffer : [2,17,49,52,69,39,26,73,139,79,199,208,3]
2022-02-22T17:41:49.340Z Command[31] crcOK : true, Computed CRC : 6538, Message CRC: 6538
2022-02-22T17:41:49.340Z Command[31] Received data: N05, crcOk: true
2022-02-22T17:41:49.340Z Command[31] Command response from Panel
2022-02-22T17:41:49.341Z Command[31] Emitting expected command response
2022-02-22T17:41:49.341Z Command[31] Receipt of an error code: Invalid parameter
2022-02-22T17:41:49.348Z Command[31] command response : N05
2022-02-22T17:41:49.348Z Command[32] Sending Command: ZLNKTYP16?
2022-02-22T17:41:49.348Z Command[32] Writing command buffer to socket: [2,17,49,55,81,91,97,21,233,35,164,217,230,158,85,177,58,34,31,3]
2022-02-22T17:41:49.349Z Command[32] Data Sent : ZLNKTYP16?
2022-02-22T17:41:49.513Z Received data Buffer : [2,17,49,55,69,39,26,73,139,79,195,171,3]
2022-02-22T17:41:49.514Z Command[32] crcOK : true, Computed CRC : 657C, Message CRC: 657C
2022-02-22T17:41:49.514Z Command[32] Received data: N05, crcOk: true
2022-02-22T17:41:49.514Z Command[32] Command response from Panel
2022-02-22T17:41:49.514Z Command[32] Emitting expected command response
2022-02-22T17:41:49.514Z Command[32] Receipt of an error code: Invalid parameter
2022-02-22T17:41:49.523Z Command[32] command response : N05
2022-02-22T17:41:49.523Z Command[33] Sending Command: ZTYPE*17:24?
2022-02-22T17:41:49.524Z Command[33] Writing command buffer to socket: [2,17,49,54,81,67,118,14,248,80,197,223,234,147,118,186,28,83,105,27,247,3]
2022-02-22T17:41:49.524Z Command[33] Data Sent : ZTYPE*17:24?
2022-02-22T17:41:49.840Z Received data Buffer : [2,17,49,54,81,67,118,14,248,80,197,223,234,147,118,184,43,35,36,122,128,98,246,152,83,148,93,217,129,118,142,47,42,54,94,200,242,215,218,200,140,72,189,190,3]
2022-02-22T17:41:49.841Z Command[33] crcOK : true, Computed CRC : 37BA, Message CRC: 37BA
2022-02-22T17:41:49.841Z Command[33] Received data: ZTYPE*17:24= 5       5                5        5       5       5       5       5, crcOk: true
2022-02-22T17:41:49.841Z Command[33] Command response from Panel
2022-02-22T17:41:49.841Z Command[33] Emitting expected command response
2022-02-22T17:41:49.843Z Command[33] command response : ZTYPE*17:24= 5   5                5        5       5       5       5       5
2022-02-22T17:41:49.843Z Command[34] Sending Command: ZPART&*17:24?
2022-02-22T17:41:49.843Z Command[34] Writing command buffer to socket: [2,17,49,49,81,71,110,12,233,92,222,217,231,155,112,177,52,1,105,108,135,89,3]
2022-02-22T17:41:49.843Z Command[34] Data Sent : ZPART&*17:24?
2022-02-22T17:41:50.060Z Received data Buffer : [2,17,49,49,81,71,110,12,233,92,222,217,231,155,112,177,54,39,36,107,188,90,223,156,83,133,97,225,168,114,142,62,8,124,72,205,186,3]2022-02-22T17:41:50.060Z Command[34] crcOK : true, Computed CRC : C60A, Message CRC: C60A
2022-02-22T17:41:50.061Z Command[34] Received data: ZPART&*17:24=1      1                1, crcOk: true
2022-02-22T17:41:50.061Z Command[34] Command response from Panel
2022-02-22T17:41:50.064Z Command[34] Emitting expected command response
2022-02-22T17:41:50.069Z Command[34] command response : ZPART&*17:24=1  1                12022-02-22T17:41:50.069Z Command[35] Sending Command: ZAREA&*17:24?
2022-02-22T17:41:50.070Z Command[35] Writing command buffer to socket: [2,17,49,48,81,86,125,27,252,92,222,217,231,155,112,177,52,1,29,30,129,94,3]
2022-02-22T17:41:50.070Z Command[35] Data Sent : ZAREA&*17:24?
2022-02-22T17:41:50.239Z Received data Buffer : [2,17,49,48,69,39,26,73,252,79,183,209,3]
2022-02-22T17:41:50.240Z Command[35] crcOK : true, Computed CRC : A5C9, Message CRC: A5C9
2022-02-22T17:41:50.240Z Command[35] Received data: N05, crcOk: true
2022-02-22T17:41:50.240Z Command[35] Command response from Panel
2022-02-22T17:41:50.240Z Command[35] Emitting expected command response
2022-02-22T17:41:50.240Z Command[35] Receipt of an error code: Invalid parameter
2022-02-22T17:41:50.247Z Command[35] command response : N05
2022-02-22T17:41:50.247Z Command[36] Sending Command: ZLBL*17:24?
2022-02-22T17:41:50.248Z Command[36] Writing command buffer to socket: [2,17,49,51,81,91,109,18,151,75,195,210,226,149,125,146,77,83,110,111,3]
2022-02-22T17:41:50.248Z Command[36] Data Sent : ZLBL*17:24?
2022-02-22T17:41:50.514Z Received data Buffer : [2,17,49,51,81,91,109,18,151,75,195,210,226,149,127,223,100,120,72,122,132,92,223,247,53,218,13,240,144,123,142,85,112,81,27,221,202,206,230,133,208,17,154,223,204,204,240,168,138,164,240,11,100,157,81,234,15,175,230,38,62,43,59,62,167,254,69,97,176,54,16,2,77,64,49,219,93,200,193,253,225,236,97,146,3]
2022-02-22T17:41:50.514Z Command[36] crcOK : true, Computed CRC : 4F48, Message CRC: 4F48
2022-02-22T17:41:50.515Z Command[36] Received data: ZLBL*17:24=Zone 17  Zone 18          Zone 19  Zone 20 Zone 21 Zone 22 Zone 23 Zone 24, crcOk: true
2022-02-22T17:41:50.515Z Command[36] Command response from Panel
2022-02-22T17:41:50.515Z Command[36] Emitting expected command response
2022-02-22T17:41:50.524Z Command[36] command response : ZLBL*17:24=Zone 17               Zone 18  Zone 19 Zone 20 Zone 21 Zone 22 Zone 23 Zone 24
2022-02-22T17:41:50.524Z Command[37] Sending Command: ZSTT*17:24?
2022-02-22T17:41:50.525Z Command[37] Writing command buffer to socket: [2,17,49,50,81,68,123,10,151,75,195,210,226,149,125,146,57,39,104,98,3]
2022-02-22T17:41:50.525Z Command[37] Data Sent : ZSTT*17:24?
2022-02-22T17:41:50.892Z Received data Buffer : [2,17,49,50,81,68,123,10,151,75,195,210,226,149,127,168,38,59,0,119,152,70,251,128,119,189,69,253,140,110,170,34,50,18,83,208,242,218,194,242,146,82,210,210,211,209,212,251,200,231,184,6,123,129,117,157,77,236,138,43,33,52,31,73,229,189,13,108,175,12,38,58,16,2,114,147,80,215,216,199,248,163,120,135,121,133,124,143,105,165,60,14,79,161,53,28,79,232,167,56,7,120,134,64,150,111,250,56,3]
2022-02-22T17:41:50.893Z Command[37] crcOK : true, Computed CRC : 91FA, Message CRC: 91FA
2022-02-22T17:41:50.893Z Command[37] Received data: ZSTT*17:24=----------                ----------       ----------      ----------      ----------      ----------               ----------       ----------, crcOk: true
2022-02-22T17:41:50.894Z Command[37] Command response from Panel
2022-02-22T17:41:50.894Z Command[37] Emitting expected command response
2022-02-22T17:41:50.894Z Command[37] Data type: Zone Status
2022-02-22T17:41:50.895Z Command[37] command response : ZSTT*17:24=----------            ----------       ----------      ----------      ----------      ----------               ----------       ----------
2022-02-22T17:41:50.895Z Command[38] Sending Command: ZLNKTYP17?
2022-02-22T17:41:50.896Z Command[38] Writing command buffer to socket: [2,17,49,61,81,91,97,21,233,35,164,217,231,158,85,188,50,38,111,3]
2022-02-22T17:41:50.896Z Command[38] Data Sent : ZLNKTYP17?
2022-02-22T17:41:51.115Z Received data Buffer : [2,17,49,61,69,39,26,73,139,78,177,220,3]
2022-02-22T17:41:51.116Z Command[38] crcOK : true, Computed CRC : 64E4, Message CRC: 64E4
2022-02-22T17:41:51.116Z Command[38] Received data: N05, crcOk: true
2022-02-22T17:41:51.116Z Command[38] Command response from Panel
2022-02-22T17:41:51.116Z Command[38] Emitting expected command response
2022-02-22T17:41:51.116Z Command[38] Receipt of an error code: Invalid parameter
2022-02-22T17:41:51.121Z Command[38] command response : N05
2022-02-22T17:41:51.121Z Command[39] Sending Command: ZLNKTYP18?
2022-02-22T17:41:51.122Z Command[39] Writing command buffer to socket: [2,17,49,60,81,91,97,21,233,35,164,217,232,158,85,176,50,85,27,3]
2022-02-22T17:41:51.122Z Command[39] Data Sent : ZLNKTYP18?
2022-02-22T17:41:51.288Z Received data Buffer : [2,17,49,60,69,39,26,73,252,78,176,209,3]
2022-02-22T17:41:51.289Z Command[39] crcOK : true, Computed CRC : A4D9, Message CRC: A4D9
2022-02-22T17:41:51.289Z Command[39] Received data: N05, crcOk: true
2022-02-22T17:41:51.289Z Command[39] Command response from Panel
2022-02-22T17:41:51.290Z Command[39] Emitting expected command response
2022-02-22T17:41:51.290Z Command[39] Receipt of an error code: Invalid parameter
2022-02-22T17:41:51.299Z Command[39] command response : N05
2022-02-22T17:41:51.299Z Command[40] Sending Command: ZLNKTYP19?
2022-02-22T17:41:51.300Z Command[40] Writing command buffer to socket: [2,17,54,53,81,91,97,21,233,35,164,217,233,158,85,198,57,46,29,3]
2022-02-22T17:41:51.300Z Command[40] Data Sent : ZLNKTYP19?
2022-02-22T17:41:51.467Z Received data Buffer : [2,17,54,53,69,39,26,73,140,72,196,220,3]
2022-02-22T17:41:51.467Z Command[40] crcOK : true, Computed CRC : 1204, Message CRC: 1204
2022-02-22T17:41:51.467Z Command[40] Received data: N05, crcOk: true
2022-02-22T17:41:51.467Z Command[40] Command response from Panel
2022-02-22T17:41:51.468Z Command[40] Emitting expected command response
2022-02-22T17:41:51.468Z Command[40] Receipt of an error code: Invalid parameter
2022-02-22T17:41:51.474Z Command[40] command response : N05
2022-02-22T17:41:51.474Z Command[41] Sending Command: ZLNKTYP20?
2022-02-22T17:41:51.475Z Command[41] Writing command buffer to socket: [2,17,54,52,81,91,97,21,233,35,164,218,224,158,85,177,60,87,105,3]
2022-02-22T17:41:51.475Z Command[41] Data Sent : ZLNKTYP20?
2022-02-22T17:41:51.691Z Received data Buffer : [2,17,54,52,69,39,26,73,249,72,199,209,3]
2022-02-22T17:41:51.691Z Command[41] crcOK : true, Computed CRC : D239, Message CRC: D239
2022-02-22T17:41:51.692Z Command[41] Received data: N05, crcOk: true
2022-02-22T17:41:51.692Z Command[41] Command response from Panel
2022-02-22T17:41:51.692Z Command[41] Emitting expected command response
2022-02-22T17:41:51.692Z Command[41] Receipt of an error code: Invalid parameter
2022-02-22T17:41:51.701Z Command[41] command response : N05
2022-02-22T17:41:51.701Z Command[42] Sending Command: ZLNKTYP21?
2022-02-22T17:41:51.702Z Command[42] Writing command buffer to socket: [2,17,54,55,81,91,97,21,233,35,164,218,225,158,85,189,56,80,21,3]
2022-02-22T17:41:51.702Z Command[42] Data Sent : ZLNKTYP21?
2022-02-22T17:41:51.919Z Received data Buffer : [2,17,54,55,69,39,26,73,249,72,195,172,3]
2022-02-22T17:41:51.920Z Command[42] crcOK : true, Computed CRC : D27D, Message CRC: D27D
2022-02-22T17:41:51.920Z Command[42] Received data: N05, crcOk: true
2022-02-22T17:41:51.920Z Command[42] Command response from Panel
2022-02-22T17:41:51.920Z Command[42] Emitting expected command response
2022-02-22T17:41:51.920Z Command[42] Receipt of an error code: Invalid parameter
2022-02-22T17:41:51.928Z Command[42] command response : N05
2022-02-22T17:41:51.929Z Command[43] Sending Command: ZLNKTYP22?
2022-02-22T17:41:51.929Z Command[43] Writing command buffer to socket: [2,17,54,54,81,91,97,21,233,35,164,218,226,158,85,177,59,80,24,3]
2022-02-22T17:41:51.929Z Command[43] Data Sent : ZLNKTYP22?
2022-02-22T17:41:52.094Z Received data Buffer : [2,17,54,54,69,39,26,73,140,72,192,216,3]
2022-02-22T17:41:52.094Z Command[43] crcOK : true, Computed CRC : 1240, Message CRC: 1240
2022-02-22T17:41:52.094Z Command[43] Received data: N05, crcOk: true
2022-02-22T17:41:52.095Z Command[43] Command response from Panel
2022-02-22T17:41:52.095Z Command[43] Emitting expected command response
2022-02-22T17:41:52.095Z Command[43] Receipt of an error code: Invalid parameter
2022-02-22T17:41:52.095Z Command[43] command response : N05
2022-02-22T17:41:52.096Z Command[44] Sending Command: ZLNKTYP23?
2022-02-22T17:41:52.096Z Command[44] Writing command buffer to socket: [2,17,54,49,81,91,97,21,233,35,164,218,227,158,85,177,73,35,28,3]
2022-02-22T17:41:52.096Z Command[44] Data Sent : ZLNKTYP23?
2022-02-22T17:41:52.265Z Received data Buffer : [2,17,54,49,69,39,26,73,249,72,178,221,3]
2022-02-22T17:41:52.266Z Command[44] crcOK : true, Computed CRC : D2F5, Message CRC: D2F5
2022-02-22T17:41:52.266Z Command[44] Received data: N05, crcOk: true
2022-02-22T17:41:52.266Z Command[44] Command response from Panel
2022-02-22T17:41:52.267Z Command[44] Emitting expected command response
2022-02-22T17:41:52.267Z Command[44] Receipt of an error code: Invalid parameter
2022-02-22T17:41:52.272Z Command[44] command response : N05
2022-02-22T17:41:52.272Z Command[45] Sending Command: ZLNKTYP24?
2022-02-22T17:41:52.273Z Command[45] Writing command buffer to socket: [2,17,54,48,81,91,97,21,233,35,164,218,228,158,85,177,50,39,105,3]
2022-02-22T17:41:52.273Z Command[45] Data Sent : ZLNKTYP24?
2022-02-22T17:41:52.439Z Received data Buffer : [2,17,54,48,69,39,26,73,140,72,183,208,3]
2022-02-22T17:41:52.439Z Command[45] crcOK : true, Computed CRC : 12C8, Message CRC: 12C8
2022-02-22T17:41:52.439Z Command[45] Received data: N05, crcOk: true
2022-02-22T17:41:52.440Z Command[45] Command response from Panel
2022-02-22T17:41:52.440Z Command[45] Emitting expected command response
2022-02-22T17:41:52.440Z Command[45] Receipt of an error code: Invalid parameter
2022-02-22T17:41:52.441Z Command[45] command response : N05
2022-02-22T17:41:52.441Z Command[46] Sending Command: ZTYPE*25:32?
2022-02-22T17:41:52.442Z Command[46] Writing command buffer to socket: [2,17,54,51,81,67,118,14,248,80,198,221,234,146,112,186,28,80,24,105,244,3]
2022-02-22T17:41:52.442Z Command[46] Data Sent : ZTYPE*25:32?
2022-02-22T17:41:52.758Z Received data Buffer : [2,17,54,51,81,67,118,14,248,80,198,221,234,146,112,184,43,35,36,122,128,98,246,152,83,148,93,217,129,118,142,47,42,54,94,200,242,215,218,200,137,62,203,190,3]
2022-02-22T17:41:52.759Z Command[46] crcOK : true, Computed CRC : 6A4A, Message CRC: 6A4A
2022-02-22T17:41:52.759Z Command[46] Received data: ZTYPE*25:32= 5       5                5        5       5       5       5       5, crcOk: true
2022-02-22T17:41:52.759Z Command[46] Command response from Panel
2022-02-22T17:41:52.760Z Command[46] Emitting expected command response
2022-02-22T17:41:52.762Z Command[46] command response : ZTYPE*25:32= 5   5                5        5       5       5       5       5
2022-02-22T17:41:52.763Z Command[47] Sending Command: ZPART&*25:32?
2022-02-22T17:41:52.764Z Command[47] Writing command buffer to socket: [2,17,54,50,81,71,110,12,233,92,222,218,229,155,113,183,52,1,107,27,243,91,3]
2022-02-22T17:41:52.764Z Command[47] Data Sent : ZPART&*25:32?
2022-02-22T17:41:52.981Z Received data Buffer : [2,17,54,50,81,71,110,12,233,92,222,218,229,155,113,183,54,39,36,107,188,90,223,156,83,133,97,225,168,114,142,62,8,8,73,202,206,3]
2022-02-22T17:41:52.982Z Command[47] crcOK : true, Computed CRC : 7775, Message CRC: 7775
2022-02-22T17:41:52.982Z Command[47] Received data: ZPART&*25:32=1      1                1, crcOk: true
2022-02-22T17:41:52.982Z Command[47] Command response from Panel
2022-02-22T17:41:52.982Z Command[47] Emitting expected command response
2022-02-22T17:41:52.990Z Command[47] command response : ZPART&*25:32=1  1                12022-02-22T17:41:52.991Z Command[48] Sending Command: ZAREA&*25:32?
2022-02-22T17:41:52.991Z Command[48] Writing command buffer to socket: [2,17,54,61,81,86,125,27,252,92,222,218,229,155,113,183,52,1,31,111,132,82,3]
2022-02-22T17:41:52.992Z Command[48] Data Sent : ZAREA&*25:32?
2022-02-22T17:41:53.209Z Received data Buffer : [2,17,54,61,69,39,26,73,249,73,177,221,3]
2022-02-22T17:41:53.209Z Command[48] crcOK : true, Computed CRC : D3E5, Message CRC: D3E5
2022-02-22T17:41:53.210Z Command[48] Received data: N05, crcOk: true
2022-02-22T17:41:53.210Z Command[48] Command response from Panel
2022-02-22T17:41:53.210Z Command[48] Emitting expected command response
2022-02-22T17:41:53.210Z Command[48] Receipt of an error code: Invalid parameter
2022-02-22T17:41:53.211Z Command[48] command response : N05
2022-02-22T17:41:53.211Z Command[49] Sending Command: ZLBL*25:32?
2022-02-22T17:41:53.212Z Command[49] Writing command buffer to socket: [2,17,54,60,81,91,109,18,151,72,193,210,227,147,125,146,57,47,29,110,3]
2022-02-22T17:41:53.212Z Command[49] Data Sent : ZLBL*25:32?
2022-02-22T17:41:53.430Z Received data Buffer : [2,17,54,60,81,91,109,18,151,72,193,210,227,147,127,223,100,120,72,122,135,94,223,247,53,218,13,240,147,117,142,85,112,81,27,221,201,192,230,133,208,17,154,223,204,196,240,168,138,164,240,11,100,149,81,234,15,175,230,38,63,41,59,62,167,254,69,97,177,52,16,2,77,64,49,219,93,201,199,253,227,154,100,155,3]
2022-02-22T17:41:53.432Z Command[49] crcOK : true, Computed CRC : 6011, Message CRC: 6011
2022-02-22T17:41:53.432Z Command[49] Received data: ZLBL*25:32=Zone 25  Zone 26          Zone 27  Zone 28 Zone 29 Zone 30 Zone 31 Zone 32, crcOk: true
2022-02-22T17:41:53.432Z Command[49] Command response from Panel
2022-02-22T17:41:53.432Z Command[49] Emitting expected command response
2022-02-22T17:41:53.437Z Command[49] command response : ZLBL*25:32=Zone 25               Zone 26  Zone 27 Zone 28 Zone 29 Zone 30 Zone 31 Zone 32
2022-02-22T17:41:53.438Z Command[1] Sending Command: ZSTT*25:32?
2022-02-22T17:41:53.439Z Command[1] Writing command buffer to socket: [2,17,50,52,81,68,123,10,151,72,193,210,227,147,125,146,77,84,30,107,3]
2022-02-22T17:41:53.439Z Command[1] Data Sent : ZSTT*25:32?
2022-02-22T17:41:53.805Z Received data Buffer : [2,17,50,52,81,68,123,10,151,72,193,210,227,147,127,168,38,59,0,119,152,70,251,128,119,189,69,253,140,110,170,34,50,18,83,208,242,218,194,242,146,82,210,210,211,209,212,251,200,231,184,6,123,129,117,157,77,236,138,43,33,52,31,73,229,189,13,108,175,12,38,58,16,2,114,147,80,215,216,199,248,163,120,135,121,133,124,143,105,165,60,14,79,161,53,28,79,232,167,56,7,120,134,64,235,105,255,77,3]
2022-02-22T17:41:53.806Z Command[1] crcOK : true, Computed CRC : D7C4, Message CRC: D7C4
2022-02-22T17:41:53.806Z Command[1] Received data: ZSTT*25:32=----------                 ----------       ----------      ----------      ----------      ----------               ----------       ----------, crcOk: true
2022-02-22T17:41:53.807Z Command[1] Command response from Panel
2022-02-22T17:41:53.807Z Command[1] Emitting expected command response
2022-02-22T17:41:53.807Z Command[1] Data type: Zone Status
2022-02-22T17:41:53.810Z Command[1] command response : ZSTT*25:32=----------             ----------       ----------      ----------      ----------      ----------               ----------       ----------
2022-02-22T17:41:53.810Z Command[2] Sending Command: ZLNKTYP25?
2022-02-22T17:41:53.811Z Command[2] Writing command buffer to socket: [2,17,50,55,81,91,97,21,233,35,164,218,229,158,85,198,61,84,26,3]
2022-02-22T17:41:53.811Z Command[2] Data Sent : ZLNKTYP25?
2022-02-22T17:41:54.027Z Received data Buffer : [2,17,50,55,69,39,26,73,136,76,195,171,3]
2022-02-22T17:41:54.027Z Command[2] crcOK : true, Computed CRC : 567C, Message CRC: 567C
2022-02-22T17:41:54.027Z Command[2] Received data: N05, crcOk: true
2022-02-22T17:41:54.028Z Command[2] Command response from Panel
2022-02-22T17:41:54.028Z Command[2] Emitting expected command response
2022-02-22T17:41:54.028Z Command[2] Receipt of an error code: Invalid parameter
2022-02-22T17:41:54.035Z Command[2] command response : N05
2022-02-22T17:41:54.036Z Command[3] Sending Command: ZLNKTYP26?
2022-02-22T17:41:54.036Z Command[3] Writing command buffer to socket: [2,17,50,54,81,91,97,21,233,35,164,218,230,158,85,181,62,84,108,3]
2022-02-22T17:41:54.036Z Command[3] Data Sent : ZLNKTYP26?
2022-02-22T17:41:54.203Z Received data Buffer : [2,17,50,54,69,39,26,73,132,76,192,217,3]
2022-02-22T17:41:54.203Z Command[3] crcOK : true, Computed CRC : 9641, Message CRC: 9641
2022-02-22T17:41:54.203Z Command[3] Received data: N05, crcOk: true
2022-02-22T17:41:54.204Z Command[3] Command response from Panel
2022-02-22T17:41:54.204Z Command[3] Emitting expected command response
2022-02-22T17:41:54.204Z Command[3] Receipt of an error code: Invalid parameter
2022-02-22T17:41:54.210Z Command[3] command response : N05
2022-02-22T17:41:54.210Z Command[4] Sending Command: ZLNKTYP27?
2022-02-22T17:41:54.211Z Command[4] Writing command buffer to socket: [2,17,50,49,81,91,97,21,233,35,164,218,231,158,85,181,78,39,104,3]
2022-02-22T17:41:54.211Z Command[4] Data Sent : ZLNKTYP27?
2022-02-22T17:41:54.376Z Received data Buffer : [2,17,50,49,69,39,26,73,136,76,178,220,3]
2022-02-22T17:41:54.377Z Command[4] crcOK : true, Computed CRC : 56F4, Message CRC: 56F4
2022-02-22T17:41:54.377Z Command[4] Received data: N05, crcOk: true
2022-02-22T17:41:54.377Z Command[4] Command response from Panel
2022-02-22T17:41:54.377Z Command[4] Emitting expected command response
2022-02-22T17:41:54.377Z Command[4] Receipt of an error code: Invalid parameter
2022-02-22T17:41:54.386Z Command[4] command response : N05
2022-02-22T17:41:54.387Z Command[5] Sending Command: ZLNKTYP28?
2022-02-22T17:41:54.387Z Command[5] Writing command buffer to socket: [2,17,50,48,81,91,97,21,233,35,164,218,232,158,85,198,78,82,30,3]
2022-02-22T17:41:54.388Z Command[5] Data Sent : ZLNKTYP28?
2022-02-22T17:41:54.653Z Received data Buffer : [2,17,50,48,69,39,26,73,132,76,183,209,3]
2022-02-22T17:41:54.654Z Command[5] crcOK : true, Computed CRC : 96C9, Message CRC: 96C9
2022-02-22T17:41:54.654Z Command[5] Received data: N05, crcOk: true
2022-02-22T17:41:54.654Z Command[5] Command response from Panel
2022-02-22T17:41:54.654Z Command[5] Emitting expected command response
2022-02-22T17:41:54.654Z Command[5] Receipt of an error code: Invalid parameter
2022-02-22T17:41:54.655Z Command[5] command response : N05
2022-02-22T17:41:54.655Z Command[6] Sending Command: ZLNKTYP29?
2022-02-22T17:41:54.655Z Command[6] Writing command buffer to socket: [2,17,50,51,81,91,97,21,233,35,164,218,233,158,85,181,74,46,27,3]
2022-02-22T17:41:54.655Z Command[6] Data Sent : ZLNKTYP29?
2022-02-22T17:41:54.873Z Received data Buffer : [2,17,50,51,69,39,26,73,132,76,204,172,3]
2022-02-22T17:41:54.873Z Command[6] crcOK : true, Computed CRC : 968D, Message CRC: 968D
2022-02-22T17:41:54.873Z Command[6] Received data: N05, crcOk: true
2022-02-22T17:41:54.873Z Command[6] Command response from Panel
2022-02-22T17:41:54.873Z Command[6] Emitting expected command response
2022-02-22T17:41:54.873Z Command[6] Receipt of an error code: Invalid parameter
2022-02-22T17:41:54.881Z Command[6] command response : N05
2022-02-22T17:41:54.881Z Command[7] Sending Command: ZLNKTYP30?
2022-02-22T17:41:54.881Z Command[7] Writing command buffer to socket: [2,17,50,50,81,91,97,21,233,35,164,219,224,158,85,182,60,87,108,3]
2022-02-22T17:41:54.882Z Command[7] Data Sent : ZLNKTYP30?
2022-02-22T17:41:55.048Z Received data Buffer : [2,17,50,50,69,39,26,73,136,76,182,216,3]
2022-02-22T17:41:55.048Z Command[7] crcOK : true, Computed CRC : 56B0, Message CRC: 56B0
2022-02-22T17:41:55.048Z Command[7] Received data: N05, crcOk: true
2022-02-22T17:41:55.049Z Command[7] Command response from Panel
2022-02-22T17:41:55.049Z Command[7] Emitting expected command response
2022-02-22T17:41:55.049Z Command[7] Receipt of an error code: Invalid parameter
2022-02-22T17:41:55.050Z Command[7] command response : N05
2022-02-22T17:41:55.050Z Command[8] Sending Command: ZLNKTYP31?
2022-02-22T17:41:55.051Z Command[8] Writing command buffer to socket: [2,17,50,61,81,91,97,21,233,35,164,219,225,158,85,192,56,83,107,3]
2022-02-22T17:41:55.051Z Command[8] Data Sent : ZLNKTYP31?
2022-02-22T17:41:55.216Z Received data Buffer : [2,17,50,61,69,39,26,73,136,77,177,220,3]
2022-02-22T17:41:55.216Z Command[8] crcOK : true, Computed CRC : 57E4, Message CRC: 57E4
2022-02-22T17:41:55.216Z Command[8] Received data: N05, crcOk: true
2022-02-22T17:41:55.217Z Command[8] Command response from Panel
2022-02-22T17:41:55.217Z Command[8] Emitting expected command response
2022-02-22T17:41:55.217Z Command[8] Receipt of an error code: Invalid parameter
2022-02-22T17:41:55.225Z Command[8] command response : N05
2022-02-22T17:41:55.225Z Command[9] Sending Command: ZLNKTYP32?
2022-02-22T17:41:55.225Z Command[9] Writing command buffer to socket: [2,17,50,60,81,91,97,21,233,35,164,219,226,158,85,183,59,83,31,3]
2022-02-22T17:41:55.225Z Command[9] Data Sent : ZLNKTYP32?
2022-02-22T17:41:55.390Z Received data Buffer : [2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-22T17:41:55.390Z Command[9] crcOK : true, Computed CRC : 97D9, Message CRC: 97D9
2022-02-22T17:41:55.390Z Command[9] Received data: N05, crcOk: true
2022-02-22T17:41:55.391Z Command[9] Command response from Panel
2022-02-22T17:41:55.391Z Command[9] Emitting expected command response
2022-02-22T17:41:55.391Z Command[9] Receipt of an error code: Invalid parameter
2022-02-22T17:41:55.391Z Command[9] command response : N05
2022-02-22T17:41:55.392Z Retrieving the configuration of the Outputs.
2022-02-22T17:41:55.393Z Command[10] Sending Command: OSTT*1:4?
2022-02-22T17:41:55.393Z Command[10] Writing command buffer to socket: [2,17,51,53,68,68,123,10,151,75,206,220,239,182,117,196,51,84,3]
2022-02-22T17:41:55.393Z Command[10] Data Sent : OSTT*1:4?
2022-02-22T17:41:55.558Z Received data Buffer : [2,17,51,53,69,39,26,73,137,77,196,220,3]
2022-02-22T17:41:55.559Z Command[10] crcOK : true, Computed CRC : 4704, Message CRC: 4704
2022-02-22T17:41:55.559Z Command[10] Received data: N05, crcOk: true
2022-02-22T17:41:55.559Z Command[10] Command response from Panel
2022-02-22T17:41:55.559Z Command[10] Emitting expected command response
2022-02-22T17:41:55.559Z Command[10] Receipt of an error code: Invalid parameter
2022-02-22T17:41:55.559Z Command[10] command response : N05
2022-02-22T17:41:55.560Z Unexpected output status error
2022-02-22T17:41:55.560Z Retrieving the configuration of the Partitions.
2022-02-22T17:41:55.560Z Command[11] Sending Command: PLBL*1:3?
2022-02-22T17:41:55.561Z Command[11] Writing command buffer to socket: [2,17,51,52,91,91,109,18,151,75,206,219,239,182,4,176,50,87,3]
2022-02-22T17:41:55.561Z Command[11] Data Sent : PLBL*1:3?
2022-02-22T17:41:55.877Z Received data Buffer : [2,17,51,52,91,91,109,18,151,75,206,219,237,241,35,247,127,127,89,51,218,5,246,156,83,228,9,162,213,42,243,102,112,81,94,207,242,167,142,173,203,22,139,150,145,146,217,193,242,253,212,19,102,3]
2022-02-22T17:41:55.878Z Command[11] crcOK : true, Computed CRC : 7A80, Message CRC: 7A80
2022-02-22T17:41:55.879Z Command[11] Received data: PLBL*1:3=Partition 1                 Partition 2      Partition 3, crcOk: true
2022-02-22T17:41:55.879Z Command[11] Command response from Panel
2022-02-22T17:41:55.880Z Command[11] Emitting expected command response
2022-02-22T17:41:55.880Z Command[11] command response : PLBL*1:3=Partition 1             Partition 2      Partition 3
2022-02-22T17:41:55.881Z Command[12] Sending Command: PSTT*1:3?
2022-02-22T17:41:55.882Z Command[12] Writing command buffer to socket: [2,17,51,55,91,68,123,10,151,75,206,219,239,182,16,3,179,59,38,3]
2022-02-22T17:41:55.882Z Command[12] Data Sent : PSTT*1:3?
2022-02-22T17:41:56.148Z Received data Buffer : [2,17,51,55,91,68,123,10,151,75,206,219,237,140,111,168,38,59,0,27,152,57,251,232,119,153,97,253,140,110,170,34,50,18,83,208,214,218,194,242,182,82,210,210,211,209,212,223,200,231,184,6,123,129,79,135,88,240,179,3]
2022-02-22T17:41:56.149Z Command[12] crcOK : true, Computed CRC : 7810, Message CRC: 7810
2022-02-22T17:41:56.149Z Command[12] Received data: PSTT*1:3=------A-R-E--               -------------    -------------, crcOk: true
2022-02-22T17:41:56.150Z Command[12] Command response from Panel
2022-02-22T17:41:56.150Z Command[12] Emitting expected command response
2022-02-22T17:41:56.150Z Command[12] Data type: Partition Status
2022-02-22T17:41:56.151Z Command[12] command response : PSTT*1:3=------A-R-E--           -------------    -------------
2022-02-22T17:41:56.158Z End of devices discovery
2022-02-22T17:41:56.159Z Starting watchdog
System init => Done
2022-02-22T17:41:56.159Z System initialization completed.
2022-02-22T17:41:56.248Z Received data Buffer : [2,17,58,60,76,68,98,13,233,46,201,197,145,140,111,168,38,59,0,77,135,90,144,152,3]
2022-02-22T17:41:56.249Z Command[89] crcOK : true, Computed CRC : 21F5, Message CRC: 21F5
2022-02-22T17:41:56.250Z Command[89] Received data: GSMSTT=-A------, crcOk: true
2022-02-22T17:41:56.250Z Command[89] Data from Panel, need to send an ACK
2022-02-22T17:41:56.251Z Command[89] Sending Ack.
2022-02-22T17:41:56.252Z Command[89] Data type: Hardware Status
2022-02-22T17:41:56.415Z Received data Buffer : [2,17,59,53,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,133,127,224,144,114,178,3]
2022-02-22T17:41:56.415Z Command[90] crcOK : true, Computed CRC : 0115, Message CRC: 0115
2022-02-22T17:41:56.415Z Command[90] Received data: CLOCK=22/02/2022 18:41, crcOk: true
2022-02-22T17:41:56.415Z Command[90] Data from Panel, need to send an ACK
2022-02-22T17:41:56.415Z Command[90] Sending Ack.
2022-02-22T17:41:56.415Z Command[90] Data type: Clock
2022-02-22T17:42:04.679Z Received data Buffer : [2,17,59,52,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,230,149,119,191,3]
2022-02-22T17:42:04.679Z Command[91] crcOK : true, Computed CRC : 6448, Message CRC: 6448
2022-02-22T17:42:04.679Z Command[91] Received data: CLOCK=22/02/2022 18:42, crcOk: true
2022-02-22T17:42:04.679Z Command[91] Data from Panel, need to send an ACK
2022-02-22T17:42:04.679Z Command[91] Sending Ack.
2022-02-22T17:42:04.680Z Command[91] Data type: Clock
2022-02-22T17:42:06.162Z Command[13] Sending Command: CLOCK
2022-02-22T17:42:06.162Z Command[13] Writing command buffer to socket: [2,17,51,54,72,91,96,29,246,109,197,219,224,231,3]
2022-02-22T17:42:06.163Z Command[13] Data Sent : CLOCK
2022-02-22T17:42:06.376Z Received data Buffer : [2,17,51,54,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,228,149,118,197,3]
2022-02-22T17:42:06.377Z Command[13] crcOK : true, Computed CRC : 445B, Message CRC: 445B
2022-02-22T17:42:06.377Z Command[13] Received data: CLOCK=22/02/2022 18:42, crcOk: true
2022-02-22T17:42:06.377Z Command[13] Command response from Panel
2022-02-22T17:42:06.377Z Command[13] Emitting expected command response
2022-02-22T17:42:06.377Z Command[13] Data type: Clock
2022-02-22T17:42:06.380Z Command[13] command response : CLOCK=22/02/2022 18:42
2022-02-22T17:42:16.167Z Command[14] Sending Command: CLOCK
2022-02-22T17:42:16.167Z Command[14] Writing command buffer to socket: [2,17,51,49,72,91,96,29,246,109,176,219,231,152,3]
2022-02-22T17:42:16.167Z Command[14] Data Sent : CLOCK
2022-02-22T17:42:16.332Z Received data Buffer : [2,17,51,49,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,230,228,0,195,3]
2022-02-22T17:42:16.332Z Command[14] crcOK : true, Computed CRC : 6ECD, Message CRC: 6ECD
2022-02-22T17:42:16.332Z Command[14] Received data: CLOCK=22/02/2022 18:42, crcOk: true
2022-02-22T17:42:16.332Z Command[14] Command response from Panel
2022-02-22T17:42:16.332Z Command[14] Emitting expected command response
2022-02-22T17:42:16.333Z Command[14] Data type: Clock
2022-02-22T17:42:16.339Z Command[14] command response : CLOCK=22/02/2022 18:42
2022-02-22T17:42:26.171Z Command[15] Sending Command: CLOCK
2022-02-22T17:42:26.171Z Command[15] Writing command buffer to socket: [2,17,51,48,72,91,96,29,246,109,197,219,230,152,3]
2022-02-22T17:42:26.171Z Command[15] Data Sent : CLOCK
2022-02-22T17:42:26.340Z Received data Buffer : [2,17,51,48,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,150,227,122,183,3]
2022-02-22T17:42:26.340Z Command[15] crcOK : true, Computed CRC : FB90, Message CRC: FB90
2022-02-22T17:42:26.341Z Command[15] Received data: CLOCK=22/02/2022 18:42, crcOk: true
2022-02-22T17:42:26.341Z Command[15] Command response from Panel
2022-02-22T17:42:26.341Z Command[15] Emitting expected command response
2022-02-22T17:42:26.342Z Command[15] Data type: Clock
2022-02-22T17:42:26.343Z Command[15] command response : CLOCK=22/02/2022 18:42
2022-02-22T17:42:36.174Z Command[16] Sending Command: CLOCK
2022-02-22T17:42:36.174Z Command[16] Writing command buffer to socket: [2,17,51,51,72,91,96,29,246,109,197,219,229,224,3]
2022-02-22T17:42:36.175Z Command[16] Data Sent : CLOCK
2022-02-22T17:42:36.344Z Received data Buffer : [2,17,51,51,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,224,149,116,179,3]
2022-02-22T17:42:36.345Z Command[16] crcOK : true, Computed CRC : 0474, Message CRC: 0474
2022-02-22T17:42:36.345Z Command[16] Received data: CLOCK=22/02/2022 18:42, crcOk: true
2022-02-22T17:42:36.345Z Command[16] Command response from Panel
2022-02-22T17:42:36.345Z Command[16] Emitting expected command response
2022-02-22T17:42:36.346Z Command[16] Data type: Clock
2022-02-22T17:42:36.349Z Command[16] command response : CLOCK=22/02/2022 18:42
^C2022-02-22T17:42:40.338Z Received SIGINT, Disconnecting
2022-02-22T17:42:40.339Z Disconnecting from Panel.
2022-02-22T17:42:40.339Z Command[17] Sending Command: DCN
2022-02-22T17:42:40.340Z Command[17] Writing command buffer to socket: [2,51,50,79,84,97,73,138,78,194,217,3]
2022-02-22T17:42:40.340Z Command[17] Data Sent : DCN

root@domoticz:~/risco2/risco-lan-bridge# 2022-02-22T17:42:40.453Z Received data Buffer : [2,17,76,53,63,0,108,26,137,75,3]
2022-02-22T17:42:40.454Z Command[null] crcOK : true, Computed CRC : CD41, Message CRC: CD41
2022-02-22T17:42:40.454Z Command[null] Received data: N04, crcOk: true
2022-02-22T17:42:40.454Z Command[null] Receipt of an error code: CRC Error
2022-02-22T17:42:45.340Z Command[17] 'DCN' Timeout
2022-02-22T17:42:45.340Z Command[17] command response : undefined
2022-02-22T17:42:45.341Z Error: Failed to process command {"commandId":17,"attempts":1,"crcOk":false,"commandStr":"DCN","sentBuffer":{"type":"Buffer","data":[2,51,50,79,84,97,73,138,78,194,217,3]}}
2022-02-22T17:42:45.341Z Error while sending DCN command
2022-02-22T17:42:45.341Z Socket Destroyed.
2022-02-22T17:42:45.342Z TCP Socket Disconnected
2022-02-22T17:42:45.342Z Won't attempt automatic reconnection
2022-02-22T17:42:45.342Z Socket Disconnected.
^C^C
root@domoticz:~/risco2/risco-lan-bridge#

And the file:

root@domoticz:~/risco2/risco-lan-bridge# cat risco-commands-2022-02-22T17\:41\:37.209Z.csv
2022-02-22T17:41:42.235Z|1|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|false|undefined|[undefined]
2022-02-22T17:41:42.404Z|2|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|true|ACK|[2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-22T17:41:42.571Z|1|2|LCL|[2,48,50,76,67,76,23,65,53,65,70,3]|true|ACK|[2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-22T17:41:42.996Z|1|3|ZLBL*1:8?|[2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]|true|ZLBL*1:8=Salon               Cuisine                 Mezzanine        Suite            Chambre 1               Chambre 3               Hall                     Chambre         |[2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-22T17:41:43.214Z|1|4|PNLCNF|[2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]|true|PNLCNF=RW032:618VGMI|[2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-22T17:41:43.391Z|1|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|true|SYSLBL=Système Sécurité|[2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-22T17:41:43.567Z|1|6|SSTT?|[2,17,50,51,88,68,123,10,130,109,194,172,233,229,3]|true|SSTT=---------------|[2,17,50,51,88,68,123,10,128,87,217,197,253,140,111,168,38,59,0,119,152,70,251,128,77,132,80,229,146,3]
2022-02-22T17:41:43.889Z|1|7|ZTYPE*1:8?|[2,17,50,50,81,67,118,14,248,80,197,210,232,158,85,188,56,84,25,3]|true|ZTYPE*1:8= 3       4       5      10       5       5                6        5|[2,17,50,50,81,67,118,14,248,80,197,210,232,156,98,182,16,2,54,25,83,149,94,223,156,106,189,72,229,168,99,178,6,63,9,119,221,206,224,216,233,137,71,3]
2022-02-22T17:41:44.117Z|1|8|ZPART&*1:8?|[2,17,50,61,81,71,110,12,233,92,222,217,234,153,125,146,72,87,25,28,3]|true|ZPART&*1:8=1 1       1       1       1       1                1|[2,17,50,61,81,71,110,12,233,92,222,217,234,153,127,180,16,2,39,36,107,188,90,223,156,83,133,97,225,168,114,144,60,40,125,63,3]
2022-02-22T17:41:44.293Z|1|9|ZAREA&*1:8?|[2,17,50,60,81,86,125,27,252,92,222,217,234,153,125,146,57,83,110,108,3]|true|N05|[2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-22T17:41:44.613Z|1|10|ZLBL*1:8?|[2,17,51,53,81,91,109,18,151,75,206,208,239,182,7,199,72,80,3]|true|ZLBL*1:8=Salon                Cuisine                 Mezzanine        Suite            Chambre 1               Chambre 3               Hall                     Chambre         |[2,17,51,53,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,49,77,80,18,3]
2022-02-22T17:41:44.985Z|1|11|ZSTT*1:8?|[2,17,51,52,81,68,123,10,151,75,206,208,239,182,114,181,62,83,3]|true|ZSTT*1:8=-A-------- -A--------      -A--------      -A--------       -A--------       -A--------      -A--------      -A--------|[2,17,51,52,81,68,123,10,151,75,206,208,237,140,16,3,168,38,59,0,119,152,70,251,164,119,245,69,253,140,110,170,34,50,18,119,208,186,218,194,242,146,82,210,210,211,245,212,179,200,231,184,6,123,129,117,157,105,236,194,43,33,52,31,73,229,189,13,72,175,68,38,58,16,2,114,147,80,215,216,227,248,235,120,135,121,133,124,143,105,165,24,14,7,161,53,28,79,232,167,56,7,66,238,96,154,110,3]
2022-02-22T17:41:45.203Z|1|12|ZLNKTYP1?|[2,17,51,55,81,91,97,21,233,35,164,217,239,182,1,199,58,34,3]|true|N05|[2,17,51,55,69,39,26,73,133,77,195,172,3]
2022-02-22T17:41:45.378Z|1|13|ZLNKTYP2?|[2,17,51,54,81,91,97,21,233,35,164,218,239,182,113,178,78,38,3]|true|N05|[2,17,51,54,69,39,26,73,137,77,192,216,3]
2022-02-22T17:41:45.555Z|1|14|ZLNKTYP3?|[2,17,51,49,81,91,97,21,233,35,164,219,239,182,122,182,74,84,3]|true|N05|[2,17,51,49,69,39,26,73,133,77,178,221,3]
2022-02-22T17:41:45.825Z|1|15|ZLNKTYP4?|[2,17,51,48,81,91,97,21,233,35,164,220,239,182,0,192,58,83,3]|true|N05|[2,17,51,48,69,39,26,73,137,77,183,208,3]
2022-02-22T17:41:46.046Z|1|16|ZLNKTYP5?|[2,17,51,51,81,91,97,21,233,35,164,221,239,182,113,196,63,38,3]|true|N05|[2,17,51,51,69,39,26,73,137,77,204,171,3]
2022-02-22T17:41:46.222Z|1|17|ZLNKTYP6?|[2,17,51,50,81,91,97,21,233,35,164,222,239,182,1,179,73,34,3]|true|N05|[2,17,51,50,69,39,26,73,133,77,182,217,3]
2022-02-22T17:41:46.398Z|1|18|ZLNKTYP7?|[2,17,51,61,81,91,97,21,233,35,164,223,239,182,115,183,79,35,3]|true|N05|[2,17,51,61,69,39,26,73,133,76,177,221,3]
2022-02-22T17:41:46.566Z|1|19|ZLNKTYP8?|[2,17,51,60,81,91,97,21,233,35,164,208,239,182,7,193,78,39,3]|true|N05|[2,17,51,60,69,39,26,73,137,76,176,208,3]
2022-02-22T17:41:46.838Z|1|20|ZTYPE*9:16?|[2,17,48,53,81,67,118,14,248,80,205,210,225,151,125,146,57,87,28,109,3]|true|ZTYPE*9:16= 5      10       5       5       5                5        5       5|[2,17,48,53,81,67,118,14,248,80,205,210,225,151,127,165,62,31,28,106,188,75,227,164,122,129,97,240,148,74,167,58,22,31,75,244,219,194,248,157,250,58,203,3]
2022-02-22T17:41:47.109Z|1|21|ZPART&*9:16?|[2,17,48,52,81,71,110,12,233,92,222,209,234,144,116,186,28,36,25,98,246,3]|true|ZPART&*9:16=1  1       1       1       1                1|[2,17,48,52,81,71,110,12,233,92,222,209,234,144,116,184,58,31,28,83,132,98,231,164,107,189,89,217,144,74,182,24,39,7,58,202,3]
2022-02-22T17:41:47.285Z|1|22|ZAREA&*9:16?|[2,17,48,55,81,86,125,27,252,92,222,209,234,144,116,186,28,34,29,27,244,3]|true|N05|[2,17,48,55,69,39,26,73,255,78,195,172,3]
2022-02-22T17:41:47.554Z|1|23|ZLBL*9:16?|[2,17,48,54,81,91,109,18,151,67,206,217,230,158,85,177,73,36,27,3]|true|ZLBL*9:16=Bureau                 Garage                           Buanderie        Trappe cuisine          Trappe salon            Zone 14 Zone 15          Zone 16|[2,17,48,54,81,91,109,18,151,67,206,217,230,156,0,240,121,115,76,47,149,75,246,141,122,148,72,240,129,99,142,72,126,77,31,154,158,215,207,255,159,95,223,223,222,220,217,251,167,191,244,69,50,201,42,217,5,225,163,38,44,57,18,68,193,196,82,32,242,117,110,55,76,42,215,14,147,155,143,245,138,92,254,38,201,33,210,33,168,98,66,42,227,118,17,66,229,170,28,112,58,197,50,143,111,136,112,169,137,162,253,17,83,240,131,79,68,56,201,120,128,85,209,189,42,115,47,3]
2022-02-22T17:41:47.977Z|1|24|ZSTT*9:16?|[2,17,48,49,81,68,123,10,151,67,206,217,230,158,85,192,77,38,25,3]|true|ZSTT*9:16=-A--------     -A--------      -A--------               -A--------       -A--------      ----------      ----------      ----------|[2,17,48,49,81,68,123,10,151,67,206,217,230,156,111,196,38,59,0,119,152,70,251,128,83,153,41,253,140,110,170,34,50,18,83,244,214,182,194,242,146,82,210,210,211,209,240,223,164,231,184,6,123,129,117,157,77,200,174,71,33,52,31,73,229,189,13,108,139,40,38,58,16,2,114,147,80,215,216,199,220,135,120,135,121,133,124,143,105,165,60,42,107,161,53,28,79,232,167,56,7,120,188,100,237,24,137,3]
2022-02-22T17:41:48.153Z|1|25|ZLNKTYP9?|[2,17,48,48,81,91,97,21,233,35,164,209,239,182,117,188,51,84,3]|true|N05|[2,17,48,48,69,39,26,73,138,78,183,208,3]
2022-02-22T17:41:48.331Z|1|26|ZLNKTYP10?|[2,17,48,51,81,91,97,21,233,35,164,217,224,158,85,181,78,35,28,3]|true|N05|[2,17,48,51,69,39,26,73,138,78,204,171,3]
2022-02-22T17:41:48.507Z|1|27|ZLNKTYP11?|[2,17,48,50,81,91,97,21,233,35,164,217,225,158,85,181,79,80,105,3]|true|N05|[2,17,48,50,69,39,26,73,255,78,182,217,3]
2022-02-22T17:41:48.776Z|1|28|ZLNKTYP12?|[2,17,48,61,81,91,97,21,233,35,164,217,226,158,85,180,50,39,20,3]|true|N05|[2,17,48,61,69,39,26,73,255,79,177,221,3]
2022-02-22T17:41:48.995Z|1|29|ZLNKTYP13?|[2,17,48,60,81,91,97,21,233,35,164,217,227,158,85,180,74,84,24,3]|true|N05|[2,17,48,60,69,39,26,73,138,79,176,208,3]
2022-02-22T17:41:49.171Z|1|30|ZLNKTYP14?|[2,17,49,53,81,91,97,21,233,35,164,217,228,158,85,177,61,39,108,3]|true|N05|[2,17,49,53,69,39,26,73,252,79,196,221,3]
2022-02-22T17:41:49.347Z|1|31|ZLNKTYP15?|[2,17,49,52,81,91,97,21,233,35,164,217,229,158,85,177,62,84,27,3]|true|N05|[2,17,49,52,69,39,26,73,139,79,199,208,3]
2022-02-22T17:41:49.523Z|1|32|ZLNKTYP16?|[2,17,49,55,81,91,97,21,233,35,164,217,230,158,85,177,58,34,31,3]|true|N05|[2,17,49,55,69,39,26,73,139,79,195,171,3]
2022-02-22T17:41:49.842Z|1|33|ZTYPE*17:24?|[2,17,49,54,81,67,118,14,248,80,197,223,234,147,118,186,28,83,105,27,247,3]|true|ZTYPE*17:24= 5         5       5       5                5        5       5       5|[2,17,49,54,81,67,118,14,248,80,197,223,234,147,118,184,43,35,36,122,128,98,246,152,83,148,93,217,129,118,142,47,42,54,94,200,242,215,218,200,140,72,189,190,3]
2022-02-22T17:41:50.069Z|1|34|ZPART&*17:24?|[2,17,49,49,81,71,110,12,233,92,222,217,231,155,112,177,52,1,105,108,135,89,3]|true|ZPART&*17:24=1    1       1       1                1|[2,17,49,49,81,71,110,12,233,92,222,217,231,155,112,177,54,39,36,107,188,90,223,156,83,133,97,225,168,114,142,62,8,124,72,205,186,3]
2022-02-22T17:41:50.246Z|1|35|ZAREA&*17:24?|[2,17,49,48,81,86,125,27,252,92,222,217,231,155,112,177,52,1,29,30,129,94,3]|true|N05|[2,17,49,48,69,39,26,73,252,79,183,209,3]
2022-02-22T17:41:50.524Z|1|36|ZLBL*17:24?|[2,17,49,51,81,91,109,18,151,75,195,210,226,149,125,146,77,83,110,111,3]|true|ZLBL*17:24=Zone 17        Zone 18 Zone 19 Zone 20          Zone 21  Zone 22 Zone 23 Zone 24|[2,17,49,51,81,91,109,18,151,75,195,210,226,149,127,223,100,120,72,122,132,92,223,247,53,218,13,240,144,123,142,85,112,81,27,221,202,206,230,133,208,17,154,223,204,204,240,168,138,164,240,11,100,157,81,234,15,175,230,38,62,43,59,62,167,254,69,97,176,54,16,2,77,64,49,219,93,200,193,253,225,236,97,146,3]
2022-02-22T17:41:50.895Z|1|37|ZSTT*17:24?|[2,17,49,50,81,68,123,10,151,75,195,210,226,149,125,146,57,39,104,98,3]|true|ZSTT*17:24=----------      ----------      ----------       ----------       ----------      ----------      ----------      ----------|[2,17,49,50,81,68,123,10,151,75,195,210,226,149,127,168,38,59,0,119,152,70,251,128,119,189,69,253,140,110,170,34,50,18,83,208,242,218,194,242,146,82,210,210,211,209,212,251,200,231,184,6,123,129,117,157,77,236,138,43,33,52,31,73,229,189,13,108,175,12,38,58,16,2,114,147,80,215,216,199,248,163,120,135,121,133,124,143,105,165,60,14,79,161,53,28,79,232,167,56,7,120,134,64,150,111,250,56,3]
2022-02-22T17:41:51.121Z|1|38|ZLNKTYP17?|[2,17,49,61,81,91,97,21,233,35,164,217,231,158,85,188,50,38,111,3]|true|N05|[2,17,49,61,69,39,26,73,139,78,177,220,3]
2022-02-22T17:41:51.298Z|1|39|ZLNKTYP18?|[2,17,49,60,81,91,97,21,233,35,164,217,232,158,85,176,50,85,27,3]|true|N05|[2,17,49,60,69,39,26,73,252,78,176,209,3]
2022-02-22T17:41:51.474Z|1|40|ZLNKTYP19?|[2,17,54,53,81,91,97,21,233,35,164,217,233,158,85,198,57,46,29,3]|true|N05|[2,17,54,53,69,39,26,73,140,72,196,220,3]
2022-02-22T17:41:51.701Z|1|41|ZLNKTYP20?|[2,17,54,52,81,91,97,21,233,35,164,218,224,158,85,177,60,87,105,3]|true|N05|[2,17,54,52,69,39,26,73,249,72,199,209,3]
2022-02-22T17:41:51.928Z|1|42|ZLNKTYP21?|[2,17,54,55,81,91,97,21,233,35,164,218,225,158,85,189,56,80,21,3]|true|N05|[2,17,54,55,69,39,26,73,249,72,195,172,3]
2022-02-22T17:41:52.095Z|1|43|ZLNKTYP22?|[2,17,54,54,81,91,97,21,233,35,164,218,226,158,85,177,59,80,24,3]|true|N05|[2,17,54,54,69,39,26,73,140,72,192,216,3]
2022-02-22T17:41:52.272Z|1|44|ZLNKTYP23?|[2,17,54,49,81,91,97,21,233,35,164,218,227,158,85,177,73,35,28,3]|true|N05|[2,17,54,49,69,39,26,73,249,72,178,221,3]
2022-02-22T17:41:52.440Z|1|45|ZLNKTYP24?|[2,17,54,48,81,91,97,21,233,35,164,218,228,158,85,177,50,39,105,3]|true|N05|[2,17,54,48,69,39,26,73,140,72,183,208,3]
2022-02-22T17:41:52.762Z|1|46|ZTYPE*25:32?|[2,17,54,51,81,67,118,14,248,80,198,221,234,146,112,186,28,80,24,105,244,3]|true|ZTYPE*25:32= 5         5       5       5                5        5       5       5|[2,17,54,51,81,67,118,14,248,80,198,221,234,146,112,184,43,35,36,122,128,98,246,152,83,148,93,217,129,118,142,47,42,54,94,200,242,215,218,200,137,62,203,190,3]
2022-02-22T17:41:52.990Z|1|47|ZPART&*25:32?|[2,17,54,50,81,71,110,12,233,92,222,218,229,155,113,183,52,1,107,27,243,91,3]|true|ZPART&*25:32=1     1       1       1                1|[2,17,54,50,81,71,110,12,233,92,222,218,229,155,113,183,54,39,36,107,188,90,223,156,83,133,97,225,168,114,142,62,8,8,73,202,206,3]
2022-02-22T17:41:53.211Z|1|48|ZAREA&*25:32?|[2,17,54,61,81,86,125,27,252,92,222,218,229,155,113,183,52,1,31,111,132,82,3]|true|N05|[2,17,54,61,69,39,26,73,249,73,177,221,3]
2022-02-22T17:41:53.437Z|1|49|ZLBL*25:32?|[2,17,54,60,81,91,109,18,151,72,193,210,227,147,125,146,57,47,29,110,3]|true|ZLBL*25:32=Zone 25 Zone 26 Zone 27 Zone 28 Zone 29          Zone 30  Zone 31 Zone 32|[2,17,54,60,81,91,109,18,151,72,193,210,227,147,127,223,100,120,72,122,135,94,223,247,53,218,13,240,147,117,142,85,112,81,27,221,201,192,230,133,208,17,154,223,204,196,240,168,138,164,240,11,100,149,81,234,15,175,230,38,63,41,59,62,167,254,69,97,177,52,16,2,77,64,49,219,93,201,199,253,227,154,100,155,3]
2022-02-22T17:41:53.809Z|1|1|ZSTT*25:32?|[2,17,50,52,81,68,123,10,151,72,193,210,227,147,125,146,77,84,30,107,3]|true|ZSTT*25:32=----------       ----------      ----------       ----------       ----------      ----------      ----------      ----------|[2,17,50,52,81,68,123,10,151,72,193,210,227,147,127,168,38,59,0,119,152,70,251,128,119,189,69,253,140,110,170,34,50,18,83,208,242,218,194,242,146,82,210,210,211,209,212,251,200,231,184,6,123,129,117,157,77,236,138,43,33,52,31,73,229,189,13,108,175,12,38,58,16,2,114,147,80,215,216,199,248,163,120,135,121,133,124,143,105,165,60,14,79,161,53,28,79,232,167,56,7,120,134,64,235,105,255,77,3]
2022-02-22T17:41:54.035Z|1|2|ZLNKTYP25?|[2,17,50,55,81,91,97,21,233,35,164,218,229,158,85,198,61,84,26,3]|true|N05|[2,17,50,55,69,39,26,73,136,76,195,171,3]
2022-02-22T17:41:54.210Z|1|3|ZLNKTYP26?|[2,17,50,54,81,91,97,21,233,35,164,218,230,158,85,181,62,84,108,3]|true|N05|[2,17,50,54,69,39,26,73,132,76,192,217,3]
2022-02-22T17:41:54.386Z|1|4|ZLNKTYP27?|[2,17,50,49,81,91,97,21,233,35,164,218,231,158,85,181,78,39,104,3]|true|N05|[2,17,50,49,69,39,26,73,136,76,178,220,3]
2022-02-22T17:41:54.654Z|1|5|ZLNKTYP28?|[2,17,50,48,81,91,97,21,233,35,164,218,232,158,85,198,78,82,30,3]|true|N05|[2,17,50,48,69,39,26,73,132,76,183,209,3]
2022-02-22T17:41:54.881Z|1|6|ZLNKTYP29?|[2,17,50,51,81,91,97,21,233,35,164,218,233,158,85,181,74,46,27,3]|true|N05|[2,17,50,51,69,39,26,73,132,76,204,172,3]
2022-02-22T17:41:55.050Z|1|7|ZLNKTYP30?|[2,17,50,50,81,91,97,21,233,35,164,219,224,158,85,182,60,87,108,3]|true|N05|[2,17,50,50,69,39,26,73,136,76,182,216,3]
2022-02-22T17:41:55.224Z|1|8|ZLNKTYP31?|[2,17,50,61,81,91,97,21,233,35,164,219,225,158,85,192,56,83,107,3]|true|N05|[2,17,50,61,69,39,26,73,136,77,177,220,3]
2022-02-22T17:41:55.391Z|1|9|ZLNKTYP32?|[2,17,50,60,81,91,97,21,233,35,164,219,226,158,85,183,59,83,31,3]|true|N05|[2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-22T17:41:55.559Z|1|10|OSTT*1:4?|[2,17,51,53,68,68,123,10,151,75,206,220,239,182,117,196,51,84,3]|true|N05|[2,17,51,53,69,39,26,73,137,77,196,220,3]
2022-02-22T17:41:55.880Z|1|11|PLBL*1:3?|[2,17,51,52,91,91,109,18,151,75,206,219,239,182,4,176,50,87,3]|true|PLBL*1:3=Partition 1  Partition 2     Partition 3|[2,17,51,52,91,91,109,18,151,75,206,219,237,241,35,247,127,127,89,51,218,5,246,156,83,228,9,162,213,42,243,102,112,81,94,207,242,167,142,173,203,22,139,150,145,146,217,193,242,253,212,19,102,3]
2022-02-22T17:41:56.151Z|1|12|PSTT*1:3?|[2,17,51,55,91,68,123,10,151,75,206,219,239,182,16,3,179,59,38,3]|true|PSTT*1:3=------A-R-E--     -------------   -------------|[2,17,51,55,91,68,123,10,151,75,206,219,237,140,111,168,38,59,0,27,152,57,251,232,119,153,97,253,140,110,170,34,50,18,83,208,214,218,194,242,182,82,210,210,211,209,212,223,200,231,184,6,123,129,79,135,88,240,179,3]
2022-02-22T17:42:06.380Z|1|13|CLOCK|[2,17,51,54,72,91,96,29,246,109,197,219,224,231,3]|true|CLOCK=22/02/2022 18:42|[2,17,51,54,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,228,149,118,197,3]
2022-02-22T17:42:16.339Z|1|14|CLOCK|[2,17,51,49,72,91,96,29,246,109,176,219,231,152,3]|true|CLOCK=22/02/2022 18:42|[2,17,51,49,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,230,228,0,195,3]
2022-02-22T17:42:26.343Z|1|15|CLOCK|[2,17,51,48,72,91,96,29,246,109,197,219,230,152,3]|true|CLOCK=22/02/2022 18:42|[2,17,51,48,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,150,227,122,183,3]
2022-02-22T17:42:36.349Z|1|16|CLOCK|[2,17,51,51,72,91,96,29,246,109,197,219,229,224,3]|true|CLOCK=22/02/2022 18:42|[2,17,51,51,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,224,149,116,179,3]
2022-02-22T17:42:45.340Z|1|17|DCN|[2,51,50,79,84,97,73,138,78,194,217,3]|false|undefined|[undefined]
root@domoticz:~/risco2/risco-lan-bridge#

Cheers

vanackej commented 2 years ago

Better. I'm working on removing batchs in discovery process that causes all the N05 or N19 errors depending on panel model. Should be ok after that

Le mar. 22 févr. 2022 à 18:53, nonameboy007 @.***> a écrit :

Your panel encoding is not utf8, it seems to be latin1 => CRC check fails on SYSLBL command. Set the panel encoding option in config.json to 'latin1', I checked CRC will be ok

@.***:~/risco2/risco-lan-bridge# yarn start yarn run v1.22.17

$ tsc && node ./dist/main.js

Loading config from: /root/risco2/risco-lan-bridge/config.json

2022-02-22T17:41:37.209Z Logging commands to risco-commands-2022-02-22T17:41:37.209Z.csv

2022-02-22T17:41:37.211Z Local GMT Timezone is : +01:00

2022-02-22T17:41:37.211Z autoConnect enabled, starting communication

2022-02-22T17:41:37.212Z Start Connection to Panel

2022-02-22T17:41:37.212Z TCP Socket is not already created, Create It

2022-02-22T17:41:37.213Z Pseudo Buffer Created for Panel Id(1)

2022-02-22T17:41:37.213Z TCP Socket must be created now

2022-02-22T17:41:37.225Z Socket Connected, log in to panel

2022-02-22T17:41:37.226Z Authenticating to the panel

2022-02-22T17:41:37.227Z Command[1] Sending Command: RMT=5678

2022-02-22T17:41:37.228Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]

2022-02-22T17:41:37.228Z Command[1] Data Sent : RMT=5678

2022-02-22T17:41:42.229Z Command[1] 'RMT=5678' Timeout

2022-02-22T17:41:42.236Z Command[1] retrying command

2022-02-22T17:41:42.236Z Command[1] Sending Command: RMT=5678

2022-02-22T17:41:42.237Z Command[1] Writing command buffer to socket: [2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]

2022-02-22T17:41:42.237Z Command[1] Data Sent : RMT=5678

2022-02-22T17:41:42.402Z Received data Buffer : [2,48,49,65,67,75,23,51,57,69,66,3]

2022-02-22T17:41:42.403Z Command[1] crcOK : true, Computed CRC : 39EB, Message CRC: 39EB

2022-02-22T17:41:42.403Z Command[1] Received data: ACK, crcOk: true

2022-02-22T17:41:42.403Z Command[1] Command response from Panel

2022-02-22T17:41:42.403Z Command[1] Emitting expected command response

2022-02-22T17:41:42.405Z Command[1] command response : ACK

2022-02-22T17:41:42.405Z Command[2] Sending Command: LCL

2022-02-22T17:41:42.405Z Command[2] Writing command buffer to socket: [2,48,50,76,67,76,23,65,53,65,70,3]

2022-02-22T17:41:42.406Z Command[2] Data Sent : LCL

2022-02-22T17:41:42.569Z Received data Buffer : [2,48,50,65,67,75,23,51,57,65,70,3]

2022-02-22T17:41:42.569Z Command[2] crcOK : true, Computed CRC : 39AF, Message CRC: 39AF

2022-02-22T17:41:42.569Z Command[2] Received data: ACK, crcOk: true

2022-02-22T17:41:42.569Z Command[2] Command response from Panel

2022-02-22T17:41:42.569Z Command[2] Emitting expected command response

2022-02-22T17:41:42.571Z Command[2] command response : ACK

2022-02-22T17:41:42.571Z LCL command result OK

2022-02-22T17:41:42.571Z Setting up encryption using Panel Id

2022-02-22T17:41:42.572Z Command[3] Sending Command: ZLBL*1:8?

2022-02-22T17:41:42.573Z Command[3] Writing command buffer to socket: [2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]

2022-02-22T17:41:42.573Z Command[3] Data Sent : ZLBL*1:8?

2022-02-22T17:41:42.988Z Received data Buffer : [2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]

2022-02-22T17:41:42.989Z Command[3] crcOK : true, Computed CRC : E81D, Message CRC: E81D

2022-02-22T17:41:42.989Z Command[3] Received data: ZLBL*1:8=Salon Cuisine Mezzanine Suite Chambre 1 Chambre 3 Hall Chambre , crcOk: true

2022-02-22T17:41:42.989Z Command[3] inCryptTest enabled, emitting response without checks to latest sent command

2022-02-22T17:41:42.997Z Command[3] command response : ZLBL*1:8=Salon Cuisine Mezzanine Suite Chambre 1 Chambre 3 Hall Chambre

2022-02-22T17:41:42.997Z cryptTableTester response: ZLBL*1:8=Salon Cuisine Mezzanine Suite Chambre 1 Chambre 3 Hall Chambre , attempt: 0

2022-02-22T17:41:42.997Z Connection to the control panel successfully established.

2022-02-22T17:41:42.997Z Risco Panel Connected.

2022-02-22T17:41:42.997Z Command[4] Sending Command: PNLCNF

2022-02-22T17:41:42.998Z Command[4] Writing command buffer to socket: [2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]

2022-02-22T17:41:42.998Z Command[4] Data Sent : PNLCNF

2022-02-22T17:41:43.212Z Received data Buffer : [2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]

2022-02-22T17:41:43.212Z Command[4] crcOK : true, Computed CRC : 2416, Message CRC: 2416

2022-02-22T17:41:43.212Z Command[4] Received data: PNLCNF=RW032:618VGMI, crcOk: true

2022-02-22T17:41:43.212Z Command[4] Command response from Panel

2022-02-22T17:41:43.213Z Command[4] Emitting expected command response

2022-02-22T17:41:43.214Z Command[4] command response : PNLCNF=RW032:618VGMI

2022-02-22T17:41:43.215Z Panel info: Agility 4/RW032:618VGMI, FW N/A

2022-02-22T17:41:43.215Z Panel options: 3 parts, 32 zones, 4 outputs, Pir Cam support: false

2022-02-22T17:41:43.215Z Checking the configuration of the control unit.

2022-02-22T17:41:43.215Z Starting devices discovery

2022-02-22T17:41:43.215Z Retrieving System's Information.

2022-02-22T17:41:43.216Z Command[5] Sending Command: SYSLBL?

2022-02-22T17:41:43.216Z Command[5] Writing command buffer to socket: [2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]

2022-02-22T17:41:43.216Z Command[5] Data Sent : SYSLBL?

2022-02-22T17:41:43.382Z Received data Buffer : [2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]

2022-02-22T17:41:43.383Z Command[5] crcOK : true, Computed CRC : 74BD, Message CRC: 74BD

2022-02-22T17:41:43.383Z Command[5] Received data: SYSLBL=Système Sécurité, crcOk: true

2022-02-22T17:41:43.383Z Command[5] Command response from Panel

2022-02-22T17:41:43.383Z Command[5] Emitting expected command response

2022-02-22T17:41:43.391Z Command[5] command response : SYSLBL=Système Sécurité

2022-02-22T17:41:43.392Z Command[6] Sending Command: SSTT?

2022-02-22T17:41:43.392Z Command[6] Writing command buffer to socket: [2,17,50,51,88,68,123,10,130,109,194,172,233,229,3]

2022-02-22T17:41:43.392Z Command[6] Data Sent : SSTT?

2022-02-22T17:41:43.557Z Received data Buffer : [2,17,50,51,88,68,123,10,128,87,217,197,253,140,111,168,38,59,0,119,152,70,251,128,77,132,80,229,146,3]

2022-02-22T17:41:43.557Z Command[6] crcOK : true, Computed CRC : 0853, Message CRC: 0853

2022-02-22T17:41:43.558Z Command[6] Received data: SSTT=---------------, crcOk: true

2022-02-22T17:41:43.558Z Command[6] Command response from Panel

2022-02-22T17:41:43.558Z Command[6] Emitting expected command response

2022-02-22T17:41:43.558Z Command[6] Data type: System Status

2022-02-22T17:41:43.567Z Command[6] command response : SSTT=---------------

2022-02-22T17:41:43.569Z Retrieving the configuration of the Zones.

2022-02-22T17:41:43.570Z Command[7] Sending Command: ZTYPE*1:8?

2022-02-22T17:41:43.570Z Command[7] Writing command buffer to socket: [2,17,50,50,81,67,118,14,248,80,197,210,232,158,85,188,56,84,25,3]

2022-02-22T17:41:43.571Z Command[7] Data Sent : ZTYPE*1:8?

2022-02-22T17:41:43.888Z Received data Buffer : [2,17,50,50,81,67,118,14,248,80,197,210,232,156,98,182,16,2,54,25,83,149,94,223,156,106,189,72,229,168,99,178,6,63,9,119,221,206,224,216,233,137,71,3]

2022-02-22T17:41:43.889Z Command[7] crcOK : true, Computed CRC : 7668, Message CRC: 7668

2022-02-22T17:41:43.889Z Command[7] Received data: ZTYPE*1:8= 3 4 5 10 5 5 6 5, crcOk: true

2022-02-22T17:41:43.889Z Command[7] Command response from Panel

2022-02-22T17:41:43.889Z Command[7] Emitting expected command response

2022-02-22T17:41:43.889Z Command[7] command response : ZTYPE*1:8= 3 4 5 10 5 5 6 5

2022-02-22T17:41:43.890Z Command[8] Sending Command: ZPART&*1:8?

2022-02-22T17:41:43.890Z Command[8] Writing command buffer to socket: [2,17,50,61,81,71,110,12,233,92,222,217,234,153,125,146,72,87,25,28,3]

2022-02-22T17:41:43.890Z Command[8] Data Sent : ZPART&*1:8?

2022-02-22T17:41:44.108Z Received data Buffer : [2,17,50,61,81,71,110,12,233,92,222,217,234,153,127,180,16,2,39,36,107,188,90,223,156,83,133,97,225,168,114,144,60,40,125,63,3]

2022-02-22T17:41:44.108Z Command[8] crcOK : true, Computed CRC : 37BA, Message CRC: 37BA

2022-02-22T17:41:44.108Z Command[8] Received data: ZPART&*1:8=1 1 1 1, crcOk: true

2022-02-22T17:41:44.108Z Command[8] Command response from Panel

2022-02-22T17:41:44.108Z Command[8] Emitting expected command response

2022-02-22T17:41:44.117Z Command[8] command response : ZPART&1:8=1 1 12022-02-22T17:41:44.117Z Command[9] Sending Command: ZAREA&1:8?

2022-02-22T17:41:44.117Z Command[9] Writing command buffer to socket: [2,17,50,60,81,86,125,27,252,92,222,217,234,153,125,146,57,83,110,108,3]

2022-02-22T17:41:44.118Z Command[9] Data Sent : ZAREA&*1:8?

2022-02-22T17:41:44.284Z Received data Buffer : [2,17,50,60,69,39,26,73,132,77,176,209,3]

2022-02-22T17:41:44.284Z Command[9] crcOK : true, Computed CRC : 97D9, Message CRC: 97D9

2022-02-22T17:41:44.284Z Command[9] Received data: N05, crcOk: true

2022-02-22T17:41:44.284Z Command[9] Command response from Panel

2022-02-22T17:41:44.284Z Command[9] Emitting expected command response

2022-02-22T17:41:44.284Z Command[9] Receipt of an error code: Invalid parameter

2022-02-22T17:41:44.293Z Command[9] command response : N05

2022-02-22T17:41:44.294Z Command[10] Sending Command: ZLBL*1:8?

2022-02-22T17:41:44.294Z Command[10] Writing command buffer to socket: [2,17,51,53,81,91,109,18,151,75,206,208,239,182,7,199,72,80,3]

2022-02-22T17:41:44.294Z Command[10] Data Sent : ZLBL*1:8?

2022-02-22T17:41:44.610Z Received data Buffer : [2,17,51,53,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,49,77,80,18,3]

2022-02-22T17:41:44.613Z Command[10] crcOK : true, Computed CRC : 5DC5, Message CRC: 5DC5

2022-02-22T17:41:44.613Z Command[10] Received data: ZLBL*1:8=Salon Cuisine Mezzanine Suite Chambre 1 Chambre 3 Hall Chambre , crcOk: true

2022-02-22T17:41:44.613Z Command[10] Command response from Panel

2022-02-22T17:41:44.613Z Command[10] Emitting expected command response

2022-02-22T17:41:44.613Z Command[10] command response : ZLBL*1:8=Salon Cuisine Mezzanine Suite Chambre 1 Chambre 3 Hall Chambre

2022-02-22T17:41:44.614Z Command[11] Sending Command: ZSTT*1:8?

2022-02-22T17:41:44.614Z Command[11] Writing command buffer to socket: [2,17,51,52,81,68,123,10,151,75,206,208,239,182,114,181,62,83,3]

2022-02-22T17:41:44.614Z Command[11] Data Sent : ZSTT*1:8?

2022-02-22T17:41:44.980Z Received data Buffer : [2,17,51,52,81,68,123,10,151,75,206,208,237,140,16,3,168,38,59,0,119,152,70,251,164,119,245,69,253,140,110,170,34,50,18,119,208,186,218,194,242,146,82,210,210,211,245,212,179,200,231,184,6,123,129,117,157,105,236,194,43,33,52,31,73,229,189,13,72,175,68,38,58,16,2,114,147,80,215,216,227,248,235,120,135,121,133,124,143,105,165,24,14,7,161,53,28,79,232,167,56,7,66,238,96,154,110,3]

2022-02-22T17:41:44.981Z Command[11] crcOK : true, Computed CRC : E750, Message CRC: E750

2022-02-22T17:41:44.981Z Command[11] Received data: ZSTT*1:8=-A-------- -A-------- -A-------- -A-------- -A-------- -A-------- -A-------- -A--------, crcOk: true

2022-02-22T17:41:44.981Z Command[11] Command response from Panel

2022-02-22T17:41:44.981Z Command[11] Emitting expected command response

2022-02-22T17:41:44.981Z Command[11] Data type: Zone Status

2022-02-22T17:41:44.986Z Command[11] command response : ZSTT*1:8=-A-------- -A-------- -A-------- -A-------- -A-------- -A-------- -A-------- -A--------

2022-02-22T17:41:44.986Z Command[12] Sending Command: ZLNKTYP1?

2022-02-22T17:41:44.986Z Command[12] Writing command buffer to socket: [2,17,51,55,81,91,97,21,233,35,164,217,239,182,1,199,58,34,3]

2022-02-22T17:41:44.986Z Command[12] Data Sent : ZLNKTYP1?

2022-02-22T17:41:45.202Z Received data Buffer : [2,17,51,55,69,39,26,73,133,77,195,172,3]

2022-02-22T17:41:45.202Z Command[12] crcOK : true, Computed CRC : 877D, Message CRC: 877D

2022-02-22T17:41:45.202Z Command[12] Received data: N05, crcOk: true

2022-02-22T17:41:45.202Z Command[12] Command response from Panel

2022-02-22T17:41:45.203Z Command[12] Emitting expected command response

2022-02-22T17:41:45.203Z Command[12] Receipt of an error code: Invalid parameter

2022-02-22T17:41:45.203Z Command[12] command response : N05

2022-02-22T17:41:45.203Z Command[13] Sending Command: ZLNKTYP2?

2022-02-22T17:41:45.203Z Command[13] Writing command buffer to socket: [2,17,51,54,81,91,97,21,233,35,164,218,239,182,113,178,78,38,3]

2022-02-22T17:41:45.204Z Command[13] Data Sent : ZLNKTYP2?

2022-02-22T17:41:45.371Z Received data Buffer : [2,17,51,54,69,39,26,73,137,77,192,216,3]

2022-02-22T17:41:45.372Z Command[13] crcOK : true, Computed CRC : 4740, Message CRC: 4740

2022-02-22T17:41:45.372Z Command[13] Received data: N05, crcOk: true

2022-02-22T17:41:45.372Z Command[13] Command response from Panel

2022-02-22T17:41:45.372Z Command[13] Emitting expected command response

2022-02-22T17:41:45.372Z Command[13] Receipt of an error code: Invalid parameter

2022-02-22T17:41:45.378Z Command[13] command response : N05

2022-02-22T17:41:45.379Z Command[14] Sending Command: ZLNKTYP3?

2022-02-22T17:41:45.379Z Command[14] Writing command buffer to socket: [2,17,51,49,81,91,97,21,233,35,164,219,239,182,122,182,74,84,3]

2022-02-22T17:41:45.379Z Command[14] Data Sent : ZLNKTYP3?

2022-02-22T17:41:45.545Z Received data Buffer : [2,17,51,49,69,39,26,73,133,77,178,221,3]

2022-02-22T17:41:45.545Z Command[14] crcOK : true, Computed CRC : 87F5, Message CRC: 87F5

2022-02-22T17:41:45.545Z Command[14] Received data: N05, crcOk: true

2022-02-22T17:41:45.545Z Command[14] Command response from Panel

2022-02-22T17:41:45.545Z Command[14] Emitting expected command response

2022-02-22T17:41:45.545Z Command[14] Receipt of an error code: Invalid parameter

2022-02-22T17:41:45.555Z Command[14] command response : N05

2022-02-22T17:41:45.555Z Command[15] Sending Command: ZLNKTYP4?

2022-02-22T17:41:45.556Z Command[15] Writing command buffer to socket: [2,17,51,48,81,91,97,21,233,35,164,220,239,182,0,192,58,83,3]

2022-02-22T17:41:45.556Z Command[15] Data Sent : ZLNKTYP4?

2022-02-22T17:41:45.822Z Received data Buffer : [2,17,51,48,69,39,26,73,137,77,183,208,3]

2022-02-22T17:41:45.822Z Command[15] crcOK : true, Computed CRC : 47C8, Message CRC: 47C8

2022-02-22T17:41:45.822Z Command[15] Received data: N05, crcOk: true

2022-02-22T17:41:45.822Z Command[15] Command response from Panel

2022-02-22T17:41:45.822Z Command[15] Emitting expected command response

2022-02-22T17:41:45.822Z Command[15] Receipt of an error code: Invalid parameter

2022-02-22T17:41:45.825Z Command[15] command response : N05

2022-02-22T17:41:45.825Z Command[16] Sending Command: ZLNKTYP5?

2022-02-22T17:41:45.826Z Command[16] Writing command buffer to socket: [2,17,51,51,81,91,97,21,233,35,164,221,239,182,113,196,63,38,3]

2022-02-22T17:41:45.826Z Command[16] Data Sent : ZLNKTYP5?

2022-02-22T17:41:46.043Z Received data Buffer : [2,17,51,51,69,39,26,73,137,77,204,171,3]

2022-02-22T17:41:46.043Z Command[16] crcOK : true, Computed CRC : 478C, Message CRC: 478C

2022-02-22T17:41:46.044Z Command[16] Received data: N05, crcOk: true

2022-02-22T17:41:46.044Z Command[16] Command response from Panel

2022-02-22T17:41:46.044Z Command[16] Emitting expected command response

2022-02-22T17:41:46.044Z Command[16] Receipt of an error code: Invalid parameter

2022-02-22T17:41:46.046Z Command[16] command response : N05

2022-02-22T17:41:46.047Z Command[17] Sending Command: ZLNKTYP6?

2022-02-22T17:41:46.048Z Command[17] Writing command buffer to socket: [2,17,51,50,81,91,97,21,233,35,164,222,239,182,1,179,73,34,3]

2022-02-22T17:41:46.048Z Command[17] Data Sent : ZLNKTYP6?

2022-02-22T17:41:46.212Z Received data Buffer : [2,17,51,50,69,39,26,73,133,77,182,217,3]

2022-02-22T17:41:46.213Z Command[17] crcOK : true, Computed CRC : 87B1, Message CRC: 87B1

2022-02-22T17:41:46.213Z Command[17] Received data: N05, crcOk: true

2022-02-22T17:41:46.213Z Command[17] Command response from Panel

2022-02-22T17:41:46.213Z Command[17] Emitting expected command response

2022-02-22T17:41:46.213Z Command[17] Receipt of an error code: Invalid parameter

2022-02-22T17:41:46.222Z Command[17] command response : N05

2022-02-22T17:41:46.223Z Command[18] Sending Command: ZLNKTYP7?

2022-02-22T17:41:46.223Z Command[18] Writing command buffer to socket: [2,17,51,61,81,91,97,21,233,35,164,223,239,182,115,183,79,35,3]

2022-02-22T17:41:46.223Z Command[18] Data Sent : ZLNKTYP7?

2022-02-22T17:41:46.388Z Received data Buffer : [2,17,51,61,69,39,26,73,133,76,177,221,3]

2022-02-22T17:41:46.389Z Command[18] crcOK : true, Computed CRC : 86E5, Message CRC: 86E5

2022-02-22T17:41:46.389Z Command[18] Received data: N05, crcOk: true

2022-02-22T17:41:46.389Z Command[18] Command response from Panel

2022-02-22T17:41:46.389Z Command[18] Emitting expected command response

2022-02-22T17:41:46.390Z Command[18] Receipt of an error code: Invalid parameter

2022-02-22T17:41:46.398Z Command[18] command response : N05

2022-02-22T17:41:46.399Z Command[19] Sending Command: ZLNKTYP8?

2022-02-22T17:41:46.399Z Command[19] Writing command buffer to socket: [2,17,51,60,81,91,97,21,233,35,164,208,239,182,7,193,78,39,3]

2022-02-22T17:41:46.400Z Command[19] Data Sent : ZLNKTYP8?

2022-02-22T17:41:46.564Z Received data Buffer : [2,17,51,60,69,39,26,73,137,76,176,208,3]

2022-02-22T17:41:46.564Z Command[19] crcOK : true, Computed CRC : 46D8, Message CRC: 46D8

2022-02-22T17:41:46.565Z Command[19] Received data: N05, crcOk: true

2022-02-22T17:41:46.565Z Command[19] Command response from Panel

2022-02-22T17:41:46.565Z Command[19] Emitting expected command response

2022-02-22T17:41:46.565Z Command[19] Receipt of an error code: Invalid parameter

2022-02-22T17:41:46.566Z Command[19] command response : N05

2022-02-22T17:41:46.567Z Command[20] Sending Command: ZTYPE*9:16?

2022-02-22T17:41:46.568Z Command[20] Writing command buffer to socket: [2,17,48,53,81,67,118,14,248,80,205,210,225,151,125,146,57,87,28,109,3]

2022-02-22T17:41:46.569Z Command[20] Data Sent : ZTYPE*9:16?

2022-02-22T17:41:46.833Z Received data Buffer : [2,17,48,53,81,67,118,14,248,80,205,210,225,151,127,165,62,31,28,106,188,75,227,164,122,129,97,240,148,74,167,58,22,31,75,244,219,194,248,157,250,58,203,3]

2022-02-22T17:41:46.834Z Command[20] crcOK : true, Computed CRC : BEE4, Message CRC: BEE4

2022-02-22T17:41:46.834Z Command[20] Received data: ZTYPE*9:16= 5 10 5 5 5 5 5 5, crcOk: true

2022-02-22T17:41:46.835Z Command[20] Command response from Panel

2022-02-22T17:41:46.835Z Command[20] Emitting expected command response

2022-02-22T17:41:46.838Z Command[20] command response : ZTYPE*9:16= 5 10 5 5 5 5 5 5

2022-02-22T17:41:46.840Z Command[21] Sending Command: ZPART&*9:16?

2022-02-22T17:41:46.841Z Command[21] Writing command buffer to socket: [2,17,48,52,81,71,110,12,233,92,222,209,234,144,116,186,28,36,25,98,246,3]

2022-02-22T17:41:46.841Z Command[21] Data Sent : ZPART&*9:16?

2022-02-22T17:41:47.107Z Received data Buffer : [2,17,48,52,81,71,110,12,233,92,222,209,234,144,116,184,58,31,28,83,132,98,231,164,107,189,89,217,144,74,182,24,39,7,58,202,3]

2022-02-22T17:41:47.107Z Command[21] crcOK : true, Computed CRC : 88D7, Message CRC: 88D7

2022-02-22T17:41:47.107Z Command[21] Received data: ZPART&*9:16=1 1 1, crcOk: true

2022-02-22T17:41:47.107Z Command[21] Command response from Panel

2022-02-22T17:41:47.107Z Command[21] Emitting expected command response

2022-02-22T17:41:47.109Z Command[21] command response : ZPART&9:16=1 1 12022-02-22T17:41:47.109Z Command[22] Sending Command: ZAREA&9:16?

2022-02-22T17:41:47.109Z Command[22] Writing command buffer to socket: [2,17,48,55,81,86,125,27,252,92,222,209,234,144,116,186,28,34,29,27,244,3]

2022-02-22T17:41:47.110Z Command[22] Data Sent : ZAREA&*9:16?

2022-02-22T17:41:47.276Z Received data Buffer : [2,17,48,55,69,39,26,73,255,78,195,172,3]

2022-02-22T17:41:47.277Z Command[22] crcOK : true, Computed CRC : B47D, Message CRC: B47D

2022-02-22T17:41:47.277Z Command[22] Received data: N05, crcOk: true

2022-02-22T17:41:47.277Z Command[22] Command response from Panel

2022-02-22T17:41:47.277Z Command[22] Emitting expected command response

2022-02-22T17:41:47.277Z Command[22] Receipt of an error code: Invalid parameter

2022-02-22T17:41:47.285Z Command[22] command response : N05

2022-02-22T17:41:47.285Z Command[23] Sending Command: ZLBL*9:16?

2022-02-22T17:41:47.286Z Command[23] Writing command buffer to socket: [2,17,48,54,81,91,109,18,151,67,206,217,230,158,85,177,73,36,27,3]

2022-02-22T17:41:47.286Z Command[23] Data Sent : ZLBL*9:16?

2022-02-22T17:41:47.552Z Received data Buffer : [2,17,48,54,81,91,109,18,151,67,206,217,230,156,0,240,121,115,76,47,149,75,246,141,122,148,72,240,129,99,142,72,126,77,31,154,158,215,207,255,159,95,223,223,222,220,217,251,167,191,244,69,50,201,42,217,5,225,163,38,44,57,18,68,193,196,82,32,242,117,110,55,76,42,215,14,147,155,143,245,138,92,254,38,201,33,210,33,168,98,66,42,227,118,17,66,229,170,28,112,58,197,50,143,111,136,112,169,137,162,253,17,83,240,131,79,68,56,201,120,128,85,209,189,42,115,47,3]

2022-02-22T17:41:47.552Z Command[23] crcOK : true, Computed CRC : 01EB, Message CRC: 01EB

2022-02-22T17:41:47.552Z Command[23] Received data: ZLBL*9:16=Bureau Garage Buanderie Trappe cuisine Trappe salon Zone 14 Zone 15 Zone 16, crcOk: true

2022-02-22T17:41:47.552Z Command[23] Command response from Panel

2022-02-22T17:41:47.552Z Command[23] Emitting expected command response

2022-02-22T17:41:47.554Z Command[23] command response : ZLBL*9:16=Bureau Garage Buanderie Trappe cuisine Trappe salon Zone 14 Zone 15 Zone 16

2022-02-22T17:41:47.554Z Command[24] Sending Command: ZSTT*9:16?

2022-02-22T17:41:47.555Z Command[24] Writing command buffer to socket: [2,17,48,49,81,68,123,10,151,67,206,217,230,158,85,192,77,38,25,3]

2022-02-22T17:41:47.555Z Command[24] Data Sent : ZSTT*9:16?

2022-02-22T17:41:47.971Z Received data Buffer : [2,17,48,49,81,68,123,10,151,67,206,217,230,156,111,196,38,59,0,119,152,70,251,128,83,153,41,253,140,110,170,34,50,18,83,244,214,182,194,242,146,82,210,210,211,209,240,223,164,231,184,6,123,129,117,157,77,200,174,71,33,52,31,73,229,189,13,108,139,40,38,58,16,2,114,147,80,215,216,199,220,135,120,135,121,133,124,143,105,165,60,42,107,161,53,28,79,232,167,56,7,120,188,100,237,24,137,3]

2022-02-22T17:41:47.971Z Command[24] crcOK : true, Computed CRC : 3BF5, Message CRC: 3BF5

2022-02-22T17:41:47.971Z Command[24] Received data: ZSTT*9:16=-A-------- -A-------- -A-------- -A-------- -A-------- ---------- ---------- ----------, crcOk: true

2022-02-22T17:41:47.971Z Command[24] Command response from Panel

2022-02-22T17:41:47.971Z Command[24] Emitting expected command response

2022-02-22T17:41:47.972Z Command[24] Data type: Zone Status

2022-02-22T17:41:47.977Z Command[24] command response : ZSTT*9:16=-A-------- -A-------- -A-------- -A-------- -A-------- ---------- ---------- ----------

2022-02-22T17:41:47.977Z Command[25] Sending Command: ZLNKTYP9?

2022-02-22T17:41:47.978Z Command[25] Writing command buffer to socket: [2,17,48,48,81,91,97,21,233,35,164,209,239,182,117,188,51,84,3]

2022-02-22T17:41:47.978Z Command[25] Data Sent : ZLNKTYP9?

2022-02-22T17:41:48.143Z Received data Buffer : [2,17,48,48,69,39,26,73,138,78,183,208,3]

2022-02-22T17:41:48.144Z Command[25] crcOK : true, Computed CRC : 74C8, Message CRC: 74C8

2022-02-22T17:41:48.144Z Command[25] Received data: N05, crcOk: true

2022-02-22T17:41:48.144Z Command[25] Command response from Panel

2022-02-22T17:41:48.144Z Command[25] Emitting expected command response

2022-02-22T17:41:48.144Z Command[25] Receipt of an error code: Invalid parameter

2022-02-22T17:41:48.153Z Command[25] command response : N05

2022-02-22T17:41:48.154Z Command[26] Sending Command: ZLNKTYP10?

2022-02-22T17:41:48.155Z Command[26] Writing command buffer to socket: [2,17,48,51,81,91,97,21,233,35,164,217,224,158,85,181,78,35,28,3]

2022-02-22T17:41:48.155Z Command[26] Data Sent : ZLNKTYP10?

2022-02-22T17:41:48.321Z Received data Buffer : [2,17,48,51,69,39,26,73,138,78,204,171,3]

2022-02-22T17:41:48.321Z Command[26] crcOK : true, Computed CRC : 748C, Message CRC: 748C

2022-02-22T17:41:48.321Z Command[26] Received data: N05, crcOk: true

2022-02-22T17:41:48.321Z Command[26] Command response from Panel

2022-02-22T17:41:48.321Z Command[26] Emitting expected command response

2022-02-22T17:41:48.321Z Command[26] Receipt of an error code: Invalid parameter

2022-02-22T17:41:48.331Z Command[26] command response : N05

2022-02-22T17:41:48.331Z Command[27] Sending Command: ZLNKTYP11?

2022-02-22T17:41:48.331Z Command[27] Writing command buffer to socket: [2,17,48,50,81,91,97,21,233,35,164,217,225,158,85,181,79,80,105,3]

2022-02-22T17:41:48.331Z Command[27] Data Sent : ZLNKTYP11?

2022-02-22T17:41:48.497Z Received data Buffer : [2,17,48,50,69,39,26,73,255,78,182,217,3]

2022-02-22T17:41:48.498Z Command[27] crcOK : true, Computed CRC : B4B1, Message CRC: B4B1

2022-02-22T17:41:48.498Z Command[27] Received data: N05, crcOk: true

2022-02-22T17:41:48.498Z Command[27] Command response from Panel

2022-02-22T17:41:48.498Z Command[27] Emitting expected command response

2022-02-22T17:41:48.498Z Command[27] Receipt of an error code: Invalid parameter

2022-02-22T17:41:48.507Z Command[27] command response : N05

2022-02-22T17:41:48.508Z Command[28] Sending Command: ZLNKTYP12?

2022-02-22T17:41:48.508Z Command[28] Writing command buffer to socket: [2,17,48,61,81,91,97,21,233,35,164,217,226,158,85,180,50,39,20,3]

2022-02-22T17:41:48.508Z Command[28] Data Sent : ZLNKTYP12?

2022-02-22T17:41:48.776Z Received data Buffer : [2,17,48,61,69,39,26,73,255,79,177,221,3]

2022-02-22T17:41:48.776Z Command[28] crcOK : true, Computed CRC : B5E5, Message CRC: B5E5

2022-02-22T17:41:48.776Z Command[28] Received data: N05, crcOk: true

2022-02-22T17:41:48.776Z Command[28] Command response from Panel

2022-02-22T17:41:48.776Z Command[28] Emitting expected command response

2022-02-22T17:41:48.776Z Command[28] Receipt of an error code: Invalid parameter

2022-02-22T17:41:48.776Z Command[28] command response : N05

2022-02-22T17:41:48.776Z Command[29] Sending Command: ZLNKTYP13?

2022-02-22T17:41:48.777Z Command[29] Writing command buffer to socket: [2,17,48,60,81,91,97,21,233,35,164,217,227,158,85,180,74,84,24,3]

2022-02-22T17:41:48.777Z Command[29] Data Sent : ZLNKTYP13?

2022-02-22T17:41:48.992Z Received data Buffer : [2,17,48,60,69,39,26,73,138,79,176,208,3]

2022-02-22T17:41:48.993Z Command[29] crcOK : true, Computed CRC : 75D8, Message CRC: 75D8

2022-02-22T17:41:48.993Z Command[29] Received data: N05, crcOk: true

2022-02-22T17:41:48.993Z Command[29] Command response from Panel

2022-02-22T17:41:48.993Z Command[29] Emitting expected command response

2022-02-22T17:41:48.993Z Command[29] Receipt of an error code: Invalid parameter

2022-02-22T17:41:48.995Z Command[29] command response : N05

2022-02-22T17:41:48.996Z Command[30] Sending Command: ZLNKTYP14?

2022-02-22T17:41:48.996Z Command[30] Writing command buffer to socket: [2,17,49,53,81,91,97,21,233,35,164,217,228,158,85,177,61,39,108,3]

2022-02-22T17:41:48.996Z Command[30] Data Sent : ZLNKTYP14?

2022-02-22T17:41:49.161Z Received data Buffer : [2,17,49,53,69,39,26,73,252,79,196,221,3]

2022-02-22T17:41:49.161Z Command[30] crcOK : true, Computed CRC : A505, Message CRC: A505

2022-02-22T17:41:49.161Z Command[30] Received data: N05, crcOk: true

2022-02-22T17:41:49.161Z Command[30] Command response from Panel

2022-02-22T17:41:49.161Z Command[30] Emitting expected command response

2022-02-22T17:41:49.162Z Command[30] Receipt of an error code: Invalid parameter

2022-02-22T17:41:49.171Z Command[30] command response : N05

2022-02-22T17:41:49.172Z Command[31] Sending Command: ZLNKTYP15?

2022-02-22T17:41:49.172Z Command[31] Writing command buffer to socket: [2,17,49,52,81,91,97,21,233,35,164,217,229,158,85,177,62,84,27,3]

2022-02-22T17:41:49.172Z Command[31] Data Sent : ZLNKTYP15?

2022-02-22T17:41:49.340Z Received data Buffer : [2,17,49,52,69,39,26,73,139,79,199,208,3]

2022-02-22T17:41:49.340Z Command[31] crcOK : true, Computed CRC : 6538, Message CRC: 6538

2022-02-22T17:41:49.340Z Command[31] Received data: N05, crcOk: true

2022-02-22T17:41:49.340Z Command[31] Command response from Panel

2022-02-22T17:41:49.341Z Command[31] Emitting expected command response

2022-02-22T17:41:49.341Z Command[31] Receipt of an error code: Invalid parameter

2022-02-22T17:41:49.348Z Command[31] command response : N05

2022-02-22T17:41:49.348Z Command[32] Sending Command: ZLNKTYP16?

2022-02-22T17:41:49.348Z Command[32] Writing command buffer to socket: [2,17,49,55,81,91,97,21,233,35,164,217,230,158,85,177,58,34,31,3]

2022-02-22T17:41:49.349Z Command[32] Data Sent : ZLNKTYP16?

2022-02-22T17:41:49.513Z Received data Buffer : [2,17,49,55,69,39,26,73,139,79,195,171,3]

2022-02-22T17:41:49.514Z Command[32] crcOK : true, Computed CRC : 657C, Message CRC: 657C

2022-02-22T17:41:49.514Z Command[32] Received data: N05, crcOk: true

2022-02-22T17:41:49.514Z Command[32] Command response from Panel

2022-02-22T17:41:49.514Z Command[32] Emitting expected command response

2022-02-22T17:41:49.514Z Command[32] Receipt of an error code: Invalid parameter

2022-02-22T17:41:49.523Z Command[32] command response : N05

2022-02-22T17:41:49.523Z Command[33] Sending Command: ZTYPE*17:24?

2022-02-22T17:41:49.524Z Command[33] Writing command buffer to socket: [2,17,49,54,81,67,118,14,248,80,197,223,234,147,118,186,28,83,105,27,247,3]

2022-02-22T17:41:49.524Z Command[33] Data Sent : ZTYPE*17:24?

2022-02-22T17:41:49.840Z Received data Buffer : [2,17,49,54,81,67,118,14,248,80,197,223,234,147,118,184,43,35,36,122,128,98,246,152,83,148,93,217,129,118,142,47,42,54,94,200,242,215,218,200,140,72,189,190,3]

2022-02-22T17:41:49.841Z Command[33] crcOK : true, Computed CRC : 37BA, Message CRC: 37BA

2022-02-22T17:41:49.841Z Command[33] Received data: ZTYPE*17:24= 5 5 5 5 5 5 5 5, crcOk: true

2022-02-22T17:41:49.841Z Command[33] Command response from Panel

2022-02-22T17:41:49.841Z Command[33] Emitting expected command response

2022-02-22T17:41:49.843Z Command[33] command response : ZTYPE*17:24= 5 5 5 5 5 5 5 5

2022-02-22T17:41:49.843Z Command[34] Sending Command: ZPART&*17:24?

2022-02-22T17:41:49.843Z Command[34] Writing command buffer to socket: [2,17,49,49,81,71,110,12,233,92,222,217,231,155,112,177,52,1,105,108,135,89,3]

2022-02-22T17:41:49.843Z Command[34] Data Sent : ZPART&*17:24?

2022-02-22T17:41:50.060Z Received data Buffer : [2,17,49,49,81,71,110,12,233,92,222,217,231,155,112,177,54,39,36,107,188,90,223,156,83,133,97,225,168,114,142,62,8,124,72,205,186,3]2022-02-22T17:41:50.060Z Command[34] crcOK : true, Computed CRC : C60A, Message CRC: C60A

2022-02-22T17:41:50.061Z Command[34] Received data: ZPART&*17:24=1 1 1, crcOk: true

2022-02-22T17:41:50.061Z Command[34] Command response from Panel

2022-02-22T17:41:50.064Z Command[34] Emitting expected command response

2022-02-22T17:41:50.069Z Command[34] command response : ZPART&17:24=1 1 12022-02-22T17:41:50.069Z Command[35] Sending Command: ZAREA&17:24?

2022-02-22T17:41:50.070Z Command[35] Writing command buffer to socket: [2,17,49,48,81,86,125,27,252,92,222,217,231,155,112,177,52,1,29,30,129,94,3]

2022-02-22T17:41:50.070Z Command[35] Data Sent : ZAREA&*17:24?

2022-02-22T17:41:50.239Z Received data Buffer : [2,17,49,48,69,39,26,73,252,79,183,209,3]

2022-02-22T17:41:50.240Z Command[35] crcOK : true, Computed CRC : A5C9, Message CRC: A5C9

2022-02-22T17:41:50.240Z Command[35] Received data: N05, crcOk: true

2022-02-22T17:41:50.240Z Command[35] Command response from Panel

2022-02-22T17:41:50.240Z Command[35] Emitting expected command response

2022-02-22T17:41:50.240Z Command[35] Receipt of an error code: Invalid parameter

2022-02-22T17:41:50.247Z Command[35] command response : N05

2022-02-22T17:41:50.247Z Command[36] Sending Command: ZLBL*17:24?

2022-02-22T17:41:50.248Z Command[36] Writing command buffer to socket: [2,17,49,51,81,91,109,18,151,75,195,210,226,149,125,146,77,83,110,111,3]

2022-02-22T17:41:50.248Z Command[36] Data Sent : ZLBL*17:24?

2022-02-22T17:41:50.514Z Received data Buffer : [2,17,49,51,81,91,109,18,151,75,195,210,226,149,127,223,100,120,72,122,132,92,223,247,53,218,13,240,144,123,142,85,112,81,27,221,202,206,230,133,208,17,154,223,204,204,240,168,138,164,240,11,100,157,81,234,15,175,230,38,62,43,59,62,167,254,69,97,176,54,16,2,77,64,49,219,93,200,193,253,225,236,97,146,3]

2022-02-22T17:41:50.514Z Command[36] crcOK : true, Computed CRC : 4F48, Message CRC: 4F48

2022-02-22T17:41:50.515Z Command[36] Received data: ZLBL*17:24=Zone 17 Zone 18 Zone 19 Zone 20 Zone 21 Zone 22 Zone 23 Zone 24, crcOk: true

2022-02-22T17:41:50.515Z Command[36] Command response from Panel

2022-02-22T17:41:50.515Z Command[36] Emitting expected command response

2022-02-22T17:41:50.524Z Command[36] command response : ZLBL*17:24=Zone 17 Zone 18 Zone 19 Zone 20 Zone 21 Zone 22 Zone 23 Zone 24

2022-02-22T17:41:50.524Z Command[37] Sending Command: ZSTT*17:24?

2022-02-22T17:41:50.525Z Command[37] Writing command buffer to socket: [2,17,49,50,81,68,123,10,151,75,195,210,226,149,125,146,57,39,104,98,3]

2022-02-22T17:41:50.525Z Command[37] Data Sent : ZSTT*17:24?

2022-02-22T17:41:50.892Z Received data Buffer : [2,17,49,50,81,68,123,10,151,75,195,210,226,149,127,168,38,59,0,119,152,70,251,128,119,189,69,253,140,110,170,34,50,18,83,208,242,218,194,242,146,82,210,210,211,209,212,251,200,231,184,6,123,129,117,157,77,236,138,43,33,52,31,73,229,189,13,108,175,12,38,58,16,2,114,147,80,215,216,199,248,163,120,135,121,133,124,143,105,165,60,14,79,161,53,28,79,232,167,56,7,120,134,64,150,111,250,56,3]

2022-02-22T17:41:50.893Z Command[37] crcOK : true, Computed CRC : 91FA, Message CRC: 91FA

2022-02-22T17:41:50.893Z Command[37] Received data: ZSTT*17:24=---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------, crcOk: true

2022-02-22T17:41:50.894Z Command[37] Command response from Panel

2022-02-22T17:41:50.894Z Command[37] Emitting expected command response

2022-02-22T17:41:50.894Z Command[37] Data type: Zone Status

2022-02-22T17:41:50.895Z Command[37] command response : ZSTT*17:24=---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------

2022-02-22T17:41:50.895Z Command[38] Sending Command: ZLNKTYP17?

2022-02-22T17:41:50.896Z Command[38] Writing command buffer to socket: [2,17,49,61,81,91,97,21,233,35,164,217,231,158,85,188,50,38,111,3]

2022-02-22T17:41:50.896Z Command[38] Data Sent : ZLNKTYP17?

2022-02-22T17:41:51.115Z Received data Buffer : [2,17,49,61,69,39,26,73,139,78,177,220,3]

2022-02-22T17:41:51.116Z Command[38] crcOK : true, Computed CRC : 64E4, Message CRC: 64E4

2022-02-22T17:41:51.116Z Command[38] Received data: N05, crcOk: true

2022-02-22T17:41:51.116Z Command[38] Command response from Panel

2022-02-22T17:41:51.116Z Command[38] Emitting expected command response

2022-02-22T17:41:51.116Z Command[38] Receipt of an error code: Invalid parameter

2022-02-22T17:41:51.121Z Command[38] command response : N05

2022-02-22T17:41:51.121Z Command[39] Sending Command: ZLNKTYP18?

2022-02-22T17:41:51.122Z Command[39] Writing command buffer to socket: [2,17,49,60,81,91,97,21,233,35,164,217,232,158,85,176,50,85,27,3]

2022-02-22T17:41:51.122Z Command[39] Data Sent : ZLNKTYP18?

2022-02-22T17:41:51.288Z Received data Buffer : [2,17,49,60,69,39,26,73,252,78,176,209,3]

2022-02-22T17:41:51.289Z Command[39] crcOK : true, Computed CRC : A4D9, Message CRC: A4D9

2022-02-22T17:41:51.289Z Command[39] Received data: N05, crcOk: true

2022-02-22T17:41:51.289Z Command[39] Command response from Panel

2022-02-22T17:41:51.290Z Command[39] Emitting expected command response

2022-02-22T17:41:51.290Z Command[39] Receipt of an error code: Invalid parameter

2022-02-22T17:41:51.299Z Command[39] command response : N05

2022-02-22T17:41:51.299Z Command[40] Sending Command: ZLNKTYP19?

2022-02-22T17:41:51.300Z Command[40] Writing command buffer to socket: [2,17,54,53,81,91,97,21,233,35,164,217,233,158,85,198,57,46,29,3]

2022-02-22T17:41:51.300Z Command[40] Data Sent : ZLNKTYP19?

2022-02-22T17:41:51.467Z Received data Buffer : [2,17,54,53,69,39,26,73,140,72,196,220,3]

2022-02-22T17:41:51.467Z Command[40] crcOK : true, Computed CRC : 1204, Message CRC: 1204

2022-02-22T17:41:51.467Z Command[40] Received data: N05, crcOk: true

2022-02-22T17:41:51.467Z Command[40] Command response from Panel

2022-02-22T17:41:51.468Z Command[40] Emitting expected command response

2022-02-22T17:41:51.468Z Command[40] Receipt of an error code: Invalid parameter

2022-02-22T17:41:51.474Z Command[40] command response : N05

2022-02-22T17:41:51.474Z Command[41] Sending Command: ZLNKTYP20?

2022-02-22T17:41:51.475Z Command[41] Writing command buffer to socket: [2,17,54,52,81,91,97,21,233,35,164,218,224,158,85,177,60,87,105,3]

2022-02-22T17:41:51.475Z Command[41] Data Sent : ZLNKTYP20?

2022-02-22T17:41:51.691Z Received data Buffer : [2,17,54,52,69,39,26,73,249,72,199,209,3]

2022-02-22T17:41:51.691Z Command[41] crcOK : true, Computed CRC : D239, Message CRC: D239

2022-02-22T17:41:51.692Z Command[41] Received data: N05, crcOk: true

2022-02-22T17:41:51.692Z Command[41] Command response from Panel

2022-02-22T17:41:51.692Z Command[41] Emitting expected command response

2022-02-22T17:41:51.692Z Command[41] Receipt of an error code: Invalid parameter

2022-02-22T17:41:51.701Z Command[41] command response : N05

2022-02-22T17:41:51.701Z Command[42] Sending Command: ZLNKTYP21?

2022-02-22T17:41:51.702Z Command[42] Writing command buffer to socket: [2,17,54,55,81,91,97,21,233,35,164,218,225,158,85,189,56,80,21,3]

2022-02-22T17:41:51.702Z Command[42] Data Sent : ZLNKTYP21?

2022-02-22T17:41:51.919Z Received data Buffer : [2,17,54,55,69,39,26,73,249,72,195,172,3]

2022-02-22T17:41:51.920Z Command[42] crcOK : true, Computed CRC : D27D, Message CRC: D27D

2022-02-22T17:41:51.920Z Command[42] Received data: N05, crcOk: true

2022-02-22T17:41:51.920Z Command[42] Command response from Panel

2022-02-22T17:41:51.920Z Command[42] Emitting expected command response

2022-02-22T17:41:51.920Z Command[42] Receipt of an error code: Invalid parameter

2022-02-22T17:41:51.928Z Command[42] command response : N05

2022-02-22T17:41:51.929Z Command[43] Sending Command: ZLNKTYP22?

2022-02-22T17:41:51.929Z Command[43] Writing command buffer to socket: [2,17,54,54,81,91,97,21,233,35,164,218,226,158,85,177,59,80,24,3]

2022-02-22T17:41:51.929Z Command[43] Data Sent : ZLNKTYP22?

2022-02-22T17:41:52.094Z Received data Buffer : [2,17,54,54,69,39,26,73,140,72,192,216,3]

2022-02-22T17:41:52.094Z Command[43] crcOK : true, Computed CRC : 1240, Message CRC: 1240

2022-02-22T17:41:52.094Z Command[43] Received data: N05, crcOk: true

2022-02-22T17:41:52.095Z Command[43] Command response from Panel

2022-02-22T17:41:52.095Z Command[43] Emitting expected command response

2022-02-22T17:41:52.095Z Command[43] Receipt of an error code: Invalid parameter

2022-02-22T17:41:52.095Z Command[43] command response : N05

2022-02-22T17:41:52.096Z Command[44] Sending Command: ZLNKTYP23?

2022-02-22T17:41:52.096Z Command[44] Writing command buffer to socket: [2,17,54,49,81,91,97,21,233,35,164,218,227,158,85,177,73,35,28,3]

2022-02-22T17:41:52.096Z Command[44] Data Sent : ZLNKTYP23?

2022-02-22T17:41:52.265Z Received data Buffer : [2,17,54,49,69,39,26,73,249,72,178,221,3]

2022-02-22T17:41:52.266Z Command[44] crcOK : true, Computed CRC : D2F5, Message CRC: D2F5

2022-02-22T17:41:52.266Z Command[44] Received data: N05, crcOk: true

2022-02-22T17:41:52.266Z Command[44] Command response from Panel

2022-02-22T17:41:52.267Z Command[44] Emitting expected command response

2022-02-22T17:41:52.267Z Command[44] Receipt of an error code: Invalid parameter

2022-02-22T17:41:52.272Z Command[44] command response : N05

2022-02-22T17:41:52.272Z Command[45] Sending Command: ZLNKTYP24?

2022-02-22T17:41:52.273Z Command[45] Writing command buffer to socket: [2,17,54,48,81,91,97,21,233,35,164,218,228,158,85,177,50,39,105,3]

2022-02-22T17:41:52.273Z Command[45] Data Sent : ZLNKTYP24?

2022-02-22T17:41:52.439Z Received data Buffer : [2,17,54,48,69,39,26,73,140,72,183,208,3]

2022-02-22T17:41:52.439Z Command[45] crcOK : true, Computed CRC : 12C8, Message CRC: 12C8

2022-02-22T17:41:52.439Z Command[45] Received data: N05, crcOk: true

2022-02-22T17:41:52.440Z Command[45] Command response from Panel

2022-02-22T17:41:52.440Z Command[45] Emitting expected command response

2022-02-22T17:41:52.440Z Command[45] Receipt of an error code: Invalid parameter

2022-02-22T17:41:52.441Z Command[45] command response : N05

2022-02-22T17:41:52.441Z Command[46] Sending Command: ZTYPE*25:32?

2022-02-22T17:41:52.442Z Command[46] Writing command buffer to socket: [2,17,54,51,81,67,118,14,248,80,198,221,234,146,112,186,28,80,24,105,244,3]

2022-02-22T17:41:52.442Z Command[46] Data Sent : ZTYPE*25:32?

2022-02-22T17:41:52.758Z Received data Buffer : [2,17,54,51,81,67,118,14,248,80,198,221,234,146,112,184,43,35,36,122,128,98,246,152,83,148,93,217,129,118,142,47,42,54,94,200,242,215,218,200,137,62,203,190,3]

2022-02-22T17:41:52.759Z Command[46] crcOK : true, Computed CRC : 6A4A, Message CRC: 6A4A

2022-02-22T17:41:52.759Z Command[46] Received data: ZTYPE*25:32= 5 5 5 5 5 5 5 5, crcOk: true

2022-02-22T17:41:52.759Z Command[46] Command response from Panel

2022-02-22T17:41:52.760Z Command[46] Emitting expected command response

2022-02-22T17:41:52.762Z Command[46] command response : ZTYPE*25:32= 5 5 5 5 5 5 5 5

2022-02-22T17:41:52.763Z Command[47] Sending Command: ZPART&*25:32?

2022-02-22T17:41:52.764Z Command[47] Writing command buffer to socket: [2,17,54,50,81,71,110,12,233,92,222,218,229,155,113,183,52,1,107,27,243,91,3]

2022-02-22T17:41:52.764Z Command[47] Data Sent : ZPART&*25:32?

2022-02-22T17:41:52.981Z Received data Buffer : [2,17,54,50,81,71,110,12,233,92,222,218,229,155,113,183,54,39,36,107,188,90,223,156,83,133,97,225,168,114,142,62,8,8,73,202,206,3]

2022-02-22T17:41:52.982Z Command[47] crcOK : true, Computed CRC : 7775, Message CRC: 7775

2022-02-22T17:41:52.982Z Command[47] Received data: ZPART&*25:32=1 1 1, crcOk: true

2022-02-22T17:41:52.982Z Command[47] Command response from Panel

2022-02-22T17:41:52.982Z Command[47] Emitting expected command response

2022-02-22T17:41:52.990Z Command[47] command response : ZPART&25:32=1 1 12022-02-22T17:41:52.991Z Command[48] Sending Command: ZAREA&25:32?

2022-02-22T17:41:52.991Z Command[48] Writing command buffer to socket: [2,17,54,61,81,86,125,27,252,92,222,218,229,155,113,183,52,1,31,111,132,82,3]

2022-02-22T17:41:52.992Z Command[48] Data Sent : ZAREA&*25:32?

2022-02-22T17:41:53.209Z Received data Buffer : [2,17,54,61,69,39,26,73,249,73,177,221,3]

2022-02-22T17:41:53.209Z Command[48] crcOK : true, Computed CRC : D3E5, Message CRC: D3E5

2022-02-22T17:41:53.210Z Command[48] Received data: N05, crcOk: true

2022-02-22T17:41:53.210Z Command[48] Command response from Panel

2022-02-22T17:41:53.210Z Command[48] Emitting expected command response

2022-02-22T17:41:53.210Z Command[48] Receipt of an error code: Invalid parameter

2022-02-22T17:41:53.211Z Command[48] command response : N05

2022-02-22T17:41:53.211Z Command[49] Sending Command: ZLBL*25:32?

2022-02-22T17:41:53.212Z Command[49] Writing command buffer to socket: [2,17,54,60,81,91,109,18,151,72,193,210,227,147,125,146,57,47,29,110,3]

2022-02-22T17:41:53.212Z Command[49] Data Sent : ZLBL*25:32?

2022-02-22T17:41:53.430Z Received data Buffer : [2,17,54,60,81,91,109,18,151,72,193,210,227,147,127,223,100,120,72,122,135,94,223,247,53,218,13,240,147,117,142,85,112,81,27,221,201,192,230,133,208,17,154,223,204,196,240,168,138,164,240,11,100,149,81,234,15,175,230,38,63,41,59,62,167,254,69,97,177,52,16,2,77,64,49,219,93,201,199,253,227,154,100,155,3]

2022-02-22T17:41:53.432Z Command[49] crcOK : true, Computed CRC : 6011, Message CRC: 6011

2022-02-22T17:41:53.432Z Command[49] Received data: ZLBL*25:32=Zone 25 Zone 26 Zone 27 Zone 28 Zone 29 Zone 30 Zone 31 Zone 32, crcOk: true

2022-02-22T17:41:53.432Z Command[49] Command response from Panel

2022-02-22T17:41:53.432Z Command[49] Emitting expected command response

2022-02-22T17:41:53.437Z Command[49] command response : ZLBL*25:32=Zone 25 Zone 26 Zone 27 Zone 28 Zone 29 Zone 30 Zone 31 Zone 32

2022-02-22T17:41:53.438Z Command[1] Sending Command: ZSTT*25:32?

2022-02-22T17:41:53.439Z Command[1] Writing command buffer to socket: [2,17,50,52,81,68,123,10,151,72,193,210,227,147,125,146,77,84,30,107,3]

2022-02-22T17:41:53.439Z Command[1] Data Sent : ZSTT*25:32?

2022-02-22T17:41:53.805Z Received data Buffer : [2,17,50,52,81,68,123,10,151,72,193,210,227,147,127,168,38,59,0,119,152,70,251,128,119,189,69,253,140,110,170,34,50,18,83,208,242,218,194,242,146,82,210,210,211,209,212,251,200,231,184,6,123,129,117,157,77,236,138,43,33,52,31,73,229,189,13,108,175,12,38,58,16,2,114,147,80,215,216,199,248,163,120,135,121,133,124,143,105,165,60,14,79,161,53,28,79,232,167,56,7,120,134,64,235,105,255,77,3]

2022-02-22T17:41:53.806Z Command[1] crcOK : true, Computed CRC : D7C4, Message CRC: D7C4

2022-02-22T17:41:53.806Z Command[1] Received data: ZSTT*25:32=---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------, crcOk: true

2022-02-22T17:41:53.807Z Command[1] Command response from Panel

2022-02-22T17:41:53.807Z Command[1] Emitting expected command response

2022-02-22T17:41:53.807Z Command[1] Data type: Zone Status

2022-02-22T17:41:53.810Z Command[1] command response : ZSTT*25:32=---------- ---------- ---------- ---------- ---------- ---------- ---------- ----------

2022-02-22T17:41:53.810Z Command[2] Sending Command: ZLNKTYP25?

2022-02-22T17:41:53.811Z Command[2] Writing command buffer to socket: [2,17,50,55,81,91,97,21,233,35,164,218,229,158,85,198,61,84,26,3]

2022-02-22T17:41:53.811Z Command[2] Data Sent : ZLNKTYP25?

2022-02-22T17:41:54.027Z Received data Buffer : [2,17,50,55,69,39,26,73,136,76,195,171,3]

2022-02-22T17:41:54.027Z Command[2] crcOK : true, Computed CRC : 567C, Message CRC: 567C

2022-02-22T17:41:54.027Z Command[2] Received data: N05, crcOk: true

2022-02-22T17:41:54.028Z Command[2] Command response from Panel

2022-02-22T17:41:54.028Z Command[2] Emitting expected command response

2022-02-22T17:41:54.028Z Command[2] Receipt of an error code: Invalid parameter

2022-02-22T17:41:54.035Z Command[2] command response : N05

2022-02-22T17:41:54.036Z Command[3] Sending Command: ZLNKTYP26?

2022-02-22T17:41:54.036Z Command[3] Writing command buffer to socket: [2,17,50,54,81,91,97,21,233,35,164,218,230,158,85,181,62,84,108,3]

2022-02-22T17:41:54.036Z Command[3] Data Sent : ZLNKTYP26?

2022-02-22T17:41:54.203Z Received data Buffer : [2,17,50,54,69,39,26,73,132,76,192,217,3]

2022-02-22T17:41:54.203Z Command[3] crcOK : true, Computed CRC : 9641, Message CRC: 9641

2022-02-22T17:41:54.203Z Command[3] Received data: N05, crcOk: true

2022-02-22T17:41:54.204Z Command[3] Command response from Panel

2022-02-22T17:41:54.204Z Command[3] Emitting expected command response

2022-02-22T17:41:54.204Z Command[3] Receipt of an error code: Invalid parameter

2022-02-22T17:41:54.210Z Command[3] command response : N05

2022-02-22T17:41:54.210Z Command[4] Sending Command: ZLNKTYP27?

2022-02-22T17:41:54.211Z Command[4] Writing command buffer to socket: [2,17,50,49,81,91,97,21,233,35,164,218,231,158,85,181,78,39,104,3]

2022-02-22T17:41:54.211Z Command[4] Data Sent : ZLNKTYP27?

2022-02-22T17:41:54.376Z Received data Buffer : [2,17,50,49,69,39,26,73,136,76,178,220,3]

2022-02-22T17:41:54.377Z Command[4] crcOK : true, Computed CRC : 56F4, Message CRC: 56F4

2022-02-22T17:41:54.377Z Command[4] Received data: N05, crcOk: true

2022-02-22T17:41:54.377Z Command[4] Command response from Panel

2022-02-22T17:41:54.377Z Command[4] Emitting expected command response

2022-02-22T17:41:54.377Z Command[4] Receipt of an error code: Invalid parameter

2022-02-22T17:41:54.386Z Command[4] command response : N05

2022-02-22T17:41:54.387Z Command[5] Sending Command: ZLNKTYP28?

2022-02-22T17:41:54.387Z Command[5] Writing command buffer to socket: [2,17,50,48,81,91,97,21,233,35,164,218,232,158,85,198,78,82,30,3]

2022-02-22T17:41:54.388Z Command[5] Data Sent : ZLNKTYP28?

2022-02-22T17:41:54.653Z Received data Buffer : [2,17,50,48,69,39,26,73,132,76,183,209,3]

2022-02-22T17:41:54.654Z Command[5] crcOK : true, Computed CRC : 96C9, Message CRC: 96C9

2022-02-22T17:41:54.654Z Command[5] Received data: N05, crcOk: true

2022-02-22T17:41:54.654Z Command[5] Command response from Panel

2022-02-22T17:41:54.654Z Command[5] Emitting expected command response

2022-02-22T17:41:54.654Z Command[5] Receipt of an error code: Invalid parameter

2022-02-22T17:41:54.655Z Command[5] command response : N05

2022-02-22T17:41:54.655Z Command[6] Sending Command: ZLNKTYP29?

2022-02-22T17:41:54.655Z Command[6] Writing command buffer to socket: [2,17,50,51,81,91,97,21,233,35,164,218,233,158,85,181,74,46,27,3]

2022-02-22T17:41:54.655Z Command[6] Data Sent : ZLNKTYP29?

2022-02-22T17:41:54.873Z Received data Buffer : [2,17,50,51,69,39,26,73,132,76,204,172,3]

2022-02-22T17:41:54.873Z Command[6] crcOK : true, Computed CRC : 968D, Message CRC: 968D

2022-02-22T17:41:54.873Z Command[6] Received data: N05, crcOk: true

2022-02-22T17:41:54.873Z Command[6] Command response from Panel

2022-02-22T17:41:54.873Z Command[6] Emitting expected command response

2022-02-22T17:41:54.873Z Command[6] Receipt of an error code: Invalid parameter

2022-02-22T17:41:54.881Z Command[6] command response : N05

2022-02-22T17:41:54.881Z Command[7] Sending Command: ZLNKTYP30?

2022-02-22T17:41:54.881Z Command[7] Writing command buffer to socket: [2,17,50,50,81,91,97,21,233,35,164,219,224,158,85,182,60,87,108,3]

2022-02-22T17:41:54.882Z Command[7] Data Sent : ZLNKTYP30?

2022-02-22T17:41:55.048Z Received data Buffer : [2,17,50,50,69,39,26,73,136,76,182,216,3]

2022-02-22T17:41:55.048Z Command[7] crcOK : true, Computed CRC : 56B0, Message CRC: 56B0

2022-02-22T17:41:55.048Z Command[7] Received data: N05, crcOk: true

2022-02-22T17:41:55.049Z Command[7] Command response from Panel

2022-02-22T17:41:55.049Z Command[7] Emitting expected command response

2022-02-22T17:41:55.049Z Command[7] Receipt of an error code: Invalid parameter

2022-02-22T17:41:55.050Z Command[7] command response : N05

2022-02-22T17:41:55.050Z Command[8] Sending Command: ZLNKTYP31?

2022-02-22T17:41:55.051Z Command[8] Writing command buffer to socket: [2,17,50,61,81,91,97,21,233,35,164,219,225,158,85,192,56,83,107,3]

2022-02-22T17:41:55.051Z Command[8] Data Sent : ZLNKTYP31?

2022-02-22T17:41:55.216Z Received data Buffer : [2,17,50,61,69,39,26,73,136,77,177,220,3]

2022-02-22T17:41:55.216Z Command[8] crcOK : true, Computed CRC : 57E4, Message CRC: 57E4

2022-02-22T17:41:55.216Z Command[8] Received data: N05, crcOk: true

2022-02-22T17:41:55.217Z Command[8] Command response from Panel

2022-02-22T17:41:55.217Z Command[8] Emitting expected command response

2022-02-22T17:41:55.217Z Command[8] Receipt of an error code: Invalid parameter

2022-02-22T17:41:55.225Z Command[8] command response : N05

2022-02-22T17:41:55.225Z Command[9] Sending Command: ZLNKTYP32?

2022-02-22T17:41:55.225Z Command[9] Writing command buffer to socket: [2,17,50,60,81,91,97,21,233,35,164,219,226,158,85,183,59,83,31,3]

2022-02-22T17:41:55.225Z Command[9] Data Sent : ZLNKTYP32?

2022-02-22T17:41:55.390Z Received data Buffer : [2,17,50,60,69,39,26,73,132,77,176,209,3]

2022-02-22T17:41:55.390Z Command[9] crcOK : true, Computed CRC : 97D9, Message CRC: 97D9

2022-02-22T17:41:55.390Z Command[9] Received data: N05, crcOk: true

2022-02-22T17:41:55.391Z Command[9] Command response from Panel

2022-02-22T17:41:55.391Z Command[9] Emitting expected command response

2022-02-22T17:41:55.391Z Command[9] Receipt of an error code: Invalid parameter

2022-02-22T17:41:55.391Z Command[9] command response : N05

2022-02-22T17:41:55.392Z Retrieving the configuration of the Outputs.

2022-02-22T17:41:55.393Z Command[10] Sending Command: OSTT*1:4?

2022-02-22T17:41:55.393Z Command[10] Writing command buffer to socket: [2,17,51,53,68,68,123,10,151,75,206,220,239,182,117,196,51,84,3]

2022-02-22T17:41:55.393Z Command[10] Data Sent : OSTT*1:4?

2022-02-22T17:41:55.558Z Received data Buffer : [2,17,51,53,69,39,26,73,137,77,196,220,3]

2022-02-22T17:41:55.559Z Command[10] crcOK : true, Computed CRC : 4704, Message CRC: 4704

2022-02-22T17:41:55.559Z Command[10] Received data: N05, crcOk: true

2022-02-22T17:41:55.559Z Command[10] Command response from Panel

2022-02-22T17:41:55.559Z Command[10] Emitting expected command response

2022-02-22T17:41:55.559Z Command[10] Receipt of an error code: Invalid parameter

2022-02-22T17:41:55.559Z Command[10] command response : N05

2022-02-22T17:41:55.560Z Unexpected output status error

2022-02-22T17:41:55.560Z Retrieving the configuration of the Partitions.

2022-02-22T17:41:55.560Z Command[11] Sending Command: PLBL*1:3?

2022-02-22T17:41:55.561Z Command[11] Writing command buffer to socket: [2,17,51,52,91,91,109,18,151,75,206,219,239,182,4,176,50,87,3]

2022-02-22T17:41:55.561Z Command[11] Data Sent : PLBL*1:3?

2022-02-22T17:41:55.877Z Received data Buffer : [2,17,51,52,91,91,109,18,151,75,206,219,237,241,35,247,127,127,89,51,218,5,246,156,83,228,9,162,213,42,243,102,112,81,94,207,242,167,142,173,203,22,139,150,145,146,217,193,242,253,212,19,102,3]

2022-02-22T17:41:55.878Z Command[11] crcOK : true, Computed CRC : 7A80, Message CRC: 7A80

2022-02-22T17:41:55.879Z Command[11] Received data: PLBL*1:3=Partition 1 Partition 2 Partition 3, crcOk: true

2022-02-22T17:41:55.879Z Command[11] Command response from Panel

2022-02-22T17:41:55.880Z Command[11] Emitting expected command response

2022-02-22T17:41:55.880Z Command[11] command response : PLBL*1:3=Partition 1 Partition 2 Partition 3

2022-02-22T17:41:55.881Z Command[12] Sending Command: PSTT*1:3?

2022-02-22T17:41:55.882Z Command[12] Writing command buffer to socket: [2,17,51,55,91,68,123,10,151,75,206,219,239,182,16,3,179,59,38,3]

2022-02-22T17:41:55.882Z Command[12] Data Sent : PSTT*1:3?

2022-02-22T17:41:56.148Z Received data Buffer : [2,17,51,55,91,68,123,10,151,75,206,219,237,140,111,168,38,59,0,27,152,57,251,232,119,153,97,253,140,110,170,34,50,18,83,208,214,218,194,242,182,82,210,210,211,209,212,223,200,231,184,6,123,129,79,135,88,240,179,3]

2022-02-22T17:41:56.149Z Command[12] crcOK : true, Computed CRC : 7810, Message CRC: 7810

2022-02-22T17:41:56.149Z Command[12] Received data: PSTT*1:3=------A-R-E-- ------------- -------------, crcOk: true

2022-02-22T17:41:56.150Z Command[12] Command response from Panel

2022-02-22T17:41:56.150Z Command[12] Emitting expected command response

2022-02-22T17:41:56.150Z Command[12] Data type: Partition Status

2022-02-22T17:41:56.151Z Command[12] command response : PSTT*1:3=------A-R-E-- ------------- -------------

2022-02-22T17:41:56.158Z End of devices discovery

2022-02-22T17:41:56.159Z Starting watchdog

System init => Done

2022-02-22T17:41:56.159Z System initialization completed.

2022-02-22T17:41:56.248Z Received data Buffer : [2,17,58,60,76,68,98,13,233,46,201,197,145,140,111,168,38,59,0,77,135,90,144,152,3]

2022-02-22T17:41:56.249Z Command[89] crcOK : true, Computed CRC : 21F5, Message CRC: 21F5

2022-02-22T17:41:56.250Z Command[89] Received data: GSMSTT=-A------, crcOk: true

2022-02-22T17:41:56.250Z Command[89] Data from Panel, need to send an ACK

2022-02-22T17:41:56.251Z Command[89] Sending Ack.

2022-02-22T17:41:56.252Z Command[89] Data type: Hardware Status

2022-02-22T17:41:56.415Z Received data Buffer : [2,17,59,53,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,133,127,224,144,114,178,3]

2022-02-22T17:41:56.415Z Command[90] crcOK : true, Computed CRC : 0115, Message CRC: 0115

2022-02-22T17:41:56.415Z Command[90] Received data: CLOCK=22/02/2022 18:41, crcOk: true

2022-02-22T17:41:56.415Z Command[90] Data from Panel, need to send an ACK

2022-02-22T17:41:56.415Z Command[90] Sending Ack.

2022-02-22T17:41:56.415Z Command[90] Data type: Clock

2022-02-22T17:42:04.679Z Received data Buffer : [2,17,59,52,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,230,149,119,191,3]

2022-02-22T17:42:04.679Z Command[91] crcOK : true, Computed CRC : 6448, Message CRC: 6448

2022-02-22T17:42:04.679Z Command[91] Received data: CLOCK=22/02/2022 18:42, crcOk: true

2022-02-22T17:42:04.679Z Command[91] Data from Panel, need to send an ACK

2022-02-22T17:42:04.679Z Command[91] Sending Ack.

2022-02-22T17:42:04.680Z Command[91] Data type: Clock

2022-02-22T17:42:06.162Z Command[13] Sending Command: CLOCK

2022-02-22T17:42:06.162Z Command[13] Writing command buffer to socket: [2,17,51,54,72,91,96,29,246,109,197,219,224,231,3]

2022-02-22T17:42:06.163Z Command[13] Data Sent : CLOCK

2022-02-22T17:42:06.376Z Received data Buffer : [2,17,51,54,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,228,149,118,197,3]

2022-02-22T17:42:06.377Z Command[13] crcOK : true, Computed CRC : 445B, Message CRC: 445B

2022-02-22T17:42:06.377Z Command[13] Received data: CLOCK=22/02/2022 18:42, crcOk: true

2022-02-22T17:42:06.377Z Command[13] Command response from Panel

2022-02-22T17:42:06.377Z Command[13] Emitting expected command response

2022-02-22T17:42:06.377Z Command[13] Data type: Clock

2022-02-22T17:42:06.380Z Command[13] command response : CLOCK=22/02/2022 18:42

2022-02-22T17:42:16.167Z Command[14] Sending Command: CLOCK

2022-02-22T17:42:16.167Z Command[14] Writing command buffer to socket: [2,17,51,49,72,91,96,29,246,109,176,219,231,152,3]

2022-02-22T17:42:16.167Z Command[14] Data Sent : CLOCK

2022-02-22T17:42:16.332Z Received data Buffer : [2,17,51,49,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,230,228,0,195,3]

2022-02-22T17:42:16.332Z Command[14] crcOK : true, Computed CRC : 6ECD, Message CRC: 6ECD

2022-02-22T17:42:16.332Z Command[14] Received data: CLOCK=22/02/2022 18:42, crcOk: true

2022-02-22T17:42:16.332Z Command[14] Command response from Panel

2022-02-22T17:42:16.332Z Command[14] Emitting expected command response

2022-02-22T17:42:16.333Z Command[14] Data type: Clock

2022-02-22T17:42:16.339Z Command[14] command response : CLOCK=22/02/2022 18:42

2022-02-22T17:42:26.171Z Command[15] Sending Command: CLOCK

2022-02-22T17:42:26.171Z Command[15] Writing command buffer to socket: [2,17,51,48,72,91,96,29,246,109,197,219,230,152,3]

2022-02-22T17:42:26.171Z Command[15] Data Sent : CLOCK

2022-02-22T17:42:26.340Z Received data Buffer : [2,17,51,48,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,150,227,122,183,3]

2022-02-22T17:42:26.340Z Command[15] crcOK : true, Computed CRC : FB90, Message CRC: FB90

2022-02-22T17:42:26.341Z Command[15] Received data: CLOCK=22/02/2022 18:42, crcOk: true

2022-02-22T17:42:26.341Z Command[15] Command response from Panel

2022-02-22T17:42:26.341Z Command[15] Emitting expected command response

2022-02-22T17:42:26.342Z Command[15] Data type: Clock

2022-02-22T17:42:26.343Z Command[15] command response : CLOCK=22/02/2022 18:42

2022-02-22T17:42:36.174Z Command[16] Sending Command: CLOCK

2022-02-22T17:42:36.174Z Command[16] Writing command buffer to socket: [2,17,51,51,72,91,96,29,246,109,197,219,229,224,3]

2022-02-22T17:42:36.175Z Command[16] Data Sent : CLOCK

2022-02-22T17:42:36.344Z Received data Buffer : [2,17,51,51,72,91,96,29,246,71,198,218,255,145,112,170,57,38,31,104,149,90,238,151,110,134,127,224,149,116,179,3]

2022-02-22T17:42:36.345Z Command[16] crcOK : true, Computed CRC : 0474, Message CRC: 0474

2022-02-22T17:42:36.345Z Command[16] Received data: CLOCK=22/02/2022 18:42, crcOk: true

2022-02-22T17:42:36.345Z Command[16] Command response from Panel

2022-02-22T17:42:36.345Z Command[16] Emitting expected command response

2022-02-22T17:42:36.346Z Command[16] Data type: Clock

2022-02-22T17:42:36.349Z Command[16] command response : CLOCK=22/02/2022 18:42

^C2022-02-22T17:42:40.338Z Received SIGINT, Disconnecting

2022-02-22T17:42:40.339Z Disconnecting from Panel.

2022-02-22T17:42:40.339Z Command[17] Sending Command: DCN

2022-02-22T17:42:40.340Z Command[17] Writing command buffer to socket: [2,51,50,79,84,97,73,138,78,194,217,3]

2022-02-22T17:42:40.340Z Command[17] Data Sent : DCN

@.***:~/r

nonameboy007 commented 2 years ago

I let you kept us informed?

Thanks for all 😉

teruggim commented 2 years ago

Thanks for all.

vanackej commented 2 years ago

I merged Agility 4 support into main branch with some discovery fixes. Can you please fetch updates, checkout main branch, run again, check if it works and send me debug log + commands logs if any problem ?

If it's ok let me know, so that I can close this issue

teruggim commented 2 years ago

Unfortunately, after the commands log I am unable to send them to you.

$ yarn start yarn run v1.22.17 $ tsc && node ./dist/main.js Loading config from: C:\GitHub\master\risco-lan-bridge\config.json 2022-02-23T18:40:02.565Z Logging commands to risco-commands-2022-02-23T18:40:02.565Z.csv 2022-02-23T18:40:02.656Z Local GMT Timezone is : +01:00 2022-02-23T18:40:02.657Z autoConnect enabled, starting communication 2022-02-23T18:40:02.657Z Start Connection to Panel 2022-02-23T18:40:02.659Z Pseudo Buffer Created for Panel Id(1) 2022-02-23T18:40:02.660Z TCP Socket created 2022-02-23T18:40:02.672Z Listening on IP :: and Port 33000 2022-02-23T18:40:02.672Z Waiting for panel incoming connection... This can take up to 1 or 2 minutes node:events:498 throw er; // Unhandled 'error' event ^

Error: ENOENT: no such file or directory, open 'C:\GitHub\master\risco-lan-bridge\risco-commands-2022-02-23T18:40:02.565Z.csv' Emitted 'error' event on WriteStream instance at: at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -4058, code: 'ENOENT', syscall: 'open', path: 'C:\GitHub\master\risco-lan-bridge\risco-commands-2022-02-23T18:40:02.565Z.csv' } error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Debug Log.txt

nonameboy007 commented 2 years ago

Hello @vanackej

Attached the results log file. (Too big for Chrome android^^)

Document sans titre.txt

Here is the result of Command file:

root@domoticz:~/risco2/risco-lan-bridge# cat risco-commands-2022-02-23T19\:07\:28.297Z.csv
2022-02-23T19:07:33.331Z|1|1|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|false|undefined|[undefined]
2022-02-23T19:07:33.457Z|1|2|1|RMT=5678|[2,48,49,82,77,84,61,53,54,55,56,23,66,48,70,56,3]|true|ACK|[2,48,49,65,67,75,23,51,57,69,66,3]
2022-02-23T19:07:33.623Z|1|1|2|LCL|[2,48,50,76,67,76,23,65,53,65,70,3]|true|ACK|[2,48,50,65,67,75,23,51,57,65,70,3]
2022-02-23T19:07:34.447Z|1|1|3|ZLBL*1:8?|[2,17,50,54,81,91,109,18,151,75,206,208,239,182,116,198,56,82,3]|true|ZLBL*1:8=Salon             Cuisine                 Mezzanine        Suite            Chambre 1               Chambre 3               Hall                     Chambre         |[2,17,50,54,81,91,109,18,151,75,206,208,237,242,35,233,100,120,13,122,149,75,246,141,122,148,72,240,129,74,196,122,118,76,23,147,158,215,207,255,159,95,223,223,222,220,240,191,128,176,239,74,56,197,54,213,64,225,163,38,44,57,18,109,155,229,73,53,231,37,43,55,15,127,158,93,218,213,202,245,163,22,194,53,197,51,208,33,168,32,16,3,102,172,56,17,66,229,131,86,66,52,198,53,221,59,156,74,211,198,236,184,17,66,229,131,93,74,58,192,120,145,67,230,173,59,22,77,250,148,73,242,172,9,253,75,56,201,36,200,122,149,74,244,136,112,128,96,161,21,65,49,34,99,3]
2022-02-23T19:07:34.619Z|1|1|4|PNLCNF|[2,17,50,49,91,89,99,29,243,60,227,171,149,144,119,3]|true|PNLCNF=RW032:618VGMI|[2,17,50,49,91,89,99,29,243,60,201,186,135,145,113,183,49,32,28,98,227,44,155,228,77,134,92,225,151,3]
2022-02-23T19:07:34.890Z|1|1|5|SYSLBL?|[2,17,50,48,88,78,124,18,255,54,203,255,231,152,114,192,3]|true|SYSLBL=Système Sécurité|[2,17,50,48,88,78,124,18,255,54,201,187,169,210,54,109,102,115,13,9,92,8,163,223,51,192,129,199,150,119,197,75,3]
2022-02-23T19:07:35.109Z|1|1|6|SSTT?|[2,17,50,51,88,68,123,10,130,109,194,172,233,229,3]|true|SSTT=---------------|[2,17,50,51,88,68,123,10,128,87,217,197,253,140,111,168,38,59,0,119,152,70,251,128,77,132,80,229,146,3]
2022-02-23T19:07:35.329Z|1|1|7|ZTYPE*1?|[2,17,50,50,81,67,118,14,248,80,197,215,199,144,7,198,78,3]|true|ZTYPE1= 3|[2,17,50,50,81,67,118,14,248,75,201,200,227,182,114,192,50,36,3]
2022-02-23T19:07:35.496Z|1|1|8|ZPART&*1?|[2,17,50,61,81,71,110,12,233,92,222,217,239,182,118,182,50,34,3]|true|ZPART&1=1|[2,17,50,61,81,71,110,12,233,92,197,213,225,182,1,177,62,32,3]
2022-02-23T19:07:35.665Z|1|1|9|ZAREA&*1?|[2,17,50,60,81,86,125,27,252,92,222,217,239,182,113,183,60,34,3]|true|N05|[2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-23T19:07:35.934Z|1|1|10|ZLBL*1?|[2,17,51,53,81,91,109,18,151,75,203,255,231,228,116,199,3]|true|ZLBL1=Salon           |[2,17,51,53,81,91,109,18,140,71,167,137,188,206,44,165,43,54,13,122,149,75,246,141,122,148,127,146,228,117,193,3]
2022-02-23T19:07:36.151Z|1|1|11|ZSTT*1?|[2,17,51,52,81,68,123,10,151,75,203,255,148,227,16,3,196,3]|true|ZSTT1=-A--------|[2,17,51,52,81,68,123,10,140,71,217,169,253,140,111,168,38,59,0,119,162,45,225,233,105,3]
2022-02-23T19:07:36.328Z|1|1|12|ZLNKTYP1?|[2,17,51,55,81,91,97,21,233,35,164,217,239,182,1,199,58,34,3]|true|N05|[2,17,51,55,69,39,26,73,133,77,195,172,3]
2022-02-23T19:07:36.504Z|1|1|13|ZTYPE*1?|[2,17,51,54,81,67,118,14,248,80,197,215,199,146,117,189,73,3]|true|ZTYPE1= 3|[2,17,51,54,81,67,118,14,248,75,201,200,227,182,4,193,60,87,3]2022-02-23T19:07:36.724Z|1|1|14|ZTYPE*2?|[2,17,51,49,81,67,118,14,248,80,198,215,199,228,6,198,74,3]|true|ZTYPE2= 4|[2,17,51,49,81,67,118,14,248,72,201,200,228,182,0,188,57,32,3]
2022-02-23T19:07:36.944Z|1|1|15|ZPART&*2?|[2,17,51,48,81,71,110,12,233,92,222,218,239,182,112,198,74,36,3]|true|ZPART&2=1|[2,17,51,48,81,71,110,12,233,92,198,213,225,182,7,195,50,38,3]
2022-02-23T19:07:37.165Z|1|1|16|ZAREA&*2?|[2,17,51,51,81,86,125,27,252,92,222,218,239,182,7,176,63,47,3]|true|N05|[2,17,51,51,69,39,26,73,137,77,204,171,3]
2022-02-23T19:07:37.381Z|1|1|17|ZLBL*2?|[2,17,51,50,81,91,109,18,151,72,203,255,228,228,0,193,3]|true|ZLBL2=Cuisine         |[2,17,51,50,81,91,109,18,143,71,183,157,185,210,43,235,110,54,13,122,149,75,246,141,122,148,127,230,150,0,183,3]
2022-02-23T19:07:37.547Z|1|1|18|ZSTT*2?|[2,17,51,61,81,68,123,10,151,72,203,255,232,227,113,181,3]|true|ZSTT2=-A--------|[2,17,51,61,81,68,123,10,143,71,217,169,253,140,111,168,38,59,0,119,162,42,151,157,111,3]
2022-02-23T19:07:37.815Z|1|1|19|ZLNKTYP2?|[2,17,51,60,81,91,97,21,233,35,164,218,239,182,7,195,72,39,3]|true|N05|[2,17,51,60,69,39,26,73,137,76,176,208,3]
2022-02-23T19:07:38.043Z|1|1|20|ZTYPE*2?|[2,17,48,53,81,67,118,14,248,80,198,215,199,150,1,189,63,3]|true|ZTYPE2= 4|[2,17,48,53,81,67,118,14,248,72,201,200,228,182,122,193,56,33,3]2022-02-23T19:07:38.210Z|1|1|21|ZTYPE*3?|[2,17,48,52,81,67,118,14,248,80,199,215,199,150,123,189,63,3]|true|ZTYPE3= 5|[2,17,48,52,81,67,118,14,248,73,201,200,229,182,112,180,59,80,3]
2022-02-23T19:07:38.376Z|1|1|22|ZPART&*3?|[2,17,48,55,81,71,110,12,233,92,222,219,239,182,123,198,78,82,3]|true|ZPART&3=1|[2,17,48,55,81,71,110,12,233,92,199,213,225,182,116,182,51,80,3]
2022-02-23T19:07:38.544Z|1|1|23|ZAREA&*3?|[2,17,48,54,81,86,125,27,252,92,222,219,239,182,7,193,59,82,3]|true|N05|[2,17,48,54,69,39,26,73,138,78,192,216,3]
2022-02-23T19:07:38.814Z|1|1|24|ZLBL*3?|[2,17,48,49,81,91,109,18,151,73,203,255,231,144,114,189,3]|true|ZLBL3=Mezzanine       |[2,17,48,49,81,91,109,18,142,71,185,141,170,219,35,235,98,120,72,122,149,75,246,141,122,148,127,226,228,122,191,3]
2022-02-23T19:07:39.033Z|1|1|25|ZSTT*3?|[2,17,48,48,81,68,123,10,151,73,203,255,148,149,1,188,3]|true|ZSTT3=-A--------|[2,17,48,48,81,68,123,10,142,71,217,169,253,140,111,168,38,59,0,119,162,40,230,233,107,3]
2022-02-23T19:07:39.251Z|1|1|26|ZLNKTYP3?|[2,17,48,51,81,91,97,21,233,35,164,219,239,182,113,195,74,34,3]|true|N05|[2,17,48,51,69,39,26,73,138,78,204,171,3]
2022-02-23T19:07:39.417Z|1|1|27|ZTYPE*3?|[2,17,48,50,81,67,118,14,248,80,199,215,199,151,116,179,63,3]|true|ZTYPE3= 5|[2,17,48,50,81,67,118,14,248,73,201,200,229,182,16,3,188,58,39,3]
2022-02-23T19:07:39.584Z|1|1|28|ZTYPE*4?|[2,17,48,61,81,67,118,14,248,80,192,215,199,152,117,192,62,3]|true|ZTYPE4=10|[2,17,48,61,81,67,118,14,248,78,201,217,224,182,112,189,72,33,3]
2022-02-23T19:07:39.860Z|1|1|29|ZPART&*4?|[2,17,48,60,81,71,110,12,233,92,222,220,239,182,117,188,60,47,3]|true|ZPART&4=1|[2,17,48,60,81,71,110,12,233,92,192,213,225,182,113,182,74,84,3]
2022-02-23T19:07:40.077Z|1|1|30|ZAREA&*4?|[2,17,49,53,81,86,125,27,252,92,222,220,239,182,16,3,199,63,83,3]|true|N05|[2,17,49,53,69,39,26,73,252,79,196,221,3]
2022-02-23T19:07:40.243Z|1|1|31|ZLBL*4?|[2,17,49,52,81,91,109,18,151,78,203,255,226,148,6,178,3]|true|ZLBL4=Suite           |[2,17,49,52,81,91,109,18,137,71,167,157,185,213,39,165,43,54,13,122,149,75,246,141,122,148,127,147,152,122,194,3]
2022-02-23T19:07:40.409Z|1|1|32|ZSTT*4?|[2,17,49,55,81,68,123,10,151,78,203,255,149,145,114,195,3]|true|ZSTT4=-A--------|[2,17,49,55,81,68,123,10,137,71,217,169,253,140,111,168,38,59,0,119,162,91,147,152,108,3]
2022-02-23T19:07:40.628Z|1|1|33|ZLNKTYP4?|[2,17,49,54,81,91,97,21,233,35,164,220,239,182,4,180,77,47,3]|true|N05|[2,17,49,54,69,39,26,73,252,79,192,217,3]
2022-02-23T19:07:40.899Z|1|1|34|ZTYPE*4?|[2,17,49,49,81,67,118,14,248,80,192,215,199,148,118,183,58,3]|true|ZTYPE4=10|[2,17,49,49,81,67,118,14,248,78,201,217,224,182,0,199,59,35,3]2022-02-23T19:07:41.126Z|1|1|35|ZTYPE*5?|[2,17,49,48,81,67,118,14,248,80,193,215,199,148,115,183,58,3]|true|ZTYPE5= 5|[2,17,49,48,81,67,118,14,248,79,201,200,229,182,6,183,61,80,3]2022-02-23T19:07:41.301Z|1|1|36|ZPART&*5?|[2,17,49,51,81,71,110,12,233,92,222,221,239,182,116,192,78,35,3]|true|ZPART&5=1|[2,17,49,51,81,71,110,12,233,92,193,213,225,182,115,189,61,33,3]
2022-02-23T19:07:41.475Z|1|1|37|ZAREA&*5?|[2,17,49,50,81,86,125,27,252,92,222,221,239,182,115,195,59,35,3]|true|N05|[2,17,49,50,69,39,26,73,139,79,182,216,3]
2022-02-23T19:07:41.643Z|1|1|38|ZLBL*5?|[2,17,49,61,81,91,109,18,151,79,203,255,146,148,7,198,3]|true|ZLBL5=Chambre 1       |[2,17,49,61,81,91,109,18,136,71,183,128,177,204,32,247,110,54,28,122,149,75,246,141,122,148,127,225,149,116,197,3]
2022-02-23T19:07:41.911Z|1|1|39|ZSTT*5?|[2,17,49,60,81,68,123,10,151,79,203,255,225,145,112,193,3]|true|ZSTT5=-A--------|[2,17,49,60,81,68,123,10,136,71,217,169,253,140,111,168,38,59,0,119,162,42,239,159,108,3]
2022-02-23T19:07:42.127Z|1|1|40|ZLNKTYP5?|[2,17,54,53,81,91,97,21,233,35,164,221,239,182,0,192,62,36,3]|true|N05|[2,17,54,53,69,39,26,73,140,72,196,220,3]
2022-02-23T19:07:42.301Z|1|1|41|ZTYPE*5?|[2,17,54,52,81,67,118,14,248,80,193,215,199,231,114,178,74,3]|true|ZTYPE5= 5|[2,17,54,52,81,67,118,14,248,79,201,200,229,182,112,188,51,80,3]
2022-02-23T19:07:42.475Z|1|1|42|ZTYPE*6?|[2,17,54,55,81,67,118,14,248,80,194,215,199,231,4,178,74,3]|true|ZTYPE6= 5|[2,17,54,55,81,67,118,14,248,76,201,200,229,182,116,193,72,34,3]2022-02-23T19:07:42.641Z|1|1|43|ZPART&*6?|[2,17,54,54,81,71,110,12,233,92,222,222,239,182,116,188,77,39,3]|true|ZPART&6=1|[2,17,54,54,81,71,110,12,233,92,194,213,225,182,119,199,51,37,3]
2022-02-23T19:07:42.910Z|1|1|44|ZAREA&*6?|[2,17,54,49,81,86,125,27,252,92,222,222,239,182,123,181,59,80,3]|true|N05|[2,17,54,49,69,39,26,73,249,72,178,221,3]
2022-02-23T19:07:43.138Z|1|1|45|ZLBL*6?|[2,17,54,48,81,91,109,18,151,76,203,255,150,231,4,176,3]|true|ZLBL6=Chambre 3       |[2,17,54,48,81,91,109,18,139,71,183,128,177,204,32,247,110,54,30,122,149,75,246,141,122,148,127,150,149,119,179,3]
2022-02-23T19:07:43.303Z|1|1|46|ZSTT*6?|[2,17,54,51,81,68,123,10,151,76,203,255,227,224,112,193,3]|true|ZSTT6=-A--------|[2,17,54,51,81,68,123,10,139,71,217,169,253,140,111,168,38,59,0,119,162,91,239,236,111,3]
2022-02-23T19:07:43.520Z|1|1|47|ZLNKTYP6?|[2,17,54,50,81,91,97,21,233,35,164,222,239,182,1,196,73,46,3]|true|N05|[2,17,54,50,69,39,26,73,249,72,182,217,3]
2022-02-23T19:07:43.690Z|1|1|48|ZTYPE*6?|[2,17,54,61,81,67,118,14,248,80,194,215,199,229,4,176,74,3]|true|ZTYPE6= 5|[2,17,54,61,81,67,118,14,248,76,201,200,229,182,0,176,78,35,3]
2022-02-23T19:07:43.959Z|1|1|49|ZTYPE*7?|[2,17,54,60,81,67,118,14,248,80,195,215,199,229,16,3,176,74,3]|true|ZTYPE7= 6|[2,17,54,60,81,67,118,14,248,77,201,200,230,182,117,188,79,85,3]
2022-02-23T19:07:44.187Z|1|1|1|ZPART&*7?|[2,17,50,52,81,71,110,12,233,92,222,223,239,182,6,192,62,87,3]|true|ZPART&7=1|[2,17,50,52,81,71,110,12,233,92,195,213,225,182,6,181,60,46,3]
2022-02-23T19:07:44.384Z|1|1|2|ZAREA&*7?|[2,17,50,55,81,86,125,27,252,92,222,223,239,182,115,178,73,39,3]|true|N05|[2,17,50,55,69,39,26,73,136,76,195,171,3]
2022-02-23T19:07:44.678Z|1|1|3|ZLBL*7?|[2,17,50,54,81,91,109,18,151,77,203,255,228,224,1,192,3]|true|ZLBL7=Hall            |[2,17,50,54,81,91,109,18,138,71,188,137,188,205,98,165,43,54,13,122,149,75,246,141,122,148,127,232,224,0,177,3]
2022-02-23T19:07:45.161Z|1|1|4|ZSTT*7?|[2,17,50,49,81,68,123,10,151,77,203,255,228,231,112,177,3]|true|ZSTT7=-A--------|[2,17,50,49,81,68,123,10,138,71,217,169,253,140,111,168,38,59,0,119,162,91,230,235,109,3]
2022-02-23T19:07:45.430Z|1|1|5|ZLNKTYP7?|[2,17,50,48,81,91,97,21,233,35,164,223,239,182,117,193,58,37,3]|true|N05|[2,17,50,48,69,39,26,73,132,76,183,209,3]
2022-02-23T19:07:45.606Z|1|1|6|ZTYPE*7?|[2,17,50,51,81,67,118,14,248,80,195,215,199,229,16,3,178,77,3]|true|ZTYPE7= 6|[2,17,50,51,81,67,118,14,248,77,201,200,230,182,16,3,183,58,82,3]
2022-02-23T19:07:45.872Z|1|1|7|ZTYPE*8?|[2,17,50,50,81,67,118,14,248,80,204,215,199,144,1,180,78,3]|true|ZTYPE8= 5|[2,17,50,50,81,67,118,14,248,66,201,200,229,182,16,3,195,63,82,3]2022-02-23T19:07:46.092Z|1|1|8|ZPART&*8?|[2,17,50,61,81,71,110,12,233,92,222,208,239,182,118,180,63,34,3]|true|ZPART&8=1|[2,17,50,61,81,71,110,12,233,92,204,213,225,182,119,189,62,35,3]
2022-02-23T19:07:46.268Z|1|1|9|ZAREA&*8?|[2,17,50,60,81,86,125,27,252,92,222,208,239,182,113,181,74,34,3]|true|N05|[2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-23T19:07:46.438Z|1|1|10|ZLBL*8?|[2,17,51,53,81,91,109,18,151,66,203,255,231,226,0,199,3]|true|ZLBL8=Chambre         |[2,17,51,53,81,91,109,18,133,71,183,128,177,204,32,247,110,54,13,122,149,75,246,141,122,148,127,146,144,7,190,3]
2022-02-23T19:07:46.657Z|1|1|11|ZSTT*8?|[2,17,51,52,81,68,123,10,151,66,203,255,148,152,117,196,3]|true|ZSTT8=-A--------|[2,17,51,52,81,68,123,10,133,71,217,169,253,140,111,168,38,59,0,119,162,88,147,238,31,3]
2022-02-23T19:07:46.883Z|1|1|12|ZLNKTYP8?|[2,17,51,55,81,91,97,21,233,35,164,208,239,182,1,188,72,34,3]|true|N05|[2,17,51,55,69,39,26,73,133,77,195,172,3]
2022-02-23T19:07:47.102Z|1|1|13|ZTYPE*8?|[2,17,51,54,81,67,118,14,248,80,204,215,199,146,119,176,73,3]|true|ZTYPE8= 5|[2,17,51,54,81,67,118,14,248,66,201,200,229,182,119,198,74,35,3]
2022-02-23T19:07:47.274Z|1|1|14|ZTYPE*9?|[2,17,51,49,81,67,118,14,248,80,205,215,199,147,4,199,73,3]|true|ZTYPE9= 5|[2,17,51,49,81,67,118,14,248,67,201,200,229,182,7,189,51,36,3]
2022-02-23T19:07:47.501Z|1|1|15|ZPART&*9?|[2,17,51,48,81,71,110,12,233,92,222,209,239,182,7,192,79,37,3]|true|ZPART&9=1|[2,17,51,48,81,71,110,12,233,92,205,213,225,182,1,199,50,36,3]
2022-02-23T19:07:47.676Z|1|1|16|ZAREA&*9?|[2,17,51,51,81,86,125,27,252,92,222,209,239,182,112,178,56,46,3]|true|N05|[2,17,51,51,69,39,26,73,137,77,204,171,3]
2022-02-23T19:07:47.945Z|1|1|17|ZLBL*9?|[2,17,51,50,81,91,109,18,151,67,203,255,232,226,1,198,3]|true|ZLBL9=Bureau          |[2,17,51,50,81,91,109,18,132,71,182,157,162,196,35,240,43,54,13,122,149,75,246,141,122,148,127,230,228,115,179,3]
2022-02-23T19:07:48.172Z|1|1|18|ZSTT*9?|[2,17,51,61,81,68,123,10,151,67,203,255,228,152,118,180,3]|true|ZSTT9=-A--------|[2,17,51,61,81,68,123,10,132,71,217,169,253,140,111,168,38,59,0,119,162,89,231,156,28,3]
2022-02-23T19:07:48.349Z|1|1|19|ZLNKTYP9?|[2,17,51,60,81,91,97,21,233,35,164,209,239,182,112,193,73,38,3]|true|N05|[2,17,51,60,69,39,26,73,137,76,176,208,3]
2022-02-23T19:07:48.525Z|1|1|20|ZTYPE*9?|[2,17,48,53,81,67,118,14,248,80,205,215,199,227,7,195,62,3]|true|ZTYPE9= 5|[2,17,48,53,81,67,118,14,248,67,201,200,229,182,6,198,50,37,3]
2022-02-23T19:07:48.691Z|1|1|21|ZTYPE*10?|[2,17,48,52,81,67,118,14,248,80,197,216,239,182,6,179,58,32,3]|true|ZTYPE10=10|[2,17,48,52,81,67,118,14,248,75,196,213,225,145,85,178,63,35,28,3]
2022-02-23T19:07:48.968Z|1|1|22|ZPART&*10?|[2,17,48,55,81,71,110,12,233,92,222,217,224,158,85,195,51,37,30,3]|true|ZPART&10=1|[2,17,48,55,81,71,110,12,233,92,197,216,237,144,85,196,62,85,30,3]
2022-02-23T19:07:49.186Z|1|1|23|ZAREA&*10?|[2,17,48,54,81,86,125,27,252,92,222,217,224,158,85,178,59,34,30,3]|true|N05|[2,17,48,54,69,39,26,73,138,78,192,216,3]
2022-02-23T19:07:49.352Z|1|1|24|ZLBL*10?|[2,17,48,49,81,91,109,18,151,75,196,215,199,150,113,180,77,3]|true|ZLBL10=Garage          |[2,17,48,49,81,91,109,18,140,74,201,175,177,211,35,226,110,54,13,122,149,75,246,141,122,148,72,199,151,112,197,63,3]
2022-02-23T19:07:49.529Z|1|1|25|ZSTT*10?|[2,17,48,48,81,68,123,10,151,75,196,215,199,228,113,178,73,3]|true|ZSTT10=-A--------|[2,17,48,48,81,68,123,10,140,74,201,197,145,140,111,168,38,59,0,119,152,124,227,159,98,133,3]
2022-02-23T19:07:49.797Z|1|1|26|ZLNKTYP10?|[2,17,48,51,81,91,97,21,233,35,164,217,224,158,85,181,78,35,28,3]|true|N05|[2,17,48,51,69,39,26,73,138,78,204,171,3]
2022-02-23T19:07:50.020Z|1|1|27|ZTYPE*10?|[2,17,48,50,81,67,118,14,248,80,197,216,239,182,119,192,59,46,3]|true|ZTYPE10=10|[2,17,48,50,81,67,118,14,248,75,196,213,225,145,85,178,72,35,20,3]
2022-02-23T19:07:50.198Z|1|1|28|ZTYPE*11?|[2,17,48,61,81,67,118,14,248,80,197,217,239,182,122,196,61,47,3]|true|ZTYPE11= 5|[2,17,48,61,81,67,118,14,248,75,197,213,240,148,85,195,79,36,30,3]
2022-02-23T19:07:50.365Z|1|1|29|ZPART&*11?|[2,17,48,60,81,71,110,12,233,92,222,217,225,158,85,192,56,46,26,3]|true|ZPART&11=1|[2,17,48,60,81,71,110,12,233,92,197,217,237,144,85,189,57,36,26,3]
2022-02-23T19:07:50.540Z|1|1|30|ZAREA&*11?|[2,17,49,53,81,86,125,27,252,92,222,217,225,158,85,182,62,39,25,3]|true|N05|[2,17,49,53,69,39,26,73,252,79,196,221,3]
2022-02-23T19:07:50.859Z|1|1|31|ZLBL*11?|[2,17,49,52,81,91,109,18,151,75,197,215,199,148,4,176,74,3]|true|ZLBL11=Buanderie       |[2,17,49,52,81,91,109,18,140,75,201,170,165,192,44,225,110,100,68,63,149,75,246,141,122,148,72,199,231,113,194,56,3]
2022-02-23T19:07:51.086Z|1|1|32|ZSTT*11?|[2,17,49,55,81,68,123,10,151,75,197,215,199,145,119,188,77,3]|true|ZSTT11=-A--------|[2,17,49,55,81,68,123,10,140,75,201,197,145,140,111,168,38,59,0,119,152,124,225,155,106,246,3]
2022-02-23T19:07:51.263Z|1|1|33|ZLNKTYP11?|[2,17,49,54,81,91,97,21,233,35,164,217,225,158,85,177,56,38,104,3]|true|N05|[2,17,49,54,69,39,26,73,252,79,192,217,3]
2022-02-23T19:07:51.438Z|1|1|34|ZTYPE*11?|[2,17,49,49,81,67,118,14,248,80,197,217,239,182,115,188,74,84,3]|true|ZTYPE11= 5|[2,17,49,49,81,67,118,14,248,75,197,213,240,148,85,179,72,37,28,3]
2022-02-23T19:07:51.614Z|1|1|35|ZTYPE*12?|[2,17,49,48,81,67,118,14,248,80,197,218,239,182,7,176,62,80,3]|true|ZTYPE12= 5|[2,17,49,48,81,67,118,14,248,75,198,213,240,148,85,196,77,46,21,3]
2022-02-23T19:07:51.881Z|1|1|36|ZPART&*12?|[2,17,49,51,81,71,110,12,233,92,222,217,226,158,85,178,61,32,28,3]|true|ZPART&12=1|[2,17,49,51,81,71,110,12,233,92,197,218,237,144,85,176,56,37,28,3]
2022-02-23T19:07:52.109Z|1|1|37|ZAREA&*12?|[2,17,49,50,81,86,125,27,252,92,222,217,226,158,85,195,78,39,28,3]|true|N05|[2,17,49,50,69,39,26,73,139,79,182,216,3]
2022-02-23T19:07:52.285Z|1|1|38|ZLBL*12?|[2,17,49,61,81,91,109,18,151,75,198,215,199,150,114,178,74,3]|true|ZLBL12=Trappe cuisine  |[2,17,49,61,81,91,109,18,140,72,201,188,162,192,50,245,110,54,78,47,220,24,191,195,63,148,72,199,145,119,194,76,3]
2022-02-23T19:07:52.461Z|1|1|39|ZSTT*12?|[2,17,49,60,81,68,123,10,151,75,198,215,199,228,114,180,78,3]|true|ZSTT12=-A--------|[2,17,49,60,81,68,123,10,140,72,201,197,145,140,111,168,38,59,0,119,152,124,239,157,27,140,3]
2022-02-23T19:07:52.635Z|1|1|40|ZLNKTYP12?|[2,17,54,53,81,91,97,21,233,35,164,217,226,158,85,181,59,80,28,3]|true|N05|[2,17,54,53,69,39,26,73,140,72,196,220,3]
2022-02-23T19:07:52.912Z|1|1|41|ZTYPE*12?|[2,17,54,52,81,67,118,14,248,80,197,218,239,182,115,192,73,80,3]|true|ZTYPE12= 5|[2,17,54,52,81,67,118,14,248,75,198,213,240,148,85,183,60,33,31,3]
2022-02-23T19:07:53.129Z|1|1|42|ZTYPE*13?|[2,17,54,55,81,67,118,14,248,80,197,219,239,182,123,196,78,39,3]|true|ZTYPE13= 5|[2,17,54,55,81,67,118,14,248,75,199,213,240,148,85,192,56,34,111,3]
2022-02-23T19:07:53.299Z|1|1|43|ZPART&*13?|[2,17,54,54,81,71,110,12,233,92,222,217,227,158,85,195,79,37,26,3]|true|ZPART&13=1|[2,17,54,54,81,71,110,12,233,92,197,219,237,144,85,192,63,37,26,3]
2022-02-23T19:07:53.475Z|1|1|44|ZAREA&*13?|[2,17,54,49,81,86,125,27,252,92,222,217,227,158,85,178,79,34,107,3]|true|N05|[2,17,54,49,69,39,26,73,249,72,178,221,3]
2022-02-23T19:07:53.694Z|1|1|45|ZLBL*13?|[2,17,54,48,81,91,109,18,151,75,199,215,199,146,7,196,59,3]|true|ZLBL13=Trappe salon    |[2,17,54,48,81,91,109,18,140,73,201,188,162,192,50,245,110,54,94,59,217,4,184,141,122,148,72,199,226,5,183,77,3]
2022-02-23T19:07:53.962Z|1|1|46|ZSTT*13?|[2,17,54,51,81,68,123,10,151,75,199,215,199,151,118,179,62,3]|true|ZSTT13=-A--------|[2,17,54,51,81,68,123,10,140,73,201,197,145,140,111,168,38,59,0,119,152,124,148,158,110,140,3]
2022-02-23T19:07:54.135Z|1|1|47|ZLNKTYP13?|[2,17,54,50,81,91,97,21,233,35,164,217,227,158,85,181,73,35,24,3]|true|N05|[2,17,54,50,69,39,26,73,249,72,182,217,3]
2022-02-23T19:07:54.361Z|1|1|48|ZTYPE*13?|[2,17,54,61,81,67,118,14,248,80,197,219,239,182,118,183,72,38,3]|true|ZTYPE13= 5|[2,17,54,61,81,67,118,14,248,75,199,213,240,148,85,195,73,35,30,3]
2022-02-23T19:07:54.538Z|1|1|49|ZTYPE*14?|[2,17,54,60,81,67,118,14,248,80,197,220,239,182,117,195,60,35,3]|true|ZTYPE14= 5|[2,17,54,60,81,67,118,14,248,75,192,213,240,148,85,195,51,39,111,3]
2022-02-23T19:07:54.707Z|1|1|1|ZPART&*14?|[2,17,50,52,81,71,110,12,233,92,222,217,228,158,85,178,77,33,28,3]|true|ZPART&14=1|[2,17,50,52,81,71,110,12,233,92,197,220,237,144,85,193,56,85,28,3]
2022-02-23T19:07:54.975Z|1|1|2|ZAREA&*14?|[2,17,50,55,81,86,125,27,252,92,222,217,228,158,85,182,59,80,21,3]|true|N05|[2,17,50,55,69,39,26,73,136,76,195,171,3]
2022-02-23T19:07:55.200Z|1|1|3|ZLBL*14?|[2,17,50,54,81,91,109,18,151,75,192,215,199,229,114,192,63,3]|true|ZLBL14=Zone 14|[2,17,50,54,81,91,109,18,140,78,201,178,191,207,39,165,58,34,58,25,128,42,148,3]
2022-02-23T19:07:55.375Z|1|1|4|ZSTT*14?|[2,17,50,49,81,68,123,10,151,75,192,215,199,148,4,179,59,3]|true|ZSTT14=----------|[2,17,50,49,81,68,123,10,140,78,201,197,253,140,111,168,38,59,0,119,152,124,226,148,106,140,3]
2022-02-23T19:07:55.550Z|1|1|5|ZLNKTYP14?|[2,17,50,48,81,91,97,21,233,35,164,217,228,158,85,189,50,39,30,3]|true|N05|[2,17,50,48,69,39,26,73,132,76,183,209,3]
2022-02-23T19:07:55.820Z|1|1|6|ZTYPE*14?|[2,17,50,51,81,67,118,14,248,80,197,220,239,182,16,3,177,73,34,3]|true|ZTYPE14= 5|[2,17,50,51,81,67,118,14,248,75,192,213,240,148,85,179,51,38,28,3]
2022-02-23T19:07:56.047Z|1|1|7|ZTYPE*15?|[2,17,50,50,81,67,118,14,248,80,197,221,239,182,123,189,78,39,3]|true|ZTYPE15= 5|[2,17,50,50,81,67,118,14,248,75,193,213,240,148,85,179,73,85,28,3]
2022-02-23T19:07:56.223Z|1|1|8|ZPART&*15?|[2,17,50,61,81,71,110,12,233,92,222,217,229,158,85,196,56,37,110,3]|true|ZPART&15=1|[2,17,50,61,81,71,110,12,233,92,197,221,237,144,85,182,56,82,110,3]
2022-02-23T19:07:56.398Z|1|1|9|ZAREA&*15?|[2,17,50,60,81,86,125,27,252,92,222,217,229,158,85,183,73,34,110,3]|true|N05|[2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-23T19:07:56.573Z|1|1|10|ZLBL*15?|[2,17,51,53,81,91,109,18,151,75,193,215,199,228,113,177,58,3]|true|ZLBL15=Zone 15|[2,17,51,53,81,91,109,18,140,79,201,178,191,207,39,165,58,35,58,28,132,46,151,3]
2022-02-23T19:07:56.842Z|1|1|11|ZSTT*15?|[2,17,51,52,81,68,123,10,151,75,193,215,199,150,113,183,62,3]|true|ZSTT15=----------|[2,17,51,52,81,68,123,10,140,79,201,197,253,140,111,168,38,59,0,119,152,124,146,152,28,246,3]
2022-02-23T19:07:57.059Z|1|1|12|ZLNKTYP15?|[2,17,51,55,81,91,97,21,233,35,164,217,229,158,85,181,56,84,24,3]|true|N05|[2,17,51,55,69,39,26,73,133,77,195,172,3]
2022-02-23T19:07:57.235Z|1|1|13|ZTYPE*15?|[2,17,51,54,81,67,118,14,248,80,197,221,239,182,116,199,59,47,3]|true|ZTYPE15= 5|[2,17,51,54,81,67,118,14,248,75,193,213,240,148,85,183,62,37,31,3]
2022-02-23T19:07:57.412Z|1|1|14|ZTYPE*16?|[2,17,51,49,81,67,118,14,248,80,197,222,239,182,115,195,78,37,3]|true|ZTYPE16= 5|[2,17,51,49,81,67,118,14,248,75,194,213,240,148,85,192,78,46,30,3]
2022-02-23T19:07:57.630Z|1|1|15|ZPART&*16?|[2,17,51,48,81,71,110,12,233,92,222,217,230,158,85,195,58,36,30,3]|true|ZPART&16=1|[2,17,51,48,81,71,110,12,233,92,197,222,237,144,85,183,62,37,30,3]
2022-02-23T19:07:57.903Z|1|1|16|ZAREA&*16?|[2,17,51,51,81,86,125,27,252,92,222,217,230,158,85,199,78,87,108,3]|true|N05|[2,17,51,51,69,39,26,73,137,77,204,171,3]
2022-02-23T19:07:58.078Z|1|1|17|ZLBL*16?|[2,17,51,50,81,91,109,18,151,75,194,215,199,146,123,181,59,3]|true|ZLBL16=Zone 16|[2,17,51,50,81,91,109,18,140,76,201,178,191,207,39,165,58,32,58,105,246,94,238,3]
2022-02-23T19:07:58.294Z|1|1|18|ZSTT*16?|[2,17,51,61,81,68,123,10,151,75,194,215,199,148,1,181,62,3]|true|ZSTT16=----------|[2,17,51,61,81,68,123,10,140,76,201,197,253,140,111,168,38,59,0,119,152,124,238,239,104,133,3]
2022-02-23T19:07:58.460Z|1|1|19|ZLNKTYP16?|[2,17,51,60,81,91,97,21,233,35,164,217,230,158,85,193,51,87,29,3]|true|N05|[2,17,51,60,69,39,26,73,137,76,176,208,3]
2022-02-23T19:07:58.636Z|1|1|20|ZTYPE*16?|[2,17,48,53,81,67,118,14,248,80,197,222,239,182,112,199,77,36,3]|true|ZTYPE16= 5|[2,17,48,53,81,67,118,14,248,75,194,213,240,148,85,192,57,33,26,3]
2022-02-23T19:07:58.904Z|1|1|21|ZTYPE*17?|[2,17,48,52,81,67,118,14,248,80,197,223,239,182,115,178,74,33,3]|true|ZTYPE17= 5|[2,17,48,52,81,67,118,14,248,75,195,213,240,148,85,192,58,84,26,3]
2022-02-23T19:07:59.122Z|1|1|22|ZPART&*17?|[2,17,48,55,81,71,110,12,233,92,222,217,231,158,85,182,50,46,31,3]|true|ZPART&17=1|[2,17,48,55,81,71,110,12,233,92,197,223,237,144,85,193,58,85,31,3]
2022-02-23T19:07:59.299Z|1|1|23|ZAREA&*17?|[2,17,48,54,81,86,125,27,252,92,222,217,231,158,85,199,58,80,31,3]|true|N05|[2,17,48,54,69,39,26,73,138,78,192,216,3]
2022-02-23T19:07:59.465Z|1|1|24|ZLBL*17?|[2,17,48,49,81,91,109,18,151,75,195,215,199,227,112,196,78,3]|true|ZLBL17=Zone 17|[2,17,48,49,81,91,109,18,140,77,201,178,191,207,39,165,58,33,58,108,141,41,238,3]
2022-02-23T19:07:59.690Z|1|1|25|ZSTT*17?|[2,17,48,48,81,68,123,10,151,75,195,215,199,147,112,198,74,3]|true|ZSTT17=----------|[2,17,48,48,81,68,123,10,140,77,201,197,253,140,111,168,38,59,0,119,152,124,239,153,110,141,3]
2022-02-23T19:07:59.958Z|1|1|26|ZLNKTYP17?|[2,17,48,51,81,91,97,21,233,35,164,217,231,158,85,198,77,83,29,3]|true|N05|[2,17,48,51,69,39,26,73,138,78,204,171,3]
2022-02-23T19:08:00.176Z|1|1|27|ZTYPE*17?|[2,17,48,50,81,67,118,14,248,80,197,223,239,182,123,195,73,47,3]|true|ZTYPE17= 5|[2,17,48,50,81,67,118,14,248,75,195,213,240,148,85,192,50,84,107,3]
2022-02-23T19:08:00.352Z|1|1|28|ZTYPE*18?|[2,17,48,61,81,67,118,14,248,80,197,208,239,182,122,189,73,47,3]|true|ZTYPE18= 5|[2,17,48,61,81,67,118,14,248,75,204,213,240,148,85,195,72,80,107,3]
2022-02-23T19:08:00.520Z|1|1|29|ZPART&*18?|[2,17,48,60,81,71,110,12,233,92,222,217,232,158,85,192,58,35,26,3]|true|ZPART&18=1|[2,17,48,60,81,71,110,12,233,92,197,208,237,144,85,180,78,36,25,3]
2022-02-23T19:08:00.688Z|1|1|30|ZAREA&*18?|[2,17,49,53,81,86,125,27,252,92,222,217,232,158,85,182,60,85,25,3]|true|N05|[2,17,49,53,69,39,26,73,252,79,196,221,3]
2022-02-23T19:08:00.959Z|1|1|31|ZLBL*18?|[2,17,49,52,81,91,109,18,151,75,204,215,199,148,6,189,74,3]|true|ZLBL18=Zone 18|[2,17,49,52,81,91,109,18,140,66,201,178,191,207,39,165,58,46,58,108,247,90,144,3]
2022-02-23T19:08:01.176Z|1|1|32|ZSTT*18?|[2,17,49,55,81,68,123,10,151,75,204,215,199,145,117,177,77,3]|true|ZSTT18=----------|[2,17,49,55,81,68,123,10,140,66,201,197,253,140,111,168,38,59,0,119,152,124,229,232,30,129,3]
2022-02-23T19:08:01.344Z|1|1|33|ZLNKTYP18?|[2,17,49,54,81,91,97,21,233,35,164,217,232,158,85,177,58,82,104,3]|true|N05|[2,17,49,54,69,39,26,73,252,79,192,217,3]
2022-02-23T19:08:01.562Z|1|1|34|ZTYPE*18?|[2,17,49,49,81,67,118,14,248,80,197,208,239,182,115,199,60,84,3]|true|ZTYPE18= 5|[2,17,49,49,81,67,118,14,248,75,204,213,240,148,85,179,79,83,105,3]
2022-02-23T19:08:01.830Z|1|1|35|ZTYPE*19?|[2,17,49,48,81,67,118,14,248,80,197,209,239,182,112,178,57,83,3]|true|ZTYPE19= 5|[2,17,49,48,81,67,118,14,248,75,205,213,240,148,85,179,78,36,105,3]
2022-02-23T19:08:02.048Z|1|1|36|ZPART&*19?|[2,17,49,51,81,71,110,12,233,92,222,217,233,158,85,199,63,39,29,3]|true|ZPART&19=1|[2,17,49,51,81,71,110,12,233,92,197,209,237,144,85,178,60,37,30,3]
2022-02-23T19:08:02.224Z|1|1|37|ZAREA&*19?|[2,17,49,50,81,86,125,27,252,92,222,217,233,158,85,182,72,32,29,3]|true|N05|[2,17,49,50,69,39,26,73,139,79,182,216,3]
2022-02-23T19:08:02.399Z|1|1|38|ZLBL*19?|[2,17,49,61,81,91,109,18,151,75,205,215,199,227,112,181,73,3]|true|ZLBL19=Zone 19|[2,17,49,61,81,91,109,18,140,67,201,178,191,207,39,165,58,47,58,108,141,83,239,3]
2022-02-23T19:08:02.575Z|1|1|39|ZSTT*19?|[2,17,49,60,81,68,123,10,151,75,205,215,199,147,112,179,77,3]|true|ZSTT19=----------|[2,17,49,60,81,68,123,10,140,67,201,197,253,140,111,168,38,59,0,119,152,124,239,236,109,133,3]
2022-02-23T19:08:02.852Z|1|1|40|ZLNKTYP19?|[2,17,54,53,81,91,97,21,233,35,164,217,233,158,85,198,57,46,29,3]|true|N05|[2,17,54,53,69,39,26,73,140,72,196,220,3]
2022-02-23T19:08:03.069Z|1|1|41|ZTYPE*19?|[2,17,54,52,81,67,118,14,248,80,197,209,239,182,6,198,72,83,3]|true|ZTYPE19= 5|[2,17,54,52,81,67,118,14,248,75,205,213,240,148,85,192,61,82,26,3]
2022-02-23T19:08:03.237Z|1|1|42|ZTYPE*20?|[2,17,54,55,81,67,118,14,248,80,198,216,239,182,6,192,58,39,3]|true|ZTYPE20= 5|[2,17,54,55,81,67,118,14,248,72,196,213,240,148,85,193,59,38,107,3]
2022-02-23T19:08:03.456Z|1|1|43|ZPART&*20?|[2,17,54,54,81,71,110,12,233,92,222,218,224,158,85,199,50,85,26,3]|true|ZPART&20=1|[2,17,54,54,81,71,110,12,233,92,198,216,237,144,85,196,59,33,30,3]
2022-02-23T19:08:03.633Z|1|1|44|ZAREA&*20?|[2,17,54,49,81,86,125,27,252,92,222,218,224,158,85,182,50,84,107,3]|true|N05|[2,17,54,49,69,39,26,73,249,72,178,221,3]
2022-02-23T19:08:03.858Z|1|1|45|ZLBL*20?|[2,17,54,48,81,91,109,18,151,72,196,215,199,150,16,3,176,59,3]|true|ZLBL20=Zone 20|[2,17,54,48,81,91,109,18,143,74,201,178,191,207,39,165,57,38,58,28,130,47,224,3]
2022-02-23T19:08:04.079Z|1|1|46|ZSTT*20?|[2,17,54,51,81,68,123,10,151,72,196,215,199,147,114,188,62,3]|true|ZSTT20=----------|[2,17,54,51,81,68,123,10,143,74,201,197,253,140,111,168,38,59,0,119,152,124,144,159,98,240,3]
2022-02-23T19:08:04.297Z|1|1|47|ZLNKTYP20?|[2,17,54,50,81,91,97,21,233,35,164,218,224,158,85,177,77,87,24,3]|true|N05|[2,17,54,50,69,39,26,73,249,72,182,217,3]
2022-02-23T19:08:04.474Z|1|1|48|ZTYPE*20?|[2,17,54,61,81,67,118,14,248,80,198,216,239,182,114,179,56,38,3]|true|ZTYPE20= 5|[2,17,54,61,81,67,118,14,248,72,196,213,240,148,85,198,51,39,26,3]
2022-02-23T19:08:04.649Z|1|1|49|ZTYPE*21?|[2,17,54,60,81,67,118,14,248,80,198,217,239,182,113,196,61,35,3]|true|ZTYPE21= 5|[2,17,54,60,81,67,118,14,248,72,197,213,240,148,85,198,73,82,26,3]
2022-02-23T19:08:04.919Z|1|1|1|ZPART&*21?|[2,17,50,52,81,71,110,12,233,92,222,218,225,158,85,182,74,32,28,3]|true|ZPART&21=1|[2,17,50,52,81,71,110,12,233,92,198,217,237,144,85,180,77,46,24,3]
2022-02-23T19:08:05.138Z|1|1|2|ZAREA&*21?|[2,17,50,55,81,86,125,27,252,92,222,218,225,158,85,178,62,83,21,3]|true|N05|[2,17,50,55,69,39,26,73,136,76,195,171,3]
2022-02-23T19:08:05.316Z|1|1|3|ZLBL*21?|[2,17,50,54,81,91,109,18,151,72,197,215,199,152,119,195,63,3]|true|ZLBL21=Zone 21|[2,17,50,54,81,91,109,18,143,75,201,178,191,207,39,165,57,39,58,25,132,95,225,3]
2022-02-23T19:08:05.538Z|1|1|4|ZSTT*21?|[2,17,50,49,81,68,123,10,151,72,197,215,199,144,16,3,178,59,3]|true|ZSTT21=----------|[2,17,50,49,81,68,123,10,143,75,201,197,253,140,111,168,38,59,0,119,152,124,226,235,106,131,3]
2022-02-23T19:08:05.715Z|1|1|5|ZLNKTYP21?|[2,17,50,48,81,91,97,21,233,35,164,218,225,158,85,198,72,38,30,3]|true|N05|[2,17,50,48,69,39,26,73,132,76,183,209,3]
2022-02-23T19:08:05.932Z|1|1|6|ZTYPE*21?|[2,17,50,51,81,67,118,14,248,80,198,217,239,182,7,180,74,34,3]|true|ZTYPE21= 5|[2,17,50,51,81,67,118,14,248,72,197,213,240,148,85,176,73,85,105,3]
2022-02-23T19:08:06.203Z|1|1|7|ZTYPE*22?|[2,17,50,50,81,67,118,14,248,80,198,218,239,182,115,193,62,38,3]|true|ZTYPE22= 5|[2,17,50,50,81,67,118,14,248,72,198,213,240,148,85,188,51,33,25,3]
2022-02-23T19:08:06.380Z|1|1|8|ZPART&*22?|[2,17,50,61,81,71,110,12,233,92,222,218,226,158,85,183,61,46,105,3]|true|ZPART&22=1|[2,17,50,61,81,71,110,12,233,92,198,218,237,144,85,177,60,47,20,3]
2022-02-23T19:08:06.557Z|1|1|9|ZAREA&*22?|[2,17,50,60,81,86,125,27,252,92,222,218,226,158,85,196,78,80,105,3]|true|N05|[2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-23T19:08:06.825Z|1|1|10|ZLBL*22?|[2,17,51,53,81,91,109,18,151,72,198,215,199,151,116,195,59,3]|true|ZLBL22=Zone 22|[2,17,51,53,81,91,109,18,143,72,201,178,191,207,39,165,57,36,58,111,243,42,224,3]
2022-02-23T19:08:07.052Z|1|1|11|ZSTT*22?|[2,17,51,52,81,68,123,10,151,72,198,215,199,231,116,188,63,3]|true|ZSTT22=----------|[2,17,51,52,81,68,123,10,143,72,201,197,253,140,111,168,38,59,0,119,152,124,239,156,28,135,3]
2022-02-23T19:08:07.228Z|1|1|12|ZLNKTYP22?|[2,17,51,55,81,91,97,21,233,35,164,218,226,158,85,189,61,38,25,3]|true|N05|[2,17,51,55,69,39,26,73,133,77,195,172,3]
2022-02-23T19:08:07.403Z|1|1|13|ZTYPE*22?|[2,17,51,54,81,67,118,14,248,80,198,218,239,182,7,192,73,46,3]|true|ZTYPE22= 5|[2,17,51,54,81,67,118,14,248,72,198,213,240,148,85,193,61,46,26,3]
2022-02-23T19:08:07.579Z|1|1|14|ZTYPE*23?|[2,17,51,49,81,67,118,14,248,80,198,219,239,182,119,196,77,37,3]|true|ZTYPE23= 5|[2,17,51,49,81,67,118,14,248,72,199,213,240,148,85,193,79,34,107,3]
2022-02-23T19:08:07.848Z|1|1|15|ZPART&*23?|[2,17,51,48,81,71,110,12,233,92,222,218,227,158,85,199,63,37,30,3]|true|ZPART&23=1|[2,17,51,48,81,71,110,12,233,92,198,219,237,144,85,192,50,33,26,3]
2022-02-23T19:08:08.065Z|1|1|16|ZAREA&*23?|[2,17,51,51,81,86,125,27,252,92,222,218,227,158,85,195,73,84,108,3]|true|N05|[2,17,51,51,69,39,26,73,137,77,204,171,3]
2022-02-23T19:08:08.235Z|1|1|17|ZLBL*23?|[2,17,51,50,81,91,109,18,151,72,199,215,199,150,1,180,59,3]|true|ZLBL23=Zone 23|[2,17,51,50,81,91,109,18,143,73,201,178,191,207,39,165,57,37,58,105,141,41,226,3]
2022-02-23T19:08:08.410Z|1|1|18|ZSTT*23?|[2,17,51,61,81,68,123,10,151,72,199,215,199,144,123,180,62,3]|true|ZSTT23=----------|[2,17,51,61,81,68,123,10,143,73,201,197,253,140,111,168,38,59,0,119,152,124,238,233,104,241,3]
2022-02-23T19:08:08.583Z|1|1|19|ZLNKTYP23?|[2,17,51,60,81,91,97,21,233,35,164,218,227,158,85,188,79,84,29,3]|true|N05|[2,17,51,60,69,39,26,73,137,76,176,208,3]
2022-02-23T19:08:08.851Z|1|1|20|ZTYPE*23?|[2,17,48,53,81,67,118,14,248,80,198,219,239,182,116,192,78,36,3]|true|ZTYPE23= 5|[2,17,48,53,81,67,118,14,248,72,199,213,240,148,85,193,58,84,111,3]
2022-02-23T19:08:09.068Z|1|1|21|ZTYPE*24?|[2,17,48,52,81,67,118,14,248,80,198,220,239,182,119,182,62,33,3]|true|ZTYPE24= 5|[2,17,48,52,81,67,118,14,248,72,192,213,240,148,85,193,57,80,30,3]
2022-02-23T19:08:09.296Z|1|1|22|ZPART&*24?|[2,17,48,55,81,71,110,12,233,92,222,218,228,158,85,178,79,33,31,3]|true|ZPART&24=1|[2,17,48,55,81,71,110,12,233,92,198,220,237,144,85,188,62,46,27,3]
2022-02-23T19:08:09.471Z|1|1|23|ZAREA&*24?|[2,17,48,54,81,86,125,27,252,92,222,218,228,158,85,195,62,38,31,3]|true|N05|[2,17,48,54,69,39,26,73,138,78,192,216,3]
2022-02-23T19:08:09.648Z|1|1|24|ZLBL*24?|[2,17,48,49,81,91,109,18,151,72,192,215,199,231,116,176,78,3]|true|ZLBL24=Zone 24|[2,17,48,49,81,91,109,18,143,78,201,178,191,207,39,165,57,34,58,30,134,41,225,3]
2022-02-23T19:08:09.925Z|1|1|25|ZSTT*24?|[2,17,48,48,81,68,123,10,151,72,192,215,199,151,116,182,74,3]|true|ZSTT24=----------|[2,17,48,48,81,68,123,10,143,78,201,197,253,140,111,168,38,59,0,119,152,124,227,153,110,242,3]
2022-02-23T19:08:10.099Z|1|1|26|ZLNKTYP24?|[2,17,48,51,81,91,97,21,233,35,164,218,228,158,85,189,73,39,29,3]|true|N05|[2,17,48,51,69,39,26,73,138,78,204,171,3]
2022-02-23T19:08:10.316Z|1|1|27|ZTYPE*24?|[2,17,48,50,81,67,118,14,248,80,198,220,239,182,6,199,63,47,3]|true|ZTYPE24= 5|[2,17,48,50,81,67,118,14,248,72,192,213,240,148,85,193,74,80,111,3]
2022-02-23T19:08:10.495Z|1|1|28|ZTYPE*25?|[2,17,48,61,81,67,118,14,248,80,198,221,239,182,114,195,57,46,3]|true|ZTYPE25= 5|[2,17,48,61,81,67,118,14,248,72,193,213,240,148,85,181,78,82,31,3]
2022-02-23T19:08:10.669Z|1|1|29|ZPART&*25?|[2,17,48,60,81,71,110,12,233,92,222,218,229,158,85,179,61,85,27,3]|true|ZPART&25=1|[2,17,48,60,81,71,110,12,233,92,198,221,237,144,85,199,57,32,31,3]
2022-02-23T19:08:10.948Z|1|1|30|ZAREA&*25?|[2,17,49,53,81,86,125,27,252,92,222,218,229,158,85,199,59,35,24,3]|true|N05|[2,17,49,53,69,39,26,73,252,79,196,221,3]
2022-02-23T19:08:11.126Z|1|1|31|ZLBL*25?|[2,17,49,52,81,91,109,18,151,72,193,215,199,229,16,3,180,73,3]|true|ZLBL25=Zone 25|[2,17,49,52,81,91,109,18,143,79,201,178,191,207,39,165,57,35,58,110,128,92,227,3]
2022-02-23T19:08:11.344Z|1|1|32|ZSTT*25?|[2,17,49,55,81,68,123,10,151,72,193,215,199,153,114,193,78,3]|true|ZSTT25=----------|[2,17,49,55,81,68,123,10,143,79,201,197,253,140,111,168,38,59,0,119,152,124,225,157,25,129,3]
2022-02-23T19:08:11.519Z|1|1|33|ZLNKTYP25?|[2,17,49,54,81,91,97,21,233,35,164,218,229,158,85,198,61,34,107,3]|true|N05|[2,17,49,54,69,39,26,73,252,79,192,217,3]
2022-02-23T19:08:11.686Z|1|1|34|ZTYPE*25?|[2,17,49,49,81,67,118,14,248,80,198,221,239,182,123,198,78,87,3]|true|ZTYPE25= 5|[2,17,49,49,81,67,118,14,248,72,193,213,240,148,85,188,77,85,29,3]
2022-02-23T19:08:11.956Z|1|1|35|ZTYPE*26?|[2,17,49,48,81,67,118,14,248,80,198,222,239,182,116,181,58,83,3]|true|ZTYPE26= 5|[2,17,49,48,81,67,118,14,248,72,194,213,240,148,85,176,72,33,20,3]
2022-02-23T19:08:12.183Z|1|1|36|ZPART&*26?|[2,17,49,51,81,71,110,12,233,92,222,218,230,158,85,195,56,36,29,3]|true|ZPART&26=1|[2,17,49,51,81,71,110,12,233,92,198,222,237,144,85,179,56,33,25,3]
2022-02-23T19:08:12.359Z|1|1|37|ZAREA&*26?|[2,17,49,50,81,86,125,27,252,92,222,218,230,158,85,178,73,35,29,3]|true|N05|[2,17,49,50,69,39,26,73,139,79,182,216,3]
2022-02-23T19:08:12.534Z|1|1|38|ZLBL*26?|[2,17,49,61,81,91,109,18,151,72,194,215,199,231,119,182,73,3]|true|ZLBL26=Zone 26|[2,17,49,61,81,91,109,18,143,76,201,178,191,207,39,165,57,32,58,31,246,95,229,3]
2022-02-23T19:08:12.802Z|1|1|39|ZSTT*26?|[2,17,49,60,81,68,123,10,151,72,194,215,199,151,119,176,77,3]|true|ZSTT26=----------|[2,17,49,60,81,68,123,10,143,76,201,197,253,140,111,168,38,59,0,119,152,124,239,155,108,130,3]
2022-02-23T19:08:13.027Z|1|1|40|ZLNKTYP26?|[2,17,54,53,81,91,97,21,233,35,164,218,230,158,85,189,62,84,29,3]|true|N05|[2,17,54,53,69,39,26,73,140,72,196,220,3]
2022-02-23T19:08:13.203Z|1|1|41|ZTYPE*26?|[2,17,54,52,81,67,118,14,248,80,198,222,239,182,123,199,77,83,3]|true|ZTYPE26= 5|[2,17,54,52,81,67,118,14,248,72,194,213,240,148,85,193,63,46,30,3]
2022-02-23T19:08:13.381Z|1|1|42|ZTYPE*27?|[2,17,54,55,81,67,118,14,248,80,198,223,239,182,115,195,74,38,3]|true|ZTYPE27= 5|[2,17,54,55,81,67,118,14,248,72,195,213,240,148,85,180,59,84,108,3]
2022-02-23T19:08:13.639Z|1|1|43|ZPART&*27?|[2,17,54,54,81,71,110,12,233,92,222,218,231,158,85,178,51,33,27,3]|true|ZPART&27=1|[2,17,54,54,81,71,110,12,233,92,198,223,237,144,85,193,63,33,31,3]
2022-02-23T19:08:14.021Z|1|1|44|ZAREA&*27?|[2,17,54,49,81,86,125,27,252,92,222,218,231,158,85,195,51,38,104,3]|true|N05|[2,17,54,49,69,39,26,73,249,72,178,221,3]
2022-02-23T19:08:14.288Z|1|1|45|ZLBL*27?|[2,17,54,48,81,91,109,18,151,72,195,215,199,227,0,192,58,3]|true|ZLBL27=Zone 27|[2,17,54,48,81,91,109,18,143,77,201,178,191,207,39,165,57,33,58,107,241,93,227,3]
2022-02-23T19:08:14.513Z|1|1|46|ZSTT*27?|[2,17,54,51,81,68,123,10,151,72,195,215,199,228,115,183,63,3]|true|ZSTT27=----------|[2,17,54,51,81,68,123,10,143,77,201,197,253,140,111,168,38,59,0,119,152,124,148,152,98,130,3]
2022-02-23T19:08:14.688Z|1|1|47|ZLNKTYP27?|[2,17,54,50,81,91,97,21,233,35,164,218,231,158,85,189,78,39,25,3]|true|N05|[2,17,54,50,69,39,26,73,249,72,182,217,3]
2022-02-23T19:08:14.964Z|1|1|48|ZTYPE*27?|[2,17,54,61,81,67,118,14,248,80,198,223,239,182,1,178,51,39,3]|true|ZTYPE27= 5|[2,17,54,61,81,67,118,14,248,72,195,213,240,148,85,181,51,87,31,3]
2022-02-23T19:08:15.140Z|1|1|49|ZTYPE*28?|[2,17,54,60,81,67,118,14,248,80,198,208,239,182,113,189,73,35,3]|true|ZTYPE28= 5|[2,17,54,60,81,67,118,14,248,72,204,213,240,148,85,198,74,38,111,3]
2022-02-23T19:08:15.359Z|1|1|1|ZPART&*28?|[2,17,50,52,81,71,110,12,233,92,222,218,232,158,85,182,51,84,28,3]|true|ZPART&28=1|[2,17,50,52,81,71,110,12,233,92,198,208,237,144,85,189,56,46,27,3]
2022-02-23T19:08:15.534Z|1|1|2|ZAREA&*28?|[2,17,50,55,81,86,125,27,252,92,222,218,232,158,85,178,60,37,21,3]|true|N05|[2,17,50,55,69,39,26,73,136,76,195,171,3]
2022-02-23T19:08:15.709Z|1|1|3|ZLBL*28?|[2,17,50,54,81,91,109,18,151,72,204,215,199,152,117,183,63,3]|true|ZLBL28=Zone 28|[2,17,50,54,81,91,109,18,143,66,201,178,191,207,39,165,57,46,58,24,240,82,231,3]
2022-02-23T19:08:15.976Z|1|1|4|ZSTT*28?|[2,17,50,49,81,68,123,10,151,72,204,215,199,144,122,196,59,3]|true|ZSTT28=----------|[2,17,50,49,81,68,123,10,143,66,201,197,253,140,111,168,38,59,0,119,152,124,238,155,107,245,3]
2022-02-23T19:08:16.195Z|1|1|5|ZLNKTYP28?|[2,17,50,48,81,91,97,21,233,35,164,218,232,158,85,198,78,82,30,3]|true|N05|[2,17,50,48,69,39,26,73,132,76,183,209,3]
2022-02-23T19:08:16.369Z|1|1|6|ZTYPE*28?|[2,17,50,51,81,67,118,14,248,80,198,208,239,182,7,182,60,34,3]|true|ZTYPE28= 5|[2,17,50,51,81,67,118,14,248,72,204,213,240,148,85,176,74,39,28,3]
2022-02-23T19:08:16.546Z|1|1|7|ZTYPE*29?|[2,17,50,50,81,67,118,14,248,80,198,209,239,182,6,195,57,39,3]|true|ZTYPE29= 5|[2,17,50,50,81,67,118,14,248,72,205,213,240,148,85,176,50,82,28,3]
2022-02-23T19:08:16.820Z|1|1|8|ZPART&*29?|[2,17,50,61,81,71,110,12,233,92,222,218,233,158,85,192,63,80,110,3]|true|ZPART&29=1|[2,17,50,61,81,71,110,12,233,92,198,209,237,144,85,179,56,47,111,3]
2022-02-23T19:08:17.036Z|1|1|9|ZAREA&*29?|[2,17,50,60,81,86,125,27,252,92,222,218,233,158,85,179,72,46,110,3]|true|N05|[2,17,50,60,69,39,26,73,132,77,176,209,3]
2022-02-23T19:08:17.212Z|1|1|10|ZLBL*29?|[2,17,51,53,81,91,109,18,151,72,205,215,199,224,118,189,58,3]|true|ZLBL29=Zone 29|[2,17,51,53,81,91,109,18,143,67,201,178,191,207,39,165,57,47,58,98,244,47,230,3]
2022-02-23T19:08:17.428Z|1|1|11|ZSTT*29?|[2,17,51,52,81,68,123,10,151,72,205,215,199,146,118,192,62,3]|true|ZSTT29=----------|[2,17,51,52,81,68,123,10,143,67,201,197,253,140,111,168,38,59,0,119,152,124,231,236,31,141,3]
2022-02-23T19:08:17.603Z|1|1|12|ZLNKTYP29?|[2,17,51,55,81,91,97,21,233,35,164,218,233,158,85,177,63,33,24,3]|true|N05|[2,17,51,55,69,39,26,73,133,77,195,172,3]
2022-02-23T19:08:17.978Z|1|1|13|ZTYPE*29?|[2,17,51,54,81,67,118,14,248,80,198,209,239,182,112,198,72,47,3]|true|ZTYPE29= 5|[2,17,51,54,81,67,118,14,248,72,205,213,240,148,85,180,60,36,31,3]
2022-02-23T19:08:18.206Z|1|1|14|ZTYPE*30?|[2,17,51,49,81,67,118,14,248,80,199,216,239,182,16,3,179,59,36,3]|true|ZTYPE30= 5|[2,17,51,49,81,67,118,14,248,73,196,213,240,148,85,181,72,38,108,3]
2022-02-23T19:08:18.379Z|1|1|15|ZPART&*30?|[2,17,51,48,81,71,110,12,233,92,222,219,224,158,85,177,51,85,31,3]|true|ZPART&30=1|[2,17,51,48,81,71,110,12,233,92,199,216,237,144,85,179,79,34,108,3]
2022-02-23T19:08:18.555Z|1|1|16|ZAREA&*30?|[2,17,51,51,81,86,125,27,252,92,222,219,224,158,85,181,60,34,111,3]|true|N05|[2,17,51,51,69,39,26,73,137,77,204,171,3]
2022-02-23T19:08:18.826Z|1|1|17|ZLBL*30?|[2,17,51,50,81,91,109,18,151,73,196,215,199,153,114,192,58,3]|true|ZLBL30=Zone 30|[2,17,51,50,81,91,109,18,142,74,201,178,191,207,39,165,56,38,58,28,247,90,231,3]
2022-02-23T19:08:19.044Z|1|1|18|ZSTT*30?|[2,17,51,61,81,68,123,10,151,73,196,215,199,228,119,192,63,3]|true|ZSTT30=----------|[2,17,51,61,81,68,123,10,142,74,201,197,253,140,111,168,38,59,0,119,152,124,238,235,104,246,3]
2022-02-23T19:08:19.270Z|1|1|19|ZLNKTYP30?|[2,17,51,60,81,91,97,21,233,35,164,219,224,158,85,179,58,34,28,3]|true|N05|[2,17,51,60,69,39,26,73,137,76,176,208,3]
2022-02-23T19:08:19.449Z|1|1|20|ZTYPE*30?|[2,17,48,53,81,67,118,14,248,80,199,216,239,182,123,183,58,37,3]|true|ZTYPE30= 5|[2,17,48,53,81,67,118,14,248,73,196,213,240,148,85,181,59,80,104,3]
2022-02-23T19:08:19.616Z|1|1|21|ZTYPE*31?|[2,17,48,52,81,67,118,14,248,80,199,217,239,182,16,3,192,63,32,3]|true|ZTYPE31= 5|[2,17,48,52,81,67,118,14,248,73,197,213,240,148,85,181,56,37,104,3]
2022-02-23T19:08:19.885Z|1|1|22|ZPART&*31?|[2,17,48,55,81,71,110,12,233,92,222,219,225,158,85,189,59,32,30,3]|true|ZPART&31=1|[2,17,48,55,81,71,110,12,233,92,199,217,237,144,85,188,50,84,111,3]
2022-02-23T19:08:20.112Z|1|1|23|ZAREA&*31?|[2,17,48,54,81,86,125,27,252,92,222,219,225,158,85,181,51,39,30,3]|true|N05|[2,17,48,54,69,39,26,73,138,78,192,216,3]
2022-02-23T19:08:20.292Z|1|1|24|ZLBL*31?|[2,17,48,49,81,91,109,18,151,73,197,215,199,145,0,177,77,3]|true|ZLBL31=Zone 31|[2,17,48,49,81,91,109,18,142,75,201,178,191,207,39,165,56,39,58,27,243,45,231,3]
2022-02-23T19:08:20.468Z|1|1|25|ZSTT*31?|[2,17,48,48,81,68,123,10,151,73,197,215,199,152,0,183,73,3]|true|ZSTT31=----------|[2,17,48,48,81,68,123,10,142,75,201,197,253,140,111,168,38,59,0,119,152,124,239,157,110,135,3]
2022-02-23T19:08:20.643Z|1|1|26|ZLNKTYP31?|[2,17,48,51,81,91,97,21,233,35,164,219,225,158,85,178,61,38,28,3]|true|N05|[2,17,48,51,69,39,26,73,138,78,204,171,3]
2022-02-23T19:08:20.921Z|1|1|27|ZTYPE*31?|[2,17,48,50,81,67,118,14,248,80,199,217,239,182,112,179,62,46,3]|true|ZTYPE31= 5|[2,17,48,50,81,67,118,14,248,73,197,213,240,148,85,181,73,37,27,3]
2022-02-23T19:08:21.147Z|1|1|28|ZTYPE*32?|[2,17,48,61,81,67,118,14,248,80,199,218,239,182,113,183,50,46,3]|true|ZTYPE32= 5|[2,17,48,61,81,67,118,14,248,73,198,213,240,148,85,180,77,32,27,3]
2022-02-23T19:08:21.321Z|1|1|29|ZPART&*32?|[2,17,48,60,81,71,110,12,233,92,222,219,226,158,85,176,73,33,27,3]|true|ZPART&32=1|[2,17,48,60,81,71,110,12,233,92,199,218,237,144,85,181,61,35,104,3]
2022-02-23T19:08:21.498Z|1|1|30|ZAREA&*32?|[2,17,49,53,81,86,125,27,252,92,222,219,226,158,85,189,79,83,24,3]|true|N05|[2,17,49,53,69,39,26,73,252,79,196,221,3]
2022-02-23T19:08:21.674Z|1|1|31|ZLBL*32?|[2,17,49,52,81,91,109,18,151,73,198,215,199,228,117,196,73,3]|true|ZLBL32=Zone 32|[2,17,49,52,81,91,109,18,142,72,201,178,191,207,39,165,56,36,58,99,134,82,229,3]
2022-02-23T19:08:21.942Z|1|1|32|ZSTT*32?|[2,17,49,55,81,68,123,10,151,73,198,215,199,227,6,179,78,3]|true|ZSTT32=----------|[2,17,49,55,81,68,123,10,142,72,201,197,253,140,111,168,38,59,0,119,152,124,144,155,25,241,3]
2022-02-23T19:08:22.170Z|1|1|33|ZLNKTYP32?|[2,17,49,54,81,91,97,21,233,35,164,219,226,158,85,195,73,80,107,3]|true|N05|[2,17,49,54,69,39,26,73,252,79,192,217,3]
2022-02-23T19:08:22.347Z|1|1|34|ZTYPE*32?|[2,17,49,49,81,67,118,14,248,80,199,218,239,182,16,3,180,62,87,3]|true|ZTYPE32= 5|[2,17,49,49,81,67,118,14,248,73,198,213,240,148,85,189,78,33,25,3]
2022-02-23T19:08:22.523Z|1|1|35|OSTT1?|[2,17,49,48,68,68,123,10,140,69,227,220,224,144,16,3,3]|true|N05|[2,17,49,48,69,39,26,73,252,79,183,209,3]
2022-02-23T19:08:22.690Z|1|1|36|PLBL1?|[2,17,49,51,91,91,109,18,140,69,227,209,232,231,123,3]|true|PLBL1=Partition 1|[2,17,49,51,91,91,109,18,140,71,164,137,162,213,43,241,98,121,67,122,132,124,224,148,105,132,3]
2022-02-23T19:08:22.958Z|1|1|37|PSTT1?|[2,17,49,50,91,68,123,10,140,69,227,221,232,150,119,3]|true|PSTT1=------A-R-E--|[2,17,49,50,91,68,123,10,140,71,217,197,253,140,111,168,74,59,127,119,240,70,251,186,31,247,41,145,3]
2022-02-23T19:08:23.176Z|1|1|38|PLBL2?|[2,17,49,61,91,91,109,18,143,69,227,217,228,153,122,3]|true|PLBL2=Partition 2|[2,17,49,61,91,91,109,18,143,71,164,137,162,213,43,241,98,121,67,122,135,124,225,158,111,141,3]
2022-02-23T19:08:23.352Z|1|1|39|PSTT2?|[2,17,49,60,91,68,123,10,143,69,227,172,228,145,118,3]|true|PSTT2=-------------|[2,17,49,60,91,68,123,10,143,71,217,197,253,140,111,168,38,59,0,119,152,70,251,186,31,133,89,228,3]
2022-02-23T19:08:23.530Z|1|1|40|PLBL3?|[2,17,54,53,91,91,109,18,142,69,227,220,226,231,7,3]|true|PLBL3=Partition 3|[2,17,54,53,91,91,109,18,142,71,164,137,162,213,43,241,98,121,67,122,134,124,144,153,106,242,3]
2022-02-23T19:08:23.799Z|1|1|41|PSTT3?|[2,17,54,52,91,68,123,10,142,69,227,208,226,150,112,3]|true|PSTT3=-------------|[2,17,54,52,91,68,123,10,142,71,217,197,253,140,111,168,38,59,0,119,152,70,251,186,30,242,94,145,3]
2022-02-23T19:08:33.927Z|1|1|42|CLOCK|[2,17,54,55,72,91,96,29,246,109,177,171,148,231,3]|true|CLOCK=23/02/2022 20:08|[2,17,54,55,72,91,96,29,246,71,198,219,255,145,112,170,57,38,31,104,149,89,230,151,106,140,127,224,228,117,183,3]
2022-02-23T19:08:44.023Z|1|1|43|CLOCK|[2,17,54,54,72,91,96,29,246,109,198,171,147,231,3]|true|CLOCK=23/02/2022 20:08|[2,17,54,54,72,91,96,29,246,71,198,219,255,145,112,170,57,38,31,104,149,89,230,151,106,140,127,233,227,112,195,3]
2022-02-23T19:08:53.974Z|1|1|44|CLOCK|[2,17,54,49,72,91,96,29,246,109,177,171,146,152,3]|true|CLOCK=23/02/2022 20:08|[2,17,54,49,72,91,96,29,246,71,198,219,255,145,112,170,57,38,31,104,149,89,230,151,106,140,127,146,144,16,2,197,3]
2022-02-23T19:09:03.936Z|1|1|45|CLOCK|[2,17,54,48,72,91,96,29,246,109,198,171,145,152,3]|true|CLOCK=23/02/2022 20:08|[2,17,54,48,72,91,96,29,246,71,198,219,255,145,112,170,57,38,31,104,149,89,230,151,106,140,127,226,149,5,177,3]
2022-02-23T19:09:18.800Z|1|1|46|DCN|[2,54,51,79,84,97,73,248,75,193,171,3]|false|undefined|[undefined]

Thanks

vanackej commented 2 years ago

@nonameboy007 The trace seems almost ok. I don't know why there is some N05 responses. It seems Agility 4 panel does not support some commands (OSTT, ZLNKTYP, ZAREA). I'm going to deploy a version of the HA addon including Agility 4 support, you will be able to try it and let me know if those N05 errors are a problem or not.

nonameboy007 commented 2 years ago

OK @vanackej , me or @teruggim will be able to test.

For HA only Sunday. But I will keep you informed.

teruggim commented 2 years ago

As soon as it is released I try it.

Thanks

teruggim commented 2 years ago

Good morning @vanackej I tried the new versions with Docker on Synology, here are the logs: Info Log.csv Info Log.txt Debug Log.csv Debug Log.txt

In HomeAssistant with addon it gives me the following error: Immagine 2022-02-25 150633

If I try to do it from the SSH & Web Terminal addon with the command docker run: Immagine 2022-02-25 150855

vanackej commented 2 years ago

Hi @teruggim Sorry but the logs format are really hard to work with. How do you get them ? They are in reversed timestamp order, with additional columns that are not supposed to be part of the standard log format, and have additional extra quotes. Please find a way to provide proper logs as they are originally written by the library

vanackej commented 2 years ago

Here is an exemple of expected logs format (this is the format I get from Home assistant addon output)

Loading config from: /config/risco-mqtt.json
2/25/2022, 1:44:23 PM [info] autoConnect enabled, starting communication
2/25/2022, 1:44:23 PM [info] Connecting to mqtt server: mqtt://192.168.1.30:1883
2/25/2022, 1:44:23 PM [info] Connected on mqtt server: mqtt://192.168.1.30:1883
2/25/2022, 1:44:23 PM [info] Panel is not connected, waiting
2/25/2022, 1:44:23 PM [warn] Command[null] Receipt of an error code: CRC Error
2/25/2022, 1:44:23 PM [warn] Command[NaN] Wrong CRC value for the response.
2/25/2022, 1:44:24 PM [info] Panel info: LightSys/RP432, FW 5.72
2/25/2022, 1:44:24 PM [info] Panel options: 4 parts, 50 zones, 32 outputs, Pir Cam support: false
2/25/2022, 1:44:24 PM [info] Starting devices discovery
2/25/2022, 1:44:24 PM [info] Retrieving System Information
2/25/2022, 1:44:24 PM [info] Retrieving zones configuration
2/25/2022, 1:44:36 PM [info] Retrieving outputs configuration
2/25/2022, 1:44:36 PM [warn] Command[33] Receipt of an error code: Device Doesn't Exists
2/25/2022, 1:44:36 PM [warn] Got error while fetching output 5 data: N19
2/25/2022, 1:44:36 PM [info] Output 5 does not exists, stopping outputs discovery
2/25/2022, 1:44:36 PM [info] Retrieving partitions configuration
2/25/2022, 1:44:37 PM [info] Panel and MQTT communications are ready
2/25/2022, 1:44:37 PM [info] Publishing Home Assistant discovery info
2/25/2022, 1:44:37 PM [info] [Panel => MQTT][Discovery] Published alarm_control_panel to HA on partition 1
2/25/2022, 1:44:37 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = GARAGE, HA name = Détecteur - GARAGE
2/25/2022, 1:44:37 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = ENTREE, HA name = Détecteur - ENTREE
2/25/2022, 1:44:37 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = SALLE A MANGER, HA name = Détecteur - SALLE A MANGER
2/25/2022, 1:44:37 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = SALON, HA name = Détecteur - SALON
2/25/2022, 1:44:37 PM [info] Publishing initial partitions and zones state to Home assistant
2/25/2022, 1:44:37 PM [info] [Panel => MQTT] Published alarm status disarmed on partition 1
2/25/2022, 1:44:37 PM [info] Subscribing to Home assistant commands topics
2/25/2022, 1:44:37 PM [info] Subscribing to riscopanel/alarm/1/set topic
2/25/2022, 1:44:37 PM [info] Subscribing to riscopanel/alarm/zone/1-bypass/set topic
2/25/2022, 1:44:37 PM [info] Subscribing to riscopanel/alarm/zone/2-bypass/set topic
2/25/2022, 1:44:37 PM [info] Subscribing to riscopanel/alarm/zone/3-bypass/set topic
2/25/2022, 1:44:37 PM [info] Subscribing to riscopanel/alarm/zone/4-bypass/set topic
2/25/2022, 1:44:37 PM [info] Subscribing to panel partitions events
2/25/2022, 1:44:37 PM [info] Subscribing to panel zones events
2/25/2022, 1:44:37 PM [info] Initialization completed
2/25/2022, 1:44:53 PM [error] Socket Closed.
2/25/2022, 1:44:53 PM [info] TCP Socket Disconnected
2/25/2022, 1:44:53 PM [info] Automatic reconnection will be attempted in 10000 ms
2/25/2022, 1:45:04 PM [info] Panel info: LightSys/RP432, FW 5.72
2/25/2022, 1:45:04 PM [info] Panel options: 4 parts, 50 zones, 32 outputs, Pir Cam support: false
2/25/2022, 1:45:04 PM [info] Devices discovery already done
2/25/2022, 1:45:04 PM [info] Panel and MQTT communications are ready
2/25/2022, 1:45:04 PM [info] Publishing Home Assistant discovery info
2/25/2022, 1:45:04 PM [info] [Panel => MQTT][Discovery] Published alarm_control_panel to HA on partition 1
2/25/2022, 1:45:04 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = GARAGE, HA name = Détecteur - GARAGE
2/25/2022, 1:45:04 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = ENTREE, HA name = Détecteur - ENTREE
2/25/2022, 1:45:04 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = SALLE A MANGER, HA name = Détecteur - SALLE A MANGER
2/25/2022, 1:45:04 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = SALON, HA name = Détecteur - SALON
2/25/2022, 1:45:04 PM [info] Publishing initial partitions and zones state to Home assistant
2/25/2022, 1:45:04 PM [info] [Panel => MQTT] Published alarm status disarmed on partition 1
2/25/2022, 1:45:04 PM [info] Listeners already installed, skipping listeners registration
2/25/2022, 1:45:04 PM [info] Initialization completed
2/25/2022, 3:11:11 PM [warn] Command[29] 'CLOCK' Timeout
teruggim commented 2 years ago

Sorry but I was at work and didn't have access to SSH. Here are the correct logs: InfoLog.txt Debug Log.txt

nonameboy007 commented 2 years ago

Sorry but I was at work and didn't have access to SSH. Here are the correct logs: InfoLog.txt Debug Log.txt

I think its smell good ^^

nonameboy007 commented 2 years ago

I ve made some test,

Its seems good even if i ve got some warn

2/25/2022, 7:50:22 PM [warn] Command[12] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:23 PM [warn] Command[16] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:24 PM [warn] Command[19] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:25 PM [warn] Command[23] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:25 PM [warn] Command[26] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:26 PM [warn] Command[30] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:27 PM [warn] Command[33] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:27 PM [warn] Command[37] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:28 PM [warn] Command[40] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:29 PM [warn] Command[44] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:30 PM [warn] Command[47] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:30 PM [warn] Command[2] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:31 PM [warn] Command[5] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:32 PM [warn] Command[9] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:32 PM [warn] Command[12] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:33 PM [warn] Command[16] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:34 PM [warn] Command[19] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:35 PM [warn] Command[23] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:35 PM [warn] Command[26] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:36 PM [warn] Command[30] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:37 PM [warn] Command[33] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:37 PM [info] Retrieving outputs configuration
2/25/2022, 7:50:37 PM [warn] Command[35] Receipt of an error code: Invalid parameter
2/25/2022, 7:50:37 PM [warn] Got error while fetching output 1 data: N05
2/25/2022, 7:50:37 PM [info] Output 1 does not exists, stopping outputs discovery
2/25/2022, 7:50:37 PM [info] Retrieving partitions configuration
2/25/2022, 7:50:38 PM [info] Panel and MQTT communications are ready
2/25/2022, 7:50:38 PM [info] Publishing Home Assistant discovery info
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published alarm_control_panel to HA on partition 1
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Salon, HA name = Salon
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Cuisine, HA name = Cuisine
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Mezzanine, HA name = Mezzanine
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Suite, HA name = Suite
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Chambre 1, HA name = Chambre 1
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Chambre 3, HA name = Chambre 3
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Hall, HA name = Hall
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Chambre, HA name = Chambre
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Bureau, HA name = Bureau
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Garage, HA name = Garage
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Buanderie, HA name = Buanderie
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Trappe cuisine, HA name = Trappe cuisine
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Trappe salon, HA name = Trappe salon
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 14, HA name = Zone 14
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 15, HA name = Zone 15
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 16, HA name = Zone 16
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 17, HA name = Zone 17
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 18, HA name = Zone 18
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 19, HA name = Zone 19
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 20, HA name = Zone 20
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 21, HA name = Zone 21
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 22, HA name = Zone 22
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 23, HA name = Zone 23
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 24, HA name = Zone 24
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 25, HA name = Zone 25
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 26, HA name = Zone 26
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 27, HA name = Zone 27
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 28, HA name = Zone 28
2/25/2022, 7:50:38 PM [info] [Panel => 
MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 29, HA name = Zone 29
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 30, HA name = Zone 30
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 31, HA name = Zone 31
2/25/2022, 7:50:38 PM [info] [Panel => MQTT][Discovery] Published binary_sensor to HA: Zone label = Zone 32, HA name = Zone 32
2/25/2022, 7:50:38 PM [info] Publishing initial partitions and zones state to Home assistant
2/25/2022, 7:50:38 PM [info] [Panel => MQTT] Published alarm status armed_away on partition 1
2/25/2022, 7:50:38 PM [info] Subscribing to Home assistant commands topics
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/1/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/1-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/2-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/3-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/4-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/5-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/6-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/7-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/8-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/9-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/10-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/11-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/12-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/13-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/14-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/15-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/16-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/17-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/18-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/19-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/20-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/21-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/22-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/23-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/24-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/25-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/26-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/27-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/28-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/29-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/30-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/31-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to riscopanel/alarm/zone/32-bypass/set topic
2/25/2022, 7:50:38 PM [info] Subscribing to panel partitions events
2/25/2022, 7:50:38 PM [info] Subscribing to panel zones events
2/25/2022, 7:50:38 PM [info] Initialization completed

What do you think @vanackej ?

Cheers

teruggim commented 2 years ago

Why doesn't HomeAssistant work? Am I wrong something?

[FATAL tini (8)] exec docker-entrypoint.sh failed: Exec format error

nonameboy007 commented 2 years ago

Why doesn't HomeAssistant work? Am I wrong something?

[FATAL tini (8)] exec docker-entrypoint.sh failed: Exec format error

Hi @teruggim ,

Which version of HA are you using?

For me , on the root dir of HA, (/usr/share/hassio/homeassistant ) I have a file risco-mqtt.json with this content: { "log": "info", "ha_discovery_prefix_topic": "homeassistant", "ha_discovery_include_nodeId": false, "panel": { "panelIp": "192.168.100.182", "panelPort": 1000, "panelPassword": 5678, "panelId": "1", "watchDogInterval": 10000, "autoConnect": true, "socketMode": "direct", "encoding": "latin1" }, "mqtt": { "url": "mqtt://192.168.100.235:1883" }, "zones": { "default": { "off_delay": 30, "name_prefix": "" } } }

I think I have to improve this file to get some data/sensors on HA.

Do you have this file?

teruggim commented 2 years ago

Usage: Cattura and the risco-mqtt.json file is in the /config directory

nonameboy007 commented 2 years ago

Have you try to put the file on the / directory of HA and not /config ? Try to duplicate the file.

teruggim commented 2 years ago

I think it is not compatible with the raspberry

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested standard_init_linux.go:228: exec user process caused: exec format error

github-actions[bot] commented 2 years ago

Stale issue message