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 Paulmann 501.40 RGB remote control #7947

Merged
merged 6 commits into from
Sep 6, 2024

Conversation

Hykario
Copy link
Contributor

@Hykario Hykario commented Sep 6, 2024

Adds support for Paulmann 501.40 RGB remote control
image

@Koenkk Koenkk merged commit ad373af into Koenkk:master Sep 6, 2024
2 checks passed
@Koenkk
Copy link
Owner

Koenkk commented Sep 6, 2024

Could you also submit a picture for the docs? This can be done by:

  1. Create a fork by clicking here
  2. Go to the public/images/devices directory, Add file -> Upload files
  3. Upload the files and press Commit changes
  4. Press Contribute -> Open pull request -> update title/description -> Create pull request

Make sure that:

@EpicLPer
Copy link

EpicLPer commented Sep 10, 2024

Heya, first of all thanks for adding this @Hykario :)
I noticed a bit of an issue tho, not sure if it's a firmware quirk or if the implementation is a bit off in Z2M.

When enabling the group switches at the bottom everything works fine as long as just one group is enabled at a time. However enabling 2 or more groups only sends an action to the lowest group being enabled.

As example, if group 2 and 4 are switched on and you press power it only sends a command to group 2, but not group 4. If group 2 is then switched off and only 4 is enabled it sends a command to group 4 just fine.

@freeDom-
Copy link

freeDom- commented Nov 27, 2024

I agree with @EpicLPer. Only the lowest group is triggering the action. When multiple groups are selected the device receives an additional action unknown event in addition to the others.

Screenshot_20241127-211723_1

Futthermore the refresh button is not working and also triggering an unknown action.

Would it be possible to also send events (for group 0) when no group is selected? This would increase the amount of programmable buttons. It could also be used for most commonly used stuff, because you would save one additional button press.

@Hykario
Copy link
Contributor Author

Hykario commented Nov 27, 2024

z2m: Received Zigbee message from 'LightRemote', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 2 with groupID 0
z2m: Received Zigbee message from 'LightRemote', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 3 with groupID 0
z2m: Received Zigbee message from 'LightRemote', type 'commandOn', cluster 'genOnOff', data '{}' from endpoint 4 with groupID 0

seems like the remote is actually sending data for every endpoint.
I will add this as soon as i got Time, hopefully this Weekend.

I think the Remote is not sending anything if none of the endpoints is selected. So your request is not possible @freeDom-

@freeDom-
Copy link

Thanks for your analysis! Sad that the manufacturer did not see the potential for another 14 programmable buttons :-D.

@CrazyBavarian
Copy link

Maybe somebody can help me how can i get action_hue status into an entity? i have only a entity from the action?

thanks for support
Screenshot 2024-11-28 225852
Screenshot 2024-11-28 230138

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.

5 participants