-
Notifications
You must be signed in to change notification settings - Fork 44
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
Camera services documentation #92
Comments
I had the same issue, but the learned that Bosch Camera App was just not connected in Bosch Smart Home App anymore. Please check if the camera is available in the Smart Home App. |
Thanks for the response @tschamm 👍 As far as I can see all my cameras are still connected to the Bosch Smart Home app. Also, if I query the services of an Eyes camera at
so it looks like the Could you please check if |
I just checked for my system. I have the software
|
Thanks for checking this 👍 I have exactly the same software version, but in my output the {
"@type": "device",
"rootDeviceId": "xx",
"id": "hdm:Cameras:xx",
"deviceServiceIds": [
"CameraLight",
"CameraNotification"
],
"manufacturer": "BOSCH",
"roomId": "hz_4",
"deviceModel": "CAMERA_EYES",
"serial": "XX",
"profile": "GENERIC",
"name": "Name",
"status": "UNAVAILABLE",
"childDeviceIds": [],
"supportedProfiles": []
} Now I actively deleted a camera and re-added it (I had to re-authenticate again)...and suddenly the Whatever the case, the issue with the missing |
@david-pace I encountered the same error today again. I can see all cameras, however the service |
I have also noticed the problem with the CameraNotification Service for a while now. |
Hi,
previously, security cameras such as the Eyes camera exposed three services:
CameraLight
CameraNotification
PrivacyMode
but since the last Smart Home Controller update the
PrivacyMode
service is gone. Consequently, the cameras can not be switched on and off anymore. Was the service removed on purpose (I hope not)? And if so, is there an alternative?Also, it would be great if you could add operations for all camera services in the Open API documentation and the Postman collection (currently, only the
PrivacyMode
service is listed there).Thank you very much 🙂
The text was updated successfully, but these errors were encountered: