I’ve spent the last few hours trying to reset my Paulmann 93999 Zigbee controller. You have to switch it on / off in very specific order to get it done. Since I couldn’t get it to work manually I ended using an Sonoff wall plug and a script.
alias: Paulmann Reset
sequence:
- repeat:
count: 5
sequence:
- type: turn_off
device_id: 2b821c1ffe74848408d6c6cd64f17
entity_id: switch.sonoff_s20_relay
domain: switch
- delay:
hours: 0
minutes: 0
seconds: 3
milliseconds: 300
- type: turn_on
device_id: 2b821c1ffe74848408d6c6cd64f17
entity_id: switch.sonoff_s20_relay
domain: switch
- delay:
hours: 0
minutes: 0
seconds: 1
milliseconds: 300
mode: single
Maybe this helps someone else as well.
Robert
1 post - 1 participant