I have just installed your E3/DC tool, thank you very much for your work, it works really well if you can connect to the house power station.
Initial we had connection problems with the E3/DC S20x pro. The error message was invalid authentication.
After a lengthy search by my son, who is profound with computers, we found out that using an RSCP password (AES key) with 32 characters solved the problem.
We have not found out the exact cause of the error. But maybe we can help other users with this answer.
Hallo Meik, das liegt daran, dass die der Integration zu Grunde liegende pye3dc Bibliothek derzeit keine Option hat, den Port zu wechseln. Sobald das dort unterstützt wird, kann man das recht einfach in die hacs-e3dc einbinden.
Thank you! Great to hear!
Thanks for the feedback. A key of that size is not required to my knowledge, but it must be set, it cannot be ommitted. So if your key was empty/unset, that might be the case. Also, I’d recommend sticking to US-ASCII characters, as I haven’t made any tests if the character encoding is handled correctly by all involved components. So avoid special characters like öäü etc.
Hallo,
ich benutze die Integration schon länger und sie läuft problemlos.
(Die Beta habe ich noch nicht installiert)
Ich vermisse 2 Punkte oder evtl. übersehe ich auch was.
(hatte ich auch bei GitHub schon mal angefragt aber keine Antwort bekommen)
Gibt es eine Möglichkeit die PV Leistung von 2 getrennten Panel Feldern (Dachflächen mit unterschiedlicher Ausrichtung) zu sehen?
Beide werden als separate Leitungen in den S10E geführt und dort als Tracker 1 und Tracker 2 angezeigt.
Kann man irgendwie sehen, ob die Notstrom Funktion aktiv ist?
Ich würde gerne einige Verbraucher abschalten, wenn Notstrom aktiv aber es gibt scheinbar keinen Parameter der definitiv sagt ob Notstrom aktiv oder nicht.
Gruß,
Karsten
Hello,
I’ve been using the integration for a while now and it’s running well.
(I haven’t installed the beta yet)
I’m missing two things, or perhaps I’m overlooking something.
(I already asked about this on GitHub but didn’t get a response)
Is there a way to see the PV output of two separate panel arrays (roof surfaces with different orientations)?
Both are connected to the S10E as separate lines and displayed there as Tracker 1 and Tracker 2.
Is there any way to see if the emergency power function is active?
I’d like to switch off some appliances when emergency power is active, but there doesn’t seem to be a parameter that definitively indicates whether emergency power is active or not.
Danke für die Blumen, BTW: 3.11 ist jetzt raus, trifft Dein Thema aber nicht.
Du übersiehst nichts, es ist ein Hobbyprojekt mit grade mal 3 Entwicklern, wir benutzen den E3DC alle, aber es hängt halt immer am Real Life Meine Zentralverwaltung hier reißt mir sonst irgendwann den Kopf ab
Unterstützen tun wir das aktuell nicht, nein.
Aus dem Bauch raus könnte man das sicher implementieren, die RSCP API bietet ein weites Feld an Informationen und Steuerungsmöglichkeiten. Meist scheitert man ein Stück weit an der Dokumentation im Detail, mit etwas Reverse Engineering geht das dann. Die Herausforderung ist, dass man das nur implementieren kann, wenn man ein passendes Setup zu Hause hat. Ich habe nur ein Tracker, könnte also jegliche Änderung in diese Richtung nicht selbst testen.
I installed your integration some time ago and have been using it for at least 2.5 years now…
I’ve always wondered why there hasn’t been an update for this integration. Now I’m looking into a problem with this integration and came across this post, and I realize that there havebeen updates all along…
Since my integration is still on version 3.10, my first question is, how can I update this integration? This is a point that isn’t clear to me yet.
We have an uninterruptible power supply (UPS) installed in our E3DC system. It switches to emergency power within milliseconds if no external power can be supplied.
Currently, I have not found a way to query this status using this integration.
Furthermore, I would like to query the temperature of the batteries as well; so far I have not found a method for how to do this. Does your integration support this or is it planned for the future?
Im Zweifel bitte die Discussions auf GitHub benutzen, da lesen außer mir noch ein, zwei andere mit. Ein Discord ist im Aufbau, aber noch nicht ganz fertig.
3.11 is compatible to 3.10 (semantic versioning), so just use either HACS internal update mechanism or if manually installed, update manually. hacs-e3dc does not have a separate update mechanism, just use the standard for all HACS components.
As far as I know the new battery metrics, there is no current temperature. bullit186 implemented this, you may want to raise a feature request about this. I guess the value is available, just not mapped. However, there is no gurantee if and when bullit186 or anyone else get’s around to it.