ideAlarm (A dzVents alarm environment)
Moderator: leecollings
-
- Posts: 75
- Joined: Saturday 05 December 2015 15:11
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: Europe
- Contact:
Re: ideAlarm (A dzVents alarm environment)
What platform and why are you migrating?
- EdwinK
- Posts: 1820
- Joined: Sunday 22 January 2017 21:46
- Target OS: Raspberry Pi / ODroid
- Domoticz version: BETA
- Location: Rhoon
- Contact:
Re: ideAlarm (A dzVents alarm environment)
Too bad, you had made some great scripts for us. You will be missed
Running latest BETA on a Pi-3 | Toon® Thermostat (rooted) | Hue | Tuya | IKEA tradfri | Dashticz V3 on Lenovo Huawei Tablet | Conbee
Re: ideAlarm (A dzVents alarm environment)
That makes me curious too. What are you migrating to? I don't see why mentioning the name would be a problem. It never hurts to know alternatives, plus perhaps domoticz developers might want to add features that might be missing too
Re: ideAlarm (A dzVents alarm environment)
Hello!
Someone have a copy of this?
the repository is deleted...
Someone have a copy of this?
the repository is deleted...
- remb0
- Posts: 499
- Joined: Thursday 11 July 2013 22:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: ideAlarm (A dzVents alarm environment)
damn, I hope that somebody forked it. because it was a great guide!
I have the files of the script but not the his wiki and other...
I have the files of the script but not the his wiki and other...
- remb0
- Posts: 499
- Joined: Thursday 11 July 2013 22:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: ideAlarm (A dzVents alarm environment)
I have cloned a old one (only files)
but find out that the author continued his work on another platform:
https://github.com/OH-Jython-Scripters/ideAlarm/wiki this is not for domoticz but I think a lot of comments and the way it work is still useable.
I asked the author for a copy of his old work..
but find out that the author continued his work on another platform:
https://github.com/OH-Jython-Scripters/ideAlarm/wiki this is not for domoticz but I think a lot of comments and the way it work is still useable.
I asked the author for a copy of his old work..
Re: ideAlarm (A dzVents alarm environment)
https://github.com/xchwarze/ideAlarm
TODO:
rewrite texts/wiki to Markdown
recover README.md, Arming and disarming wiki and API Script Examples wiki
TODO:
rewrite texts/wiki to Markdown
recover README.md, Arming and disarming wiki and API Script Examples wiki
-
- Posts: 7
- Joined: Wednesday 17 May 2017 21:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ideAlarm (A dzVents alarm environment)
If the author doesn't have it anymore... i still have a copy with all the wiki info
Most info is also available in search engine caches.
I just don't have the time to fully take over the ideAlarm but i still want to join if someone take over.
Most info is also available in search engine caches.
I just don't have the time to fully take over the ideAlarm but i still want to join if someone take over.
-
- Posts: 33
- Joined: Sunday 14 May 2017 21:13
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ideAlarm (A dzVents alarm environment)
Bit of a weird move to completely delete the repository like that. Why not just keep it up, at least for a white, but indicate it's no longer being maintained? Happens all the time.
Anyway: let's declare one as the primary and maybe fork from that one if you want a copy, to prevent all sorts of clones to pop up and confuse people. I have one little fix I'd like to propose which I needed to change to get everything working in my current set-up. Apart from that, happy with the scripting which works perfectly. So @xchwarze is yours going to be the primary then?
Anyway: let's declare one as the primary and maybe fork from that one if you want a copy, to prevent all sorts of clones to pop up and confuse people. I have one little fix I'd like to propose which I needed to change to get everything working in my current set-up. Apart from that, happy with the scripting which works perfectly. So @xchwarze is yours going to be the primary then?
Re: ideAlarm (A dzVents alarm environment)
Please.
I've been working through getting this script set up, scoured github today and found a copy. Was a bit dated, had some errors. Just back in here tonight, I tried the github copy from xchwarze, works better (thank you!). Had downloaded Google's cached copy of the documentation and gone through it, good to see it's available in the git repo.
I've been working through getting this script set up, scoured github today and found a copy. Was a bit dated, had some errors. Just back in here tonight, I tried the github copy from xchwarze, works better (thank you!). Had downloaded Google's cached copy of the documentation and gone through it, good to see it's available in the git repo.
Re: ideAlarm (A dzVents alarm environment)
xchwarze: I've created a pull request for changing the wiki to markdown. I'm not great at markdown, but it's a decent start I suppose. I can nuke my fork after you merge my changes.
Re: ideAlarm (A dzVents alarm environment)
@jsiegmund yes, I will try to keep the script updated
@budm Thanks for the help!
@budm Thanks for the help!
Re: ideAlarm (A dzVents alarm environment)
@xchwarze: NP
@jsiegmund: What little change did you make?
I've had a chance to really dig through the script and I have a couple of ideas that I may try to implement:
1. A subset of sensors that have their own entryDelay. This allows you to specify sensors that you know will be tripped when attempting to disarm the system, such as a front door sensor or PIR located in the same room as the security panel. IOW, all other sensors trip immediately (for example), but these specific sensors trip after a delay.
2. Maybe 'alertDevices' should also be unique per sensor class. I may not want a 105db siren going off when I'm sleeping and someone has breached the perimeter zone. I realize I can define different zones and put zone-specific alerts there, but I'm trying to wrap my head around when to use a zone and when to use a sensor class.
Anyway, it's a nice little script, let's keep it.
@jsiegmund: What little change did you make?
I've had a chance to really dig through the script and I have a couple of ideas that I may try to implement:
1. A subset of sensors that have their own entryDelay. This allows you to specify sensors that you know will be tripped when attempting to disarm the system, such as a front door sensor or PIR located in the same room as the security panel. IOW, all other sensors trip immediately (for example), but these specific sensors trip after a delay.
2. Maybe 'alertDevices' should also be unique per sensor class. I may not want a 105db siren going off when I'm sleeping and someone has breached the perimeter zone. I realize I can define different zones and put zone-specific alerts there, but I'm trying to wrap my head around when to use a zone and when to use a sensor class.
Anyway, it's a nice little script, let's keep it.
- remb0
- Posts: 499
- Joined: Thursday 11 July 2013 22:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: ideAlarm (A dzVents alarm environment)
great work guys! let's continue this great script and make it more modular, compact and still easy to configure. Maybe the most important thing: let's continue the documentation.
- remb0
- Posts: 499
- Joined: Thursday 11 July 2013 22:21
- Target OS: Raspberry Pi / ODroid
- Domoticz version: Beta
- Location: The Netherlands
- Contact:
Re: ideAlarm (A dzVents alarm environment)
I'm happy the github is still available but wonders if somebody made some nice changes already ?
-
- Posts: 2
- Joined: Monday 03 September 2018 12:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ideAlarm (A dzVents alarm environment)
Hello,
I'm currently trying ideAlarm and get following error:
I'm pretty sure of all my device name.
Any idea where I can have a look ?
Thanks !
I'm currently trying ideAlarm and get following error:
Code: Select all
2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: There is no device with that name or id: 550
2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: An error occured when calling event handler ideAlarm
2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: /srv/domoticz/scripts/dzVents/scripts/ideAlarmModule.lua:70: attempt to index a nil value
Any idea where I can have a look ?
Thanks !
-
- Posts: 7
- Joined: Wednesday 17 May 2017 21:04
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ideAlarm (A dzVents alarm environment)
I only use the ID's with 'armingModeTextDevID and statusTextDevID'Math43 wrote: ↑Monday 03 September 2018 12:51 Hello,
I'm currently trying ideAlarm and get following error:I'm pretty sure of all my device name.Code: Select all
2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: There is no device with that name or id: 550 2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: An error occured when calling event handler ideAlarm 2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: /srv/domoticz/scripts/dzVents/scripts/ideAlarmModule.lua:70: attempt to index a nil value
Any idea where I can have a look ?
Thanks !
All other options are device names
Can you recheck?
-
- Posts: 2
- Joined: Monday 03 September 2018 12:44
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: ideAlarm (A dzVents alarm environment)
I've used only device names but I haven't configured anything regarding 'armingModeTextDevID and statusTextDevID', maybe it's the issue !lepe wrote: ↑Monday 03 September 2018 13:55I only use the ID's with 'armingModeTextDevID and statusTextDevID'Math43 wrote: ↑Monday 03 September 2018 12:51 Hello,
I'm currently trying ideAlarm and get following error:I'm pretty sure of all my device name.Code: Select all
2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: There is no device with that name or id: 550 2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: An error occured when calling event handler ideAlarm 2018-09-03 12:20:04.297 Status: dzVents: Error (2.4.6): ideAlarm V2.4.0: /srv/domoticz/scripts/dzVents/scripts/ideAlarmModule.lua:70: attempt to index a nil value
Any idea where I can have a look ?
Thanks !
All other options are device names
Can you recheck?
Re: ideAlarm (A dzVents alarm environment)
Hopefully you've got it figured out by now, but essentially you create two virtual text devices (Mode and Status), and then you create two virtual toggle switches (Arm Home and Arm Away). And you set the off delay on the toggle switches to 2 seconds.
Then you go into the Setup->Devices view in Domoticz and locate the two virtual text devices you created (Mode and Status). You'll notice that Domoticz has assigned them each a device identifier (Idx). Those are the two numbers you use for 'armingModeTextDevID' and 'statusTextDevID' in the ideAlarmConfig.lua file.
Basically these two text devices are just a way for the script to send some text so you can see what the status of the alarm zone is. I put these text devices on my dashboard so I can get a quick overview of the alarm status on my phone.
Then you go into the Setup->Devices view in Domoticz and locate the two virtual text devices you created (Mode and Status). You'll notice that Domoticz has assigned them each a device identifier (Idx). Those are the two numbers you use for 'armingModeTextDevID' and 'statusTextDevID' in the ideAlarmConfig.lua file.
Basically these two text devices are just a way for the script to send some text so you can see what the status of the alarm zone is. I put these text devices on my dashboard so I can get a quick overview of the alarm status on my phone.
Who is online
Users browsing this forum: No registered users and 1 guest