v0.9.3-beta
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
- Allow configuring polling rate via config by @longzheng in #70
- Rename SEP2 limiter to CSIP-AUS by @longzheng in #71
Full Changelog: v0.9.2-beta...v0.9.3-beta