Hi all,
First time experimenting with "non ESP chips" and after some tinkering i have the 3 way switch working. This "Ali" switch has no markings except WIFI-W6B on the "top" board and has a Tuya T34 chip (BK7231N).
The pads are easy accessibele for flashing. Had to lower the baudrate to 115200, problably an error at my side. The config extract did not work, after some puzzle i found this to be working.
the config:
#Enjoy
Greetings,
Mr|Repel
First time experimenting with "non ESP chips" and after some tinkering i have the 3 way switch working. This "Ali" switch has no markings except WIFI-W6B on the "top" board and has a Tuya T34 chip (BK7231N).







The pads are easy accessibele for flashing. Had to lower the baudrate to 115200, problably an error at my side. The config extract did not work, after some puzzle i found this to be working.
the config:
@ElektrodaBot @ElektrodaBot {
"vendor": "Tuya",
"bDetailed": "0",
"name": "Full Device Name Here",
"model": "enter short model name here",
"chip": "BK7231N",
"board": "TODO",
"flags": "1024",
"keywords": [
"TODO",
"TODO",
"TODO"
],
"pins": {
"7": "LED_n;0",
"8": "Btn;1",
"9": "Rel;3",
"14": "Btn;2",
"15": "Rel;2",
"16": "Btn;3",
"17": "Rel;1"
},
"command": "",
"image": "https://obrazki.elektroda.pl/YOUR_IMAGE.jpg",
"wiki": "https://www.elektroda.com/rtvforum/topic_YOUR_TOPIC.html"
}
#Enjoy
Greetings,
Mr|Repel