Replies: 3 comments 9 replies
-
The blinking means that the row is not bound to anything. In that mode, you should be able to store a particular scene on the button, as described in the manual. Luckily for you, I just had the same problem when I was looking into what you were just describing. The problem with the Busch Jaeger devices is that they have very limited memory. With the two or one row versions that hardly an issue, but with the 4 row version it's a problem. Anyway, I had the same problem and the zigbee2mqtt UI was showing correct bindings. I removed the binding for Source EP 13 (row 4), and then created a new one binding Source EP 13 to Coordinator/LevelCtrl. Blinking stopped. I also see row_4_on and row_4_off events in HA. BTW: You should be able to also unbind any other row to get into the "scene programming" mode. If you unbind e.g. EP 11 (2nd row), it should be possible to store a scene as described in the switches manual. |
Beta Was this translation helpful? Give feedback.
-
I am definitely not gone for good but the time required for things like this has been lost to other important stuff. That said, @Koenkk is probably much better suited to explain all the details of zigbee, so I'll limit my response to what I believe is need to help you out. Every zigbee device exposes its capabilities through a set of endpoints (EP). The capabilities themselves are grouped into clusters and each device indicates the clusters that are acceptable as either input or output of a particular endpoint. For example, a 6737 running on an in-wall power adapter expose endpoints 10, 11, 12, 13 which represent the individual rows on that switch. Binding sets up a relation ship between two different endpoints on different devices or groups. For example, you could bind the OnOff cluster of ep 10 (on a 6737) to the OnOff cluster of endpoint 11 of a hue bulb. As a result, you can use the first row of the 6737 to turn the hue bulb on and off, even if Home Assistant is not running. Now back to your problem. When you click on the Busch Jaeger device in the zigbee2mqtt UI, you'll get something similar to this: Clicking on the "Bind" tab will lead to this: There is a row for Source EP 13, which corresponds to the fourth row on the switch.
If binding is successful a new row with the binding should appear. Theoretically, things should work at this point. BTW: Some of the things I described in the beginning are nicely visualized under the Cluster tab. |
Beta Was this translation helpful? Give feedback.
-
Hi there, I have the same problem that afoeder had. (the buttons in row four do not work). |
Beta Was this translation helpful? Give feedback.
-
There is still some unadressed issues with the Busch-Jager 6735/6736/6737; to get a gist check this archived discourse thread that adresses #879.
The double-row items so far work as intended on a 6710 U, 6711 U and 6715 U (i.e. the power supply device, the relais device and the dimmer device; in the meantime I own all of them).
However, when trying to use the four-row control panel on a 6710, I can observe the actions for the top three rows (i.e.
row_1_off
,row_1_down
,row_1_stop
,row_1_on
,row_1_up
etc).The fourth row doesn't emit and their LED indicator blink when pressing, while the first three who do emit actions just briefly light a single time to indicate acknowledgement.
It feels like the fourth row is still in some scene thingie mode.
Is there some swarm knowledge here in the meantime who got any further information?
Unfortunately the main contributor of the Busch-Jaeger devices @docbobo seems to be not available anymore :(// edit: thanks @docbobo!Beta Was this translation helpful? Give feedback.
All reactions