atef
|
7d1544f34a
|
change the target framework to net6.0
|
2023-06-30 10:25:14 +02:00 |
atef
|
1d017ba6ba
|
Add the hack to compile Net6 from Net7
|
2023-06-30 10:24:38 +02:00 |
atef
|
3fab366362
|
Change the import as lib.props
|
2023-06-30 10:23:55 +02:00 |
Sina Blattmann
|
c89b4ab488
|
Merge branch 'main' of https://git.innov.energy/Innovenergy/git_trunk
|
2023-06-30 09:03:07 +02:00 |
Sina Blattmann
|
a81220f2f0
|
fix interpolate bug, fix graph bugs, remove modebar buttons
|
2023-06-30 09:02:55 +02:00 |
Noe
|
9e9a899f8e
|
fix merge conflict
|
2023-06-30 09:00:44 +02:00 |
Noe
|
7cb055bc7b
|
styling of website
|
2023-06-30 08:58:50 +02:00 |
Sina Blattmann
|
531c296a15
|
Merge branch 'main' of https://git.innov.energy/Innovenergy/git_trunk
|
2023-06-29 08:41:03 +02:00 |
Sina Blattmann
|
4ee1709386
|
[WIP] fix graph bugs
|
2023-06-29 08:40:28 +02:00 |
ig
|
5484aea6cb
|
ToStringRounded => ToDisplayString, introduce scientific notation (mW, kW,...) for units
|
2023-06-27 17:02:56 +02:00 |
ig
|
a761e46686
|
fix bugs introduced by 'required' changes
|
2023-06-27 17:01:40 +02:00 |
ig
|
7f97ab8e14
|
make use of "required" with "init" (.net 7)
|
2023-06-27 13:14:17 +02:00 |
ig
|
10eebd3961
|
update to dotnet 7.0
|
2023-06-27 12:55:32 +02:00 |
Sina Blattmann
|
f0e8553c24
|
[WIP] working on graph bug
|
2023-06-27 08:40:20 +02:00 |
atef
|
225d9616c0
|
add Publish Trimmed = false
|
2023-06-26 12:00:36 +02:00 |
Sina Blattmann
|
30da19dadc
|
Merge branch 'main' of https://git.innov.energy/Innovenergy/git_trunk
|
2023-06-26 11:36:21 +02:00 |
Sina Blattmann
|
84697743c1
|
[WIP] bugfixing for graphs
|
2023-06-26 11:36:14 +02:00 |
Sina Blattmann
|
b256e9bd75
|
add db
|
2023-06-26 11:34:17 +02:00 |
atef
|
a1f55afe6f
|
Change the ip address to run as a service
|
2023-06-23 10:42:02 +02:00 |
atef
|
3a2050dcbc
|
Update the Print Display
|
2023-06-23 10:41:20 +02:00 |
atef
|
b5f025dc69
|
Add toStringRounded
|
2023-06-23 10:40:11 +02:00 |
ig
|
a2d9017326
|
remove stray .sln files
|
2023-06-22 10:18:26 +02:00 |
ig
|
f7ee9276a3
|
Add calculated powers (loads etc.), Dc Load is still broken
|
2023-06-22 10:17:06 +02:00 |
ig
|
d1d9575052
|
Trumpf DcDc does not support changing sign convention (producer/consumer), so we have to manually flip the sign of currents in our code
|
2023-06-22 10:15:57 +02:00 |
ig
|
12731a90e9
|
fix some modbus values that were unsigned but should be signed
|
2023-06-22 10:14:31 +02:00 |
ig
|
0582b26ec7
|
do not use common Null device (new for every use), it's ugly but it broke .ToCsv's cycle detector
|
2023-06-22 10:13:21 +02:00 |
ig
|
5976ce3a8c
|
remove stray ControllerPConstant from config
|
2023-06-22 10:09:15 +02:00 |
atef
|
f1c03ad333
|
Create an apply Default settings for dc
|
2023-06-22 10:00:44 +02:00 |
atef
|
8455bb64e3
|
Add the print Topology
|
2023-06-22 10:00:01 +02:00 |
atef
|
b8b908e7f8
|
Clean up controller
|
2023-06-22 09:55:57 +02:00 |
atef
|
1c253bb603
|
Change the salimax0001 port to 700* and 400*
|
2023-06-22 09:52:58 +02:00 |
atef
|
75f1f42252
|
Reduce the default height of vertical flow
|
2023-06-22 09:52:17 +02:00 |
atef
|
1201fd1c2f
|
Change grid set point to 0
|
2023-06-22 09:50:50 +02:00 |
atef
|
98bdec1a36
|
Add temperature average to battery record
|
2023-06-22 09:50:24 +02:00 |
atef
|
8feee5db43
|
Introduce ClampMin and ClampMax
|
2023-06-20 15:34:04 +02:00 |
atef
|
789780791f
|
throw exception if min is bigger than max in Clamp
|
2023-06-20 15:27:53 +02:00 |
atef
|
3e2e3e7190
|
comment out code generation for units
|
2023-06-20 15:11:26 +02:00 |
ig
|
c78451d4cf
|
new implementation of TextBlock
|
2023-06-20 14:26:48 +02:00 |
ig
|
dcc4bfa78a
|
implement circular current prevention
|
2023-06-20 10:23:44 +02:00 |
ig
|
d88fc677b5
|
add virtual devices
|
2023-06-20 10:23:44 +02:00 |
ig
|
dbfb1b3707
|
add Dc side config for inverters
|
2023-06-20 10:23:44 +02:00 |
ig
|
075c54d179
|
rename SystemState => StateMachine
|
2023-06-20 10:23:44 +02:00 |
ig
|
5aad1c6ddf
|
Add DcPower.Null
|
2023-06-20 10:23:44 +02:00 |
ig
|
4cdfb37e96
|
Add +- operators to AcPower
|
2023-06-20 10:23:44 +02:00 |
ig
|
9b997b353f
|
Add .ToString for Batch, helps debugging
|
2023-06-20 10:23:44 +02:00 |
ig
|
49d7237c79
|
introduce AmptStatus.Null
|
2023-06-20 10:23:44 +02:00 |
ig
|
5828498109
|
fix DcVoltages in inverter
|
2023-06-20 10:23:44 +02:00 |
ig
|
5f54dd602f
|
introduce AcDcDevicesRecord.Null
|
2023-06-20 10:23:44 +02:00 |
ig
|
cc554c1964
|
remove erroneous Battery* members
|
2023-06-20 10:23:44 +02:00 |
ig
|
f5287f7ced
|
update FzSonick Docs
|
2023-06-20 10:23:44 +02:00 |