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 support for 067776A Shutter SW with level control #6229

Closed
wants to merge 1 commit into from

Conversation

apages2
Copy link
Contributor

@apages2 apages2 commented Oct 3, 2023

No description provided.

@apages2
Copy link
Contributor Author

apages2 commented Oct 4, 2023

Hello @Koenkk

The new module (067776A) has an identical zigbeeModel with a Bticino module (K4027C/L4027C/N4027C/NT4027C). However, each of the modules has specificities. How do I integrate this new module?

Best regards

@Koenkk
Copy link
Owner

Koenkk commented Oct 4, 2023

However, each of the modules has specificities. How do I integrate this new module?

What doesn't work with the existing implementation?

@Diaoul
Copy link

Diaoul commented Oct 4, 2023

I guess since they have the same model it could "overwrite" the BTicino one?

@apages2
Copy link
Contributor Author

apages2 commented Oct 4, 2023

before I made the modification on my install (PR) the join was not complete
moreover the visual is not the right on

@FabianMangold
Copy link
Contributor

FabianMangold commented Oct 4, 2023

Hi @Koenkk and @apages2 ,
The BTicino and Legrand devices are actually identical. As mentioned in another post of mine, the "classic" 067776 are based on the NLV firmware, the "newer" 067776A devices feature level detection and are based on the NLLV firmware. Those are currently detected as BTicino devices by Z2m.

I am currently working on extending the features of the BTicino devices (new calibration methods, and Venetian mode (BSO)), but the PR is not quite ready, i need to cleanup some stuff.
A POC is available in my repo over here: https://github.com/FabianMangold/zigbee-herdsman-converters/tree/poc_lib

By the way, Legrand confirmed in their forums, that there is no straightfoward way of telling the devices apart, as the exterior looks the same. "Apparently", the hardware is different though.

@Koenkk
Copy link
Owner

Koenkk commented Oct 5, 2023

We can probably differentiate on the softwareBuildId, example:

{modelID: ' Shutter switch with neutral\u0000\u0000\u0000', softwareBuildID: '001a'},

@FabianMangold
Copy link
Contributor

FabianMangold commented Oct 8, 2023

Hi @Koenkk and @apages2 ,

I've created PR#6256 to add a basic implementation of the new 067776A switch.
The Bticino K4027C/L4027C/N4027C/NT4027C seem to be whitelabels of the 067776A (or vice versa).

More advanced features for both 067776 and 067776A should follow shortly.

@FabianMangold
Copy link
Contributor

FabianMangold commented Oct 9, 2023

Hi @apages2 ,

Basic support for the switch was added to the DEV branch today. Could you please check this and close this PR if this fixes the issue ?
Thanks

Note: PR#2245 is still required however.

@FabianMangold
Copy link
Contributor

FabianMangold commented Oct 31, 2023

Hi @Koenkk ,

Following PRs #6256 as well as #6333, this PR doesn't seem relevant any longer.
IMHO this could be closed or rejected.

Thanks

@Koenkk Koenkk closed this Nov 1, 2023
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.

4 participants