fairecasoimeme / ZiGate

Zigate is an Universal Zigbee Gateway
http://zigate.fr
171 stars 59 forks source link

Is the cluster 0x0102 (Window covering) supported by zigate ? #125

Closed doudz closed 5 years ago

doudz commented 5 years ago

I can't find any information in NXP doc about the cluster 0x0102, is it supported ? and manageable ?

I saw informations about door lock, cluster 0x0101 but nothing about 0x0102

https://github.com/doudz/zigate/issues/63

fairecasoimeme commented 5 years ago

Yep thanks, It was not clear for me but It's OK now... :)

pipiche38 commented 5 years ago

@fairecasoimeme when you did the test of the Legrand shutter. Did you upgarde the firmware of the legrand part before or was it the product unboxed ?

We are currently facing issue to make the Lift part working.

On/Off works

But Lift % not !

doudz commented 5 years ago

If it's the same Legrand Switch, the lift commands aren't supported mainly because there's no feedback from the motor to the switch

pipiche38 commented 5 years ago

@doudz Merci, I didn't go through the all thread.

But still I would be interested to have @fairecasoimeme feedbacks on the fact that he did upgrade the firmware before or not , as we have seen in the Legrand Plug if you upgrade the firmware then you get all of the Clusters available

ISO-B commented 5 years ago

Window covering cluster is implemented and working. If any problems raises about this cluster open new issue.

pipiche38 commented 5 years ago

@ISO-B , Is ON equivalent to 100% and OFF to 0% ?

dmsherazi commented 2 years ago

I have updated TestGUI program to test.

@fairecasoimeme Can you let me know where to test in TEST GUI , I failed to find the place where I can test the covering comands in ZGWUI Tool

fairecasoimeme commented 2 years ago

You can test with this version : TestGUI.zip

--> Window covering tab

dmsherazi commented 2 years ago

When running the debug exe I get this error while opening the port image

I guess I need to install VS for it to work !

dmsherazi commented 2 years ago

Solved by pulling the SQLite package in NUGET and rebuilding the ZGWUI again in VS.

image