I recently have used tuya convert to flash the new teckin plugs with the redesign to avoid the switches and some JulesV flashed with the latest tuya convert.
Didnt fancy risking more money on teckin - but thanks to a v helpful review on Amazon picked up 4 Round (with power monitoring) plugs from “2 nice” that tuya converted v easily. 4 for 32.99 (with a random voucher)
Go mine all up and running eventually, had to use tasmota.bin v7.2 to get esphome to load but apart from that all went fine.
Had to use different current_resistor and voltage_divider, calibrated with a power meter and it’s fairly close.
Hi, I have thinking about buying the above plugs also (but only 2 instead of 4). I am hoping to have it flashed with ESPHOME.
I was initially ordered the SP23 by TECKIN and noticed the new version (SP23-2) no longer can be flashed. Luckily that it had not yet been dispatched and was able to cancel that via Amazon.
Questions:
Can these still be flashed?
Is there a step-by-step guide?
Are there any other UK Smart Plugs that can be flashed?
I can only speak to Tasmota, as I’ve not used ESPHome, but I’ve been able to flash 4 of those exact 2Nice UP111 plugs with Tuya-Convert. Presumably if they can be flashed by tuya-convert to Tasmota, then they can also be flashed to ESPHome.
As it happens I already have some Teckin SP23’s which I also managed to flash with Tasmota earlier today- although these were older ones- have read that the newer ones are no longer flashable.
As far as a guide goes, I followed the tuya-convert github readme. Obviously once you’ve flashed the device the configuration steps will differ depending on the firmware you go with.
Another confirmation that the 2Nice plugs are flashable - I just bought a 4 pack from Amazon and have successfully flashed them direct to ESPHome using tuya-convert.
I purchased these exact ones and successfully flashed them with tuya-convert. Although I flashed tasmota first and then loaded esphome through their upgrade process. Next time will cut out the tasmota middleman!
I followed the tuya-convert GitHub readme as well. Was all pretty self-explanatory in the end! Had been very apprehensive as hadn’t done anything like this before but it all came together with very little stress.
I used the docker method described in the tuya convert readme, just changing the supplied docker-compose file to map an external files directory (so as to simply add my own ESPHome firmware files). The only problem I had was that the tuya script output indicated that all the required ports were available, and then the process continued but eventually timed out after a few attempts. It was only on checking the log files that I found it had been unable to bind to port 80 (I had forgotten to stop another process that was already bound).
I have used these Maxcio Plugs, they are ESP based.
Also unlike a lot of the rubbish available they use 16Amp relays and not 10Amp!
They also do power monitoring.
Config is here:
I split my files up into the common plug setup in the “common folder” and then in the esphome folder I have the config for each indivdual plug / device. Saves having loads of duplicate code.
I think you have to flash them with tuya-convert first, however, I think you can choose which firmware you want to flash to them with tuya-convert, so instead of using it to flash the default tasmota, one can instead flash esphome. I did not do this so can’t say if that’s true. However that’s what simonbirt I believe was saying they did.