Search found 16 matches
- Mon Sep 24, 2018 11:08 pm
- Forum: Visonic Alarm systems
- Topic: PowerMax+ and USR-TCP232-E2
- Replies: 1
- Views: 6294
Re: PowerMax+ and USR-TCP232-E2
You are probably seeing the ASCII representation of the bytes that are being sent and received. You need to configure telnet to display raw information (or probably change tool since I dont think telnet can do that....)
- Mon Sep 24, 2018 10:57 pm
- Forum: Visonic Alarm systems
- Topic: Add WiFi to your alarm with esp8266
- Replies: 42
- Views: 65981
Re: Add WiFi to your alarm with esp8266
There are a few problems I have found which some may overlap with your symptoms: 1) The voltages are not tied together with a good ground, this creates noise on the serial connection and can give those fake 00 packets (which is just noise). I dont know what model of ESP you are using, but I have fou...
- Fri Aug 17, 2018 12:54 am
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13220253
Re: Visonic Powermax Powerlink protocol description
Even the Powermaster 30 models use some random B0 packets for quite a lot of their data (as far as I can tell) and I don't think I've found anywhere describing how to interpret that data either... 

- Fri Feb 02, 2018 12:21 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13220253
Re: Visonic Powermax Powerlink protocol description
Hmmm, Ive tried a few things and I run into the same problems as you @bartbakels - the alarm triggers for two seconds and then it stops, and then puts the alarm in test mode (which is difficult to exit from the panel, I needed to send a disarm command over serial). Any ideas on how to progress this?...
- Sat Jan 27, 2018 2:29 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Powerlink protocol description
- Replies: 185
- Views: 13220253
Re: Visonic Powermax Powerlink protocol description
This is certainly interesting as I want to be able to trigger an alarm too, will help link in other sensors such as cctv or non-Visonic stuff, plus gives a panic button equivalent on my phone.
I will do some testing on my side aswell as I'm sure it is possible...
I will do some testing on my side aswell as I'm sure it is possible...
- Fri Sep 22, 2017 12:29 pm
- Forum: Visonic Alarm systems
- Topic: Add WiFi to your alarm with esp8266
- Replies: 42
- Views: 65981
Re: Add WiFi to your alarm with esp8266
@al30k - have a look at my Visonic Integration for SmartThings, I have added Instant Arm to that, you could easily draw this into another project.
- Sun Jul 23, 2017 8:54 pm
- Forum: Visonic Alarm systems
- Topic: Visonic Powermax Interface (Windows) application
- Replies: 228
- Views: 280658
Re: Visonic Powermax Interface (Windows) application
Is there a link to LabView 2009 or is it a paid application? I cant see to find a compatible version which will run the Windows App you have created. Or is it a paid application that cant be shared? I cant quite tell as the website is completely down at the moment.
Thanks in advance.
Thanks in advance.
- Thu Apr 13, 2017 10:37 am
- Forum: Visonic Alarm systems
- Topic: How to forget the Powerlink 2 ?
- Replies: 8
- Views: 10734
Re: How to forget the Powerlink 2 ?
Can I suggest you will also need to ensure you do not have BBA set as a report method inside the Powermax settings. You can define 1st/2nd/3rd report methods and dual reporting, you must ensure BBA (Broadband/IP) is not listed in any of them, otherwise you will have the problem you are noticing, whe...
- Sun Apr 09, 2017 7:02 pm
- Forum: Visonic Alarm systems
- Topic: Add WiFi to your alarm with esp8266
- Replies: 42
- Views: 65981
Re: Add WiFi to your alarm with esp8266
FYI, as mentioned in another thread, I managed to solve the error about 'communications failure' by unplugging the Powermax and removing the battery, then waiting 30seconds before plugging in again. That now gives me no error messages! :) I have also found that it misses none of my recent zone event...
- Fri Apr 07, 2017 10:39 pm
- Forum: Visonic Alarm systems
- Topic: How to forget the Powerlink 2 ?
- Replies: 8
- Views: 10734
Re: How to forget the Powerlink 2 ?
I can confirm that if you unplug the power and disconnect the battery for 30 seconds then when you reconnect power it has forgotten the old Powerlink and I no longer have a 'Communications Error' Problem. Very glad that this worked as it was really annoying me!!
- Tue Apr 04, 2017 10:13 pm
- Forum: Visonic Alarm systems
- Topic: How to forget the Powerlink 2 ?
- Replies: 8
- Views: 10734
Re: How to forget the Powerlink 2 ?
I have just read reports online that if you disconnect battery and power for 30 seconds then it should clear the error message, though I have not been able to test this yet. Will try and test when I next have time late this week.
- Mon Apr 03, 2017 4:04 pm
- Forum: Visonic Alarm systems
- Topic: How to forget the Powerlink 2 ?
- Replies: 8
- Views: 10734
Re: How to forget the Powerlink 2 ?
I also would love to know this, have been putting up with the 'system trouble' and 'communications lost' errors up until now. I tried removing all the variables inside the comms section (i.e. 0.0.0.0 IP address and stuff like that) but no improvement. I expect a certain setting needs resetting somew...
- Mon Mar 27, 2017 11:36 pm
- Forum: Visonic Alarm systems
- Topic: Add WiFi to your alarm with esp8266
- Replies: 42
- Views: 65981
Re: Add WiFi to your alarm with esp8266
Very nearly there now, it is doing everything I need, so thanks again! Ive still not managed to solve my above message about the comms failure (despite trying a few options such as an unplug/reset 8266/replug). However, I am also finding that the ESP does sometimes miss events if they are close toge...
- Wed Mar 22, 2017 11:43 am
- Forum: Visonic Alarm systems
- Topic: Add WiFi to your alarm with esp8266
- Replies: 42
- Views: 65981
Re: Add WiFi to your alarm with esp8266
Thank you for all your help with this. Im getting there and have built a few functions to return alarm status to my Smartthings Hub which is really cool. The only problem I am having at the moment is the fact that the alarm has a continuous 'communications failure' error message. I cant seem to be a...
- Thu Mar 02, 2017 1:24 am
- Forum: Visonic Alarm systems
- Topic: Add WiFi to your alarm with esp8266
- Replies: 42
- Views: 65981
Re: Add WiFi to your alarm with esp8266
Thank you so much @irekz , this is absolutely fantastic and an amazing achievement! I am currently trying to modify this library for use with Samsung SmartThings (a smart home controller) since I can then use the PIR sensors to trigger lights, whilst also reacting to alarm events. I am a newcomer to...