Page 2 of 2
Re: DSC/Envisalink integration
Posted: Thursday 14 May 2015 9:40
by mrmin24
@prozzerg
Thanks for the script. Have you been able to do something similart on Ago Control and would you recommend it.
Does it work well with mysensors or would you go back to Domoticz as they do have some mysensor integration?
thanks
Re: DSC/Envisalink integration
Posted: Thursday 15 October 2015 23:35
by lrybak
@prozzerg
It works like a charm, prozzerg I really appreciate your job. Script is written and comented very well.
Do you have possibility to implement functionality of sending partition status (mainly armed and disarmed) into domoticz?
I saw that you already wrote some part of code for such functionality.
Edit: I wrote this part of code by myself. So now I'm able to check in Domoticz whether any of my partitions are armed or disarm. If someone will be interested I can share my changes
Re: DSC/Envisalink integration
Posted: Saturday 09 January 2016 20:04
by PDGN
Edit: I wrote this part of code by myself. So now I'm able to check in Domoticz whether any of my partitions are armed or disarm. If someone will be interested I can share my changes
could you please share your script/changes on the partition status?
Re: DSC/Envisalink integration
Posted: Saturday 09 January 2016 21:37
by lrybak
PDGN wrote:Edit: I wrote this part of code by myself. So now I'm able to check in Domoticz whether any of my partitions are armed or disarm. If someone will be interested I can share my changes
could you please share your script/changes on the partition status?
Here you go
Re: DSC/Envisalink integration
Posted: Sunday 10 January 2016 8:53
by PDGN
Thank you!
Re: DSC/Envisalink integration
Posted: Saturday 30 January 2016 22:04
by Christopher
Lisa wrote:I have the same EyezOn controller and a Honeywell Ademco Vista 48 Alarm (the professional stuff).
My purpose is to make my house a 'follow-me' house, so that it knows where i am and locally re-adjust the house to my needs.
The alarm has PIR's in every room, so it would be ideal if these PIR's can be used to track me.
This script might help, i'll take a look if it can be used for this purpose. If not, i'll have to build something else.
Update: i've written a Python script to read in the motion status from Envisalink EVL3 and then writing it again in Domoticz. Motion detector status's are now connected to the Honeywell Vista Panel...
@Lisa,
Could you share your Python script and flow? I'm running Domoticz on a Synology / optware, and it's challenging for me to get perl running. Python would be much better!
I could help write a "how to" for your script after I get it going!
Re: DSC/Envisalink integration
Posted: Wednesday 30 November 2016 20:34
by PDGN
Lisa wrote:Christopher wrote:Lisa wrote:I have the same EyezOn controller and a Honeywell Ademco Vista 48 Alarm (the professional stuff).
My purpose is to make my house a 'follow-me' house, so that it knows where i am and locally re-adjust the house to my needs.
The alarm has PIR's in every room, so it would be ideal if these PIR's can be used to track me.
This script might help, i'll take a look if it can be used for this purpose. If not, i'll have to build something else.
Update: i've written a Python script to read in the motion status from Envisalink EVL3 and then writing it again in Domoticz. Motion detector status's are now connected to the Honeywell Vista Panel...
@Lisa,
Could you share your Python script and flow? I'm running Domoticz on a Synology / optware, and it's challenging for me to get perl running. Python would be much better!
I could help write a "how to" for your script after I get it going!
Attached...
@Lisa/Christopher
Ufortunately, perl solution does not work anymore with the new mojolicious, so I would give a try to python, which seems to me supports more functions as well.
Config file is very straightforward, but I'm a bit lost with how to set up Python version with Domoticz.
Could you please help me with a short "guide" on this?
Re: DSC/Envisalink integration
Posted: Tuesday 25 April 2017 23:19
by madrian
I tried the first script in the topic and it works:
YOu must install Mojolicious like this:
$ sudo perl -MCPAN -e 'install Mojolicious'
But it would be great to extend it's functionality (bypass zones,custom sequences etc.):
https://github.com/juggie/AlarmServer