Hi all,
I’m currently considering to write a new Modbus Binding to read (and later write) data from Kostal Solar Inverters (especially Plenticore Typ). There is an official documentation available from Kostal (https://cdn-production.kostal.com/-/media/document-library-folder---kse/2023/11/16/13/29/ba_kostal-interface-description-modbus-tcp_sunspec_hybrid.pdf), which I have already running using the “default” modbus binding.
There are three reasons why I’m considering writing this binding:
- I had some issues setting up the current Kostal Binding with my Plenticore BI G2 inverter and I have the feeling the that the rest-api / web-scraping based approach is quite fragile and needs to be update to new inverters / firmware versions quite often. In contrast modbus is offically documented and seems to be stable.
- I want to write some fields which currently is not supported for my Inverter. Especially max soc can not even be changed through the UI, so I’m no sure it would even be possible to implement this in the current binding.
- I considered just using the “default” modbus binding (which I already have configured). But I want to write some values (especially min and max soc) and these need to be (re-)written every second, otherwise they are automatically reset to their default value - which is quite hard to achieve using the “default” modbus binding.
My main question is now: Would such a binding be accepted by the maintainers, because there is already a rest-api / web scraping based binding for Kostal inverters and this binding would kinda be competing, which I understand is not desired.
Second question: Is there any intereset for such a binding by the community?
Regards