Skip to content
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

Merge master to stable #132

Merged
merged 13 commits into from
Jan 22, 2020
Merged

Merge master to stable #132

merged 13 commits into from
Jan 22, 2020

Conversation

TrystanLea
Copy link
Member

  • remove openevse app - as same as myelectric2
  • fix feed selection to allow feeds with same name but different tags
  • fix tablet css to resize graph in portrait mode
  • add extra check for empty data
  • added caching param to list.json requests
  • Fix: mysolarpv graph not correctly updated

emrysr and others added 13 commits December 13, 2019 23:47
tested for js errors and caught errors
In my setup the solar feed only gets updates if there is a change on the PV output. This means during daytime the solar feed constantly gets updates. But during night time there is no update as the output stays at 0 all the time.

With that setup the graph of the MySolarPv app is correctly updated during day time. But during night time there is no update on both use and solar. Both graphs show 0 at the end. When the graph is reloaded by a browser refresh then the use graph is correctly shown.

The reason for this is that the time of the last update on the solar feed is used to update both the solar and the use timeseries. If this is changed so that the timeseries are updated with the max time of both feeds then the use graph is correctly updated also if there is no change on the solar feed.
Fix: mysolarpv graph not correctly updated.
This occurs when connection to the server breaks
fix tablet css to resize graph in portrait mode
Add extra check for empty data
added caching param to list.json requests
@TrystanLea TrystanLea merged commit 54be5d1 into stable Jan 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants