Pipiche
Pipiche
After the startup, here is how I retreive the list of Ep ``` ep_list = "".join( "%02x" % ep_id for ep_id in self.app.get_device(nwk=t.NWK(0x0000)).endpoints.keys() ) ``` Here is what I got...
I'm keen to reconfigure it, but Why is not the Zigpy layer doing by default ?
Ok, sound fine with, but right now from zigpy standpoint I can only add_endpoints and not remove any
> _Originally posted by @puddly in [zigpy/zigpy-deconz#172 (comment)](https://github.com/zigpy/zigpy-deconz/pull/172#issuecomment-1104164556)_ > > > > Is it possible to also create a `remove_endpoint` method on all the radio libraries as well? > >...
@manup could you clarify, that ConBee can support only 2 EndPoints ? This is a very heavy limitation, as in fact no endpoint can be added ? @puddly, how can...
> Hi, I've checked the current firmware code, there is indeed a fixed setting of 2 endpoints. While it's just a define for the size of an array, raising the...
> > I don't expect an end user having all strange devices on the same setup. > > FYI, most actually do put all their devices on the same setup,...
@manup happy to test any new firmware
@manup any update on the firmware capable of addressing more than 2 Eps ?
@manup Thanks very much , and I do confirm that adding Ep 0x08 allows now to pair Livolo Switchs without any issue (which was not possible before)! @puddly we need...