Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Green Power Commissioning Tool capability #211

Open
sebastienmarion opened this issue Feb 9, 2018 · 5 comments
Open

Implement Green Power Commissioning Tool capability #211

sebastienmarion opened this issue Feb 9, 2018 · 5 comments
Assignees
Labels
EMBER enhancement pinned Will not be closed, even if stale

Comments

@sebastienmarion
Copy link

sebastienmarion commented Feb 9, 2018

Goal
Implement green power device : GP Commissioning Tool (0x0064)

Need

  • Implement missing ezsp frame
  • Open a discussion of the best way to do this and support with other dongle

Request

  • create a new branch to develop this functionalities
  • add on this branch ezsp frame (information from UG100: EZSP Reference Guide Rev. 3.2) :
    -- gpProxyTableProcessGpPairing (0xC9)
    -- dGpSend (0xC6)
    -- dGpSentHandler (0xC7)
    -- gpepIncomingMessageHandler (0xC5)
    -- gpProxyTableGetEntry (0xC8)
    -- gpProxyTableLookup (0xC0)
@sebastienmarion
Copy link
Author

create branch "green_power_commissioning_tool_#211"

goal to implement GPCT and so green power cluster on endpoint 242:

image

@sebastienmarion
Copy link
Author

sebastienmarion commented Feb 19, 2018

@cdjackson, I see cluster is auto-generated. Can you generate green power cluster (0x0021) describe in document "ZigBee PRO Green Power feature specification - Basic functionality set - Version 1.0" ?

I have a doubt that gpct can be consider like a "ZigBeeApplication" because it is not launch when a cluster is dicover in another node of the network. It is a gateway application, so I put it in directory "internal"

@cdjackson
Copy link
Member

Can you generate green power cluster (0x0021) describe in document "ZigBee PRO Green Power feature specification - Basic functionality set - Version 1.0" ?

Sorry - I've not had the time to do this, but note that this is something that you can do as the ZCL autocoder is included.

You can find the definition files here. The format is hopefully reasonably obvious and hopefully the GP cluster fits without additional constructs being needed - if there are things that don't fit, then feel free to discuss or extend.

@sebastienmarion
Copy link
Author

ok, great.
I have a time issue too and hope to come back on the subject in two months.

@cdjackson
Copy link
Member

I have rebased the branch from @louisgourinchas onto the current master with a view to reviewing this further in the near future.

https://github.com/zsmartsystems/com.zsmartsystems.zigbee/tree/legrandgroup

It might be worth using this branch for any future updates if possible.

@cdjackson cdjackson added the pinned Will not be closed, even if stale label Oct 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EMBER enhancement pinned Will not be closed, even if stale
Projects
None yet
Development

No branches or pull requests

2 participants