DEV Community

Cover image for Live Energy Grid Load Dispatch Limits (Kiponos Python SDK)
Devops Kiponos
Devops Kiponos

Posted on • Originally published at github.com

Live Energy Grid Load Dispatch Limits (Kiponos Python SDK)

Heat waves and supply shocks require minute-by-minute dispatch limit changes. Python orchestrators read Kiponos locally:

max_export = kiponos.path("grid", zone).get_float("max_export_mw")
dr_threshold = kiponos.path("demand_response").get_float("trigger_load_pct")
Enter fullscreen mode Exit fullscreen mode

Grid operators update limits in dashboard; control loops see new values instantly. No SCADA config file rollout.

kiponos.io ยท github.com/kiponos-io/kiponos-io

Top comments (0)