ADD DDF for Legrand 067755 Wireless Scenes Command#6096
Merged
manup merged 3 commits intodresden-elektronik:masterfrom Jun 4, 2022
Merged
ADD DDF for Legrand 067755 Wireless Scenes Command#6096manup merged 3 commits intodresden-elektronik:masterfrom
manup merged 3 commits intodresden-elektronik:masterfrom
Conversation
Collaborator
Author
|
Yeah typo ^^, I have edited the file name just under, it's the PR called "name change" (to remove this space). 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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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)