Page 1 of 1

Yewelink/Tuya WiFi Touch wall light switch

Posted: 20 Jun 2017, 01:21
by enesbcs
It can be found on ebay as "WiFi Touch Wall Switch Compatible Work with Alexa", and look likes as the following pictures shows. 1-2-3 button and black/white version also available.
Image
With the 64x57mm size of its back, it will not fit in neither 65mm nor 80mm diameter in-wall socket. Maybe in external mounting box will do...
Image

It has an app named Yewelink, tried with it, sniffed the communication with Wireshark: after a short check-in to taobao.com the device logged in to the Amazon cloud. Also see some kind of MQTT communication, but i want to use my own server. (I do not like cloud based solutions)
So i opened it, found an ESP8266MOD inside.
Image
Found the RX, TX, GND on the 2x7 pin JP1, and a possible 3.3V location. (orange cable connected on picture)
Image
Image
On ESP8266 the GND has to be connected to GPIO0 at startup, than disconnect, after that it can be flashed with esptool (dio, 4mbit...)
I flashed with ESPEasy R120, but unfortunately this model does not have connected any relay to any GPIO of the ESP. Only ESP8266 RX/TX connected to a PIC16F1829 and the PIC is the main controller. Added Ser2Net device and try to listen packets. I hoped it will similar to Sonoff Dual, but i have no luck, packets were really different.
Fortunately i have found "Serial Communication Protocol Standard Edition" at https://docs.tuya.com/en/download/

I have created a working plugin and i added it to the Software section of this forum.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 20 Jun 2017, 08:26
by papperone
Great Job!
As I'd like to learn on this devices, do you know if by chance schematic and/or PCB are available??

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 20 Jun 2017, 21:42
by enesbcs
papperone wrote: 20 Jun 2017, 08:26 Great Job!
As I'd like to learn on this devices, do you know if by chance schematic and/or PCB are available??
Thank you! I have asked API-s (or any documentation) from the ebay seller and also the manufacturer Yewelink, with no success. There are some PCB and general information on https://docs.tuya.com/en/hardware/Tuya- ... de3.0_pcb/ , but for this item that i bought it on ebay unfortunately neither is valid.
I was able to trace some of the lanes with multimeter, so i can tell which legs of the PIC16F1829 is on which pin of the 2x7 JP1 connector, and i found out which pin of the JP1 connector controls the relays.
There are several parts that i can not recognise, because it's far beyond my knowledge, and the PCB is multi-layered. I identified the PIC16F1829, ESP8266MOD, AMS1117, PN 8024R, and a Churod A1-S-112IA relay 12V/250V.

If you want to learn similar devices i recommend you JanGoe's ESP8266-Wifi-Relay or the ESPURNA.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 20 Jun 2017, 23:53
by papperone
enesbcs wrote: 20 Jun 2017, 21:42
papperone wrote: 20 Jun 2017, 08:26 Great Job!
As I'd like to learn on this devices, do you know if by chance schematic and/or PCB are available??
Thank you! I have asked API-s (or any documentation) from the ebay seller and also the manufacturer Yewelink, with no success. There are some PCB and general information on https://docs.tuya.com/en/hardware/Tuya- ... de3.0_pcb/ , but for this item that i bought it on ebay unfortunately neither is valid.
I was able to trace some of the lanes with multimeter, so i can tell which legs of the PIC16F1829 is on which pin of the 2x7 JP1 connector, and i found out which pin of the JP1 connector controls the relays.
There are several parts that i can not recognise, because it's far beyond my knowledge, and the PCB is multi-layered. I identified the PIC16F1829, ESP8266MOD, AMS1117, PN 8024R, and a Churod A1-S-112IA relay 12V/250V.

If you want to learn similar devices i recommend you JanGoe's ESP8266-Wifi-Relay or the ESPURNA.
Thanks, I knew both of those boards, but they both use the "chucky" and big PLM-HK01 transformer while in the one you showed it seems the power wupply is not a switching-trafo but a transformerless circuit I'd like to understand abe able to reproduce... Guess the only option is to order one by myself, can you post links to the one you bought?

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 21 Jun 2017, 07:50
by enesbcs
papperone wrote: 20 Jun 2017, 23:53 Thanks, I knew both of those boards, but they both use the "chucky" and big PLM-HK01 transformer while in the one you showed it seems the power wupply is not a switching-trafo but a transformerless circuit I'd like to understand abe able to reproduce... Guess the only option is to order one by myself, can you post links to the one you bought?
Sure, i bought it from ostaring, not a high rated seller, but after 1 month, the device arrived to Europe from China. :)
I assume that some way it use the Churod relay 12V to transform it down. I suspect the big black rounded part without any label near the relay is doing the magic. (on third picture)

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 21 Jun 2017, 10:13
by papperone
thanks, looking closely at the pictures, the only components that I cannot identify is IC1 (the small 8 pin chip in the bottom); will you be able to read his data on top?

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 21 Jun 2017, 17:04
by enesbcs
papperone wrote: 21 Jun 2017, 10:13 thanks, looking closely at the pictures, the only components that I cannot identify is IC1 (the small 8 pin chip in the bottom); will you be able to read his data on top?
The 8 pin chip close to C1 is a PN8024R

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 08 Jul 2017, 21:18
by enesbcs
I've found another WiFi light switch, i hope it also will be a Tuya clone with ESP8266.. I've ordered today and waiting. It's EU version with rounded back according the pictures.

update: it's arrived, i've disassembled it to see what's inside.

Real EU version, with rounded back, neutral line needed, also an on unusual place.
Image
The ESP-12F module had a really interesting place above the first button directly under the glass. ESP module UART directly attached to a dedicated MCU, and the MCU controls the relays. (NO ESP GPIO used, UART seems standard Yewelink/Tuya solution)
Image
In the inside it looks like a bit crowded:
Image
Sorry for the quality, my LG phone is not a photo machine.
Image
Image

ESP UART is not accessible through pins, as the previous model, instead it need some soldering, i think... if i had some time, i will flash it with ESPEasy. I've found 3.3V&GND pins to ESP, other pins connects the relays with the MCU as i see.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 20 Aug 2017, 18:34
by enesbcs
enesbcs wrote: 08 Jul 2017, 21:18 I've found another WiFi light switch, i hope it also will be a Tuya clone with ESP8266.. I've ordered today and waiting. It's EU version with rounded back according the pictures.
Update: It's definitely a Tuya clone! With ESPEasy P165 plugin this touch wall light switch works!
Image

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 07 Nov 2017, 21:55
by enesbcs
I've found another potential Tuya clone.
Currently i do not have this yet, but it's mobile app (named "Jinvoo Smart") contains evidence that it is licensed from Tuya, such as the previous "Yewelink" WiFi touch light switch. :)
https://www.ebay.com/itm/New-EU-Type-2- ... 2572146126

Image

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 22 Jan 2018, 16:27
by countcobolt
Heyhey

can you confirm that this EU version works? I would like to set up these as simple "dummy" switches (basically set the switch for another Sonoff switch)

Kind regards

Steve

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 22 Jan 2018, 17:45
by NDR008
That would be nice - me too. :)

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 23 Jan 2018, 11:40
by NDR008
Actually, I am just wondering, ESP's were first used by people over UART with ARDUINOs in the early days before unlocking its own MCU capability.
I guess these PIC based devices are following the same approach.

Couldn't we just cut the trace to the pic, and wire the GPIO of the ESP directly to the relay instead?

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 23 Jan 2018, 18:41
by enesbcs
NDR008 wrote: 23 Jan 2018, 11:40 Couldn't we just cut the trace to the pic, and wire the GPIO of the ESP directly to the relay instead?
I think it can be done, but VDD and signal level is usually not designed to be 3V3 on the other components in these cases. (MCU working at 2.6V and the Touch switches wired directly to it, Relays works at 12V..)
I'am not so confident with the soldering iron, so if a problem can be solved in software, i prefer it. :)

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 06 Mar 2018, 13:14
by barrymossel
And two other potential clones:
https://www.banggood.com/1-Gang-1-WIFI- ... 16178.html (uses the app from Tuya as you can see in the description).
https://aliexpress.com/item/WiFi-Switch ... 67947.html (uses YeWeLink app)

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 06 Mar 2018, 17:38
by enesbcs
barrymossel wrote: 06 Mar 2018, 13:14 And two other potential clones:
https://www.banggood.com/1-Gang-1-WIFI- ... 16178.html (uses the app from Tuya as you can see in the description).
https://aliexpress.com/item/WiFi-Switch ... 67947.html (uses YeWeLink app)
The first one seems to be the same S1W-1 that i bought and using in my pantry with ESPEasy+P169. The second one seems to be a little different, but as the description mentions yewelink app, that should be compatible also. Anyway, after the Sonoff T1 arrived, and there are a very little difference in prices, i rather choose 2gang Sonoff T1 devices in the future, as they are easier to flash.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 07 Mar 2018, 09:54
by barrymossel
enesbcs wrote: 06 Mar 2018, 17:38 The first one seems to be the same S1W-1 that i bought and using in my pantry with ESPEasy+P169. The second one seems to be a little different, but as the description mentions yewelink app, that should be compatible also. Anyway, after the Sonoff T1 arrived, and there are a very little difference in prices, i rather choose 2gang Sonoff T1 devices in the future, as they are easier to flash.
Sure, they are easier to flash, but also less attractive in my opinion. I really do not like the logo and blue accents when no led is turned on. Is it possible to exchange out those front panels anyway?

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 28 Mar 2018, 18:28
by barrymossel
barrymossel wrote: 06 Mar 2018, 13:14 And two other potential clones:
https://www.banggood.com/1-Gang-1-WIFI- ... 16178.html (uses the app from Tuya as you can see in the description).
https://aliexpress.com/item/WiFi-Switch ... 67947.html (uses YeWeLink app)
The both are identical except for the print on the glass. GPIO4 is connected to the relay. The button is connected to a CRS02A chip, which is connected to Rx of the ESP.

And how would I continue now? Any help?

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 28 Mar 2018, 20:01
by enesbcs
barrymossel wrote: 28 Mar 2018, 18:28 The both are identical except for the print on the glass. GPIO4 is connected to the relay. The button is connected to a CRS02A chip, which is connected to Rx of the ESP.
And how would I continue now? Any help?
I assume this is a one button version. CRS02A is a simple schottky diode, so you can use RX as a simple GPIO-3 after setting it in ESPEasy:
Tools->Advanced->Enable serial port (check box unticked - so disable!)
Tools->Advanced->Serial log level: None
And of course enable "Rules" in Advanced.

Now you can set up things according to the Sonoff Touch Rules:
https://www.letscontrolit.com/wiki/inde ... noff_Touch
Just replace GPIO numbers.
touch: 3 instead 0
relay: 4 instead 12

If RX does not hold state, and works like a push button, you can use for example a Dummy variable to hold a state, or any likable solution.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 28 Mar 2018, 20:03
by barrymossel
enesbcs wrote: 28 Mar 2018, 20:01
barrymossel wrote: 28 Mar 2018, 18:28 The both are identical except for the print on the glass. GPIO4 is connected to the relay. The button is connected to a CRS02A chip, which is connected to Rx of the ESP.
And how would I continue now? Any help?
I assume this is a one button version. CRS02A is a simple schottky diode, so you can use RX as a simple GPIO-3 after setting it in ESPEasy:
Tools->Advanced->Enable serial port (check box unticked - so disable!)
Tools->Advanced->Serial log level: None
And of course enable "Rules" in Advanced.

Now you can set up things according to the Sonoff Touch Rules:
https://www.letscontrolit.com/wiki/inde ... noff_Touch
Just replace GPIO numbers.
touch: 3 instead 0
relay: 4 instead 12
Will try this weekend. But I also have the two button version. Should I do the same with that one?

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 28 Mar 2018, 20:07
by enesbcs
barrymossel wrote: 28 Mar 2018, 20:03 Will try this weekend. But I also have the two button version. Should I do the same with that one?
I doubt that the two button version also works with a simple diode. It has to be:
1/ a smarter MCU with an own program and RX+TX communication,
viewtopic.php?p=26321#p25988

2/ or two separated GPIO for the two buttons, which is easy.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 30 Mar 2018, 17:39
by barrymossel
Didn't measure the two button yet. Will do that later.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 14 May 2018, 20:21
by vandalon
enesbcs wrote: 07 Nov 2017, 21:55 I've found another potential Tuya clone.
Currently i do not have this yet, but it's mobile app (named "Jinvoo Smart") contains evidence that it is licensed from Tuya, such as the previous "Yewelink" WiFi touch light switch. :)
https://www.ebay.com/itm/New-EU-Type-2- ... 2572146126

Image
Did you ever test this one, and if so, can you confirm if it works and tell me where the ground/3v/tx/rx pins are? :)

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 14 May 2018, 23:19
by enesbcs
vandalon wrote: 14 May 2018, 20:21 Did you ever test this one, and if so, can you confirm if it works and tell me where the ground/3v/tx/rx pins are? :)
Sorry, since the Sonoff T1 EU version arrived, i do not buy any other type.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 15 May 2018, 07:46
by vandalon
I understand :). I don't like the looks very much of the sonoff though.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 18 May 2018, 14:50
by dxfantome
Hello
Where is your research on this type of material?
I am very interested in the subject ;) :
pin, protocol between the MCU and the esp etc ...
possible flashing? espeasy?
I share tonight information that I have for the moment. picture of my model etc.
I think we all want to be able to make it work with our own home automation server (domoticz, openhab or other).

ps: still sorry for my english, i'm french, and i'm using an automatic translator :oops:

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 18 May 2018, 19:16
by enesbcs
dxfantome wrote: 18 May 2018, 14:50 Where is your research on this type of material?
I am very interested in the subject ;) :
pin, protocol between the MCU and the esp etc ...
possible flashing? espeasy?
I've tested two Tuya compatible model [1] [2], but there are several more, that i don't i do not have, and you only know if it is compatible, when you buy it, and try... the Tuya serial API is documented (between the MCU and the ESP), and the necessary ESPEasy plugin P165 can be found on the Playground repository, precompiled binaries also attached to the first forum entry.
But i'll warn you: IF A WIFI SWITCH IS TUYA COMPATIBLE IT IS NOT NECESSARILY SERIAL DRIVEN, IT IS AN OPTION! There are some Tuya recommendation about direct ESP GPIO controlling without an MCU, but if it has an MCU and the mobile application refers to "Tuya" somehow, than the Tuya serial API should work.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 19 May 2018, 19:49
by dxfantome
So I will post here my investigations (or create a new post?) Since this seems to me in the context of your work.
Here is my model:
compatible tuya
dimmer
3 buttons (+, on / off, -)
equipped with an ESP8266MOD
bought less than 15 € (postage included)

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 19 May 2018, 19:51
by dxfantome
face led touch

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 19 May 2018, 19:52
by dxfantome
inside

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 19 May 2018, 19:53
by dxfantome
inside

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 19 May 2018, 20:03
by dxfantome
the following
(resized image is better ...)

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 19 May 2018, 20:28
by enesbcs
dxfantome wrote: 19 May 2018, 19:52inside
Nice! The four pins on the left side i think will be the VCC-RX-TX-GND, started with the sqaured one.
But i do not see any serial MCU on this device.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 19 May 2018, 22:47
by dxfantome
But i do not see any serial MCU on this device.
there is a world on the other side of the first pcb

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 02 Jun 2018, 17:02
by dxfantome
I see one "CR302 B751T004BG" ??? what's this ? :?:
and
I see one "8S103F3P6" :
this is 8bit MCU STM8S in tssop20 case
http://www.st.com/content/ccc/resource/ ... 226640.pdf

the four pin with the one square is not VCC-RX-TX-GND
is not connected to esp8266mod but is just connected to MCU
is VCC- SWIM-GND-NRST
the pin SWIN (Single Wire Interface Module) is communication protocol and debug module :geek:
http://www.st.com/content/ccc/resource/ ... 173911.pdf

the pin 21(U0RXD ) of ESP8266mod is connected to pin 2(UART1_TX) of MCU
the pin 22(U0TXD ) of ESP8266mod is connected to pin3(UART1_TX) of MCU

So even if the components and the jtag are not exactly the same, it seems that the logic remains the same. a esp8266 that manages only the wifi and communicates via tx rx has an MCU that manages all the hardware. it remains to be supossed that on Tx Rx transits the game of classic command of "tuya" :D

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 02 Jun 2018, 17:26
by dxfantome
no esp8266 pin is connected to the strange chip "cr302 ..."
hte pin 18 of esp8266mod is connected to MCU 8S103F3P6 pin 1 (UART1_CK)
no another pin of esp is connected to the mcu, nor to the various jtag

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 04 Jun 2018, 15:58
by galak
Did you have any issues flashing. I'm trying to figure out how things work since the microcontroller is also connected to the ESP8266 uart line RX/TX pins, you'd end up having multiple devices possibly driving those pins.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 22 Jun 2018, 10:06
by zedd
dxfantome wrote: 02 Jun 2018, 17:02
the pin 21(U0RXD ) of ESP8266mod is connected to pin 2(UART1_TX) of MCU
the pin 22(U0TXD ) of ESP8266mod is connected to pin3(UART1_TX) of MCU

So even if the components and the jtag are not exactly the same, it seems that the logic remains the same. a esp8266 that manages only the wifi and communicates via tx rx has an MCU that manages all the hardware. it remains to be supossed that on Tx Rx transits the game of classic command of "tuya" :D
Sounds logical to me, as it has to control three seperate dimmers.
Anyone got this flashed yet? I think we might have to connect to the esp pins directly to get thing working.
I’m a little worried about we’ll control the dimmers through espeasy, but let’s get it flashed first.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 22 Jun 2018, 11:34
by zedd
So, I was able to flash this anonymous dimmer, only to discover the default ESPEasy does not work. Flashing did work however.
I had to make the connections to the ESP manually "by hand", as you can see in the photo's.
IMG_20180622_111910.jpg
IMG_20180622_111910.jpg (647.23 KiB) Viewed 639137 times
IMG_20180622_111901.jpg
IMG_20180622_111901.jpg (862.59 KiB) Viewed 639137 times
Not easy and you have to keep your hand really steady, but it worked. You can't really see, but I'm holding two pins (RX and TX). The yellow wire holds GPIO0 down.
Sorry for using similar colors, they don't come out right in the photo. Wiring is as follows:
- Brown = GDN
- Bright yellow = VCC 3.3V (next to brown)
- Darker yellow = GPIO0, attached to GND
- Red - TXD
- Green - RXD

I flashed the standard ESPEasy_R120_4096.bin, which did not work and ESPEasy_Mega_P165_4M_1MS_lwip20 from this discussion. Neither caused the ESP_-access point to show.
Reattaching the board to the rest of the device make all LEDs light up - it knows somethings wrong :)!
Will try more later.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 26 Jun 2018, 11:25
by zedd
OK, so a neighboring project is a little ahead of us here: https://github.com/arendst/Sonoff-Tasmota/issues/469

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 28 Jun 2018, 07:12
by enesbcs
zedd wrote: 22 Jun 2018, 11:34 I flashed the standard ESPEasy_R120_4096.bin, which did not work and ESPEasy_Mega_P165_4M_1MS_lwip20 from this discussion. Neither caused the ESP_-access point to show.
Reattaching the board to the rest of the device make all LEDs light up - it knows somethings wrong :)!
Will try more later.
The neighboring project uses 1M firmware with no SPIFFS, and esptool with "dout" mode, i suppose you did not.

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 15 Nov 2018, 11:58
by Maxime28
:roll: :roll: :roll: :roll: I never heard this brand. But I like it

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 20 Sep 2019, 18:45
by adhossain
enesbcs wrote: 28 Jun 2018, 07:12
zedd wrote: 22 Jun 2018, 11:34 I flashed the standard ESPEasy_R120_4096.bin, which did not work and ESPEasy_Mega_P165_4M_1MS_lwip20 from this discussion. Neither caused the ESP_-access point to show.
Reattaching the board to the rest of the device make all LEDs light up - it knows somethings wrong :)!
Will try more later.
The neighboring project uses 1M firmware with no SPIFFS, and esptool with "dout" mode, i suppose you did not.
I got this similar device today but unfortunately I cannot get it into reset mode to pair with phone app. So I decided, if I can flash it with different firmware and found this post.

Did you guys able to flash it and get it worked? If so, how.

By the way, the
CR302 B751T004BG
is a capacitaive touch IC

Re: Yewelink/Tuya WiFi Touch wall light switch

Posted: 17 Nov 2019, 14:40
by alifarooq
Hello All, Need help regarding Tuya 4 gang Wifi Touch Wall light switch.

It has TYWE3S with esp8266 wifi chip. It also has MCU. I want to reprogram it and want to use it in home assistant. I also attaching its board view. Does anybody have its schematic or GPIO function list or some helpful material?

Also what is the IC number of MCU?