mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-09-13 07:21:16 +00:00
Apply isort and ruff code style
This commit is contained in:
@@ -8,7 +8,7 @@ The discussion takes place in the [forum](https://www.akkudoktor.net/forum/diy-e
|
||||
|
||||
## Installation
|
||||
|
||||
Good installation guide:
|
||||
Good installation guide:
|
||||
https://meintechblog.de/2024/09/05/andreas-schmitz-joerg-installiert-mein-energieoptimierungssystem/
|
||||
|
||||
The project requires Python 3.8 or newer.
|
||||
@@ -110,7 +110,7 @@ Describes the structure and data types of the JSON object sent to the Flask serv
|
||||
- **Description**: An array of floats representing the electricity price in euros per watt-hour for different time intervals.
|
||||
- **Type**: Array
|
||||
- **Element Type**: Float
|
||||
- **Length**: 48
|
||||
- **Length**: 48
|
||||
|
||||
### `gesamtlast`
|
||||
- **Description**: An array of floats representing the total load (consumption) in watts for different time intervals.
|
||||
@@ -214,4 +214,4 @@ This object contains the results of the simulation and provides insights into va
|
||||
- **Netzbezug_Wh_pro_Stunde**: The grid energy drawn in watt-hours per hour.
|
||||
- **Netzeinspeisung_Wh_pro_Stunde**: The energy fed into the grid in watt-hours per hour.
|
||||
- **Verluste_Pro_Stunde**: The losses in watt-hours per hour.
|
||||
- **akku_soc_pro_stunde**: The state of charge of the battery (not the EV) in percentage per hour.
|
||||
- **akku_soc_pro_stunde**: The state of charge of the battery (not the EV) in percentage per hour.
|
||||
|
Reference in New Issue
Block a user