System Health details
System Information
| version |
core-2025.11.3 |
| installation_type |
Home Assistant OS |
| dev |
false |
| hassio |
true |
| docker |
true |
| container_arch |
amd64 |
| user |
root |
| virtualenv |
false |
| python_version |
3.13.9 |
| os_name |
Linux |
| os_version |
6.12.51-haos |
| arch |
x86_64 |
| timezone |
Europe/Berlin |
| config_dir |
/config |
Home Assistant Community Store
| GitHub API |
ok |
| GitHub Content |
ok |
| GitHub Web |
ok |
| HACS Data |
ok |
| GitHub API Calls Remaining |
4994 |
| Installed Version |
2.0.5 |
| Stage |
running |
| Available Repositories |
2456 |
| Downloaded Repositories |
2 |
Home Assistant Cloud
| logged_in |
false |
| can_reach_cert_server |
ok |
| can_reach_cloud_auth |
ok |
| can_reach_cloud |
ok |
Home Assistant Supervisor
| host_os |
Home Assistant OS 16.3 |
| update_channel |
stable |
| supervisor_version |
supervisor-2025.11.5 |
| agent_version |
1.7.2 |
| docker_version |
28.3.3 |
| disk_total |
30.8 GB |
| disk_used |
6.5 GB |
| nameservers |
172.21.3.254, 8.8.8.8 |
| healthy |
true |
| supported |
true |
| host_connectivity |
true |
| supervisor_connectivity |
true |
| ntp_synchronized |
true |
| virtualization |
kvm |
| board |
ova |
| supervisor_api |
ok |
| version_api |
ok |
| installed_addons |
Advanced SSH & Web Terminal (22.0.3), Studio Code Server (6.0.1), Get HACS (1.3.1) |
Dashboards
| dashboards |
2 |
| resources |
0 |
| views |
0 |
| mode |
storage |
Network Configuration
| adapters |
lo (disabled), enp6s18 (enabled, default, auto), hassio (disabled), docker0 (disabled), veth4161286 (disabled), veth7894243 (disabled), veth2ac3704 (disabled), vetha7acc7b (disabled), veth7018ef2 (disabled), veth88f45d3 (disabled), veth0ab551f (disabled) |
| ipv4_addresses |
lo (127.0.0.1/8), enp6s18 (172.21.0.200/22), hassio (172.30.32.1/23), docker0 (172.30.232.1/23), veth4161286 (), veth7894243 (), veth2ac3704 (), vetha7acc7b (), veth7018ef2 (), veth88f45d3 (), veth0ab551f () |
| ipv6_addresses |
lo (::1/128), enp6s18 (fe80::269:dfdf:8f7d:5661/64), hassio (fd0c:ac1e:2100::1/48, fe80::8030:b2ff:fe06:d0cd/64), docker0 (fe80::a87a:dfff:fe11:d4ed/64), veth4161286 (fe80::10ca:18ff:fea2:edfb/64), veth7894243 (fe80::e00a:a0ff:febf:bbb6/64), veth2ac3704 (fe80::141d:73ff:fe5e:706b/64), vetha7acc7b (fe80::6c14:1bff:fef4:a982/64), veth7018ef2 (fe80::d813:1aff:fe20:342/64), veth88f45d3 (fe80::e0a3:9aff:fea8:fdbf/64), veth0ab551f (fe80::6c17:a1ff:feb3:9bc1/64) |
| announce_addresses |
172.21.0.200, fe80::269:dfdf:8f7d:5661 |
Recorder
| oldest_recorder_run |
17. November 2025 um 09:10 |
| current_recorder_run |
28. November 2025 um 14:27 |
| estimated_db_size |
8.44 MiB |
| database_engine |
sqlite |
| database_version |
3.49.2 |
Checklist
Describe the issue
Setup:
- E3DC S10X
- Home Assistant Version: (deine Version eintragen)
- Integration: E3DC Remote Storage Control Protocol (Git) v3.10.0
Problem:
Die Integration lässt sich mit korrekten Zugangsdaten und RSCP-Passwort hinzufügen.
Danach erscheint dauerhaft:
"Einrichtungsfehler, wird erneut versucht: Configuration not yet ready: Fatal error when talking to E3DC"
Im Log steht wiederholt:
2025-11-28 14:56:47.495 DEBUG (SyncWorker_3) [custom_components.e3dc_rscp.e3dc_proxy] Fatal error when talking to E3DC: 11 is not a valid PowermeterType
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 29, in wrapper_handle_e3dc_ex
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 156, in get_powermeters
return self.e3dc.get_powermeters(keepAlive=True)
File "/usr/local/lib/python3.13/site-packages/e3dc/_e3dc.py", line 2108, in get_powermeters
File "/usr/local/lib/python3.13/site-packages/e3dc/_rscpTags.py", line 3803, in getStrPowermeterType
Username, Passwort und RSCP Password sind korrekt (falsche Daten führen sofort zu "connection failed").
Die S10X ist im gleichen Subnetz wie Home Assistant.
Vermutung:
Mein System liefert einen PowermeterType mit ID 11, der in python-e3dc / _rscpTags.py noch nicht definiert ist.
Wenn gewünscht, kann ich einen Diagnostics-Dump der Integration aus Home Assistant anhängen.
Reproduction steps
- Install the "E3DC Remote Storage Control Protocol (Git)" integration via HACS.
- Restart Home Assistant.
- Add the integration:
- Hostname:
- Username: my E3DC portal user (same e-mail as on the S10X standard user)
- Password: my E3DC portal password
- RSCP Password: the RSCP password configured on the S10X (in my case: 123456)
- The integration is added successfully (wrong credentials immediately lead to "connection failed").
- After that, Home Assistant shows:
"Configuration not yet ready: Fatal error when talking to E3DC"
- In the debug logs the following error is repeated:
"Fatal error when talking to E3DC: 11 is not a valid PowermeterType"
The S10X Device is brend new
Debug logs
2025-11-28 14:56:47.495 DEBUG (SyncWorker_3) [custom_components.e3dc_rscp.e3dc_proxy] Fatal error when talking to E3DC: 11 is not a valid PowermeterType
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 29, in wrapper_handle_e3dc_ex
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 156, in get_powermeters
return self.e3dc.get_powermeters(keepAlive=True)
File "/usr/local/lib/python3.13/site-packages/e3dc/_e3dc.py", line 2108, in get_powermeters
File "/usr/local/lib/python3.13/site-packages/e3dc/_rscpTags.py", line 3803, in getStrPowermeterType
2025-11-28 15:04:17.894 DEBUG (SyncWorker_2) [custom_components.e3dc_rscp.e3dc_proxy] Fatal error when talking to E3DC: 11 is not a valid PowermeterType
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 29, in wrapper_handle_e3dc_ex
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 156, in get_powermeters
return self.e3dc.get_powermeters(keepAlive=True)
File "/usr/local/lib/python3.13/site-packages/e3dc/_e3dc.py", line 2108, in get_powermeters
File "/usr/local/lib/python3.13/site-packages/e3dc/_rscpTags.py", line 3803, in getStrPowermeterType
Diagnostics dump
No response
System Health details
System Information
Home Assistant Community Store
Home Assistant Cloud
Home Assistant Supervisor
Dashboards
Network Configuration
Recorder
Checklist
Describe the issue
Setup:
Problem:
Die Integration lässt sich mit korrekten Zugangsdaten und RSCP-Passwort hinzufügen.
Danach erscheint dauerhaft:
"Einrichtungsfehler, wird erneut versucht: Configuration not yet ready: Fatal error when talking to E3DC"
Im Log steht wiederholt:
2025-11-28 14:56:47.495 DEBUG (SyncWorker_3) [custom_components.e3dc_rscp.e3dc_proxy] Fatal error when talking to E3DC: 11 is not a valid PowermeterType
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 29, in wrapper_handle_e3dc_ex
File "/config/custom_components/e3dc_rscp/e3dc_proxy.py", line 156, in get_powermeters
return self.e3dc.get_powermeters(keepAlive=True)
File "/usr/local/lib/python3.13/site-packages/e3dc/_e3dc.py", line 2108, in get_powermeters
File "/usr/local/lib/python3.13/site-packages/e3dc/_rscpTags.py", line 3803, in getStrPowermeterType
Username, Passwort und RSCP Password sind korrekt (falsche Daten führen sofort zu "connection failed").
Die S10X ist im gleichen Subnetz wie Home Assistant.
Vermutung:
Mein System liefert einen PowermeterType mit ID 11, der in python-e3dc / _rscpTags.py noch nicht definiert ist.
Wenn gewünscht, kann ich einen Diagnostics-Dump der Integration aus Home Assistant anhängen.
Reproduction steps
"Configuration not yet ready: Fatal error when talking to E3DC"
"Fatal error when talking to E3DC: 11 is not a valid PowermeterType"
The S10X Device is brend new
Debug logs
Diagnostics dump
No response