Martin Jerry 2 Gang Smart Switch off the cloud with ESPHome or Openbeken

MarioBros

Disciple
Hey Guys

I recently purchased a Tuya based 2 Gang Smart Switch from Amazon which fits in most of standard Indian switchboards like Anchor, Roma

WiFi smart switch by Martin Jerry | Modular Style, 1 pack white | smart home devices for 2 Gang module, Roma style | Neutral wire and 2.4G WiFi are necessary : Amazon.in: Home Improvement
1710438473254.png


Before installing the device onto the switchboard, I wanted to explore the possibility of disconnecting it from the cloud for local control. The only option available was to try Tuya-Cloudcutter, and fortunately, there was a Tuya Generic profile (DS-101 2-gang Light Switch) that worked. This allowed me to successfully remove the device from the cloud.

Once the device was disconnected from the cloud, I had the choice of flashing custom firmware. There are two options: ESPhome or Openbeken. Personally, I prefer Openbeken because it closely resembles Tasmota.

Now, the device is functioning perfectly fine locally, and I’ve integrated it with Home Assistant via MQTT.

If anyone else is interested, here are the Pin settings you can use to get the device up and running.

Code:
],
  "pins": {
    "1": "WifiLED_n;0",
    "6": "Rel;1",
    "8": "Btn;2",
    "14": "Btn;1",
    "24": "Rel;2"
  },


1710438266551.png


Martin Jerry also has a Smart fan regulator switch which I guess is possible to take it off the cloud, will check that in couple of weeks.
Smart fan regulator alexa switch by Martin Jerry | Modular Style, 5 speed level | smart home devices to enable your ceiling fan as a voice control smart home gadget : Amazon.in: Home & Kitchen
 
Back
Top