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

Develop #911

Merged
merged 38 commits into from
Oct 13, 2023
Merged

Develop #911

merged 38 commits into from
Oct 13, 2023

Conversation

pkuehnel
Copy link
Owner

No description provided.

pkuehnel and others added 30 commits September 19, 2023 12:07
feat(SmaPlugin): Can get latest value by serial number
feat(ChargeTimeCalculationService): Continue to charge car as Minimum soc is
feat(chore): use google fonts instead of fontawesome
fix(MainLayoutCss): use z-index of 3 for top-row
Bumps [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…dCars

Fix/charging power only for enabled cars
…To100%

feat(ChargeTimeCalculationService): add balancing time when MinSoc is 100%
…oft.AspNetCore.Components.WebAssembly.DevServer-7.0.12

build(deps): Bump Microsoft.AspNetCore.Components.WebAssembly.DevServer from 7.0.11 to 7.0.12
…oft.AspNetCore.Components.WebAssembly.Server-7.0.12

build(deps): Bump Microsoft.AspNetCore.Components.WebAssembly.Server from 7.0.11 to 7.0.12
Bumps [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [Microsoft.AspNetCore.Mvc.NewtonsoftJson](https://github.com/dotnet/aspnetcore) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Mvc.NewtonsoftJson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…oft.AspNetCore.Components.WebAssembly-7.0.12

build(deps): Bump Microsoft.AspNetCore.Components.WebAssembly from 7.0.11 to 7.0.12
…oft.AspNetCore.Mvc.NewtonsoftJson-7.0.12

build(deps): Bump Microsoft.AspNetCore.Mvc.NewtonsoftJson from 7.0.11 to 7.0.12
Bumps [Microsoft.AspNetCore.OpenApi](https://github.com/dotnet/aspnetcore) from 7.0.11 to 7.0.12.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](dotnet/aspnetcore@v7.0.11...v7.0.12)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…oft.AspNetCore.OpenApi-7.0.12

build(deps): Bump Microsoft.AspNetCore.OpenApi from 7.0.11 to 7.0.12
feat(TeslaMateApiService): Count Tesla Api command requests
feat(IndexRazor): use fallback value for api request count
pkuehnel and others added 8 commits October 12, 2023 21:35
feat(PvValueService): set not plausible home battery values to 0
fix(PvValueService): use 999999 as max and min plausible value
Bumps [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) from 2.5.1 to 2.5.3.
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.5.1...2.5.3)

---
updated-dependencies:
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…runner.visualstudio-2.5.3

build(deps): Bump xunit.runner.visualstudio from 2.5.1 to 2.5.3
Bumps [xunit](https://github.com/xunit/xunit) from 2.5.1 to 2.5.2.
- [Commits](xunit/xunit@2.5.1...2.5.2)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…2.5.2

build(deps): Bump xunit from 2.5.1 to 2.5.2
@pkuehnel pkuehnel merged commit 4836a0e into master Oct 13, 2023
9 checks passed
@pkuehnel pkuehnel deleted the develop branch October 13, 2023 12:23
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.

1 participant