mirror of
https://github.com/home-assistant/core.git
synced 2026-09-13 04:01:03 +01:00
Co-authored-by: Claude Opus 5 <noreply@anthropic.com> Co-authored-by: Erwin Douna <e.douna@gmail.com>
271 lines
8.8 KiB
JSON
271 lines
8.8 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"missing_configuration": "[%key:common::config_flow::abort::oauth2_missing_configuration%]",
|
|
"no_devices_found": "Could not find any heat pumps on this account",
|
|
"wrong_account": "You can only reauthenticate this account with the same user."
|
|
},
|
|
"create_entry": {
|
|
"default": "[%key:common::config_flow::create_entry::authenticated%]"
|
|
},
|
|
"step": {
|
|
"find_devices": {
|
|
"title": "Select your heat pump"
|
|
},
|
|
"pick_implementation": {
|
|
"data": {
|
|
"implementation": "[%key:common::config_flow::data::implementation%]"
|
|
},
|
|
"data_description": {
|
|
"implementation": "[%key:common::config_flow::description::implementation%]"
|
|
},
|
|
"title": "[%key:common::config_flow::title::oauth2_pick_implementation%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "You need to re-authenticate with WeHeat to continue",
|
|
"title": "Re-authenticate with WeHeat"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"cooling_start_condition_contact_not_blocked": {
|
|
"name": "Cooling contact not blocking"
|
|
},
|
|
"cooling_start_condition_control_method": {
|
|
"name": "Cooling allowed by control method"
|
|
},
|
|
"cooling_start_condition_demand": {
|
|
"name": "Demand for cooling from cooling curve"
|
|
},
|
|
"cooling_start_condition_dtc": {
|
|
"name": "No cooling-related faults"
|
|
},
|
|
"cooling_start_condition_exponential_backoff": {
|
|
"name": "No cooling back-off waiting time"
|
|
},
|
|
"cooling_start_condition_heat_cool_delay": {
|
|
"name": "No heating in the last 24 hours"
|
|
},
|
|
"cooling_start_condition_indoor_unit_connected": {
|
|
"name": "Cooling indoor unit connected"
|
|
},
|
|
"cooling_start_condition_inside_temperature": {
|
|
"name": "Cooling room warmer than desired"
|
|
},
|
|
"cooling_start_condition_outside_air_temperature": {
|
|
"name": "Cooling outside temperature high enough"
|
|
},
|
|
"cooling_start_condition_water_temperature": {
|
|
"name": "Water warmer than cooling curve"
|
|
},
|
|
"cooling_start_condition_water_to_air": {
|
|
"name": "Cooling air warmer than system water"
|
|
},
|
|
"indoor_unit_auxiliary_pump_state": {
|
|
"name": "Indoor unit auxiliary water pump"
|
|
},
|
|
"indoor_unit_dhw_valve_or_pump_state": {
|
|
"name": "Indoor unit DHW valve or water pump"
|
|
},
|
|
"indoor_unit_electric_heater_state": {
|
|
"name": "Indoor unit electric heater"
|
|
},
|
|
"indoor_unit_gas_boiler_state": {
|
|
"name": "Indoor unit gas boiler heating allowed"
|
|
},
|
|
"indoor_unit_water_pump_state": {
|
|
"name": "Indoor unit water pump"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"air_outlet_temperature": {
|
|
"name": "Air outlet temperature"
|
|
},
|
|
"central_heating_flow_volume": {
|
|
"name": "Central heating pump flow"
|
|
},
|
|
"ch_inlet_temperature": {
|
|
"name": "Central heating inlet temperature"
|
|
},
|
|
"compressor_percentage": {
|
|
"name": "Compressor usage"
|
|
},
|
|
"compressor_rpm": {
|
|
"name": "Compressor speed"
|
|
},
|
|
"cooling_blocked_by": {
|
|
"name": "Cooling blocked by",
|
|
"state": {
|
|
"contact_not_blocked": "Blocked by external contact",
|
|
"control_method": "Control method does not allow cooling",
|
|
"demand": "No cooling demand",
|
|
"dtc": "Cooling fault active",
|
|
"exponential_backoff": "Waiting for restart delay",
|
|
"heat_cool_delay": "Waiting for heating to cooling delay",
|
|
"indoor_unit_connected": "Indoor unit not connected",
|
|
"inside_temperature": "Room not warmer than target",
|
|
"none": "Not blocked",
|
|
"outside_air_temperature": "Outside temperature too low",
|
|
"water_temperature": "Water not warmer than cooling curve",
|
|
"water_to_air": "Air not warmer than water"
|
|
}
|
|
},
|
|
"cooling_conditions_met": {
|
|
"name": "Cooling conditions met",
|
|
"unit_of_measurement": "of 9"
|
|
},
|
|
"cooling_pause_reason": {
|
|
"name": "Cooling pause reason",
|
|
"state": {
|
|
"contact_blocked": "Blocked by external contact",
|
|
"demand": "No cooling demand",
|
|
"heat_pump_control": "Paused for another function",
|
|
"none": "Not paused",
|
|
"outside_colder_than_water_temperature": "Outside colder than water",
|
|
"outside_temperature_too_low": "Outside temperature too low",
|
|
"room_temperature_too_low": "Room temperature too low",
|
|
"water_temperature_below_dewpoint": "Water temperature below dew point",
|
|
"water_temperature_below_setpoint": "Water temperature colder than setpoint"
|
|
}
|
|
},
|
|
"cooling_state": {
|
|
"name": "Cooling state",
|
|
"state": {
|
|
"active": "Cooling",
|
|
"idle": "Idle",
|
|
"paused": "Paused",
|
|
"pausing": "Pausing",
|
|
"standby": "[%key:common::state::standby%]",
|
|
"standby_run_cp": "Standby, pump running",
|
|
"starting": "Starting",
|
|
"stopped": "Stopped",
|
|
"stopping": "Stopping",
|
|
"waiting": "Waiting to start",
|
|
"water_check": "Checking water temperature"
|
|
}
|
|
},
|
|
"cooling_stop_reason": {
|
|
"name": "Cooling stop reason",
|
|
"state": {
|
|
"contact_switch_over": "External contact switched over",
|
|
"control_method": "Stopped by control method",
|
|
"cooling_control": "Stopped by cooling control",
|
|
"dtc": "Stopped by diagnostics",
|
|
"heat_pump_control": "Stopped for another function",
|
|
"no_indoor_unit_communication": "No indoor unit communication",
|
|
"none": "Not stopped",
|
|
"thermostat_disabled": "Thermostat disabled"
|
|
}
|
|
},
|
|
"cooling_wait_until": {
|
|
"name": "Cooling wait until"
|
|
},
|
|
"cop": {
|
|
"name": "COP"
|
|
},
|
|
"dhw_bottom_temperature": {
|
|
"name": "DHW bottom temperature"
|
|
},
|
|
"dhw_control_method": {
|
|
"name": "DHW control method",
|
|
"state": {
|
|
"boost": "Boost",
|
|
"fixed": "Fixed setpoint",
|
|
"none": "None",
|
|
"schedule": "Schedule",
|
|
"weheat_intelligence": "Weheat Intelligence"
|
|
}
|
|
},
|
|
"dhw_flow_volume": {
|
|
"name": "DHW pump flow"
|
|
},
|
|
"dhw_target_temperature": {
|
|
"name": "DHW target temperature"
|
|
},
|
|
"dhw_top_temperature": {
|
|
"name": "DHW top temperature"
|
|
},
|
|
"electricity_used": {
|
|
"name": "Electricity used"
|
|
},
|
|
"electricity_used_cooling": {
|
|
"name": "Electricity used cooling"
|
|
},
|
|
"electricity_used_defrost": {
|
|
"name": "Electricity used defrost"
|
|
},
|
|
"electricity_used_dhw": {
|
|
"name": "Electricity used DHW"
|
|
},
|
|
"electricity_used_heating": {
|
|
"name": "Electricity used heating"
|
|
},
|
|
"electricity_used_indoor_unit": {
|
|
"name": "Electricity used indoor unit"
|
|
},
|
|
"electricity_used_standby": {
|
|
"name": "Electricity used standby"
|
|
},
|
|
"energy_output": {
|
|
"name": "Total energy output"
|
|
},
|
|
"energy_output_cooling": {
|
|
"name": "Energy output cooling"
|
|
},
|
|
"energy_output_defrost": {
|
|
"name": "Energy output defrost"
|
|
},
|
|
"energy_output_dhw": {
|
|
"name": "Energy output DHW"
|
|
},
|
|
"energy_output_heating": {
|
|
"name": "Energy output heating"
|
|
},
|
|
"heat_pump_state": {
|
|
"state": {
|
|
"cooling": "Cooling",
|
|
"defrosting": "Defrosting",
|
|
"dhw": "Heating DHW",
|
|
"heating": "Heating",
|
|
"legionella_prevention": "Legionella prevention",
|
|
"manual_control": "Manual control",
|
|
"offline": "Offline",
|
|
"self_test": "Self-test",
|
|
"standby": "[%key:common::state::standby%]",
|
|
"updating": "Updating",
|
|
"water_check": "Checking water temperature"
|
|
}
|
|
},
|
|
"last_cooling_time": {
|
|
"name": "Last cooling"
|
|
},
|
|
"outside_temperature": {
|
|
"name": "Outside temperature"
|
|
},
|
|
"power_input": {
|
|
"name": "Input power"
|
|
},
|
|
"power_output": {
|
|
"name": "Output power"
|
|
},
|
|
"thermostat_room_temperature": {
|
|
"name": "Current room temperature"
|
|
},
|
|
"thermostat_room_temperature_setpoint": {
|
|
"name": "Room temperature setpoint"
|
|
},
|
|
"thermostat_water_setpoint": {
|
|
"name": "Water target temperature"
|
|
},
|
|
"water_inlet_temperature": {
|
|
"name": "Water inlet temperature"
|
|
},
|
|
"water_outlet_temperature": {
|
|
"name": "Water outlet temperature"
|
|
}
|
|
}
|
|
}
|
|
}
|