HyperHDR Wont Connect to any WLED instence #1081
Replies: 13 comments
-
Hi |
Beta Was this translation helpful? Give feedback.
-
I understand it's a network timeout, but how do we solve it? all the 25 devices I tested are unavailable? no, they're all up and running and available. but for some reason, Hyper can access them. |
Beta Was this translation helpful? Give feedback.
-
HyperHDR waits for the answer for 500ms but it receives no answer in that period. So either they are unavailable or respond too late due to an inefficient network, or the WLED itself is busy with something at the same time and is slow to respond, which can especially happen on weak esp8266s. |
Beta Was this translation helpful? Give feedback.
-
curl this address on the HyperHDR unit (or inside the container it runs on): http://192.168.1.41:80/json |
Beta Was this translation helpful? Give feedback.
-
as I said before, it happens with all of them, I can't even see any ip's when I'm pressing the scan network under wled setting in the hyper UI. it seems weird, all of the wled instances are esp32s, all working, all connected to HA they're up and running, but it seems like the Pi can't see them. curl also gives a connecting timeout. could it be a WLED setting? |
Beta Was this translation helpful? Give feedback.
-
curl timeout is longer than 500ms I think so we can assume they are not available from that unit. Something like 'wifi isolation' on router blocks them, it must be some specific settings in your network configuration or router. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone, Using the curl command i do see the following error: Using HyperHDR on a Windows Desktop everything works as expected surprisingly |
Beta Was this translation helpful? Give feedback.
-
Just a Heads Up: |
Beta Was this translation helpful? Give feedback.
-
maybe you have wifi-isolation enabled on your router? |
Beta Was this translation helpful? Give feedback.
-
Checked that Wifi-Isolation is turned off. I also tried disabling the LAN-Connection on my Desktop and connected via Wifi to the network. On my desktop everything is working fine so i suspects somethings not correct with the raspbery wifi stack |
Beta Was this translation helpful? Give feedback.
-
Highly doubtful since many users succesfuly use RPi to ESP/Wled connection. Unless you messed up with RPi firewall then the most common reason is the router or the network configuration (ex. setting RPi on the different subnet than the rest). |
Beta Was this translation helpful? Give feedback.
-
I tried using the deprecated hyperhdr image as well as the stock raspbian image without the desktop environment using the raspberry pi imager. afterwards I installed hyperhdr using the SSH console. Actually I do suspect some misconfiguration in the network too but the Pi is in the same subnet as the WLED Contronller. No VLANs, no routing, no special firewall configuration. @MrPresident2 did you eventually find out anything as you got the same error? Kind regards |
Beta Was this translation helpful? Give feedback.
-
I found the solution! I have an AVM FritzBox 7690 with Wifi 7. In the Wifi Security settings there is an option to omptimize wifi security for older devices. After activating it, the connection to WLED works just fine using wifi. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report, debug log and your config file (FULL LOGS ARE MANDATORY)
Steps to reproduce
What is expected?
What is actually happening?
System
I'm having an issue and I cant find any info about it online,
while trying to connect to any WLED instance, I'm getting an error:
the WLED interface is working at that address, and while trying to see the /json I do see it. so I'm not sure why Hyper cant connect to them.
and ideas how to solve it?
full logs added as a text file
full logs.txt
Beta Was this translation helpful? Give feedback.
All reactions