-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f59b4ee
commit 0248aa7
Showing
4 changed files
with
35 additions
and
29 deletions.
There are no files selected for viewing
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
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
34 changes: 17 additions & 17 deletions
34
src/Server/Properties/PublishProfiles/FolderProfile.pubxml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<PropertyGroup> | ||
<DeleteExistingFiles>true</DeleteExistingFiles> | ||
<ExcludeApp_Data>false</ExcludeApp_Data> | ||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> | ||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | ||
<LastUsedPlatform>x64</LastUsedPlatform> | ||
<PublishProvider>FileSystem</PublishProvider> | ||
<PublishUrl>D:\DOWNLOADS\invertermon</PublishUrl> | ||
<WebPublishMethod>FileSystem</WebPublishMethod> | ||
<SiteUrlToLaunchAfterPublish/> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier> | ||
<ProjectGuid>b608f59f-4c72-43fd-820c-a0badf4591af</ProjectGuid> | ||
<SelfContained>true</SelfContained> | ||
<PublishSingleFile>true</PublishSingleFile> | ||
<PublishTrimmed>true</PublishTrimmed> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DeleteExistingFiles>true</DeleteExistingFiles> | ||
<ExcludeApp_Data>false</ExcludeApp_Data> | ||
<LaunchSiteAfterPublish>true</LaunchSiteAfterPublish> | ||
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration> | ||
<LastUsedPlatform>x64</LastUsedPlatform> | ||
<PublishProvider>FileSystem</PublishProvider> | ||
<PublishUrl>D:\DOWNLOADS\invertermon</PublishUrl> | ||
<WebPublishMethod>FileSystem</WebPublishMethod> | ||
<SiteUrlToLaunchAfterPublish /> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RuntimeIdentifier>linux-arm64</RuntimeIdentifier> | ||
<ProjectGuid>b608f59f-4c72-43fd-820c-a0badf4591af</ProjectGuid> | ||
<SelfContained>true</SelfContained> | ||
<PublishSingleFile>true</PublishSingleFile> | ||
<PublishTrimmed>false</PublishTrimmed> | ||
</PropertyGroup> | ||
</Project> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
## changelog | ||
- revert pre-allocating of pv graph | ||
- cache charge ampere values on first call and prevent refetching from inverter | ||
|
||
- reduce jk bms charge ampere value cache size for faster updates | ||
- upgrade project to .net 8 | ||
- misc. minor code refactors |