Search found 8 matches

by prozzerg
Sunday 02 November 2014 15:03
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

Re: DSC/Envisalink integration

Okay have given this a try but it doesn't seem to be working.... I've tried adding both of the lines below to the "crontab" but it just doesn't seem to be running after a reboot... @reboot screen -mS EnvisaLink /home/pi/envisalink_domoticz.pl and @reboot screen -mS EnvisaLink perl /home/pi ...
by prozzerg
Sunday 02 November 2014 9:59
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

Re: DSC/Envisalink integration

@prozzerg Hey! Any more thoughts on how we can make this great plugin/script start up automatically every time the Raspberry Bi starts up? Hi, sorry for taking nearly 2 months to answer this. I've had alot to do lately and as Domoticz doesn't support (and probably never will) support the MySensors ...
by prozzerg
Saturday 23 August 2014 17:43
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

Re: DSC/Envisalink integration

What hardware do in need? And some one have a demo login or something? The hardware se use (beside the DSC alarm system) is this ethernet module: http://www.eyezon.com/?page_id=176 I don't think a demo login will do much good, as all you can see is virtual switches turning on and off in Domoticz ...
by prozzerg
Saturday 23 August 2014 14:16
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

Re: DSC/Envisalink integration

tommysharp wrote:Have you considered how to show a virtual switch for when the whole system is armed or not? Good for activating something when you get home and disarm the alarm.
That's coming in version 1.1 :)
by prozzerg
Saturday 23 August 2014 6:53
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

Re: DSC/Envisalink integration

Some sort of start up script would be great! I don't have any magnetic contacts but I'm pretty sure its possible to extend the "activated" time within the DSC alarm so I'll look into that. Just watching the SSH screen I'm amazed how quickly your utility talks to the envisalink board.... Are you ...
by prozzerg
Friday 22 August 2014 22:11
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

Re: DSC/Envisalink integration

Holy Cow!!!! It works!!! Being that I barely know what I'm doing your instructions were perfect and worked first time without any issues! Fantastic.... I'm not sure I understand the whole concept of "Screens" but I suspect that with what you've documented I'd have to start a new "screen" manually ...
by prozzerg
Thursday 21 August 2014 20:53
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

Re: DSC/Envisalink integration

This is great news! I'm not sure exactly where to start though..... Any chance you could list down some install instructions for someone running it using the Raspberry Pi SD Image? I've updated my original post with some installation instructions. Please report back if you need any more information.
by prozzerg
Wednesday 20 August 2014 16:47
Forum: PHP and all others
Topic: DSC/Envisalink integration
Replies: 27
Views: 13066

DSC/Envisalink integration

Hi, This is a script I use as some sort of "middleware" to send events from my alarm system to domoticz. It's written in Perl and you have to have it running, so running it inside a screen is probably a good idea :) You need some basic perl modules (included in ubuntu) and Mojolicious, see http ...