I wrote a bridge between openhab and the ROS Robot operating system, called iot_bridge (formerly openhab_bridge). This uses the OH REST API, polling for updates from openhab/rest/items/ROS (e.g. any changes to items that are put in the ROS group). It also allows you to send a command or do a set value to an item in ROS. I installed OH2 and it appears to work fine without any changes. However, when I look at the REST API documentation for SmartHome, it looks very different
smarthome/rest:
- It doesnt look like you can get updates for a group
- It doesnt look like you can set an item or send it a command
- The response format is different.
Will the OH1 REST api's continue in OH2 and Smarthome?