Search found 16 matches

by manno
Sat Oct 08, 2016 1:39 am
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

I've noticed something quite strange about the pmaxd daemon that could have contributed to why it was not able to execute the disarmed script... (this testing is on a raspberry pi) Every time I run /usr/local/bin/pmaxd (either by itself or via init), it seems to lose connection with the panel no mat...
by manno
Tue Oct 04, 2016 9:27 pm
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

I did just apply the new pmax_constant.h since I had an older version. So far, the disarm issue seems to have gone away and is working as expected! I'm still testing but it does seem to be working correctly now.

Thanks!
by manno
Tue Oct 04, 2016 8:55 pm
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

ayasystems, I finally received my ch340 adapter and was able to successfully use a RPI to monitor the panel! However, everything is working correctly except that the disarm script sporadic in executing, sometimes it does, sometimes it doesn't (mostly does not). All other scripts seem to execute just...
by manno
Fri Sep 23, 2016 9:34 pm
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

ayasystems,

I'm waiting for my ch340 adapter to arrive. Once it gets here, I'll test it out and give an update.

Thanks!
by manno
Sat Sep 17, 2016 2:45 am
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

Thanks for all of the help ayasystems! I was having some checksum NOK issues with the wr703n and USB <-> TTL adapter so I wired the panel port directly to the wr703n TP_IN & TP_OUT pads. This fixed the checksum errors and was able to send commands to the panel (a - arm, d - disarm, g - log) but ...
by manno
Tue Sep 13, 2016 4:32 pm
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

Sorry for all of the posting here, been trying some new things to get this working good. I was seeing Checksum NOK errors while hooked up to the USB -> TTL and tried all sorts of different timeout settings with none being able to fix the checksum issue. Then decided to remove the USB -> TTL and dire...
by manno
Mon Sep 12, 2016 12:18 am
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

It looks like I was able to get past the Seg Fault issue. It could have been something within the executed script that was causing this. I'm now having another issue with disarming, seems that it does not execute the /etc/pmaxd/disarmed script at all. No errors at all either, just does not execute i...
by manno
Sun Sep 11, 2016 8:29 pm
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

Thanks for the nice work ayasystems! I have been attempting to get this working on my system but running into Seg Faults and always seems to be after "Command Fine": DEBUG: [Sun Sep 11 12:18:13 2016 findCommand:0229]Command find !!!! Segmentation fault Do you happen to know why this might ...
by manno
Sun Dec 29, 2013 3:49 am
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

Ok, I have been able to troubleshoot a bit and this is where I am at... My first mistake was that I did not set the auth code correctly in pmaxd.conf. After setting that up correctly, things are working better. As of now, I can use pmaxd -fvvvvv and all console commands seem to work (a,d,c) but &quo...
by manno
Mon Dec 23, 2013 1:33 am
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

I was able to get the tp-link working ok and all seems to be working except that I pmaxd is not seeing the state change in the sensors. I can see state change in the panel itself when I arm/disarm but when armed and I trip a motion detector, I do not see a state change after running jsongetxplstate....
by manno
Sun Dec 08, 2013 12:21 am
Forum: Visonic Alarm systems
Topic: Powerlink serial pinout, linux daemon and web interface
Replies: 236
Views: 316905

Re: Powerlink serial pinout, linux daemon and web interface

Wow! This is really cool! I'm in process of gathering the equipment needed but having some confusion on the wiring part of it. Can someone elaborate on how the wiring/connection is between the tp-link usb, micro-usb, the serial port on the powermax and the pl2303? Maybe a single schematic of all the...
by manno
Sun Nov 06, 2011 1:34 am
Forum: Visonic Alarm systems
Topic: Visonic Powerlink2 Hacked
Replies: 64
Views: 170613

Re: Visonic Powerlink2 Hacked

Hi Tozz, I am curious to what you have seen as far as the data being sent back to Visonic. Did you have their IP addresses listed in any of the IP RCVR options in the PowerMax? I ask because I have also setup an alerting system via local php but had to use my internal IP server address in the IP RCV...
by manno
Fri Sep 30, 2011 8:10 am
Forum: Visonic Alarm systems
Topic: Using Visonic PowerMax C.S. Reporting to my own server.
Replies: 11
Views: 20153

Re: Using Visonic PowerMax C.S. Reporting to my own server.

What does the ACK format look like? I see the SIA messages coming in like this: ¥î0081"VIS-CMD"0001R0L001234#xxxxxx[hw_version="123" sw_version="6.3.2" variant="1111" config_update="0" sw_upgrade="0" layout="large"] but not quite ...
by manno
Wed Sep 28, 2011 6:45 am
Forum: Visonic Alarm systems
Topic: Using Visonic PowerMax C.S. Reporting to my own server.
Replies: 11
Views: 20153

Re: Using Visonic PowerMax C.S. Reporting to my own server.

What did you do to get the return ACK working properly on port 5001? Have you found out anything more about what the status codes are in the return from the GET request on port 8080? Mine was set at 4 and it seemed that the GET requests were happening almost every second. When changing it to 3, the ...
by manno
Fri Sep 23, 2011 8:59 pm
Forum: Visonic Alarm systems
Topic: More Powerlink2 Information
Replies: 3
Views: 6672

Re: More Powerlink2 Information

I don't even think sniffing the network would help. It appears that they possibly took away ftp transfers between IP-cams and the Powerlink module. I bet that there's a pre-shared ssh key setup between the cams and the module and all done via encrypted transfers. Not sure on this since I do not have...

Go to advanced search