-
Notifications
You must be signed in to change notification settings - Fork 736
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
[BUG] Paulmann 501.34 Wall Switch (sw_build_id (id: 0x4000) 2.7.6_r25) cannot be used in HASSIO automations #2662
Comments
I tried to implement Step 1:I created the directory:
Step 2:Added
to
Step 3:Added
https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/__init__.py to the directory:
Step 4:Added
https://github.com/zigpy/zha-device-handlers/blob/dev/zhaquirks/const.py to the directory:
Step 5:Added directory
https://github.com/zigpy/zha-device-handlers/tree/dev/zhaquirks/paulmann to the directory:
Step 6:Added
to the directory:
Step 7:Added
to the directory:
Step 8:Disconnected Paulmann Licht GmbH Wall Switch 501.34 Step 9:Factory reset Paulmann Licht GmbH Wall Switch 501.34 Step 10:Restart Home Assistant Step 11:Pairing Paulmann Licht GmbH Wall Switch 501.34 Result:As before I can see events fired, but Paulmann 501.34 Wall Switch (sw_build_id (id: 0x4000) 2.7.6_r25) cannot be used in HASSIO automations. Where can I see if the quirk is running?
I cannot find a hint at #2419 and Add guide for adding a custom quirk to ZHA #2419 |
Can you listen to |
@TheJulianJES & @dmulcahey & @MattFromGer & @javicalle GROUP A - STARTGROUP A - A1 - ON [SHORT CLICK & RELEASE]Listen to
|
Just noticed that your device signature is:
While the quirk is using the value:
Have you tried to add your signature to quirk? it would be something like: class PaulmannRemote4Btn(CustomDevice):
"""Custom device representing Paulmann 4-button 501.34 remote control."""
signature = {
# <SimpleDescriptor endpoint=1 profile=260 device_type=1
# device_version=0
# input_clusters=[0, 1, 3, 2821, 4096]
# output_clusters=[3, 4, 5, 6, 8, 25, 768, 4096]>
MODELS_INFO: [
(PAULMANN, "501.34"),
("Paulmann Licht GmbH", "501.34"),
],
ENDPOINTS: {
1: {
.../... |
Good catch @javicalle. I'll prepare a PR |
@javicalle : 🥇 All Device Triggers are available now. MANY THANKS. Is there a chance to make the Device Triggers available as Entities? Is there a chance to change the Device Trigger Names
and
like the Paulmann description? |
@drueppela Thanks for this very well written guide. It's great that you put a lot of work into your posts, it really contributes to the community! Also, I had the same problem and now I can use the newer switches too! I think it's still too much work to create the automations for this switch and I'd like to create a blueprint to make it easier. I've never done this before and need to learn, but that's the fun of Home Assistant! |
@redfusion83 @drueppela @MattFromGer @TheJulianJES Hi guys, I'm really struggling and don't know what to do. |
References:
#1678 (comment)
https://community.home-assistant.io/t/paulmann-501-34-wall-switch/418414/7?u=ajd_ht
https://de.paulmann.com/p/wandschalter-smart-home-zigbee-3.0-on-off-dimm-weiss/50134
Bug description
I paired
Paulmann 501.34 Wall Switch (Wandschalter Smart Home Zigbee 3.0 On/Off/Dimm Weiß)
with
Home Assistant 2023.10.3
Supervisor 2023.10.0
Operating System 11.0
Frontend 20231005.0 - latest
and
ZHA
I cannot find any possibility to integrate the Paulmann 501.34 Wall Switch in any automation.
I only find 1 device
with 4 entities
Steps to reproduce
Expected behavior
Screenshots/Video
Screenshots/Video
[Paste/upload your media here]
Device signature
Device signature
Diagnostic information
Diagnostic information
Logs
Logs
Additional information
No response
The text was updated successfully, but these errors were encountered: