zigbeefordomoticz / Domoticz-Zigbee

Zigbee plugin for Domoticz. Allow to connect various zigbee controllers like Zigate but also Texas Instrument CC2531, CC13x2, CC26x2 ; Silicon-Labs; deConz based chipset to be connected to Domoticz
GNU General Public License v3.0
100 stars 43 forks source link

[zigpy-integration– ZNP Endpoints #940

Closed pipiche38 closed 2 years ago

pipiche38 commented 2 years ago

in order to align ZNP controller on the Zigate, we must make sure that ZNP is listening on the same Endpoint as Zigate

EndPoint 0x00 (0) --> ZDP EndPoint 0x01 (1) --> ZCL EndPoint 0x0b (11) --> Wiser Schneider EndPoint 0x0a (10) --> ORVIBO EndPoint 0x6E (110) --> TERNCY EndPoint 0x15 (21) ---> KONKE EndPoint 0x08 (8) --> LIVOLO EndPoint 0x03 (3) --> New Wiser Schneider

https://github.com/zigpy/zigpy/discussions/865#discussioncomment-1879846

pipiche38 commented 2 years ago

For Wiser Thermostat, we will have register the endPoint ( https://github.com/zigpy/zigpy/discussions/865#discussioncomment-1879846 )

Same issue as on ZiGate EndPoint receiving command needs to be registered in order to capture the event!

Need to see how to do that in the integration side

pipiche38 commented 2 years ago

@badzz to be check if we can use _register_endpoints() from AppZNP during startup and hving the possibility to add additional Endpoint on top of the 0x00, 0x01 and 0x02

badzz commented 2 years ago

Yep seen that.. I will dig into it . Thx

On Thu, 30 Dec 2021, 22:07 Pipiche, @.***> wrote:

@badzz https://github.com/badzz to be check if we can use _register_endpoints() from AppZNP during startup and hving the possibility to add additional Endpoint on top of the 0x00, 0x01 and 0x02

— Reply to this email directly, view it on GitHub https://github.com/zigbeefordomoticz/Domoticz-Zigbee/issues/940#issuecomment-1003181759, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABR5UYJCAXKYUL23PXSZRHDUTTCZ7ANCNFSM5K4OEPJA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>

badzz commented 2 years ago

https://github.com/zigbeefordomoticz/Domoticz-Zigbee/pull/959