-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: OpenDTU inverter selection #127
Comments
Could you provide an anonymous output of the json from openDTU and your config? This should be possible. Maybe something is missing on our side or maybe something is not configured properly. Let's check. |
@0x7878 Attached are the files. |
Thank you. I'm going to check that. |
@0x7878 any update or can we close? |
It's not solved. I started refactoring into class based code which would also solve this issue in my opinion. Assign this issue to me. |
#148 should help, as you can order the hoymiles to read only the first ones. |
Thank you for the change. Tested and working. But I have one problem. How can I sort the inverters in OpenDTU? They are always sorted automatically by serial number. |
Good catch, then we need to modify the code. Somewthing we need to look into |
Gibt es hierzu Neuigkeiten? Ich würde auch gerne nur auf EINEN Wechselrichter zugreifen, aber die Reihenfolge bleibt bei der Abfrage immer gleich, egal wie ich die Wechselrichter in der OpenDTU sortiere. |
nein, Stand heute nicht möglich und auch ein Nischen Use Case für die meisten Nutzer. Du könntest ja auch einfach 2 DTU betreiben, und den den du abfragen möchtest an einer DTU haben. Aktuell ist es ein weitere Code Workaround, den wir so nicht wollen und gut supporten können. Wir müssen zuerst einen kompletten re-work des Codes machen, dann können wir solchen Feature in Zukunft einfacher umsetzen. Daher kann ich auch nicht sagen wann das kommen wird, aber dass wir es gerne einbauen, wenn der Code es zulässt. Das zu den Hintergründen. |
Danke für die schnelle Antwort und die ausführliche Erklärung. |
Question:
Is it possible to integrate only some of the OpenDTU inverters in Victron?
For example: I have several inverters in OpenDTU. But only 1 is relevant.
If I add only one to the configuration I get the following error:
KeyError: 'INVERTER1'
Best Regards
M.
The text was updated successfully, but these errors were encountered: