Bric has added Heat_Pumps to there ontology but i cant find it in REC, is there any plans on adding that shortly? Riksbyggen is implementing REC and needs it. Otherwise we will set up our on version of it...
"Heat_Pump_Condensing_Unit": {
"tags": [
TAG.Equipment,
TAG.Condenser,
TAG.Condensing,
TAG.Unit,
TAG.Cooling,
TAG.Heating,
],
"subclasses": {
"Heat_Pump_Air_Source_Condensing_Unit": {
"tags": [
TAG.Equipment,
TAG.Air,
TAG.Source,
TAG.Heat,
TAG.Pump,
],
},
"Heat_Pump_Ground_Source_Condensing_Unit": {
"tags": [
TAG.Equipment,
TAG.Ground,
TAG.Source,
TAG.Heat,
TAG.Pump,
],
},
"Heat_Pump_Water_Source_Condensing_Unit": {
"tags": [
TAG.Equipment,
TAG.Water,
TAG.Source,
TAG.Heat,
TAG.Pump,
],
},
},
},
Bric has added Heat_Pumps to there ontology but i cant find it in REC, is there any plans on adding that shortly? Riksbyggen is implementing REC and needs it. Otherwise we will set up our on version of it...