Arlec Grid Connect Smart Home Control Kit - 5 Device Teardown
The Arlec Grid Connect Smart Home Control Kit has 4 separate devices bundled together. I will break them down one by one
You can not use any of the sensors or buttons without the Hub as they are all running Bluetooth chips.
Device Name: Arlec Grid Connect Smart Home Control Plug
Device Type: Hub and Energy meter
Device Chip: Unknown. This device is sonically welded shut.
Flashing of Main Chip
I have no idea what kind of chip is inside. The device is sonically welded shut. Considering how much I paid for the kit I am reluctant to take it apart.
I believe it could possibly be a BK7231N/BK7231T chip as it has energy monitoring on board and the Arlec PC191HA runs on those as well. I have tried to use CloudCutter Lightleak to query the chip but have not been successful.
The device also has some kind of Bluetooth chip on board as the bundled sensors require the hub to run them.
Device Name: Arlec Grid Connect Contact Sensor
Device Chip: BT5S
Flashing of Main Chip
Appears this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
Device Name: Arlec Grid Connect Motion Sensor
Device Chip: BTU
Flashing of Main Chip
Appear this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
Device Name: Arlec Grid Connect Smart Button Kit Version
Device Chip: BT5S
Flashing of Main Chip
Appears this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
There are two versions of the smart button one comes with the kit the other can be purchased on its own. They both have different chips
Device Name: Arlec Grid Connect Smart Home Button
Device Chip: ers-10tBBvB-aa_v1.2
Flashing of Main Chip
Appears this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
See Here for the best teardown of this device.
Configuration of all devices
So far I have just been using a combination of Home Assistants Tuya Integration, Local Tuya and Tuya BLE
I have most of the devices working except for the smart buttons. None of the integrations seems to get them to show up. I can use the Tuya app to make scenes for the buttons but the scenes only allow you to control Tuya devices linked to the app. The scenes do show up in home assistant but you can't really do much with them. I have put in a git hub request with Tuya BLE to see if they can get the buttons working. At this stage, it's still pending.
When I get some time I will see if I can pull some data off these chips to see if they are hackable and post it here.
You can not use any of the sensors or buttons without the Hub as they are all running Bluetooth chips.
Device Name: Arlec Grid Connect Smart Home Control Plug
Device Type: Hub and Energy meter
Device Chip: Unknown. This device is sonically welded shut.

Flashing of Main Chip
I have no idea what kind of chip is inside. The device is sonically welded shut. Considering how much I paid for the kit I am reluctant to take it apart.
I believe it could possibly be a BK7231N/BK7231T chip as it has energy monitoring on board and the Arlec PC191HA runs on those as well. I have tried to use CloudCutter Lightleak to query the chip but have not been successful.
The device also has some kind of Bluetooth chip on board as the bundled sensors require the hub to run them.
Device Name: Arlec Grid Connect Contact Sensor
Device Chip: BT5S


Flashing of Main Chip
Appears this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
Device Name: Arlec Grid Connect Motion Sensor
Device Chip: BTU



Flashing of Main Chip
Appear this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
Device Name: Arlec Grid Connect Smart Button Kit Version
Device Chip: BT5S



Flashing of Main Chip
Appears this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
There are two versions of the smart button one comes with the kit the other can be purchased on its own. They both have different chips
Device Name: Arlec Grid Connect Smart Home Button
Device Chip: ers-10tBBvB-aa_v1.2



Flashing of Main Chip
Appears this device could be flashed as there are TX and RX pins to connect to. Would just need OBK firmware to support the chip.
See Here for the best teardown of this device.
Configuration of all devices
So far I have just been using a combination of Home Assistants Tuya Integration, Local Tuya and Tuya BLE
I have most of the devices working except for the smart buttons. None of the integrations seems to get them to show up. I can use the Tuya app to make scenes for the buttons but the scenes only allow you to control Tuya devices linked to the app. The scenes do show up in home assistant but you can't really do much with them. I have put in a git hub request with Tuya BLE to see if they can get the buttons working. At this stage, it's still pending.
When I get some time I will see if I can pull some data off these chips to see if they are hackable and post it here.
Comments
Very interesting devices, they remind me of Aqara set that I have tested two years ago or so. Can you write few words about how you've got them to connect to HA without changing firmware? I haven't... [Read more]
Connecting Devices to Home Assistant Without Changing Firmware Step 1: Link Devices to Tuya App: Begin by linking all your devices to the Tuya App on your mobile phone. Step 2: Obtain Access... [Read more]
Any ideas on what would be the best way to extract the firmware off these devices? They are Tuya modules so I was guessing just using the Tuya SDK or something like that. I did look at using BKwriter... [Read more]
So it looks like one of the smart buttons has an MCU on board https://obrazki.elektroda.pl/4647406300_1692765942_thumb.jpg It's a TLSR8250 from Telink. Appears there are some burning tools... [Read more]
If their tools are operating on top of the UART, it still should be possible use cheap UART dongle. Maybe you can try first checking the RX and TX pins with UART to USB converter and see if there are any... [Read more]
I have been trying to extract data from the modules using Realterm . I haven't been successful yet in getting any data to output. It got the better of me and I decided to try and open the Hub. Inside... [Read more]
Have been doing a little bit more investigation about these devices. I found a few things that might be interesting TLSR8250F512ET32 datasheet for the TLSR8250 So far it appears that there... [Read more]
Not sure if this is at all helpful but I did find a Github link to some people having the same issues with Telink chips. Link This could possibly be the SDK to get it flash. Still looks like it... [Read more]
Nice find! Is there a flasher as well? Can you try to read the firmware dump? [Read more]
After read the Github post I found this https://github.com/sylvek/itracing2/issues/5#issuecomment-683403605 It appears you might be able to just use a basic usb uart device. I haven't played around... [Read more]
Looks like there are two devices you can buy that might be able to dump the firmware. TLSR8267 Development Board Plus Burning EVK Telink BDT TLSR8258 Firmware Download Debugger When I get... [Read more]