Page 4 of 16

Re: Visonic (Powermax) LV Interface application

Posted: Mon Mar 14, 2016 2:04 pm
by johnz
Thanks Bart,

I will send the logfile tonight.

Regards,
John

Re: Visonic (Powermax) LV Interface application

Posted: Mon Mar 14, 2016 4:18 pm
by bartbakels
I need some additional input,

I am thinking of removing the panel Event config, and replacing it by the same setup as the user event config;

so instead of the 5 fixed events, you could configure all states to trigger events, so distinguish also

arm away
arm away bypass
entry delay arm home
entry delay arm away
disarm
programming
etc

Downside:

-You need to populate those settings by hand again (one time configuration)
-Panel in Alarm, can not be distinguished this way and still will have to be a fixed HTTP Call. This is detected by the logevents and/or the alarm system flag



what are your thoughts?

Bart

Re: Visonic (Powermax) LV Interface application

Posted: Mon Mar 14, 2016 7:06 pm
by bartbakels
Gentleman,

a strange HS3 observation, I setup my production also with the http calls from HS3 to the visonicdriver, and i could not get it to work with

&hs.GetUrl("http://localhost/Visonicdriver/action?A ... ,TRUE,3011)

But it works in the browser and when I change the sript call to

&hs.GetUrl("http://localhost:3011/Visonicdriver/act ... "",TRUE,80)

It works :S Strange.............

Re: Visonic (Powermax) LV Interface application

Posted: Mon Mar 14, 2016 9:01 pm
by Edwin2008
Hi Bart. Yes I have rs232 interface card in visonic and can use it via visonic software.

Re: Visonic (Powermax) LV Interface application

Posted: Mon Mar 14, 2016 11:35 pm
by johnz
bartbakels wrote:I need some additional input,

I am thinking of removing the panel Event config, and replacing it by the same setup as the user event config;

-Panel in Alarm, can not be distinguished this way and still will have to be a fixed HTTP Call. This is detected by the logevents and/or the alarm system flag
what are your thoughts?
I am fully happy with the current 5 states. But flexibility for needs that may arise (or that others may have) always sounds good.

I am not sure of the technical background to be honest and do not fully understand your remark on the panel in alarm not being distinguished this way and needing a fixed HTTP call.
I assume the reliability of detecting the armed / disarmed status remains the same?


Regards,
John

Re: Visonic (Powermax) LV Interface application

Posted: Tue Mar 15, 2016 8:05 pm
by bartbakels
deleted..double post

Re: Visonic (Powermax) LV Interface application

Posted: Tue Mar 15, 2016 8:05 pm
by bartbakels
Posted a new version;

v1.0.4 BETA Release With Build IN Webserver Installer Location V1.0.4

Changes

- Send Panel state (Arm, Disarm)Every x seconds (requested Watchdog function)
- Panel(HTTP) User actions, next to the current panel HTTP actions.
- Request latest status from Powermax after startup
- bugfixes

Re: Visonic (Powermax) LV Interface application

Posted: Thu Mar 17, 2016 12:14 am
by johnz
Thanks for the new version Bart, it's running great.

Regarding the Labview error I mentioned earlier: I cannot reproduce it under normal circumstances (neither in 1.0.3 nor in 1.0.4). When thinking about it further: the errors always occurred when the computer was restarted, so quite some processes going on and applications starting. I guess it's just HS not responding quickly enough under these circumstances.

Regards,
John

Re: Visonic (Powermax) LV Interface application

Posted: Sat Mar 19, 2016 7:47 pm
by bartbakels
Johnz,

I think that hs3 was not fully started, i see the same errors when http calls were made to hs3 when it was not running.

Barr

Re: Visonic (Powermax) LV Interface application

Posted: Thu Mar 31, 2016 2:40 pm
by Botap
Hi,

The application looks really good.
I am trying to access the webpage to get the status of the alarm:
http://ip:3011/VisonicDriver/xmlget?1234

I have set the security Addition string in application but I am getting an Access Denied Error.
I am running Windows10
Any idea what is wrong on my setup?

thanks
Bart

Re: Visonic (Powermax) LV Interface application

Posted: Thu Mar 31, 2016 8:16 pm
by bartbakels
Botap wrote:Hi,

The application looks really good.
I am trying to access the webpage to get the status of the alarm:
http://ip:3011/VisonicDriver/xmlget?1234

I have set the security Addition string in application but I am getting an Access Denied Error.
I am running Windows10
Any idea what is wrong on my setup?

thanks
Bart
Has been resolved with Bart, it seemd that the installer did not create the C:\VisonicDriverWWW, creating this folder manually solved the issue, this folder can be specified in the niwebserver.conf file btw. Bart is using domoticz, Below some basic info to setup this in domoticz

For domoticz,

- Create a virtual device for the panel with some states
- Create a virtual device for each sensor

HTTP Get calls TO domoticz can be found here: domoticz.com/wiki/Domoticz_API/JSON_URL ... tain_level to set domoticz device statusses from the visonicdriver

The HTTP Calls FROM Domoticz TO the visonicdriver app can be executed with the HTTP Syntax as described

hope this helps


Regards

Bart

Re: Visonic (Powermax)Interface (Windows) application

Posted: Thu Apr 07, 2016 12:26 pm
by Phaeton
Hi Bart, question: yesterday i had An alarm. False luckily, but I was wondering how to detect where the alarm is being triggered. How do you do this with your app in combination with homeseer?

Re: Visonic (Powermax)Interface (Windows) application

Posted: Thu Apr 07, 2016 1:35 pm
by bartbakels
Phaeton,

There are several ways todo so, but not really this app related. I jyuste have all sensors (zones) states in HS3 (controlled via the visonic driver application) and as soon as an alarm triggers, HS3 emails me the state of all these sensors by the use of replacement variables (and IPCAM pictures) to my mail adres. This enables me to see which sensor tripped.



Btw I am working on a new version, with;


- Download panel parameters (zonenames/ zonetype/panel version/type)
- Password protect control and settings page (optional)
- Minimize to system tray (optional even on startup)
- Popup system tray baloons
- ARM/DISARM on Control page with buttons
- E-mail/SMS functionalities?

Re: Visonic (Powermax)Interface (Windows) application

Posted: Thu Apr 07, 2016 5:50 pm
by Phaeton
Thanks, I'll try that. Sending the status per device is something I didnt use. Thats because I'm not sure which sensor I programmed for what room. Am I correct in the next update you'll download the names? Then I'll wait for the update ;-) Looks like a great update.

thanks!

Re: Visonic (Powermax)Interface (Windows) application

Posted: Fri Apr 08, 2016 9:08 am
by bartbakels
Phaeton wrote:Thanks, I'll try that. Sending the status per device is something I didnt use. Thats because I'm not sure which sensor I programmed for what room. Am I correct in the next update you'll download the names? Then I'll wait for the update ;-) Looks like a great update.

thanks!

Yes you are correct, if needed i can already send you the beta (without installer), i will try to get a new version out this weekend.

I am still busy with finding out the best way to implement email functionality as flexible as possible. Any input is appreciated :)