diff --git a/content/infrastructure/electrical.md b/content/infrastructure/electrical.md index 08be61d..2c009b9 100644 --- a/content/infrastructure/electrical.md +++ b/content/infrastructure/electrical.md @@ -9,15 +9,41 @@ tags: # Electrical & Circuit Breakers -## Main Electrical Panel +> [!info] French Floor Numbering +> In France, floors are numbered differently than in the US/UK: +> | French | American/UK | +> |--------|-------------| +> | **RDC** (Rez-de-chaussée) | Ground Floor / 1st Floor | +> | **1er étage** (1st floor) | 2nd Floor | +> | **2ème étage** (2nd floor) | 3rd Floor | +> +> The floor plans and labels below use **French numbering**. + +## Circuit Breaker Locations + +Each floor has its own circuit breaker panel. See floor plans below for exact locations. + +### RDC (Ground Floor) + +![[rdc-circuit-breakers.png]] + +### 1er Étage (1st Floor - US: 2nd Floor) + +![[1st-floor-circuit-breaker.png]] + +### 2ème Étage (2nd Floor - US: 3rd Floor) + +![[2nd-floor-circuit-breaker.png]] + +--- + +## Circuit Panel Details + +### Main Electrical Panel - **Location:** *TBD* - **Access:** *TBD (describe how to access - door, cabinet, etc.)* -### Panel Layout - -*TBD: Add photo or diagram of panel* - | Breaker # | Amperage | Serves | |-----------|----------|--------| | Main | *TBD* | Whole property | @@ -26,16 +52,9 @@ tags: | 3 | *TBD* | *TBD* | | ... | ... | ... | -## Secondary Panels (if any) - -### Panel 2 - -- **Location:** *TBD* -- **Serves:** *TBD* - ## How to Reset a Tripped Breaker -1. Locate the panel +1. Locate the panel for your floor (see floor plans above) 2. Find the tripped breaker (will be in middle position or show red) 3. Push breaker firmly to OFF position 4. Push breaker to ON position diff --git a/content/infrastructure/images/1st-floor-circuit-breaker.png b/content/infrastructure/images/1st-floor-circuit-breaker.png new file mode 100644 index 0000000..e718dd4 Binary files /dev/null and b/content/infrastructure/images/1st-floor-circuit-breaker.png differ diff --git a/content/infrastructure/images/2nd-floor-circuit-breaker.png b/content/infrastructure/images/2nd-floor-circuit-breaker.png new file mode 100644 index 0000000..623a8be Binary files /dev/null and b/content/infrastructure/images/2nd-floor-circuit-breaker.png differ diff --git a/content/infrastructure/images/rdc-circuit-breakers.png b/content/infrastructure/images/rdc-circuit-breakers.png new file mode 100644 index 0000000..5e3fcc8 Binary files /dev/null and b/content/infrastructure/images/rdc-circuit-breakers.png differ