From 33ae0c39c7d4089e159156477415110943ac4008 Mon Sep 17 00:00:00 2001 From: Matt Peterson Date: Mon, 25 Mar 2024 10:16:08 -0700 Subject: [PATCH] Add ServerTech C1W08HC-0ABA2BAC (#1865) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add ServerTech C1W08HC-0ABA2BAC * Single phase, fix typo Device Types does not appear to have a way to encode that ports 1-4 are on "BR1" breaker, and 5-8 are on "BR2" ¯\_(ツ)_/¯ * Remove whitespace * Remove quoting --------- Co-authored-by: Jonathan Lassoff --- .../Server Technology/C1W08HC-0ABA2BAC.yaml | 67 +++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 device-types/Server Technology/C1W08HC-0ABA2BAC.yaml diff --git a/device-types/Server Technology/C1W08HC-0ABA2BAC.yaml b/device-types/Server Technology/C1W08HC-0ABA2BAC.yaml new file mode 100644 index 000000000..56bb5ed60 --- /dev/null +++ b/device-types/Server Technology/C1W08HC-0ABA2BAC.yaml @@ -0,0 +1,67 @@ +--- +manufacturer: Server Technology +model: C1W08HC-0ABA2BAC +slug: server-technology-c1w08hc-0aba2bac +part_number: C1W08HC-0ABA2BAC +u_height: 1 +is_full_depth: false +airflow: passive +comments: | + PRO1 Switched, Per-Inlet Power Sensing, Primary, 16A, 120-240V, (8) C13, + Dimensions: 45 x 437 x 178 mm (1.75 x 17.2 x 7.0") +console-ports: + - name: ser + label: SER + type: rj-45 + - name: th1 + label: T/H1 + type: rj-11 + - name: th2 + label: T/H2 + type: rj-11 +console-server-ports: + - name: link + label: LINK + type: rj-12 +power-ports: + - name: Power Port 1 + type: iec-60320-c20 + maximum_draw: 3300 +power-outlets: + - name: Outlet 1 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A + - name: Outlet 2 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A + - name: Outlet 3 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A + - name: Outlet 4 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A + - name: Outlet 5 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A + - name: Outlet 6 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A + - name: Outlet 7 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A + - name: Outlet 8 + type: iec-60320-c13 + power_port: Power Port 1 + feed_leg: A +interfaces: + - name: net + label: NET + type: 1000base-t + mgmt_only: true