@orc.trial wrote:
Hi
i have an openremote based system running currently and i want to see if i can bring in the sensor values from it in Home Assistant. Openremote has an API that allows pulling data from it with HTTP calls, Below is an example of HTTP request and response. Is it possible to add these sensors in HA using these calls?
Request:
http://192.168.1.30:8688/controller/rest/devices/Zooz%20dimmer%20zen22/status?name=zooz%20dimmer%20a%20switch%20status&name=zooz%20dimmer%20a%20switch%20status
Response:
<sensors> <sensor name="zooz dimmer a switch status">off</sensor> </sensors>
For sending control commands:
Turn off Switch
http://192.168.1.30:8688/controller/rest/devices/Zooz%20dimmer%20zen22/commands?name=zooz%20dimmer%20a%20off
Turn on switch:
http://192.168.1.30:8688/controller/rest/devices/Zooz%20dimmer%20zen22/commands?name=zooz%20dimmer%20a%20on
Posts: 2
Participants: 2