How to call Bond API locally from Hubitat to control group

It doesn’t appear that either integration in Hubitat allows control of groups. So I was thinking I would just add commands to make http calls to the bond hub to achieve this.

I am reading the docs but if someone wants to speed up this process and post an example of command of how I would do this, I wouldn’t complain. Thanks.

The Group Action API is the same as for Devices, just change /devices/ to /groups/:

PUT http://ZZBL12345.local/v2/groups/0000000000000001/actions/TurnOn

If you have more than one Bridge (or SBB devices) that participate in the Group, you need to send one request to each IP.

Thanks - this may be beyond my skills. I was hoping to send an http request using Hubitat directly from a rule but it appears I have to create a driver to do this. It seems that both the Hubitat and home assistant apps were never updated to include groups. Perhaps you can lobby for that with them? I have posted about it but no one is picking up so far.