Hello,
my converter is not providing modbus data anymore (maybe broken - no guaranty anymore)
I tried a lot to make it working again but without success.
Now I found ha-pysmaplus but this is quite focused on HA.
Do we have a way to integrate HA Addons or what ever it is into OH?
No.
But if your hardware is broken, you cannot access it anyway so you have to either replace it (which has become as cheap as 10 € for a Modbus/(W)LAN device) or look for an entirely different approach. Which you have given absolutely not enough information for to attempt.
The “funny”thing is, SMA Sunnyportal is still receiving the data.
So the converter is still working and probably sending data to the homepage of SMA but not longer via Modbus.
I did shut down the complete converter. Is there somewhere a restarter only for modbus?
Or do you mean in the sunny explorer turning on/off the module? That I did too. But it helped only the first time.
I had a look on the library and it seems to call inverter (?) using its HTTP interface to fetch data in JSON format. Whole logic is here: https://github.com/kellerza/pysma/blob/master/pysma/\__init_\_.py . This is also library used underneath by ha-pysmaplus, hence you can give it a try and see if you will be able to fetch readings in python and i.e push updates over OH HTTP interface.
There was an attempt to make OH-HA integration, a while ago, but from what I remember many folks simply setup mqtt in between.