-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Read data from 2. inverter does not work #24
Comments
If i can support with a debug session, i can support in this case. |
@TrackerTheCode I will check the modbus library if it is easily possible to read modbus registers with a different unitID using the same connection... |
Hi, bist du weiter gekommen? Ich habe den Adapter installiert und er läuft soweit auch! Klasse Arbeit! Nur „leider“ habe ich 2 wechselrichter und bekomme nur die Daten von einem angezeigt. Könnte das dass Problem hier sein? Danke dir |
I have found something, but it will not work with a 2nd instance (Connected to the same dongle). I have to change the connection code a bit, and id for the 2nd Inverter will be in config! |
Cool thanks for the Feedback. So you would create a New Version with the New Feature? |
@daolis Do you have something implemented already. Maybe I can test it for you/support you!? |
Sure i have implement it. If you tell me what i should do i can test it |
@TrackerTheCode still work in progress. Need more or less to 're-implement' the communication. |
I dont know if it help you but in Home Assistant the Connection to the second work |
Describe the bug
I have connected the first inverter via modbus ID: 1. Unfortunately, the second inverter cannot be connected - Modbus ID: 16.
Additional info from my analyses. I stopped my second instance and change the ID in the first instance to 16. After I successfully saved the new Id, the connection was established and data were displayed, but not correctly. It was exactly the same data as with Id 1. From my point of view, the change of the Id has no impact.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Second instance of adapter, to connect the other Id should work, so both inverters-instance can be connected and work in parallel.
Versions:
Additional context
I have set up a second instance and taken the ID of the system configuration via the FusionSolar app. The inverters are coupled. The one with ID 1 has the dongle installed.
The text was updated successfully, but these errors were encountered: