so got this 3 channel WiFi switch from Ali.
then I flashed it with Openbeken.
Everything went well.
But after connecting it to the mains, I started having this weird issue.
The device toggles switches automatically.
I have no idea why it is doing that.
It first started doing this with channel 2.
then it started happening with channel 3, then channel 1
Channel 2 is the worst. it constantly toggles the relay.
my config:
see this video for demonstration. see how the fan switch toggles itself.
Here's the log during this period:
this toggling stops if I remove the role from Pin 7.
but if I do that, the physical switch won't work anymore. Can't use it like that.
the wiring method I'm using is this:
using openbeken latest.
Build on Apr 8 2024 09:55:01 version 1.17.540
have tried a few older release as well.
I'd appreciate ANY help regarding finding out the solution.
Please help.
Or is this device fault and I should through it away?
Let me know if I should provide any info.
then I flashed it with Openbeken.
Everything went well.
But after connecting it to the mains, I started having this weird issue.
The device toggles switches automatically.
I have no idea why it is doing that.
It first started doing this with channel 2.
then it started happening with channel 3, then channel 1
Channel 2 is the worst. it constantly toggles the relay.
my config:
"pins": {
"6": "TglChanOnTgl;1",
"7": "TglChanOnTgl;2",
"8": "TglChanOnTgl;3",
"10": "Rel;1",
"11": "WifiLED_n;0",
"23": "Btn_Tgl_All;0",
"24": "Rel;2",
"26": "Rel;3"
},
see this video for demonstration. see how the fan switch toggles itself.
Here's the log during this period:
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MQTT:Channel has changed! Publishing 0 to channel 2
Info:MQTT:Publishing val 0 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MAIN:Time 9666, idle 71736/s, free 74800, MQTT 1(1), bWifi 1, secondsWithNoPing 9595, socks 3/38 POWERSAVE
Info:MQTT:Channel has changed! Publishing 1 to channel 2
Info:MQTT:Publishing val 1 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MAIN:Time 9667, idle 69489/s, free 75032, MQTT 1(1), bWifi 1, secondsWithNoPing 9596, socks 2/38 POWERSAVE
Info:MQTT:Channel has changed! Publishing 0 to channel 2
Info:MQTT:Publishing val 0 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MQTT:Channel has changed! Publishing 1 to channel 2
Info:MQTT:Publishing val 1 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MAIN:Time 9668, idle 68676/s, free 75032, MQTT 1(1), bWifi 1, secondsWithNoPing 9597, socks 2/38 POWERSAVE
Info:MAIN:Time 9669, idle 70242/s, free 75032, MQTT 1(1), bWifi 1, secondsWithNoPing 9598, socks 2/38 POWERSAVE
Info:MAIN:Time 9670, idle 66714/s, free 75032, MQTT 1(1), bWifi 1, secondsWithNoPing 9599, socks 2/38 POWERSAVE
Info:GEN:dhcp=0 ip=192.168.1.143 gate=192.168.1.1 mask=255.255.255.0 mac=d8:d6:68:fc:50:63
Info:GEN:sta: 1, softap: 0, b/g/n
Info:GEN:sta:rssi=-62,ssid=ssb-wifi3,bssid=f8:d1:11:62:20:4e,channel=2,cipher_type:CCMP
Info:MAIN:Time 9671, idle 67435/s, free 75032, MQTT 1(1), bWifi 1, secondsWithNoPing 9600, socks 2/38 POWERSAVE
Info:MQTT:Channel has changed! Publishing 0 to channel 2
Info:MQTT:Publishing val 0 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MQTT:Channel has changed! Publishing 1 to channel 2
Info:MQTT:Publishing val 1 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MAIN:Time 9672, idle 68662/s, free 75032, MQTT 1(1), bWifi 1, secondsWithNoPing 9601, socks 2/38 POWERSAVE
Info:MQTT:Channel has changed! Publishing 0 to channel 2
Info:MQTT:Publishing val 0 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
Info:MAIN:Time 9673, idle 79245/s, free 75032, MQTT 1(1), bWifi 1, secondsWithNoPing 9602, socks 2/38 POWERSAVE
Info:MQTT:Channel has changed! Publishing 1 to channel 2
Info:MQTT:Publishing val 1 to switches_room1/2/get retain=0
Info:MQTT:MQTT client in mqtt_incoming_publish_cb topic switches_room1/2/get
this toggling stops if I remove the role from Pin 7.

but if I do that, the physical switch won't work anymore. Can't use it like that.
the wiring method I'm using is this:

using openbeken latest.
Build on Apr 8 2024 09:55:01 version 1.17.540
have tried a few older release as well.
I'd appreciate ANY help regarding finding out the solution.
Please help.
Or is this device fault and I should through it away?
Let me know if I should provide any info.