Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Dynamic ping to see if FM is alive #153

Closed
ArdJonker opened this issue Dec 7, 2023 · 1 comment · Fixed by #154
Closed

Dynamic ping to see if FM is alive #153

ArdJonker opened this issue Dec 7, 2023 · 1 comment · Fixed by #154

Comments

@ArdJonker
Copy link
Collaborator

The ping that tracks whether or not FM is alive is in the HA configuration and thus always has the same polling interval. This should be adaptive:

  • If the connection is present, polling every half hour is good enough.
  • If it is gone it should be every 30 seconds or so.

To achieve this the polling should moved to the flexmeasures_client.py.

@nhoening
Copy link
Contributor

nhoening commented Dec 7, 2023

The client has some polling functionality, but I believe not with increasing intervals yet.
Here is an issue asking for that: FlexMeasures/flexmeasures-client#3

ArdJonker added a commit that referenced this issue Dec 8, 2023
…communication and Communication restored.

Moved and changed text of UI error message.
ArdJonker added a commit that referenced this issue Dec 9, 2023
…communication and Communication restored. (#154)

Moved and changed text of UI error message.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants