-
Notifications
You must be signed in to change notification settings - Fork 69
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
New feature request: Ability to setup by config/flow modbus device unit #8
Comments
To be sure, do you mean this one: self.read_holding_registers(unit=1, address=40071, count=38) |
Yes, this one on master repository:
And this two lines on feature/meter1 (I have used this repository):
Marek |
Hi, I'd love this feature too please! I to have to change these two values to equal 2 to match my meter device ID of 2. THANKS IN ADVANCE!! |
Is there a chance that this parameter will appear in the configuration? :) Now, these two lines contains unit/slave number home-assistant-solaredge-modbus/custom_components/solaredge_modbus/__init__.py Lines 337 to 339 in b395440
|
implemented |
Hello,
Most of inverters are running as first (unit 0x01) on modbus (this is Yours default also)
My SE inverter are running as second device (unit 0x02) and I've must change two valuse in init.py from 1 to 2 to get it work in my case.
It will be nice if we can setup unit number from config/flow
Marek
The text was updated successfully, but these errors were encountered: