Same goes for me; I’m having this problem with a wall module which until recently worked fine with 2 momentary switches. It suddenly switched to rocker mode and ever since, I can only set it to 1 button rocker or 1 button momentary switch (modes 0 and 1), all other modes just raise an error when trying to set them.
I assume this fix will be in the next release, but if anyone needs to fix this asap because of non-functioning switches like me, this is what I did (but do so at your own risk!)
Install Advanced SSH & Web Terminal and turn off Protection Mode
Open Terminal and enter the Docker container: docker exec -it homeassistant /bin/bash
Change the working directory to /usr/local/lib/python3.13/site-packages/zhaquirks/philips: cd /usr/local/lib/python3.13/site-packages/zhaquirks/philips
(Optional) Make a backup of the current quirk file: cp wall_switch.py wall_switch.py.bck
Download the new quirk file and overwrite the old one: curl -4 https://raw.githubusercontent.com/zigpy/zha-device-handlers/d2895d591cb3d9e884de5f990741c5a2cd05f0ab/zhaquirks/philips/wall_switch.py > wall_switch.py (I had to force IPv4 in order for this to work using -4, this may be different for you)
Restart Home Assistant Core
Retry setting the mode using the new values mentioned above
Turn on Protection Mode for Advanced SSH & Web Terminal and optionally remove it if you don’t plan on using it in the future
As far as I’m aware, the homeassistant Docker container can be recreated at any time, which means the change will be undone, but I don’t think this will cause any issues with wall modules that have already been configured.
As I said before, do this at your own risk; I don’t know much about the Home Assistant internals, just enough to be dangerous!
On my RDM001, I had today actually human readable values in the mode. Also see the Cluster is not the same as mentioned in the post. I tested to write “SwitchMode.SinglePush”, “SwitchMode.SingleRocker”, “SwitchMode.DoublePush” and “SwitchMode.DoubleRocker” and all work and seem to have the desired behaviour from the log, thus, as you see, I use it as a Single Rocker and just read the release event to toggle my light.
I still hope it can help someone because I had absolutely no useful hit in google with these attributes I was reading from the cluster mode attribute.
thx a lot for the fresh info. I have many RDM001 switch modules and I don’t get this new cluster. Do you use a quirk file?
I try to change the mode to doublepush, but I don’t get it.