We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
etm_key
asset_attribute
configs
cloudclient.datamodel
json
dict
datamodel
sys.path.append
importlib
cloudclient_init
.clouclient-location.yml
Pydantic
NonFirmActor
charging_mode
battery_mode
nfATO
VehicleConversionAsset
conversionAssets
gridconnection_id
owner_agent
nf-ATO
behaviour
convert
balance
The text was updated successfully, but these errors were encountered:
With model team:
DIESEL_VEHICLE
mvp.py
mpv_defaults.py
im_sorry.py
pepe
Sorry, something went wrong.
hourly_supply_electricity_from_renewables
hourly_share_electricity_from_renewables
#236
No branches or pull requests
Technical integration:
etm_key
& factor table hasasset_attribute
#248configs
of modules to the CMS #249Preprocessor
cloudclient.datamodel
is being done on thejson
ordict
version: that should be mostly done on the data model instead to ensure correct fields and types #244Cloudclient
datamodel
definition usingsys.path.append
andimportlib
#237cloudclient_init
script command does some idiotic pathing magic based in part on the.clouclient-location.yml
(example) #238Pydantic
to describe datamodels, should this at a certain point move to a Django model? #239NonFirmActor
implements behaviour that should actually be part of a certain contract? #240charging_mode
,battery_mode
are implemented in the grid connection but should be part of the actor or asset? Same for thenfATO
settings #241VehicleConversionAsset
implemented for fossil vehicles but is it really best suited toconversionAssets
? #242gridconnection_id
orowner_agent
) are now just unvalidated strings. Check validity at runtime or make foreign keys? #251Economic module
nf-ATO
andbehaviour
#254ETM scaling
convert
andbalance
for upscaling to avoid looping over requests twice #256The text was updated successfully, but these errors were encountered: