Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

AC meter instance 35 not detected #137

Closed
apple047 opened this issue Oct 25, 2023 · 3 comments
Closed

AC meter instance 35 not detected #137

apple047 opened this issue Oct 25, 2023 · 3 comments
Labels
shipped This issue has been shipped. 🚢 specsheet mismatch Issue related to the mismatch between the victron specsheet and the actual implementation.

Comments

@apple047
Copy link

Hi,
must thank you for your effort in building this integration, it makes life so much easier.
the issue I came across is one of the AC meters is not being identified, Modbus ID 35, the other 3 AC meters with ID 30 and 32 are identified correctly.
Screenshot 2023-10-25 154256
in the console, the meter is working as expected
Screenshot 2023-10-25 154911
from what I know ID 30-36 can be used for AC meters but couldn't verify this info
Screenshot 2023-10-25 155402

@sfstar
Copy link
Owner

sfstar commented Mar 13, 2024

Hello and thank you for opening this issue,

Unfortunately the id 35 isn't an ID that is scanned for currently.
When I initially wrote the victron integration these were the valid unit ids:

valid_unit_ids = [ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 
                   11, 12, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 
                   31, 32, 33, 34, 40, 41, 42, 43, 44, 45, 46, 100, 223, 
                   224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 
                   235, 236, 237, 238, 239, 242, 243, 245, 246, 247
                   ]

I will open a ticket on the victron modbus issue tracker to get clarification regarding the list of actually valid modbus unit id's

@sfstar
Copy link
Owner

sfstar commented Mar 15, 2024

Hello @apple047,

I've amended the list of valid unit ids on my end to accomodate installs where the devices started incrementally counting from 34.
With users reporting having 35 and 36 being assigned to additional device instances.
For new victron systems this should not be an issue any longer due to a new range of ids being specified in the xlsx.
Please follow the steps in #182 (comment) to install the version on main that should allow for you to discover the AC meter with instance id 35

@sfstar sfstar added specsheet mismatch Issue related to the mismatch between the victron specsheet and the actual implementation. Unit ID labels Mar 15, 2024
@sfstar sfstar added shipped This issue has been shipped. 🚢 and removed shipping in next release labels Mar 29, 2024
@sfstar
Copy link
Owner

sfstar commented Mar 29, 2024

The release (v0.2.0) has been shipped.
Closing issue, feel free to re-open if the issue persists with the new release

@sfstar sfstar closed this as completed Mar 29, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
shipped This issue has been shipped. 🚢 specsheet mismatch Issue related to the mismatch between the victron specsheet and the actual implementation.
Projects
None yet
Development

No branches or pull requests

2 participants