Skip to content

v0.9.3-beta

Compare
Choose a tag to compare
@longzheng longzheng released this 20 Dec 04:43
· 11 commits to main since this release
14742fa

Breaking change

CSIP-AUS Limiter

The config.json schema for the sep2 limiter has been renamed to csipAus

Before

{
    "limiters": {
        "sep2": {

After

{
    "limiters": {
        "csipAus": {

Inverter control

The config.json schema for the inverterControl frequency option has been renamed from controlFrequencyMinimumSeconds to intervalSeconds

Before

    "inverterControl": {
        "controlFrequencyMinimumSeconds": 5
    }

After

    "inverterControl": {
        "intervalSeconds": 5
    }

What's Changed

Full Changelog: v0.9.2-beta...v0.9.3-beta