carboncoop / geovation

http://myhomeenergysalford.carbon.coop/
GNU General Public License v3.0
0 stars 0 forks source link

Check default heating systems #6

Open cagabi opened 7 years ago

cagabi commented 7 years ago

@marianneURBED, can you please go through the list below and check if the values are correct?

The first 6 fields in each system were already there so should be ok, I had to add the others (central_heating_pump, combi_loss, etc) to fit the new model.

The easiest for me would be if you copy and paste the whole list and then do the changes, this way I can just copy and paste it back in the code.

If something is not clear or you need the list in a different way, ask me.


"spaceHeatingSystemsPrimary" => [ "radiatorsWithNewGasBoiler" => [ "title" => "Radiators (or underfloor heating) and new A rated Gas Boiler", "summer" => "0.8", "winter" => "0.9", "fuel" => "Mains Gas", "responsiveness" => 1, "controlType" => 2, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "radiatorsWithOlderBoiler" => [ "title" => "Radiators (or underfloor heating) and older gas boiler", "summer" => "0.65", "winter" => "0.74", "fuel" => "Mains Gas", "responsiveness" => 1, "controlType" => 2, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "radiatorsWithVeryOldBoiler" => [ "title" => "Radiators (or underfloor heating) and very old gas boiler", "summer" => "0.60", "winter" => "0.70", "fuel" => "Mains Gas", "responsiveness" => 1, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "electricPanelHeaters" => [ "title" => "Electric Panel, Convector or Radiant Heaters", "summer" => "1", "winter" => "1", "fuel" => "Standard Tariff", "responsiveness" => 0.5, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "electricBoiler" => [ "title" => "Electric boiler and radiators", "summer" => "1", "winter" => "1", "fuel" => "Standard Tariff", "responsiveness" => 1, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "woodfiredBoiler" => [ "title" => "Wood fired boiler and radiators", "summer" => ".7", "winter" => ".7", "fuel" => "wood", "responsiveness" => 1, "controlType" => 2, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "electricUnderfloorHeating" => [ "title" => "Electric underflood heating", "summer" => "1", "winter" => "1", "fuel" => "Standard Tariff", "responsiveness" => 0.5, "controlType" => 2, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "unknown" => [ "title" => "Don't know", ] ], "spaceHeatingSystemsSecondary" => [ "openFire" => [ "title" => "Open Fire", "summer" => ".37", "winter" => ".37", "fuel" => "coal", "responsiveness" => 0.5, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "gasFire" => [ "title" => "Gas Fire", "summer" => ".63", "winter" => ".63", "fuel" => "Mains Gas", "responsiveness" => 0.5, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "electricFire" => [ "title" => "Electric Fire", "summer" => "1", "winter" => "1", "fuel" => "Standard Tariff", "responsiveness" => 1, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "roomWoodBurner" => [ "title" => "Room Wood Burner", "summer" => ".65", "winter" => ".65", "fuel" => "wood", "responsiveness" => 0.5, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], "electricUnderfloorHeating" => [ "title" => "Electric Underfloor Heating", "summer" => "1", "winter" => "1", "fuel" => "Standard Tariff", "responsiveness" => 1, "controlType" => 1, 'central_heating_pump' => 0, 'combi_loss' => 0, 'fans_and_supply_pumps' => 45, 'primary_circuit_loss' => 'No', 'temperature_adjustment' => 0 ], ],

cagabi commented 7 years ago

Don't worry about this one, I am doing it :)

cagabi commented 7 years ago

I have done it now and think it is ok. Basically I have done:


        "radiatorsWithNewGasBoiler" => [ // STMB3
            "title" => "Radiators (or underfloor heating) and new A rated Gas Boiler",
            "summer" => "80",
            "winter" => "90",
            "fuel" => "Mains Gas",
            "responsiveness" => 1,
            "controlType" => 2,
            'central_heating_pump' => 120,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'Yes',
            'temperature_adjustment' => 0
        ],
        "radiatorsWithOlderBoiler" => [  //STMB2
            "title" => "Radiators (or underfloor heating) and older gas boiler",
            "summer" => "70",
            "winter" => "80",
            "fuel" => "Mains Gas",
            "responsiveness" => 1,
            "controlType" => 2,
            'central_heating_pump' => 156,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'Yes',
            'temperature_adjustment' => 0
        ],
        "radiatorsWithVeryOldBoiler" => [ // STMB1
            "title" => "Radiators (or underfloor heating) and very old gas boiler",
            "summer" => "60",
            "winter" => "70",
            "fuel" => "Mains Gas",
            "responsiveness" => 1,
            "controlType" => 1,
            'central_heating_pump' => 156,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'Yes',
            'temperature_adjustment' => 0
        ],
        "electricPanelHeaters" => [
            "title" => "Electric Panel, Convector or Radiant Heaters",
            "summer" => "100",
            "winter" => "100",
            "fuel" => "Standard Tariff",
            "responsiveness" => 0.5,
            "controlType" => 1,
            'central_heating_pump' => 0,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'No',
            'temperature_adjustment' => 0
        ],
        "electricBoiler" => [
            "title" => "Electric boiler and radiators",
            "summer" => "100",
            "winter" => "100",
            "fuel" => "Standard Tariff",
            "responsiveness" => 1,
            "controlType" => 1,
            'central_heating_pump' => 156,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'Yes',
            'temperature_adjustment' => 0
        ],
        "woodfiredBoiler" => [
            "title" => "Wood fired boiler and radiators",
            "summer" => "70",
            "winter" => "70",
            "fuel" => "Wood Logs",
            "responsiveness" => 1,
            "controlType" => 2,
            'central_heating_pump' => 156,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'Yes',
            'temperature_adjustment' => 0
        ],
        "electricUnderfloorHeating" => [
            "title" => "Electric underfloor heating",
            "summer" => "100",
            "winter" => "100",
            "fuel" => "Standard Tariff",
            "responsiveness" => 0.5,
            "controlType" => 2,
            'central_heating_pump' => 156,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'Yes',
            'temperature_adjustment' => 0
        ],
        "unknown" => [
            "title" => "Don't know",
        ]
    ],
    "spaceHeatingSystemsSecondary" => [
        "openFire" => [
            "title" => "Open Fire",
            "summer" => "37",
            "winter" => "37",
            "fuel" => "House Coal",
            "responsiveness" => 0.5,
            "controlType" => 1,
            'central_heating_pump' => 0,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'No',
            'temperature_adjustment' => 0
        ],
        "gasFire" => [
            "title" => "Gas Fire",
            "summer" => "63",
            "winter" => "63",
            "fuel" => "Mains Gas",
            "responsiveness" => 0.5,
            "controlType" => 1,
            'central_heating_pump' => 0,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'No',
            'temperature_adjustment' => 0
        ],
        "electricFire" => [
            "title" => "Electric Fire",
            "summer" => "100",
            "winter" => "100",
            "fuel" => "Standard Tariff",
            "responsiveness" => 1,
            "controlType" => 1,
            'central_heating_pump' => 0,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'No',
            'temperature_adjustment' => 0
        ],
        "roomWoodBurner" => [
            "title" => "Room Wood Burner",
            "summer" => "65",
            "winter" => "65",
            "fuel" => "Wood Logs",
            "responsiveness" => 0.5,
            "controlType" => 1,
            'central_heating_pump' => 0,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'No',
            'temperature_adjustment' => 0
        ],
        "electricUnderfloorHeating" => [
            "title" => "Electric Underfloor Heating",
            "summer" => "100",
            "winter" => "100",
            "fuel" => "Standard Tariff",
            "responsiveness" => 1,
            "controlType" => 1,
            'central_heating_pump' => 156,
            'combi_loss' => 0,
            'fans_and_supply_pumps' => 0,
            'primary_circuit_loss' => 'No',
            'temperature_adjustment' => 0
        ],
    ],