-
Notifications
You must be signed in to change notification settings - Fork 132
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
Getting "No response" from all shellys and after a retry all come back #215
Comments
I have the same problem 🤔 |
just started with iOS14.1 ?, is it just on phone or is Hub still detectig them ok ? |
I don't recall having this before v2.3.0... Not sure if it's related |
yeah tvOS has homekit iirc, double press home to get menu iirc. |
I have been researching the subject for several days and it seems that there is no clear solution. I have installed the "Discovery" app and I can see that some of my shellys are randomly connecting and disconnecting. |
It's a long press and then you can enter a Home like menu, but only "Scenes" are available there. |
ah ok. |
I had the same problem and after several tests, I basically solved it by setting the wifi channel manually. I have a Mesh network (2.4GHz + 5GHz) with one FRITZ!Box router and three FRITZ!Powerline. |
I have not tried putting the 5ghz channels in manual (only 2ghz). I will try, thanks for exposing experience. |
The Shellys use only the 2,4ghz band, so changing the 5ghz shouldn't affect. |
i found that it best to keep a totally seperate SSID for IoT on fixed 2.4Ghz, as some router / AP's support combining band into one SSID with a prefered band aka 5Ghz, but this can cause issue with some IoT devcies, even though the they do not support 5Ghz the router / AP still tries to attach that device to 5Ghz, and thus the device can drop connections as the AP tried to move it to the other band. |
As @andyblac says, although the shellys only use the 2ghz band, the problem (I think) is in the AP and the connection with the bridge or the other devices. Now I am going to configure an exclusive network for Iot in 2ghz and we will see if it improves. However my connections are random and it almost always happens when I am connected to a different AP than the one the shellys are on. |
@juancitomadrid to me your issue sounds like a switch issue more than an AP issue, i am not an expert but, it does sound like the switch is not handling Multicast very well between all your AP's. just for info i use a Unifi switch and Unifi AP's |
so, i have a theory that our Bonjour/DNS-SD advertisements get lost sometimes and the records expire. we only advertise once during the TTL period (2 minutes). |
yep, possibly. |
Can you explain this point please? I have Tp-link switch, I don't know If I can change something on it. |
I going to do now! |
@juancitomadrid looking at the diagram, and am i correct in saying that the basement Shelly, is the one that is the issue ?, as that is the only only one on the TP-LINK switch, so it does indeed piont to the issue being releated to the switch. i take it is a simple unmanaged switch (ie layer 1 only) |
You are right... |
@rojer since I installed the beta 2.4.0 beta2 (25 min ago) I have not had any disconnection ... The weird thing is that I see in the Discovery app that if they disappear from the "_hap._tcp." |
yeah it a simple dumb unmanaged switch, it won't help, it probably not handling multicast / MDNS very well. |
@juancitomadrid 25 minutes is not much of a runtime, let's keep monitoring. |
I thought that was managed on the router or in the unifi controller. |
no, switches are self managed. if they are layer 2 / 3, unifi switches do get managed via unifi controller, but it has no effect on other manufactures switches. |
dns-sd advertisement interval change - #215 (comment)
Still working perfect for me @rojer Before this beta. He had cuts every very short time. It is also true that I did something else. Create a new network (with new ssid) and connect the shellys to that new network. Then I removed it and reconnected them to the main network again. Perhaps this has “reset” something in the shellys? |
@juancitomadrid i see. can you downgrade to https://rojer.me/files/shelly/2.4.0-beta1/ and see if there's a difference? does it go back to disconnecting? i'd like to know for sure if it was my change or something else. because of what Supereg said here i don't want to be doing more frequently something that we're not supposed to be doing at all :) |
Of course I can. |
I am having similar problems with my one and only Shelly1 running mongoose 2.3.1 sometimes reporting No Response. Observed on Homebridge v1.2.3, so I downgraded to Homebridge v1.1.6 Environment: Is there any logging I can do to help? |
I'm still having some trouble, although it might be that my network equipment is at fault... Also, I've installed an old powerline access point I had here (tp-link tp-wpa2220) to improve connectivity where it was worst, but none of the shellys is connecting there! I can connect with our home devices (iphone, ipad, macbook) but the shellys don't connect at all, although the signal is the strongest and the SSID is the same... Even after a reboot. Any thoughts on this? Any suggestions on how to proceed? |
Im currently using the beta with the shortened response time and I think that its gotten better for me without using an HP, Apple TV or Ipad. Is it possible to add an feature for setting an custom response time? Think in the beta it got reduced from 60 to 20 seconds. Already good but for me i would like to have 2-5 seconds response time if its possible to implement. |
IMO |
I agree with you. I have an ecobee smart thermostat (HomeKit) that was showing the same issues before I fine tuned the network configuration. |
I think we can close this now ? as it is not firmware related ? |
yeah, I think you can close it, since it appears not to be firmware related... but I would still appreciate thoughts from all of you on this... I'm puzzled and don't know what else to do!
|
@pivale I`ll tell you everything I have done and what I have read that can cause this type of problems, to see if they help. Switch SSID 2GHz only wifi Multicast ENABLE mDNS Anyway Hope this help. |
I've a mesh Wi-Fi network and I solved by setting a fixed Wi-Fi channel. |
can you add this to wiki. |
Reporting here my experience: one esp device works fine. Adding another one cause mDNS “flapping” which is the reason of lost discovery and “communication problems” in paired esp |
Got it to work. I seldom see disconnects now. |
if you have RSSI control in the your AP's it might be worth playing around with it, i have an AP in every room of the house, and as thus i had to tune the RSSI's to stop 'hopping' of the clients between AP's |
@andyblac Could you tell us what specifications you have put on each APs? |
of course. Edited: I just saw that @pivale has done it! Thanks. |
all my AP's have the same SSID for 2.4Ghz i am talking about RSSI. as you can see, i have the power set to medium and RSSI to -75db, so if your furthest AP's is higher than xx you canget it to refuse the connection. |
take a look at your client list and the their RSSI's to get an idea what signal strength is on each AP', you'll need to pay around, take a little while to get tuned correctly. |
@d4rkmen those are different devices, looks like one is paired and one is not:
|
this is known behavior of esp8266 - when looking for AP to connect to, it will connect to the first matchin AP it finds, it won't wait for more scan results to possibly find one with better signal. the first AP with matching SSID wins. |
yeah, which is why i use RSSI to best handle this. But it does require the AP's to support RSSI control. |
@pivale this still an issue ?, or can i close ticket ? |
All seems to be working fine now. |
It's not resolved so far, due to other nature of the problem |
Hello guys, I just want to share my 2cents. I had this EXACT same problem, the bloody "No Response" red text under the devices in Home App, almost every time I opened the Home App. Had to close and open 2/3 times to get the real status. Tried changing wifi channels, firmware update, only 2,4ghz wifi connection, change the iPad Hub, fixed IP's, etc, nothing solved the issue. And the simples solution (as mentioned before, but I just want to share my episode) was CHANGE the damn router!! Well, nothing more to add, just want to say... If you have connectivity problems in Home App, change the bloody router! Cheers! ;) |
@pivale can this issue be closed ? |
From me, all is good. |
Hey guys,
Not sure if this is a problem of my setup or if anyone is having the same issue.
From time to time (not always), when I open Home app I see all shellys as "No response" after a loading period.
If I close the app and return to it later (or if I leave it open for a while) the app will retry and get the correct status.
Some thoughts on this:
Any ideas on what the problem might be? SW or maybe on my side...
The text was updated successfully, but these errors were encountered: