-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add new config files for other inverters #47
Comments
Will be adding some comments on the next push. Should be the following
|
need a list of required registers |
Never thought of it in those term, since I needed all the registers define to work. As these provide me with the info I wanted. However, would need to check main.py for any referenced register. The logger in theory needs the meter, but several people have used it without one. Not sure if the code just gets around, or the protection to prevent a crash is getting around that issue. Also expanded the register map you did. Hope it provides most of the values you can need. Hope it works well for you Check a5b1ddd |
Registers called by code by name: Some are related to the meter, but even without it the logger runs fine These allow for several functions throughout the code, and populate these variables types that probably need to have at least one register defined for them You would also need to provide these, since they are called by main. Either just with a return or empty |
Please add to documentation format Huawei.default.py file
(which values are required for program)
end more info about values in config file.
I have 1 Solis inverter conncted via modbusrtu and 1 ABB
and documentation about registers map.
I can make a config files for them.
I have experience of polling many inverters and I can,
with documentation, do a poll of any inverter.
I already did a survey of inverters
ABB
Solis
Kaсo
Fronius
PrimeVolt
in another program
The text was updated successfully, but these errors were encountered: