ha-bridge device limit?

I’m running 2.0.7. I test added 3 devices, and the discovery on the Echo worked fine. I then deleted those 3 devices, and added 52 devices. Now, discovery doesn’t find anything. I’ve restarted the ha-bridge software, and even rebooted the Pi that it runs on.

It seems to me that early on, there was some sort of limit to the number of devices where if you went above it, discovery no longer would work. But, I can’t find anything about it.

Yes, there is a limit of between 30 and 45 devices. Delete devices until it works again. 34 was the magic number for me. You can run multiple instances on the same pi as detailed in the main thread to get over the limit.

Strangely yes, the device limit seems to vary for mysterious reasons. I am at 39 and still have not hit it…

Is it a problem with the ha-bridge software? Or with the Echo?

I have UPnP logging turned on, and I don’t even see anything when I try to discover the devices. I just did two packet captures filtering on 1900 and 50000/udp, one capture with it failed, and another after I deleted a bunch of devices where the discovery succeeded.

I’ve attached both pcap’s to this, I haven’t had a chance to analyze them yet and figure out the difference. If anyone wants to load them into Wireshark, go ahead. They are pretty small.

Edit: removed the pcaps, they don’t seem to show much. I’m going to re-run without the filters for 1900 and 50000. It appears that other ports are required.

Yay! I think I found the issue. It appears that when it fails, the Echo is looking for Groups on the ha-bridge. This is something it doesn’t look for when it succeeds. ha-bridge apparently doesn’t implement the “groups” URL for discovery, and the Echo is getting a 404 not found which causes the whole thing to fail.

No idea why the Echo arbitrarily looks for this URL when you add a certain number of devices. It’s interesting to note that when it succeeds, it looks for the “/api/hm3JnxYjJAKVDx8OkGQZwk1UKTwslVGKn0or5N29/lights” twice. But when it fails, it looks for the /lights URL only once, and then the /groups/0 URL. I ran the JSON through a JSON->CSV converter to see if there was anything in the failed one that was glaringly different from the successful one, and I didn’t find anything. It seems like it’s totally dependent on the number of “lights” that it finds.

The fix should be to make ha-bridge respond to the /groups/0 request with valid data.

See the screenshot of the relevant part of the conversation. Also, here’s reassembled HTTP conversation between the Echo and ha-bridge:

[code]GET /description.xml HTTP/1.1
Host: 10.4.4.4:8080
Accept: /

HTTP/1.1 200 OK
Date: Mon, 11 Jul 2016 22:05:17 GMT
Content-Type: application/xml; charset=utf-8
Transfer-Encoding: chunked
Server: Jetty(9.3.z-SNAPSHOT)

504

<?xml version="1.0" encoding="UTF-8" ?> 1 0 http://10.4.4.4:8080/ urn:schemas-upnp-org:device:Basic:1 HA-Bridge (10.4.4.4) Royal Philips Electronics http://www.bwssystems.com Hue Emulator for HA bridge Philips hue bridge 2012 929000226503 http://www.bwssystems.com/apps.html 0017880ae670 uuid:88f6698f-2c83-4393-bd03-cd54a9f8595 (null) (null) (null) (null) (null) index.html image/png 48 48 24 hue_logo_0.png image/png 120 120 24 hue_logo_3.png

0

GET /api/hm3JnxYjJAKVDx8OkGQZwk1UKTwslVGKn0or5N29/lights HTTP/1.1
Host: 10.4.4.4:8080
Accept: /

HTTP/1.1 200 OK
Date: Mon, 11 Jul 2016 22:05:18 GMT
Content-Type: application/json; charset=utf-8
Transfer-Encoding: chunked
Server: Jetty(9.3.z-SNAPSHOT)

3C5D
{“816426751”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Bath Vanity”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“816426751”,“swversion”:“66012040”},“1264089409”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Front Door”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1264089409”,“swversion”:“66012040”},“144418120”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Entry Chandalier”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“144418120”,“swversion”:“66012040”},“788097137”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Wall Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“788097137”,“swversion”:“66012040”},“1934258348”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Turn off all Interior Lights”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1934258348”,“swversion”:“66012040”},“1411958924”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Center Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1411958924”,“swversion”:“66012040”},“2113043789”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Front Sconces”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“2113043789”,“swversion”:“66012040”},“508879508”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Library Center Light”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“508879508”,“swversion”:“66012040”},“571431583”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Shelves”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“571431583”,“swversion”:“66012040”},“1327197244”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Screen Porch”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1327197244”,“swversion”:“66012040”},“1843645299”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Basement Hall”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1843645299”,“swversion”:“66012040”},“1918184196”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Lock All Doors”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1918184196”,“swversion”:“66012040”},“1238052402”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Open Single Garage Door”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1238052402”,“swversion”:“66012040”},“559465269”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Office Ceiling”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“559465269”,“swversion”:“66012040”},“901498435”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Kitchen Counter”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“901498435”,“swversion”:“66012040”},“575342473”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Under porch light”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“575342473”,“swversion”:“66012040”},“1040554235”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Bath Tub”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1040554235”,“swversion”:“66012040”},“1641256611”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Loft Stairs”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1641256611”,“swversion”:“66012040”},“951342192”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Guest Room Lights”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“951342192”,“swversion”:“66012040”},“932677823”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Library Recess Lights”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“932677823”,“swversion”:“66012040”},“1788047618”:{“state”:{“on”:true,“bri”:255,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Office Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1788047618”,“swversion”:“66012040”},“1391005699”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Service Door”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1391005699”,“swversion”:“66012040”},“1520172996”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“West Flood Lights”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1520172996”,“swversion”:“66012040”},“850787516”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Entry”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“850787516”,“swversion”:“66012040”},“1936090347”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Basement Stairs”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1936090347”,“swversion”:“66012040”},“898624118”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Theatre Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“898624118”,“swversion”:“66012040”},“1549909653”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Garage Lights”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1549909653”,“swversion”:“66012040”},“1328710977”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Kitchen Undercabinet”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1328710977”,“swversion”:“66012040”},“833563335”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Plants”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“833563335”,“swversion”:“66012040”},“1438169905”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Entry Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1438169905”,“swversion”:“66012040”},“1135938122”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Powder Room Lights”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1135938122”,“swversion”:“66012040”},“117021045”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Hall Lights”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“117021045”,“swversion”:“66012040”},“28099882”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Buffet Sconces”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“28099882”,“swversion”:“66012040”},“2017113592”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Toilet”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“2017113592”,“swversion”:“66012040”},“1073249371”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Office Undercabinet”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1073249371”,“swversion”:“66012040”},“1878274554”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Kitchen Island”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1878274554”,“swversion”:“66012040”},“789426511”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“789426511”,“swversion”:“66012040”},“456071364”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Bridge”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“456071364”,“swversion”:“66012040”},“1140031584”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Buffet Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1140031584”,“swversion”:“66012040”},“1585890219”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Shower”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1585890219”,“swversion”:“66012040”},“1858469909”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Sitting Room Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1858469909”,“swversion”:“66012040”},“1261974709”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Dining Sconces”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1261974709”,“swversion”:“66012040”},“1256267403”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Asas Bedroom”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1256267403”,“swversion”:“66012040”},“1008282358”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Outside back”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1008282358”,“swversion”:“66012040”},“395693925”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Attic Fan”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“395693925”,“swversion”:“66012040”},“1838559091”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Asas Bedroom”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1838559091”,“swversion”:“66012040”},“16771416”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Bathroom Fan”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“16771416”,“swversion”:“66012040”},“837603318”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Parkers Room”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“837603318”,“swversion”:“66012040”},“1061214409”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Mud Room”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1061214409”,“swversion”:“66012040”},“811327330”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Close All Garage Doors”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“811327330”,“swversion”:“66012040”},“586184677”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Self Destruct”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“586184677”,“swversion”:“66012040”},“1578346452”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Loft Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1578346452”,“swversion”:“66012040”},“1737890371”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Fireplace Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1737890371”,“swversion”:“66012040”},“1807515451”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Master Bay Window”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1807515451”,“swversion”:“66012040”},“205557296”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Test Chime”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“205557296”,“swversion”:“66012040”},“497159847”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Open Double Garage Door”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“497159847”,“swversion”:“66012040”},“701547911”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Living Room Sconces”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“701547911”,“swversion”:“66012040”},“1086858532”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Table Recess”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1086858532”,“swversion”:“66012040”},“1598717415”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Buffet Sconces”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1598717415”,“swversion”:“66012040”},“1305488371”:{“state”:{“on”:false,“bri”:0,“hue”:0,“sat”:0,“effect”:“none”,“ct”:0,“alert”:“none”,“reachable”:true},“type”:“Dimmable light”,“name”:“Theatre Ceiling”,“modelid”:“LWB004”,“manufacturername”:“Philips”,“uniqueid”:“1305488371”,“swversion”:“66012040”}}
0

GET /api/hm3JnxYjJAKVDx8OkGQZwk1UKTwslVGKn0or5N29/groups/0 HTTP/1.1
Host: 10.4.4.4:8080
Accept: /

HTTP/1.1 404 Not Found
Date: Mon, 11 Jul 2016 22:05:24 GMT
Cache-Control: must-revalidate,no-cache,no-store
Content-Type: text/html;charset=iso-8859-1
Content-Length: 368
Server: Jetty(9.3.z-SNAPSHOT)

Error 404

HTTP ERROR: 404

Problem accessing /api/hm3JnxYjJAKVDx8OkGQZwk1UKTwslVGKn0or5N29/groups/0. Reason:

    Not Found


Powered by Jetty:// 9.3.z-SNAPSHOT

[/code]

The next version of the ha-bridge incorporates these calls. Signal15 is testing a version I built to validate this issue.

Thanks! I hope this fixes the limit issue.

New version available

https://github.com/bwssytems/ha-bridge/releases/download/v3.0.0/ha-bridge-3.0.0.jar

HA Bridge v3.0.0 - Finished implementation of HAL calls to the API. Updated view consistency. Fixed sizing of scrollable table to be dynamic. Updating for API V 1.11 and Bridge V2 HUE handling. Added Hue Error Handling objects. Adding whitelist control. Updating bridge control to activate save button on list updates. Fixed dim addition in bulk add. Updated group 0 handling to be per hue api requirements.

This will fix the ha-bridge device limit.