snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

Doorbell #113

Closed migabc closed 5 years ago

migabc commented 6 years ago

Hi,

How can I implement a doorbell? I'm trying like this but it does not seem to work:

                "ServiceType": "Doorbell",
                "ServiceName": "Front Doorbell",
                "Characteristics": [
                    {
                        "Type": "ProgrammableSwitchEvent",
                        "Listen": [
                            "2/1/12"
                        ],
                        "DPT": "DPT5"
                    }
                ]

Any help is appreciated P.S. My doorbell is currently working as a Service ContactSensor but I would like to change it to Service DoorBell

snowdd1 commented 5 years ago

Hi @migabc , that topic is discussed here in #84
I am not proficient in that, not having a comparable device. BR