-
-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Doorbell support (and other device types) #203
Comments
Hello and thanks for reaching out. Unless someone else can prove me wrong, I have to say that this is not considered possible. |
Hei, |
@Joecorleone could be an option I already tried to implement a workaround in openHAB cloud and succeeded by passing the user's email in an extra header field in the HTTP response. It is still uncertain if this use-case will ever be possible with openHAB, as the item state change is not actively pushed to either the openHAB cloud or the Google Assistant integration. So it would require a "real add-on" to openHAB that listens to state changes and somehow notifies and updates the Google Smarthome Graph. |
Okay, thank you very much for clarifying. |
@Joecorleone FYI, I sat down today and hacked a working doorbell in my setup. Unfortunately, this requires a lot of custom configurations like:
For everyone interested in the code, have a look at my state-reporting branch. [EDIT] |
@michikrug Wow, okay, that's awesome. I guess it is time to set up my own openHAB cloud instance. Excited to see it in action. Thanks again |
Hi,
while looking for support for the new device types in Google, I came across the extensive refactoring by @michikrug #175 . I am excited to seeing it deployed (I am not running my own cloud, yet).
As part of the refactoring new device types such as TV, TemperatureSensor and Sensor have been added already. I was curious if there is any planned support for other device types, e.g. door bell (https://developers.google.com/assistant/smarthome/guides/doorbell). If I have missed it in the commits or if there is a different way to implement such, I would appreciate a pointer and please feel free to close this issue.
Thanks
Edit:
Just some reasoning behind my request. I am using a DoorWindow Contact sensor placed at the bell to detect the ringing of the doorbell. This seems to be relatively common, if you are looking for a non-permanent and cheap alternative. After adding a timeout in openHab it works quite reliably and using the cloud, one can even get notifications on the smartphone. Still, having the GA integration would be a nice bonus, especially for members in the household not using the openHab app.
The text was updated successfully, but these errors were encountered: