Mathew Heard
Mathew Heard
@jackchased Yes, although I believe the lights may be whitelabeled.
Ziee looks interesting but I have to say I don't know much about it. Is there some comprehensive documentation on it? It looks targetted towards endpoint applications, while ZS does...
> Perhaps SmartThings devices need find a CIE endpoint(Device Id is 0x0400) on ZS? Either that, or perhaps they don't like non Zigbee 3.0 coordinators (or perhaps something in the...
FYI, I'll try and integrate your ziee-cie with our system tomorrow. If I have time (speculative) I'll run over to the lab and dig up a Smart Things sensor for...
We tried the zapp cie code and while now the Smart Things sensors are able to join no (yes!!!) with the zapp the enrollReq is never triggered. There is also...
what the cie app is missing is a write to the cieaddress, all the devices we have require this before enrollreq is triggered.
Our code involves lots of retries as well as tries both methods writing to ssIasZone and enrollrsp (yours does only once). We also respond to enrollreq's, @zigbeer shared code for...
Yes, this occurs due to the device being joined (both according to ZNP & the device) while Zigbee Shepherd thinks it is not joined. You can also accomplish this by...
I slowed the querying down and now most of the time it returns with a status code of 0, still ZNP online devices time out. & I can see with...
Ok, so there is two bugs in this function: 1. Performing all of these (and anything else going on in the background, which is quite alot during initialization) at once...