Hi,
i am planing to integrate my hue motion detectors into my running openhab installation, cause I don’t want to use serveral apps.
To integrate the futher features of Hue, the existing addon isn’t providing, i need a way to talk to the hue api.
I already integrated the sensors (motion, light, temp, etc…) and because i dont realy like the hardcoded way for creating light scenes in openhab, i want to use my existing hue scenes (espacialy bacause my girlfriend want to change the scenes on her own).
There is a way to read and controll all of them via the hue api. Here the example for the state of the motionsensor or activating a scene for a group:
http://{{ip}}/api/{{username}}/sensors/{{sensor_id}}/config PUT:{“on”:true}
http://{{ip}}/api/{{username}}/groups/{{group_id}}/action PUT:{“scene”:“scene_id”}
Is there a way to use the http Binding with the PUT statement? In the documantation is just the POST statement mentioned.
Felix