Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2025 Sebastian Waldvogel
Copyright (c) 2022-2026 Sebastian Waldvogel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,20 +264,17 @@ Extended configuration settings (see [chapter 'configuration' of python-e3dc](ht
### All Available Parameters and Configuration Options
Details about all available options:
```
Usage: e3dc-cli [-h] [--version] [-c CONFIG] [-o OUTPUT] [--connection.type {local,web}] [--connection.address ADDRESS]
[--connection.user USER] [--connection.password PASSWORD] [--connection.rscp_password RSCP_PASSWORD]
[--connection.serial_number SERIAL_NUMBER]
[-q [{static_system,live,live_system,live_powermeter,live_battery,live_inverter,live_wallbox,history_today,
history_yesterday,history_week,history_previous_week,history_month,history_previous_month,history_year,
history_previous_year,history_total} ...]]
Usage: e3dc-cli [-h] [--version] [-c CONFIG] [-o OUTPUT] [--connection.type {local,web}] [--connection.address ADDRESS] [--connection.user USER]
[--connection.password PASSWORD] [--connection.rscp_password RSCP_PASSWORD] [--connection.serial_number SERIAL_NUMBER]
[-q [{static_system,live,live_system,live_powermeter,live_battery,live_inverter,live_wallbox,history_today,history_yesterday,history_week,history_previous_week,history_month,history_previous_month,history_year,history_previous_year,history_total} ...]]
[--set.power_limits.enable {true,false}] [--set.power_limits.max_charge MAX_CHARGE]
[--set.power_limits.max_discharge MAX_DISCHARGE] [--set.power_limits.discharge_start DISCHARGE_START]
[--set.powersave {true,false}] [--set.weather_regulated_charge {true,false}]
[--extended_config.powermeters { EXTENDED POWERMETERS CONFIG HIERARCHY }]
[--extended_config.pvis { EXTENDED SOLAR INVERTERS CONFIG HIERARCHY }]
[--extended_config.batteries { EXTENDED BATTERIES CONFIG HIERARCHY }]

Query E3/DC solar inverter systems | Version 1.0.4 | Copyright 2022-2025
Query E3/DC solar inverter systems | Version 1.0.5 | Copyright 2022-2026

Default Config File Locations:
['./config.json'], Note: default values below are the ones overridden by the contents of: ./config.json
Expand Down
2 changes: 1 addition & 1 deletion src/e3dc_cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# ---- Module Meta-Data ------------------------------------------------------------------------------------------------
__prog__ = "e3dc-cli"
__dist_name__ = "e3dc_cli"
__copyright__ = "Copyright 2022-2025"
__copyright__ = "Copyright 2022-2026"
__author__ = "Sebastian Waldvogel"
__dist_metadata__ = importlib.metadata.metadata("e3dc_cli")

Expand Down