63 lines
3.4 KiB
JSON
63 lines
3.4 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure Intelligent Heating Pilot",
|
|
"description": "Set up your Intelligent Heating Pilot (IHP) integration for intelligent preheating calculations based on learned thermal slopes from your VTherm.",
|
|
"data": {
|
|
"name": "Integration Name",
|
|
"vtherm_entity_id": "Versatile Thermostat (VTherm) Entity",
|
|
"scheduler_entities": "Scheduler Entities (switches)",
|
|
"humidity_in_entity_id": "Indoor Humidity Sensor (optional)",
|
|
"humidity_out_entity_id": "Outdoor Humidity Sensor (optional)",
|
|
"cloud_cover_entity_id": "Cloud Coverage Sensor (optional)",
|
|
"lhs_retention_days": "Slope Data Retention (days)",
|
|
"task_range_days": "Recorder Extraction Period (days)",
|
|
"anticipation_recalc_tolerance_minutes": "Preheating Revert Time Delta (minutes)"
|
|
},
|
|
"data_description": {
|
|
"vtherm_entity_id": "The Versatile Thermostat to control (source of learned slope)",
|
|
"scheduler_entities": "The HACS Scheduler Component switches that control this VTherm",
|
|
"humidity_in_entity_id": "Room humidity sensor to refine calculations",
|
|
"humidity_out_entity_id": "Outdoor humidity sensor to refine calculations",
|
|
"cloud_cover_entity_id": "Cloud coverage sensor to account for solar impact",
|
|
"lhs_retention_days": "Number of days to retain slope data in storage (default: 30 days)",
|
|
"task_range_days": "Number of days per Recorder extraction task. Increase on powerful machines to reduce task count. Decrease on slow machines to reduce query load per task. Default: 7.",
|
|
"anticipation_recalc_tolerance_minutes": "Absolute time delta threshold used to cancel and reschedule active preheating when anticipation is recalculated. Default: 15 minutes."
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"abort": {
|
|
"already_configured": "This integration is already configured"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Modify Intelligent Heating Pilot Options",
|
|
"description": "Modify the entities used by Intelligent Heating Pilot",
|
|
"data": {
|
|
"vtherm_entity_id": "Versatile Thermostat (VTherm) Entity",
|
|
"scheduler_entities": "Scheduler Entities (switches)",
|
|
"humidity_in_entity_id": "Indoor Humidity Sensor (optional)",
|
|
"humidity_out_entity_id": "Outdoor Humidity Sensor (optional)",
|
|
"cloud_cover_entity_id": "Cloud Coverage Sensor (optional)",
|
|
"lhs_retention_days": "Slope Data Retention (days)",
|
|
"task_range_days": "Recorder Extraction Period (days)",
|
|
"anticipation_recalc_tolerance_minutes": "Preheating Revert Time Delta (minutes)"
|
|
},
|
|
"data_description": {
|
|
"lhs_retention_days": "Number of days to retain slope data in storage",
|
|
"task_range_days": "Number of days per Recorder extraction task. Increase on powerful machines to reduce task count. Decrease on slow machines to reduce query load per task. Default: 7.",
|
|
"anticipation_recalc_tolerance_minutes": "Absolute time delta threshold used to cancel and reschedule active preheating when anticipation is recalculated. Default: 15 minutes."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|