Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Information: IR protocoll reverse-engineered #4

Closed
pascaltippelt opened this issue Jan 27, 2021 · 16 comments
Closed

Information: IR protocoll reverse-engineered #4

pascaltippelt opened this issue Jan 27, 2021 · 16 comments

Comments

@pascaltippelt
Copy link

I reverse-eingneered the IR-protocoll for the stoves bases on the duepi evo line. Maybe we should cross-reference each other to help searching users.

Wamsler-IR-Remote

@aceindy
Copy link
Owner

aceindy commented Jan 28, 2021

Awesome work dude..

Not sure if I can use any of it though...as serial uses commands with reply (2 way communication).

I just acquired a serial2wifi module myself as the reverse engineered code from the French guy is incomplete...
Hope I can extract the missing data soon 🥼

@aceindy aceindy closed this as completed Jan 28, 2021
@pascaltippelt
Copy link
Author

The WiFi-Module ist ESP8266-based, at least the one I had in my hands. Maybe you can extract a firmware. If so, I would really be interested in a firmware dump, to analyze it.

@aceindy
Copy link
Owner

aceindy commented Jan 28, 2021

@pascaltippelt I’ll try to have a look (there is just one thing i lack....time to do it 🤔)

@pascaltippelt
Copy link
Author

A Firmware dump, maybe done by ESP Tools, could help, as we both could work on it!

But yes, I do understand your time related problem.

@aceindy
Copy link
Owner

aceindy commented Jan 30, 2021

@pascaltippelt
Hmm...just opened the unit to have a peek..
It doesn't look like it uses ESP8266 based, but Motorola RN1723-I/RM
Not sure if I can dump the firmware as easily as ESP....

@pascaltippelt
Copy link
Author

Interesting! So there are at least 2 models around. Could you send me a picture of the pcb?

Does your WiFi module look like this one:
Wamsler WiFi

@pascaltippelt
Copy link
Author

pascaltippelt commented Jan 30, 2021

//EDIT I saw you already knew...

@aceindy
Copy link
Owner

aceindy commented Jan 30, 2021

@pascaltippelt
Yea, outside looks the same
this is how it looks inside:
795CCC1C-826A-40E8-8894-FC8732685A0B

@pascaltippelt
Copy link
Author

Oh wow, definetely a complete different pcb. Mine was way more complex, and contained of cause a different microcontroller. Hope you are successfull!

@pascaltippelt
Copy link
Author

Coult you point out wich pin is 5V, TX, RX, GND? Maybe at the PCB and at the end of the wire (4-pin-connector to stove)? Would be great!

@aceindy
Copy link
Owner

aceindy commented Feb 10, 2021

1 = White ground
2 = Orange RX
3 = Red TX
4 = Violet +5Volt

Stove pin layout of evo board (J8) is in the pdf 😉

PS I just found out an ordinary ESPLink serial2wifi works fine with the duepi app 🤣
So basically, the wifi module is nothing more than a serial to wifi bridge with a stand alone wifi controller + dhcp server embedded 😉

@pascaltippelt
Copy link
Author

I expected something like that.

I am currently working on a ESP-01S based as simple as possible solution to connect to the stove (via serial). At the moment there are only 2 NPN transistors, a line voltage regulator and some resistors and capacitors required. I will update my work as soon as I have anything new to tell.

@aceindy
Copy link
Owner

aceindy commented Feb 10, 2021

0048C55B-2002-4D55-8342-2F8C3CE5DEB1
Got mine from banggood 😉
Programmed it with ESPLink and hooked it up.

@pascaltippelt
Copy link
Author

Exactly. But I need some more IO, so I develop myself ;-)

@pascaltippelt
Copy link
Author

I just first time successfully turned the stove off by telnet, using my own adapter board. Works quite well.

I can now confirm this is working on a "WAMSLER WESTMINSTER QUATTRO 6"!

@aceindy
Copy link
Owner

aceindy commented Feb 13, 2021

i opened a telegram channel, that is probably easier to talk 😉
https://t.me/duepievo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants