openenergysolutions / openfmb.adapters

OpenFMB Adapters
Apache License 2.0
3 stars 1 forks source link

Add additional profile support to adapter #40

Closed jadamcrain closed 5 years ago

jadamcrain commented 5 years ago

Required profiles:

Module Control Profile Discrete Control Profile Event Profile Reading Profile Status Profile
Breaker X X X X
ESS X X X X
Generation X X X X
Load X X X X
Meter X
Recloser X X X X X
Regulator X X X X
Resource X X
Solar X X X X
Switch X X X X X
emgre commented 5 years ago

Here's the current table (on the additional-profiles):

✔ = Added to adapter's ProfileRegistry.h + passing tests ⭐ = Added in codegen ❌ = Not there

Module Control Profile Discrete Control Profile Event Profile Reading Profile Status Profile
Breaker
ESS
Generation
Load
Meter
Recloser
Regulator
Resource
Solar
Switch
jadamcrain commented 5 years ago

@larrylackey We've finished with the profile table above. The event profiles are configurable, but we of course have to do more work to use them in conjunction w/ event detection.