solax
solax copied to clipboard
Refactor to use jsonschema
At the moment, each inverter requires a separate python class to support it. I would like to switch things around so that inverters can be described with a simple json file.
This should be possible using jsonschema
This might also make it much easier to implement #66