Skip to content

Commit 2df9b50

Browse files
authored
Copyright 2026 (#27)
1 parent 40a5969 commit 2df9b50

3 files changed

Lines changed: 6 additions & 9 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2025 Sebastian Waldvogel
3+
Copyright (c) 2022-2026 Sebastian Waldvogel
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -264,20 +264,17 @@ Extended configuration settings (see [chapter 'configuration' of python-e3dc](ht
264264
### All Available Parameters and Configuration Options
265265
Details about all available options:
266266
```
267-
Usage: e3dc-cli [-h] [--version] [-c CONFIG] [-o OUTPUT] [--connection.type {local,web}] [--connection.address ADDRESS]
268-
[--connection.user USER] [--connection.password PASSWORD] [--connection.rscp_password RSCP_PASSWORD]
269-
[--connection.serial_number SERIAL_NUMBER]
270-
[-q [{static_system,live,live_system,live_powermeter,live_battery,live_inverter,live_wallbox,history_today,
271-
history_yesterday,history_week,history_previous_week,history_month,history_previous_month,history_year,
272-
history_previous_year,history_total} ...]]
267+
Usage: e3dc-cli [-h] [--version] [-c CONFIG] [-o OUTPUT] [--connection.type {local,web}] [--connection.address ADDRESS] [--connection.user USER]
268+
[--connection.password PASSWORD] [--connection.rscp_password RSCP_PASSWORD] [--connection.serial_number SERIAL_NUMBER]
269+
[-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} ...]]
273270
[--set.power_limits.enable {true,false}] [--set.power_limits.max_charge MAX_CHARGE]
274271
[--set.power_limits.max_discharge MAX_DISCHARGE] [--set.power_limits.discharge_start DISCHARGE_START]
275272
[--set.powersave {true,false}] [--set.weather_regulated_charge {true,false}]
276273
[--extended_config.powermeters { EXTENDED POWERMETERS CONFIG HIERARCHY }]
277274
[--extended_config.pvis { EXTENDED SOLAR INVERTERS CONFIG HIERARCHY }]
278275
[--extended_config.batteries { EXTENDED BATTERIES CONFIG HIERARCHY }]
279276
280-
Query E3/DC solar inverter systems | Version 1.0.4 | Copyright 2022-2025
277+
Query E3/DC solar inverter systems | Version 1.0.5 | Copyright 2022-2026
281278
282279
Default Config File Locations:
283280
['./config.json'], Note: default values below are the ones overridden by the contents of: ./config.json

src/e3dc_cli/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# ---- Module Meta-Data ------------------------------------------------------------------------------------------------
1414
__prog__ = "e3dc-cli"
1515
__dist_name__ = "e3dc_cli"
16-
__copyright__ = "Copyright 2022-2025"
16+
__copyright__ = "Copyright 2022-2026"
1717
__author__ = "Sebastian Waldvogel"
1818
__dist_metadata__ = importlib.metadata.metadata("e3dc_cli")
1919

0 commit comments

Comments
 (0)