Search found 11 matches
- Sun Jan 19, 2014 2:22 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powerlink2 Hacked
- Replies: 64
- Views: 196198
Re: Visonic Powerlink2 Hacked
Finally, I achieved it. You will find below a php script which works for arming or disarming the Powermax Pro. You just have to change the IP address of the Powerlink2, the connection informations and the action to perform (Disarm, ArmAway or ArmHome). Best regards, Laurent <?php $ch = curl_init(); ...
- Sun Jan 19, 2014 12:24 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powerlink2 Hacked
- Replies: 64
- Views: 196198
Re: Visonic Powerlink2 Hacked
Hello everybody, When playing the php script, I receive from the Powerlink2 server : For the connexion : HTTP/1.1 200 OK Date: Sat, 08 Jan 2000 08:18:27 GMT Server: Apache/1.3.31 (Unix) PHP/4.3.9 mod_ssl/2.8.20 OpenSSL/0.9.7e X-Powered-By: PHP/4.3.9 Set-Cookie: PowerLink=0ca39037aa045d091773570af538...
- Sat Jan 18, 2014 9:23 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powerlink2 Hacked
- Replies: 64
- Views: 196198
Re: Visonic Powerlink2 Hacked
For the moment, I tried something like that. <?php echo 'Hello '; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,"http://192.168.1.200/web/ajax/login.login.ajax.php"); curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_FORBID_REUSE, 1); curl_setopt($ch, CURLOPT_FRESH_CONNECT, 1);...
- Sat Jan 18, 2014 7:53 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powerlink2 Hacked
- Replies: 64
- Views: 196198
Re: Visonic Powerlink2 Hacked
I'm also interested in PHP scripts just for arming or disarming.
If anyone has it....
Best regards,
Laurent
If anyone has it....
Best regards,
Laurent
- Mon Jan 13, 2014 10:31 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13239890
Re: Powerlink protocol description
Definitively, the checksum is strange with my PowerMax Pro. For instance, I receive a Keep alive with payload : 0xA5 0x00 0x02 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x43 with a Cheksum of 0x16 When I sum the check load, I have EA. FF - EA = 15 different from 16 But, I have an event with a payload ...
- Mon Jan 13, 2014 7:37 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13239890
Re: Powerlink protocol description
Yes, I'm sure for the preamble and the postamble. Concerning the checksum, I tried the checksum as calculated in the Post and tried also with +1 and -1. I'm a little worried about it because the checksum I receive from the Powermax is usually different from the method shown in the Post. (maybe, my c...
- Mon Jan 13, 2014 11:50 am
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13239890
Re: Powerlink protocol description
Thank you very much Alex, The links you provided to me are very rich. Almost every command is described. The only problem I have to solve now is to be able to send command to my PowermAx Pro. My assumption is that the panel is able to listen to only one port. And when one is used by the Powerlink2, ...
- Mon Jan 13, 2014 9:32 am
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13239890
Re: Powerlink protocol description
Thank you Alex, the commands I tried to launch are : A1 00 00 05 usercode_high usercode_low 0x00 0x00 0x00 0x00 0x00 0x43 for arming and A1 00 00 00 usercode_high usercode_low 0x00 0x00 0x00 0x00 0x00 0x43 for disarming. I think the communication is still on because I receive on a regular basis the ...
- Sun Jan 12, 2014 11:11 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13239890
Re: Powerlink protocol description
It's strange. I receive correctly the messages coming from the PowerMax.
However, i never receive any answer from my commands. It is as if the PowerMax didim(t receive anything from me.
Is there anything specific to activate to be able to send a command to the Powermax ?
Best regards,
Laurent
However, i never receive any answer from my commands. It is as if the PowerMax didim(t receive anything from me.
Is there anything specific to activate to be able to send a command to the Powermax ?
Best regards,
Laurent
- Sun Jan 12, 2014 7:10 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13239890
Re: Powerlink protocol description
Thank you for your answer, Rene. But, I have no enrollment selection in the installer Menu. In my programmer documentation, it is written the enrollment process to be automatic. Indeed, now I have put again the real Powerlink and now I can hear many trames on the RS232 port. But, for the moment, I c...
- Sun Jan 12, 2014 1:25 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13239890
Re: Powerlink protocol description
Hi everybody, I'm trying to manage a PowerMax Pro through RS232 port and I have some problems to enroll it. Indeed, normally, the enrollment process (as said in the documentation) is launched when leaving the installation menu. However, when I do it, the only string I receive is : 0x00 0x01 0x00 0x0...