File size: 1,279 Bytes
099d46e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
  {
    "id": "salon",
    "name": "Beauty Salon (Kigali)",
    "archetype": "salon",
    "description": "4-chair salon, open 07:00\u201320:00, 6 days/week",
    "generator_kva": 2.0,
    "appliance_ids": [
      "hair_dryer",
      "clippers",
      "lights",
      "fan",
      "tv",
      "music",
      "neon_sign"
    ],
    "peak_hours": [
      8,
      9,
      10,
      15,
      16,
      17,
      18
    ],
    "monthly_revenue_rwf": 1800000
  },
  {
    "id": "cold_room",
    "name": "Cold Room / Butchery",
    "archetype": "cold_room",
    "description": "Meat storage + retail, 05:00\u201322:00, 7 days",
    "generator_kva": 3.5,
    "appliance_ids": [
      "fridge",
      "lights",
      "water_pump",
      "fan",
      "tv"
    ],
    "peak_hours": [
      5,
      6,
      7,
      17,
      18,
      19,
      20
    ],
    "monthly_revenue_rwf": 2500000
  },
  {
    "id": "tailor",
    "name": "Tailor Shop",
    "archetype": "tailor",
    "description": "3 sewing machines + ironing, 08:00\u201318:00, 6 days",
    "generator_kva": 1.5,
    "appliance_ids": [
      "lights",
      "fan",
      "music",
      "tv"
    ],
    "peak_hours": [
      9,
      10,
      11,
      14,
      15,
      16
    ],
    "monthly_revenue_rwf": 900000
  }
]