-
Notifications
You must be signed in to change notification settings - Fork 5
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
[FEAT]: Start if devices cannot be reached #19
Comments
The devices are checked at startup to ensure that your configuration file is correct, which prevents surprises later. This is also how the server works: on startup, it connects to the device, and stores the session internally for all the server's duration. In case of connection problems, you can manually refresh the session with the |
Sounds good. Thank you for your work. |
The server cannot start if a device cannot be reached. This means that I cannot renew the session at a later time via
How could you solve the problem at startup? Unfortunately, the connection of one device is very unreliable. How about this?
|
In which context do you need to start the server with the devices not being reachable at that moment? |
If the software crashes or a cyclical restart of the Pi is performed. Unfortunately, I cannot say exactly when the internet connection to the plug in the device is unstable. That depends on several factors. If the Pi restarts at the moment when the connection is unstable, its server ‘crashes’ again and my software cannot retrieve any data from your interface |
Hi, sorry for the long delay since the last message. I'll consider that, but the problem is that it requires to change how the core of the program works. Concretely, it establishes connections on startup to get an "object" that will act as a client interface. Changing it would require to change the structure of how the program works. I'll see if it can be done, but no promise. |
Hello,
I have a device which unfortunately has poor WLAN reception and is sometimes unreachable.
Current behaviour:
Server is waiting for a response from the configured devices.
Attempting to connect to the 1 configured device(s)...
Expected behaviour:
The server starts, regardless of whether the devices are available.
Question:
The text was updated successfully, but these errors were encountered: