BoschSmartHome/bosch-shc-api-docs

Eyes-Kamera - Zugriff auf die Beleuchtung per API?

Opened this issue · 7 comments

Hi,
es wäre super, wenn man per API (ich nutze dazu Node-Red) die Leuchten (Stimmungs- und Bewegungslicht) ein-/ausschalten könnte. Ich habe 5 dieser Kameras und 2 davon hängen an der Terrasse und ich würde die Beleuchtung der Kameras gerne zusammen mit den anderen dort hängenden Lampen schalten können.
Kann die API dahingehend erweitert werden? Wäre super.

Viele Grüße
Stefan

+1

yes. please expose everything via the api

With openHAB I was able to find out that there is a service called CameraLight. The state can be retrieved and set using the URL /devices/{deviceId}/services/CameraLight/state.

The JSON messages look like this:

{
	"@type": "cameraLightState",
	"value": "ON"
}

However, this only works with one of my two cameras. So it seems like this is only supported for certain models (probably newer ones).