From 6c6c1a0f8704219b249e9201cbf32c4cbe614c51 Mon Sep 17 00:00:00 2001 From: Paul Gilman Date: Tue, 31 Oct 2023 15:47:04 -0700 Subject: [PATCH] Fix configuration tree order --- deploy/runtime/startup.lk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/runtime/startup.lk b/deploy/runtime/startup.lk index e7a0119be0..b39e3a9c79 100644 --- a/deploy/runtime/startup.lk +++ b/deploy/runtime/startup.lk @@ -59,7 +59,7 @@ addconfig('Generic PVWatts Wind FuelCell Battery Hybrid', ['Single Owner', 'Host // order tech and fin trees -configopt("TechnologyTreeOrder", {'description' = 'Hybrid,Wind,Generic System,Photovoltaic,Geothermal'}); +configopt("TechnologyTreeOrder", {'description' = 'Photovoltaic,Energy Storage,Hybrid,Concentrating Solar Power,Industrial Process Heat,Marine Energy,Wind,Fuel Cell - PV - Battery, Geothermal, Solar Water Heating, Biomass Combustion, Generic System'}); // group names 'tree_parent' for performance models are defined in PopulateTech() in main.cpp configopt( 'Flat Plate PV', { 'tree_parent'='Photovoltaic', 'long_name'='Detailed PV Model', 'short_name'='Photovoltaic', 'description'='Photovoltaic system using detailed photovoltaic model with separate module and inverter component models' } );