Wifi switch FAQs

Related product

I changed my home wifi password, how can I reset the password in my module ?

Solution 1: Create a temporary wifi network with your old credentials, the connect to your module via its HTTP address to set your new wifi credentials
Solution 2: Use the Fast Power Cycle Device Recovery procedure explained on Tasmota documentation. Please note that after reseting the device you will need to set the configuration template manually.

What is the Tasmota configuration template for the Tomotics wifi switch ?

Here is the configuration template:
{"NAME":"Tomotics switch v1","GPIO":[0,3200,0,7520,0,161,0,0,160,320,224,0,0,0],"FLAG":0,"BASE":18,"CMND":"Module 0|Backlog SetOption0 0; SetOption36 1|SwitchMode 3"}

Is there any difference between the original Tasmota firmware and the build-in Tomotics firmware ?

Only 2 lines have been modified on the firmware delivered by Tomotics: 
1/ on file tasmota_xdrv_driver/xdrv_01_9_webserver.ino (line 261):
- <h2>%s</h2>   // Device name
+ <h2>%s<span style='font-size:11px;'> embedded by Tomotics</span></h2>   // Device name
2/ on file my_user_config.h (line 56):
-//#define USER_TEMPLATE "{\"NAME\":\"Generic\",\"GPIO\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"FLAG\":0,\"BASE\":18}"  // [Template] Set JSON template
+#define USER_TEMPLATE "{\"NAME\":\"Generic\",\"GPIO\":[1,1,1,1,1,1,1,1,1,1,1,1,1,1],\"FLAG\":0,\"BASE\":18}"  // [Template] Set JSON template
Sections: Documentation