From 4da7a24ccea967ea42a33acaf51f3d4dcb29ba9c Mon Sep 17 00:00:00 2001 From: afalzon <46345304+afalzon@users.noreply.github.com> Date: Fri, 4 Jan 2019 22:51:54 +1100 Subject: [PATCH] Created Mirabella Genio Smart Plug (markdown) --- Mirabella-Genio-Smart-Plug.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Mirabella-Genio-Smart-Plug.md diff --git a/Mirabella-Genio-Smart-Plug.md b/Mirabella-Genio-Smart-Plug.md new file mode 100644 index 00000000..ab8fcebf --- /dev/null +++ b/Mirabella-Genio-Smart-Plug.md @@ -0,0 +1,13 @@ +Mirabella have released a few items under the range "Genio" there were a few posts referring to these being based on the "Tuya" products. +This is a simple smart plug with the addition of a USB port, as far as I can see the USB port is 'always on' and is not access this from the ESP module. +Opening up the device was easy, 2 screws then a small amount of gentle prying exposed the components, 3 more screws had it fully deconstructed. + +The ESP module is mounted on a pcb with all of the required pins exposed, a quick google image search gave me this information: + +![ESP8266 PINOUT](https://i.ibb.co/YRQstXr/ESP-PIN-OUT.png) + +I was able to flash using my [prefered flashing method](https://www.youtube.com/watch?v=UDnNI5wkNNY) +Once flashed, the config is just like the [Tuya plug](https://github.com/arendst/Sonoff-Tasmota/wiki/Tuya-Smart-Plug-Models-ESP8266MOD-by-AI-THINKER-and-ESP-12F-by-TUYA-LN-0026) + +![config settings](https://i.ibb.co/khNDTvV/settings.png) +hope this helps anyone looking at these products! \ No newline at end of file