Paulmann 501.34 Wall Switch

I bought a Paulmann 4-Button Switch Wandschalter Smart Home Zigbee On/Off/Dimm Weiß to control my lights. I paired it with my Conbee2 Stick without any problems. This is the Zigbee Signature I got from the device:

{
“node_descriptor”: “NodeDescriptor(logical_type=<LogicalType.EndDevice: 2>, complex_descriptor_available=0, user_descriptor_available=0, reserved=0, aps_flags=0, frequency_band=<FrequencyBand.Freq2400MHz: 8>, mac_capability_flags=<MACCapabilityFlags.AllocateAddress: 128>, manufacturer_code=4644, maximum_buffer_size=82, maximum_incoming_transfer_size=82, server_mask=11264, maximum_outgoing_transfer_size=82, descriptor_capability_field=<DescriptorCapability.NONE: 0>, *allocate_address=True, *is_alternate_pan_coordinator=False, *is_coordinator=False, *is_end_device=True, *is_full_function_device=False, *is_mains_powered=False, *is_receiver_on_when_idle=False, *is_router=False, *is_security_capable=False)”,
“endpoints”: {
“1”: {
“profile_id”: 260,
“device_type”: “0x0001”,
“in_clusters”: [
“0x0000”,
“0x0001”,
“0x0003”,
“0x0b05”,
“0x1000”
],
“out_clusters”: [
“0x0003”,
“0x0004”,
“0x0005”,
“0x0006”,
“0x0008”,
“0x0019”,
“0x0300”,
“0x1000”
]
},
“2”: {
“profile_id”: 260,
“device_type”: “0x0001”,
“in_clusters”: [
“0x0000”,
“0x0001”,
“0x0003”,
“0x0b05”,
“0x1000”
],
“out_clusters”: [
“0x0003”,
“0x0004”,
“0x0005”,
“0x0006”,
“0x0008”,
“0x0019”,
“0x0300”,
“0x1000”
]
}
},
“manufacturer”: “Paulmann LichtGmbH”,
“model”: “501.34”,
“class”: “zigpy.device.Device”
}

Unfurtunately I didn’t find a blueprint for using this switch and I am not a real expert in Home Assistant - more or less a beginner (with IT background). Is it possible to use this switch in HA? Any ideas how to get it working in HA? I tried several things with other similar blueprints, but for example, I couldn’t dimm a light and the difference between the right and the left side of the switch is not working.

It would be great, if anyone could help me!

I got the same switch. Were you able to set it up?

I looked into it and it turns out you need a so called zigpy “quirk” to make it show up in automations. I opened a pull request in the zha device-handler repo

Finally the pull request has made it into HA with the current release v2022.9.4. You should be able to use it within automations.

Hello, how did you learn the Switch at Conbee2. it doesn’t work for me.

sorry for my english.Iam from germany

YES - now it’s working. I paired it once again with Conbee2 and I can control the lamps with the switches. Unfortunately the dimming is not working continuously - it dims up and down only to the next level. But it’s fine for me now.

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

Can you see the quirk being used under Zigbee info in the device settings?

@MattFromGer:

Please check

I hope I managed to include all necessary informations.

@MattFromGer :

@all:

is fixed by

Credits to: Profile - MattFromGer - Home Assistant Community & javicalle · GitHub

1 Like