homebridge-gpio-device
homebridge-gpio-device copied to clipboard
Homebridge crashes with Doorbell
Thank you for this Plugin :-) When i set "type" to Doorbell Homebridge doesn't restart, if i change "type" to any other input switch (ContactSensor for example) everything is fine
Hi,
Do you have some logs in homebridge logs ?
I have found this in the log file: Aug 14 21:15:58 raspberrypi homebridge[1237]: [8/14/2019, 9:15:58 PM] Error: Unknown 'type' parameter : Doorbell
I don’t see doorbell in index file
Oh ok, so it is not possible to input a Doorbell?
I don’t know
Hi,
Please try updating the plugin then restart homebridge.
Thks
Thank you very much i will test it tomorrow :-)
Question What is the benefit to set to doorbell instead StatelessProgrammableSwitch?
No idea. May the Doorbell icon is different than the SPS one ? Doorbell also have optional parameter like volume and brightness but not used with this plugin. So both are similar in terms of functionalities.
The benefit is the icon and other messaging functionalities its like a call if someone has pressed :-) I have testet the update, Homebridge doesn't crash anymore but "Doorbell" "Speakers" and "Microphone" (found it in the index.js) says "not supported" in my Homebridge Gui and my iPhone
My to. Doorbell showing not supported.
Hi
I have this configuration and my homeapp said incompatible
{
"accessory": "GPIODevice",
"name": "Push Button",
"type": "Doorbell",
"pin": 20
}