-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ITEAD S20 socket switches itself off #314
Comments
I'm having similar issues. Every time connect is lost to the Mqtt broker the s20 or basic is witching off an on or on and off if the device was off at this time. Connection lost could be no wifi or just no connection via the network to the broker. |
Yes it does look like it happens whenever the MQTT signs in. |
In my case wifi is connected and connection to Mqtt is lost and reconnected. |
so, I have played a bit more. I restarted my mqtt host and could repro the issue when connection was established again: (Loglevel 3 on both) log from a S20: the same from a basic: |
does the powerretain option make any difference, mine was set to off and I've changed it to on. |
nope, the setting made no difference. |
oops, I'm already using the new tasmota version. So bad news. Missed that this is opened on the old version. |
AH! OK then I will have to try to use other software then, If I can't fix this then It is not usable. |
I will open an issue for the tasmota firmware. Keep fingers crossed, that it gets more traction. |
Hmmm! it looks like the socket is receiving an off command from the MQTT server if my interpretation of the log is correct ?
|
Oops didn't mean to close it! |
lets keep the discussion in this Issue as this firmware version is end of live anyways. I don't use it anymore on all my devices. |
I think I might of found the problem, it looks like I have a node red function block that was misbehaving and writing to the MQTT server, I couldn't put my finger on exactly why but I've now re-written the function and it seems to be behaving but I will monitor it for a while before confirming it. |
try it out with the new firmware as well. On my end it was probably a configuration issue at the mosquitto MQTT broker. Persistence was enabled. |
This is winding me right up, the log says that it is receiving a MQTT cmnd to switch the socket off but the log on cloudmqtt doesn't show that happening and nothing I've got is sending it .... ARGHH!!! |
Hi Guys, I have observed a weird thing with SONOFF S20. I was facing connectivity problems. First i thought my internet had an issue, in depth analysis revealed that my internet was working smoothly. Installed my own firmware which I am using since couple of years with ESP8266 without any issue, but problem was still there. A lot of debugging did not find any resolution. A closed observation of SONOFF S20 enclosure revealed that problem was originating from the enclosure itself. Actually, the silver colour sticker present on lower side of SONOFF S20 was causing hindrance with WiFi signals, just removed it and everything started working like a charm. |
I have the same problem. Removing the sticker did not help. |
I just used a reprogrammed ITEAD s20 socket to control the power to my PC and it switched itself off unexpectedly.
![image](https://cloud.githubusercontent.com/assets/1810366/25307983/ddaefa48-27a2-11e7-948d-7a556da8dc5e.png)
Not sure what happened but looking at the log it seem to reconnect to the network and then power off, I then plugged it in another socket and switched it on then when it switched off later I took a screen grab of the console log.
In the log it looks like it connected and then switched off and back on (previously it just switched off)
Anyone any idea what's happening?
The text was updated successfully, but these errors were encountered: