Hello,
I have a MOES roller shutter switch standard with BK7231N(CB2S) on board. I have uploaded OpenBEKEN version 1.17.606 to it along with autoexec.bat (TuyaMCU).
.
.
I have MQTT in the docker (working), the switch reports to HA, but I don't see anything in the entities to control the blinds.
.
.
It seems to me that the problem is that the control of the blinds (opening/closing/pausing) is done via channel 1 (LowMIDHigh), which can take the value 0,1,2 (enum), and I don't know how to "map" the value of channel 1:0-close, 1-pause, 2-open.
When I assigned to channel 7 (bool) in Channel Types: toggle, an entity appeared in HA to control the switch, here a backlight. The question is how to configure channel 1 (TuyaMCU) so that this channel can be controlled in HA. Is it possible to "make" one channel into 2 virtual switches which could take the values 0-1, 1-2?
Greetings
Tomasz
I have a MOES roller shutter switch standard with BK7231N(CB2S) on board. I have uploaded OpenBEKEN version 1.17.606 to it along with autoexec.bat (TuyaMCU).
Code: JSON

I have MQTT in the docker (working), the switch reports to HA, but I don't see anything in the entities to control the blinds.



It seems to me that the problem is that the control of the blinds (opening/closing/pausing) is done via channel 1 (LowMIDHigh), which can take the value 0,1,2 (enum), and I don't know how to "map" the value of channel 1:0-close, 1-pause, 2-open.
When I assigned to channel 7 (bool) in Channel Types: toggle, an entity appeared in HA to control the switch, here a backlight. The question is how to configure channel 1 (TuyaMCU) so that this channel can be controlled in HA. Is it possible to "make" one channel into 2 virtual switches which could take the values 0-1, 1-2?
Greetings
Tomasz