Releases: longzheng/open-dynamic-export
Releases · longzheng/open-dynamic-export
v0.10.0
What's Changed
- Add frontend UI by @longzheng in #80
Breaking change
- APIs are now prefixed with the
/apipath. The API docs can now be viewed at http://localhost:3000/api/docs
Full Changelog: v0.9.10-beta...v0.10.0
v0.9.10-beta
Full Changelog: v0.9.9-beta...v0.9.10-beta
v0.9.9-beta
What's Changed
- Infinitely retry event started response by @longzheng in #77
- CSIP recreate MirrorUsagePoint on POST MirrorMeterReading error by @longzheng in #79
Full Changelog: v0.9.8-beta...v0.9.9-beta
v0.9.8-beta
What's Changed
- Fix coordinator cleanup by @longzheng in #76
Full Changelog: v0.9.7-beta...v0.9.8-beta
v0.9.7-beta
Full Changelog: v0.9.6-beta...v0.9.7-beta
v0.9.6-beta
v0.9.5-beta
v0.9.4-beta
What's Changed
- Make InfluxDB optional by @longzheng in #72
Full Changelog: v0.9.3-beta...v0.9.4-beta
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
v0.9.2-beta
Full Changelog: v0.9.1-beta...v0.9.2-beta