Replies: 22 comments 9 replies
-
Hi Alain Thank you for your work on this project. I'm a recent convert from Openhab and I'm still getting my head around Home Assistant. I've flashed my wemos D1 mini successfull and I have got it connected and working with my dsc alarm. I've tested arm and disarm successfully using the Developer Tools / Services tool. I'm being lazy, but, is there a guide or can you provide config files/ a card to integrate this into HA? Ultimately, I'd love to integrate/expose this into homekit as a security device. Can you see that being possible? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
-
This component is built around esphome which only works on home assistant at this time. For home kit you might want to look at using this component on the dsckeybusinterface library home project at: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello |
Beta Was this translation helpful? Give feedback.
-
In parallel. It emulates a keypad in order to allow homeassistant to talk with the dsc. |
Beta Was this translation helpful? Give feedback.
-
What model of alarm system is this? The bus you show is not compatible with this library or any that I'm aware of. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately this is not a DSC alarm system. The firmware does not support this system. |
Beta Was this translation helpful? Give feedback.
-
hi dillbert66 , thank you for incredible proyect I dont know how to send commandas from HA to dsc. ( example ; chime on off) can you give any advice ? thank you very much |
Beta Was this translation helpful? Give feedback.
-
Use the service esphome.xxxxx_alarm_keypress (where xxxx is the name you gave to your alarm panel in the yaml config) you can send the cmd "C" or alternatively send the cmd "*4" in parameter "keys" to toggle the chime. You can send any valid dsc keypresses this way. |
Beta Was this translation helpful? Give feedback.
-
Thank You very Much!!
Saludos,
Alberto Baboun
…On Wed, Oct 13, 2021 at 5:49 PM Alain Turbide ***@***.***> wrote:
Use the service esphome.xxxxx_alarm_keypress (where xxxx is the name you
gave to your alarm panel in the yaml config) you can send the cmd "C" or
alternatively send the cmd "*4" in parameter "keys" to toggle the chime.
You can send any valid dsc keypresses this way.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#21 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN22ZANHB3RARGKCY3S2UD3UGXWEJANCNFSM43IOWHLQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Beta Was this translation helpful? Give feedback.
-
hi dillbert66, i cant figure out how to trigger an automation when alarm is fired. thank you for your help |
Beta Was this translation helpful? Give feedback.
-
Hi Dilbert66, Is there a timeline on when the features in the other branches, mainly the keypad branch, are going to be merged into master and documented? I could probably puzzle it out over a weekend if I wanted to but a guide would be helpful. |
Beta Was this translation helpful? Give feedback.
-
No timeline at this point since this is one of many projects I do in my spare time. I'm pretty busy with my paying gigs right now so havent had a chance to go back and work on it. The "keypad" branch is obsolete anyhow so I've removed it. I'm doing most testing on the "new" branch right now which will move to dev when I'm done. Most of the work really is involving creating a full LCD keypad emulation in firmware that matches a physical lcd with similar menu's. I'm about 80% there. There really isnt much new for documenation anyhow as the same functions will be there except the keypad card will now work more like a real LCD for control. Is there something in particular that you are wanting or not sure about? |
Beta Was this translation helpful? Give feedback.
-
Hi. Thank you for the great project. I have built the interface and was able to connect to a test alarm panel and read zone status. When I connect to my installed alarm I get a keybus error on the existing keypads if the esp device is attached. The installed alarm has multiple keypads and expanders. Any idea what the problem could be? |
Beta Was this translation helpful? Give feedback.
-
Very nice project. I currently have Envisalink and it works quite well, but would like to test this as an alternative and/or backup. Is there any issue with using this and Envisalink? |
Beta Was this translation helpful? Give feedback.
-
No issues at all. I have both running on the same system. |
Beta Was this translation helpful? Give feedback.
-
Great job on this project Alain. Had a Nodemcu ESP8266, some P817 Optos so I gave this a try to run parallel with my Envisalink. I used the “new” version. Very impressive and fast response. |
Beta Was this translation helpful? Give feedback.
-
Thanks. Glad you got it working. For best operation though an ESP32 is recommended as the ESP8266 is tight on resources with the latest code. |
Beta Was this translation helpful? Give feedback.
-
For others that are using Envisalink. I have been using Envisalink for many years and use EyezOn monitoring. It has been solid with no false alarm reports. I started using Envisalink Home Assistant integration a couple of years ago and would notice occasional states not updating. I thought it was a zone switch or possibly the PowerSeries zone wiring. I installed the esphome-dsckeybus and ran them parallel it appears the Envislink integration is not updating correctly. In the attached image the dscalarm Garage Door(z2) is the esphome device I added and the Garage Door is the Envisalink. The esphome device reports correctly showing both times I open and closed the door at 2:55 and 3:01. The Envisalink shows the first open and close but almost immediately reports a "false" open. At approximately 3:01 I open and close the door again and it reports correctly closed. |
Beta Was this translation helpful? Give feedback.
-
Good day Thank you for a very well written implementation of the DSC Alarm. Works like a charm. Sometimes I need to bypass a couple of zones, is there a way, with the help of your code, to bypass a group of zones? or just one zone will also work. Thanks |
Beta Was this translation helpful? Give feedback.
-
Just use the usual dsc keypad cmds. My code is basically a keypad. Send *1xx# where xx is the zone or if you want to bypass all zones, send *199# |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions