Skip to content

andy778/EMAX-Tuya

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EMAX-Tuya

OpenSSF Scorecard

EMAX smart power sockets that is based on Tuya and one can buy from e.g. Motonet 95-02136 and the importer homepage is emaxsmarthome

Note! this have now been added to tuya-cloudcutter so should be simpler for other having this one

Älypistorasia Tuote 8774 PO 8548

Hypotheis

I should be possible to convert to ESPHome with LibreTiny project and by that enable the device to only exist in an private lan without going to internet.

Reverse engineering

Opening up the device and a ocular inspection of the chip gives this is an WB2S

Serial port 1

This port is used as a for programing the device and reading out the software with the help of ltchiptool and and basic RT232L USB dongle the chip info and software versio is Get chip info from ltchiptool.

Reading out the ROM file can also be dobe with ltchiptool (I used a Windows 11 OS for this). Analyzing the dumped out software can be dessected with bk7231tools

$ bk7231tools dissect_dump -e -O dump_extract_dir orginal.bin 
RBL containers:
	0x10f9a: bootloader - [encoding_algorithm=NONE, size=0xdd20]
		extracted to dump_extract_dir
	0x129f0a: app - [encoding_algorithm=NONE, size=0xf0200]
		extracted to dump_extract_dir
Storage partition:
	0x1ee000: 32 KiB - 12 keys
	- 'gw_bi'
	- 'user_param_key'
	- 'gw_wsm'
	- 'is_stride'
	- 'gw_di'
	- 'tls_ca_cnt'
	- 'gw_ai'
	- '0000032ccw'
	- 'timer_arr'
	- 'em_sys_env'
	- 'astro_timer'
	- 'mf_test_close'
		extracted all keys to dump_extract_dir/orginal_storage.json
Storage area `user_param_key`:
	- found! Extracted to dump_extract_dir/orginal_user_param_key.json

Serial port 2

This port is used as a console port and logs what happens on the device.

Connecting RT232L USB dongle to serialport on the chips gives this output tuya.log.

Flashing the device

As there was no EMAX in the list of boards I added orginal_storage.json to upk.libretiny.eu genrate an yaml file that one can add to Home Assistant and ESPHome.

Get an yaml file for ESPHome

Found BK7231T config!
Switch/plug config
 - relay 1: pin P24
 - button 1: pin P10
Status LED: pin P26, inverted True
Power monitoring chip BL0937: CF/ELE=P6, CF1/VI=P7, SEL=P8
 - shunt resistor: 1 mΩ

A file made based on inpirtaions from upk.libretiny.eu emax.yaml

Dowload the binary to WB2S

Add new device in ESPHome (Home Assistant) and select WB2S device and add the yaml file from this repo and when compiling select to download the u2f file format and use that file to download to the device over serial port 1. After this one see the webservice with the values webserver .

Note I got 422.2V where it should be around 240V so either I have some broken shunt resistor or it requires calibration.

About

EMAX power socket on tuya

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published