# Groups API (Bond integration plugin for HomeSeer)

**URL:** https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025
**Category:** Integrations
**Created:** [July 2, 2023, 4:00am UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025 "2023-07-02T04:00:27Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![alexbk66](https://avatars.discourse-cdn.com/v4/letter/a/d78d45/32.png) [@alexbk66](https://forum.bondhome.io/u/alexbk66)
#### Post date: [July 2, 2023, 4:00am UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025/1 "2023-07-02T04:00:27Z")

</div>

Hi, to remind, I’m the author of Bond integration plugin for HomeSeer

> **[Plugin for Bond Bridge and Smart By Bond devices - Intro / Config /...](https://forums.homeseer.com/forum/hs4-products/hs4-plugins/wireless-receiver-transceiver-plug-ins-aa/ak-bond-alexbk66-aa/1448276-plugin-for-bond-bridge-and-smart-by-bond-devices-intro-config-screenshots)**
>
> (filedata/fetch?id=1554431&d=1656386772) ​
> (filedata/fetch?id=1554432&d=1656386772) ​
> (filedata/fetch?id=1554433&d=1656386772) ​
> (filedata/fetch?id=1554417&d=1656386771) ​
> ...

I found this new great feature and added to my integration. A couple of questions:

1. There’s no API for sending actions to the Group, do I need to send actions separately to each device in the Group?
2. There’s no API to get the Group status? The websocket does notify when the status changes, but without the status change I can’t request the current state?

![image](https://us1.discourse-cdn.com/flex019/uploads/bond1/original/1X/9bccaff6d50bda8f75c288f5e572a2f13d83b103.png)

---

<div class="post-metadata">

### Author: ![alexbk66](https://avatars.discourse-cdn.com/v4/letter/a/d78d45/32.png) [@alexbk66](https://forum.bondhome.io/u/alexbk66)
#### Post date: [July 10, 2023, 9:55am UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025/2 "2023-07-10T09:55:21Z")

</div>

Hmmm…? No Replies? No Replies?

---

<div class="post-metadata">

### Author: ![merck](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.bondhome.io/merck/32/1238_2.png) [@merck](https://forum.bondhome.io/u/merck)
#### Post date: [July 10, 2023, 4:01pm UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025/3 "2023-07-10T16:01:55Z")

</div>

Here’s some documentation links:

Group actions: [Bond Local API](http://docs-local.appbond.com/#tag/Group-Actions)

Group state: [Bond Local API](http://docs-local.appbond.com/#tag/Group-State)

Discussion of group feature: [Bond Local API](http://docs-local.appbond.com/#section/Groups-and-Scenes)

Specific section about control: [Bond Local API](http://docs-local.appbond.com/#section/Groups-and-Scenes/Control)

> [@alexbk66](#):
>
> - There’s no API for sending actions to the Group, do I need to send actions separately to each device in the Group?

No, but you do need to send to every _shard_ of the Group. If the Group spans two Bridges and three Smart by Bond devices, then you’d have to send 5 requests. The Bridges take care of fanning out the request to the devices on those Bridges, but for multiple Bridges and for SBB, the client needs to do the fan out to each IP address.

---

<div class="post-metadata">

### Author: ![alexbk66](https://avatars.discourse-cdn.com/v4/letter/a/d78d45/32.png) [@alexbk66](https://forum.bondhome.io/u/alexbk66)
#### Post date: [July 11, 2023, 4:53am UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025/4 "2023-07-11T04:53:31Z")

</div>

Thank you Chris, don’t know how I missed this. RTFM 😄  
Or may be something didn’t work… I’ll test again.

---

<div class="post-metadata">

### Author: ![alexbk66](https://avatars.discourse-cdn.com/v4/letter/a/d78d45/32.png) [@alexbk66](https://forum.bondhome.io/u/alexbk66)
#### Post date: [July 11, 2023, 1:49pm UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025/5 "2023-07-11T13:49:50Z")

</div>

Ok,

1. Group actions do work, thank you.

2. Still, There’s no API to get the Group status? The websocket does notify when the status changes, but without the status change I can’t request the current group state?

3. Small mistake in the docs:  
 ![image](https://us1.discourse-cdn.com/flex019/uploads/bond1/original/1X/65f037a8a8fe822b0899b6b904d5f92cba95432e.png)

---

<div class="post-metadata">

### Author: ![merck](https://sea1.discourse-cdn.com/flex019/user_avatar/forum.bondhome.io/merck/32/1238_2.png) [@merck](https://forum.bondhome.io/u/merck)
#### Post date: [July 11, 2023, 3:52pm UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025/6 "2023-07-11T15:52:25Z")

</div>

1. Please see `groups/{}/state`: [Bond Local API](http://docs-local.appbond.com/#tag/Group-State)

---

<div class="post-metadata">

### Author: ![alexbk66](https://avatars.discourse-cdn.com/v4/letter/a/d78d45/32.png) [@alexbk66](https://forum.bondhome.io/u/alexbk66)
#### Post date: [July 11, 2023, 4:12pm UTC](https://forum.bondhome.io/t/groups-api-bond-integration-plugin-for-homeseer/4025/7 "2023-07-11T16:12:21Z")

</div>

Thank you. How I keep missing docs…
