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

ADD DDF for Legrand 067755 Wireless Scenes Command #6096

Merged
merged 3 commits into from Jun 4, 2022

Conversation

Smanar
Copy link
Collaborator

@Smanar Smanar commented May 30, 2022

With the @Didier3L help, See #6081

"eval": "Item.val = (ZclFrame.at(0) + 18) * -1000 + 2"

The formula is not realy clean, but it work and don't want to break it (haven't the device to test). And can't use legacy code as legrand reverse the payload.

Something interesting, the device support 0x0020 and 0x0021 attribute on the cluster 0x0001, but it seem only the 0x0020 can use reporting (not investigate)

It seem too the device don't need bind on the cluster 0x0005 (and battery reporting is probably useless too as it have worked using the bad one)

Like some Legrand stuff (all scene switch), group feature are disabled for the moment by security (some device recreate group in loop mode)

@Smanar Smanar linked an issue May 30, 2022 that may be closed by this pull request
@manup manup added this to the v2.17.0-beta milestone May 31, 2022
@Didier3L
Copy link

Hello, is there an extra space in the file name?
image

@Smanar
Copy link
Collaborator Author

Smanar commented May 31, 2022

Yeah typo ^^, I have edited the file name just under, it's the PR called "name change" (to remove this space).
Have too changed the cluster used in the uniqueID, to have the scene cluster displayed (as it's the only one cluster used by the device)

The final result is here https://github.com/dresden-elektronik/deconz-rest-plugin/pull/6096/files

About the cluster change, when the DDF will be officially in your version, better to delete the DDF you are using ATM and re-include the device to use the official DDF, I don't think it will impact jeedom, as it use device id and not uniqueID (But I can't be sure)

@manup manup merged commit cfa68f0 into dresden-elektronik:master Jun 4, 2022
@Smanar Smanar deleted the legrand_7 branch March 5, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Legrand 0 677 55 Wireless Scenes Command
3 participants