Files
llmiotsafe/data/behavior_patterns/daily_routines.json
2026-05-12 17:01:39 +08:00

450 lines
16 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"_meta": {
"description": "不同居住者画像的日常行为时间表模板",
"time_format": "HH:MM24小时制",
"time_jitter": "实际生成时每个时间点加 ±jitter_minutes 的随机偏移",
"note": "每个 routine 由一系列 activity 组成,每个 activity 引用 action_event_mapping 中的 action"
},
"profiles": {
"young_professional": {
"description": "上班族,白天出门晚上回家",
"jitter_minutes": 15,
"weekday": {
"activities": [
{
"time": "06:30", "label": "wake_up",
"actions": [
{ "action": "enter_room", "room": "bedroom" },
{ "action": "turn_on_light", "room": "bedroom" },
{ "action": "open_window_covering", "room": "bedroom" }
]
},
{
"time": "06:40", "label": "morning_bathroom",
"actions": [
{ "action": "leave_room", "room": "bedroom" },
{ "action": "use_bathroom", "bathroom": "bathroom" }
]
},
{
"time": "07:00", "label": "breakfast",
"actions": [
{ "action": "leave_bathroom", "bathroom": "bathroom" },
{ "action": "enter_room", "room": "kitchen" },
{ "action": "turn_on_light", "room": "kitchen" }
]
},
{
"time": "07:25", "label": "leave_home",
"actions": [
{ "action": "turn_off_light", "room": "kitchen" },
{ "action": "turn_off_light", "room": "bedroom" },
{ "action": "enter_room", "room": "entrance" },
{ "action": "unlock_front_door", "source": "Manual" },
{ "action": "lock_front_door", "source": "Auto" }
]
},
{
"time": "07:30-18:00", "label": "away_from_home",
"actions": [],
"note": "家中无人,所有 occupancy 应为 0灯应为 off"
},
{
"time": "18:15", "label": "arrive_home",
"actions": [
{ "action": "unlock_front_door", "source": "Keypad" },
{ "action": "enter_room", "room": "entrance" },
{ "action": "turn_on_light", "room": "entrance" },
{ "action": "enter_room", "room": "living_room" },
{ "action": "turn_on_light", "room": "living_room" },
{ "action": "turn_on_ac", "room": "living_room", "mode": 3 }
]
},
{
"time": "19:00", "label": "cook_dinner",
"actions": [
{ "action": "start_cooking" }
]
},
{
"time": "19:40", "label": "finish_cooking",
"actions": [
{ "action": "stop_cooking" }
]
},
{
"time": "20:00", "label": "after_dinner",
"actions": [
{ "action": "start_dishwasher" },
{ "action": "enter_room", "room": "living_room" }
]
},
{
"time": "22:00", "label": "prepare_sleep",
"actions": [
{ "action": "turn_off_light", "room": "living_room" },
{ "action": "turn_off_light", "room": "entrance" },
{ "action": "turn_off_ac", "room": "living_room" },
{ "action": "enter_room", "room": "bedroom" },
{ "action": "turn_on_light", "room": "bedroom" },
{ "action": "close_window_covering", "room": "bedroom" },
{ "action": "lock_front_door", "source": "Remote" }
]
},
{
"time": "22:30", "label": "sleep",
"actions": [
{ "action": "dim_light", "room": "bedroom" }
]
},
{
"time": "22:45", "label": "lights_out",
"actions": [
{ "action": "turn_off_light", "room": "bedroom" },
{ "action": "leave_room", "room": "bedroom", "note": "人在床上但不再走动occupancy 最终变 0" }
]
}
]
},
"weekend": {
"activities": [
{
"time": "08:30", "label": "wake_up_late",
"actions": [
{ "action": "enter_room", "room": "bedroom" },
{ "action": "turn_on_light", "room": "bedroom" },
{ "action": "open_window_covering", "room": "bedroom" }
]
},
{
"time": "08:45", "label": "morning_bathroom",
"actions": [
{ "action": "use_bathroom", "bathroom": "bathroom" }
]
},
{
"time": "09:10", "label": "breakfast",
"actions": [
{ "action": "leave_bathroom", "bathroom": "bathroom" },
{ "action": "start_cooking" }
]
},
{
"time": "09:40", "label": "finish_breakfast",
"actions": [
{ "action": "stop_cooking" }
]
},
{
"time": "10:00", "label": "living_room_relax",
"actions": [
{ "action": "enter_room", "room": "living_room" },
{ "action": "turn_on_light", "room": "living_room" },
{ "action": "turn_on_ac", "room": "living_room", "mode": 3 },
{ "action": "open_window_covering", "room": "living_room" }
]
},
{
"time": "12:00", "label": "lunch_cooking",
"actions": [
{ "action": "start_cooking" }
]
},
{
"time": "12:40", "label": "finish_lunch",
"actions": [
{ "action": "stop_cooking" }
]
},
{
"time": "13:30", "label": "afternoon_out_or_home",
"actions": [],
"note": "周末下午可能出门也可能在家,随机选择"
},
{
"time": "18:00", "label": "dinner",
"actions": [
{ "action": "start_cooking" }
]
},
{
"time": "18:40", "label": "finish_dinner",
"actions": [
{ "action": "stop_cooking" },
{ "action": "start_dishwasher" }
]
},
{
"time": "23:00", "label": "sleep",
"actions": [
{ "action": "turn_off_light", "room": "living_room" },
{ "action": "turn_off_ac", "room": "living_room" },
{ "action": "enter_room", "room": "bedroom" },
{ "action": "close_window_covering", "room": "bedroom" },
{ "action": "lock_front_door", "source": "Remote" },
{ "action": "turn_off_light", "room": "bedroom" }
]
}
]
}
},
"elderly_living_alone": {
"description": "独居老人,作息非常规律,活动范围小",
"jitter_minutes": 10,
"weekday": {
"note": "老人每天作息基本一样,工作日和周末无区别",
"activities": [
{
"time": "05:30", "label": "wake_up_early",
"actions": [
{ "action": "enter_room", "room": "bedroom" },
{ "action": "turn_on_light", "room": "bedroom" },
{ "action": "open_window_covering", "room": "bedroom" }
]
},
{
"time": "05:40", "label": "morning_bathroom",
"actions": [
{ "action": "use_bathroom", "bathroom": "bathroom" }
]
},
{
"time": "06:00", "label": "breakfast",
"actions": [
{ "action": "leave_bathroom", "bathroom": "bathroom" },
{ "action": "start_cooking" }
]
},
{
"time": "06:30", "label": "finish_breakfast",
"actions": [
{ "action": "stop_cooking" }
]
},
{
"time": "07:00", "label": "morning_walk",
"actions": [
{ "action": "turn_off_light", "room": "kitchen" },
{ "action": "unlock_front_door", "source": "Manual" },
{ "action": "lock_front_door", "source": "Manual" }
]
},
{
"time": "08:30", "label": "return_from_walk",
"actions": [
{ "action": "unlock_front_door", "source": "Keypad" },
{ "action": "enter_room", "room": "living_room" },
{ "action": "turn_on_light", "room": "living_room" }
]
},
{
"time": "11:00", "label": "lunch_prep",
"actions": [
{ "action": "start_cooking" }
]
},
{
"time": "11:30", "label": "finish_lunch",
"actions": [
{ "action": "stop_cooking" }
]
},
{
"time": "12:30", "label": "afternoon_nap",
"actions": [
{ "action": "turn_off_light", "room": "living_room" },
{ "action": "enter_room", "room": "bedroom" },
{ "action": "close_window_covering", "room": "bedroom" }
]
},
{
"time": "14:00", "label": "wake_from_nap",
"actions": [
{ "action": "enter_room", "room": "bedroom" },
{ "action": "open_window_covering", "room": "bedroom" },
{ "action": "enter_room", "room": "living_room" },
{ "action": "turn_on_light", "room": "living_room" }
]
},
{
"time": "17:00", "label": "dinner_prep",
"actions": [
{ "action": "start_cooking" }
]
},
{
"time": "17:30", "label": "finish_dinner",
"actions": [
{ "action": "stop_cooking" }
]
},
{
"time": "19:30", "label": "evening_wind_down",
"actions": [
{ "action": "enter_room", "room": "living_room" },
{ "action": "dim_light", "room": "living_room" }
]
},
{
"time": "20:30", "label": "prepare_sleep",
"actions": [
{ "action": "turn_off_light", "room": "living_room" },
{ "action": "use_bathroom", "bathroom": "bathroom" }
]
},
{
"time": "20:45", "label": "sleep",
"actions": [
{ "action": "leave_bathroom", "bathroom": "bathroom" },
{ "action": "enter_room", "room": "bedroom" },
{ "action": "lock_front_door", "source": "Manual" },
{ "action": "turn_on_light", "room": "bedroom" },
{ "action": "close_window_covering", "room": "bedroom" },
{ "action": "turn_off_light", "room": "bedroom" }
]
}
]
},
"weekend": {
"note": "与工作日基本一致",
"same_as": "weekday"
}
},
"family_with_children": {
"description": "有小孩的家庭,多人同时活动,设备使用密度高",
"jitter_minutes": 20,
"weekday": {
"activities": [
{
"time": "06:15", "label": "parents_wake_up",
"actions": [
{ "action": "enter_room", "room": "master_bedroom" },
{ "action": "turn_on_light", "room": "master_bedroom" }
]
},
{
"time": "06:30", "label": "wake_children",
"actions": [
{ "action": "enter_room", "room": "kids_room" },
{ "action": "turn_on_light", "room": "kids_room" },
{ "action": "open_window_covering", "room": "kids_room" }
]
},
{
"time": "06:35", "label": "morning_bathroom_parent",
"actions": [
{ "action": "use_bathroom", "bathroom": "master_bathroom" }
]
},
{
"time": "06:45", "label": "morning_bathroom_child",
"actions": [
{ "action": "use_bathroom", "bathroom": "second_bathroom" }
]
},
{
"time": "06:50", "label": "breakfast_prep",
"actions": [
{ "action": "leave_bathroom", "bathroom": "master_bathroom" },
{ "action": "start_cooking" }
]
},
{
"time": "07:10", "label": "family_breakfast",
"actions": [
{ "action": "stop_cooking" },
{ "action": "enter_room", "room": "dining_room" },
{ "action": "turn_on_light", "room": "dining_room" }
]
},
{
"time": "07:30", "label": "family_leaves",
"actions": [
{ "action": "turn_off_light", "room": "dining_room" },
{ "action": "turn_off_light", "room": "kitchen" },
{ "action": "turn_off_light", "room": "master_bedroom" },
{ "action": "turn_off_light", "room": "kids_room" },
{ "action": "unlock_front_door", "source": "Manual" },
{ "action": "lock_front_door", "source": "Auto" }
]
},
{
"time": "07:35-16:00", "label": "away",
"actions": [],
"note": "全家外出"
},
{
"time": "16:15", "label": "child_returns",
"actions": [
{ "action": "unlock_front_door", "source": "Keypad" },
{ "action": "enter_room", "room": "kids_room" },
{ "action": "turn_on_light", "room": "kids_room" }
]
},
{
"time": "18:00", "label": "parent_returns",
"actions": [
{ "action": "unlock_front_door", "source": "Keypad" },
{ "action": "enter_room", "room": "living_room" },
{ "action": "turn_on_light", "room": "living_room" },
{ "action": "turn_on_ac", "room": "living_room", "mode": 3 }
]
},
{
"time": "18:30", "label": "dinner_prep",
"actions": [
{ "action": "start_cooking" }
]
},
{
"time": "19:10", "label": "family_dinner",
"actions": [
{ "action": "stop_cooking" },
{ "action": "enter_room", "room": "dining_room" },
{ "action": "turn_on_light", "room": "dining_room" }
]
},
{
"time": "19:40", "label": "after_dinner",
"actions": [
{ "action": "start_dishwasher" },
{ "action": "turn_off_light", "room": "dining_room" }
]
},
{
"time": "21:00", "label": "children_sleep",
"actions": [
{ "action": "turn_off_light", "room": "kids_room" },
{ "action": "close_window_covering", "room": "kids_room" }
]
},
{
"time": "22:30", "label": "parents_sleep",
"actions": [
{ "action": "turn_off_light", "room": "living_room" },
{ "action": "turn_off_ac", "room": "living_room" },
{ "action": "enter_room", "room": "master_bedroom" },
{ "action": "close_window_covering", "room": "master_bedroom" },
{ "action": "lock_front_door", "source": "Remote" },
{ "action": "turn_off_light", "room": "master_bedroom" }
]
}
]
},
"weekend": {
"note": "周末活动更分散,起床晚,下午可能出门活动",
"same_as_with_modifications": "weekday",
"modifications": [
"wake_up time shift to 08:00",
"no school run, children stay home",
"afternoon: family outing (14:00-17:00) or stay home",
"dinner later (19:00)",
"sleep later (23:00)"
]
}
}
}
}