mainheatcontrols controls for high heat retention storage heaters:

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-11 11:20:39 +01:00
parent 9bcd78eccc
commit 798894027c
2 changed files with 10 additions and 0 deletions

View file

@ -79,6 +79,8 @@ class MainheatControlAttributes(Definitions):
"rheoligçör t+ól +ó llaw": "manual charge control",
"rheolaeth amser a rheolaeth parthau tymheredd": "time and temperature zone control",
"rhaglennydd a thermostatau ar y cyfarpar": "programmer, room thermostat",
"rheolyddion i wresogyddion storio sygçön cadw llawer o wres": "controls for high heat retention storage "
"heaters",
}
def __init__(self, description: str):

View file

@ -153,4 +153,12 @@ mainheat_control_cases = [
{'original_description': 'Rhaglennydd a thermostatau ar y cyfarpar', 'thermostatic_control': 'room thermostat',
'charging_system': None, 'switch_system': 'programmer', 'no_control': None, 'dhw_control': None,
'community_heating': None, 'multiple_room_thermostats': False, 'auxiliary_systems': None, 'trvs': None},
{'original_description': 'Rheolyddion i wresogyddion storio syGÇÖn cadw llawer o wres',
'thermostatic_control': None,
'charging_system': 'high heat retention storage heaters', 'switch_system': None, 'no_control': None,
'dhw_control': None, 'community_heating': None, 'multiple_room_thermostats': False, 'auxiliary_systems': None,
'trvs': None}, {'original_description': 'Flat rate charging, TRVs', 'thermostatic_control': None,
'charging_system': 'flat rate charging', 'switch_system': None, 'no_control': None,
'dhw_control': None, 'community_heating': None, 'multiple_room_thermostats': False,
'auxiliary_systems': None, 'trvs': 'trvs'},
]