-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Develop #1034
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fix(TeslaFleetApiService): increase counter on each api call
feat/useTeslaProxy
…is before cheaper hours Includes fix and tests for various edge-cases (e.g. midnight-slots and having to start charging now). Known problems: there is one edge-case that I am aware about that I have intentionally left open: - when there is a full cheap hour scheduled, then a partial more expensive one, then another cheap one - all of them must be next to one another with no full hour break in between - the algorithm will merge the first full hour with the second partial one - all good, no problem so far - it will then merge the result with the third hour - making the second hour a full one and the first one a partial one - this could lead to slight additional costs - if the costs for the second hour are a lot higher than for the first - However - this is an extreme edge-case, usually the hours that are close together have a very similar price -> therefore I have opted to keep this behaviour and prioritize having one full charging session over saving a few cents
Fix issue #652: Merge charges if highest price where car is charging …
Bumps [xunit](https://github.com/xunit/xunit) from 2.6.3 to 2.6.4. - [Commits](xunit/xunit@2.6.3...2.6.4) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
… price charging slots
…ession count reduction to match tests
feat/chargeMergeOnlySpotPrice
…-2.6.4 build(deps): Bump xunit from 2.6.3 to 2.6.4
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.5 to 2.5.6. - [Release notes](https://github.com/xunit/visualstudio.xunit/releases) - [Commits](xunit/visualstudio.xunit@2.5.5...2.5.6) --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
….runner.visualstudio-2.5.6 build(deps): Bump xunit.runner.visualstudio from 2.5.5 to 2.5.6
…n usual due to database conversion
…ssueText feat(PossibleIssues): add note for version update may take longer than usual due to database conversion
feat(BackupAndRestore): add backup and restore UI
…Directory feat/autobackupAllFiles
feat(Program): catch startup issues and display in issue list
feat(RESTPvValueComponent): use MudText instead of default text field
feat(README): remove wakatime
feat(Program): send startup exception to backend
Bumps [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 6.11.2 to 6.12.0. - [Release notes](https://github.com/MudBlazor/MudBlazor/releases) - [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md) - [Commits](MudBlazor/MudBlazor@v6.11.2...v6.12.0) --- updated-dependencies: - dependency-name: MudBlazor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
fix(possibleIssues): fix typo in Token not yet requested issue
…azor-6.12.0 build(deps): Bump MudBlazor from 6.11.2 to 6.12.0
feat(BackendApiService): post local base url to backend to be able to redirect
feat(appsettings.json): set fleet API as default
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.