v0.3.0
Version numbers are now separate from the oedisi branch version numbers, since a major breaking change
has been introduced in the feeder federate and more changes are expected.
Breaking Changes
- optional subscription CommandList on Feeder along with InverterControlList
- These allow arbitrary set commands (such as %Pmpp and pf for PV systems)
- new publication for power injections disaggregated by component instead of opendss node
- new publication load Y matrix
- "equipment_ids" are included in all power measurements, corresponding either to the "PVSystem.name" or the bus name ("113").
- new types from oedisi 1.0.0 for the above features
- switching from gadal to oedisi
- Feeder should run whenever there is an update or every time step (15 minutes). The measurement federate is limited to every time step (15 minutes of data). This may impact analysis scripts.
Additional Work
- Use a locally downloaded data set with
existing_feeder_file
in Feeder Config. - Better testing, documentation, and organization of feeder code.