Replies: 5 comments 1 reply
|
Hi, |
|
Hi, |
|
You can also use the fork from WiIIiam278: https://github.com/WiIIiam278/foxess_modbus/tree/feat/ivo-and-ivt |
|
Works on v1.15.0 🎉 Two small edits:
Then fully restart Home Assistant (a config reload is not enough — Python files are only re-read on restart). A few notes:
It would be great if the maintainer could add this profile natively so we don't have to re-patch after every update — happy to open a PR if that helps. 🙏 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Until now, the Vision Inverters from Solarwatt are not supported by this integration, but when i add some changes in inverter_profiles.py and types.py everything seems to works fine.
It would be great, to add the Solarwatt Vision Inverters to the compatible list.
inverter_profiles.py (after the ONE_KOMMA_FIVE section)
# Solarwatt Vision Three InverterModelProfile(InverterModel.SOLARWATT_VISION, r"^VSN THREE ([\d\.]+)KW$").add_connection_type( ConnectionType.AUX, RegisterType.HOLDING, versions={None: Inv.H3_SMART}, special_registers=H3_SMART_REGISTERS, ),types.py (after line 57)
SOLARWATT_VISION = "VSN"THX!!!
All reactions