-
Notifications
You must be signed in to change notification settings - Fork 66
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
Client doesn't alert the user when Freedomotic is off #160
Comments
@amenak77 what's the proposed behavior here? Is there any probe available to check if freedomotic server is up and running? If so, we could check it periodically. |
@p3trur0 the behavior could be the connection status. If connection is lost, there could be a try to automatically reconnect x times. Then we could presume that Freedomotic is off. A green/red light on GUI client could be the visual element tha signal connection status with RESTapi plugin and therefore with the framework. What do you think about? Suggestions? |
What do you think to set up a websocket communicating with freedomotic server then? |
It would be a great solution; your mind is much less convoluted then mine :) |
Nevertheless it could be useful to have either server status or connection status monitoring two events: server on/off and connection to server on/off and so two gui client elements |
If the client(s) is(are) running, and Freedomotic is somehow down, it doesn't notify it to the user and goes on without a server. The user couldn't be aware of this fact.
The text was updated successfully, but these errors were encountered: