From 3a51bbe77b019b22e55e9a29e3d9215a5e4deeac Mon Sep 17 00:00:00 2001 From: kbrown900 <74275228+kbrown900@users.noreply.github.com> Date: Thu, 7 Mar 2024 08:06:20 -0800 Subject: [PATCH] Generic Items and Tripp Lite KVM (#1948) * Created Some Generics and a Tripp Lite KVM * New Vented Blanking Panels * modified model names of vented panels --- .../Eaton/Tripp-Lite-B040-008-19.yaml | 62 +++++++++++++++++++ device-types/Generic/Blanking-Panel-1U.yaml | 7 +++ device-types/Generic/Blanking-Panel-2U.yaml | 7 +++ device-types/Generic/Storage-Drawer-2U.yaml | 7 +++ device-types/Generic/Storage-Drawer-4U.yaml | 7 +++ .../Generic/Vented-Blanking-Panel-1U.yaml | 8 +++ .../Generic/Vented-Blanking-Panel-2U.yaml | 8 +++ 7 files changed, 106 insertions(+) create mode 100644 device-types/Eaton/Tripp-Lite-B040-008-19.yaml create mode 100644 device-types/Generic/Blanking-Panel-1U.yaml create mode 100644 device-types/Generic/Blanking-Panel-2U.yaml create mode 100644 device-types/Generic/Storage-Drawer-2U.yaml create mode 100644 device-types/Generic/Storage-Drawer-4U.yaml create mode 100644 device-types/Generic/Vented-Blanking-Panel-1U.yaml create mode 100644 device-types/Generic/Vented-Blanking-Panel-2U.yaml diff --git a/device-types/Eaton/Tripp-Lite-B040-008-19.yaml b/device-types/Eaton/Tripp-Lite-B040-008-19.yaml new file mode 100644 index 000000000..c895c143f --- /dev/null +++ b/device-types/Eaton/Tripp-Lite-B040-008-19.yaml @@ -0,0 +1,62 @@ +--- +manufacturer: Eaton +model: Tripp Lite B040-008-19 +slug: eaton-tripp-lite-b040-008-19 +part_number: B040-008-19 +u_height: 1.0 +is_full_depth: true +comments: '[Datasheet](https://assets.tripplite.com/product-pdfs/en/b04000819.pdf)' +weight: 31.7 +weight_unit: lb +airflow: passive +console-ports: + - name: External VGA + type: other + label: VGA + description: HD15 External VGA + - name: Firmware Upgrade Port + type: other + label: Firmware Upgrade + description: HD15 Firmware Upgrade Port +console-server-ports: + - name: '#1' + type: other + label: '1' + description: HD15 KVM Port + - name: '#2' + type: other + label: '2' + description: HD15 KVM Port + - name: '#3' + type: other + label: '3' + description: HD15 KVM Port + - name: '#4' + type: other + label: '4' + description: HD15 KVM Port + - name: '#5' + type: other + label: '5' + description: HD15 KVM Port + - name: '#6' + type: other + label: '6' + description: HD15 KVM Port + - name: '#7' + type: other + label: '7' + description: HD15 KVM Port + - name: '#8' + type: other + label: '8' + description: HD15 KVM Port + - name: External Expansion Port + type: other + label: Daisy-Chain-Out + description: HD15 +power-ports: + - name: Power Port 1 + type: iec-60320-c14 + maximum_draw: 34 + description: Cable Dongle to standard NEMA 5-15P diff --git a/device-types/Generic/Blanking-Panel-1U.yaml b/device-types/Generic/Blanking-Panel-1U.yaml new file mode 100644 index 000000000..1b17c3e79 --- /dev/null +++ b/device-types/Generic/Blanking-Panel-1U.yaml @@ -0,0 +1,7 @@ +--- +manufacturer: Generic +model: Blanking Panel 1U +slug: generic-blanking-panel-1u +is_powered: false +u_height: 1.0 +is_full_depth: false diff --git a/device-types/Generic/Blanking-Panel-2U.yaml b/device-types/Generic/Blanking-Panel-2U.yaml new file mode 100644 index 000000000..c9933236d --- /dev/null +++ b/device-types/Generic/Blanking-Panel-2U.yaml @@ -0,0 +1,7 @@ +--- +manufacturer: Generic +model: Blanking Panel 2U +slug: generic-blanking-panel-2u +is_powered: false +u_height: 2.0 +is_full_depth: false diff --git a/device-types/Generic/Storage-Drawer-2U.yaml b/device-types/Generic/Storage-Drawer-2U.yaml new file mode 100644 index 000000000..ece06a3cf --- /dev/null +++ b/device-types/Generic/Storage-Drawer-2U.yaml @@ -0,0 +1,7 @@ +--- +manufacturer: Generic +model: Storage Drawer 2U +slug: generic-storage-drawer-2u +u_height: 2.0 +is_full_depth: false +is_powered: false diff --git a/device-types/Generic/Storage-Drawer-4U.yaml b/device-types/Generic/Storage-Drawer-4U.yaml new file mode 100644 index 000000000..f8f881208 --- /dev/null +++ b/device-types/Generic/Storage-Drawer-4U.yaml @@ -0,0 +1,7 @@ +--- +manufacturer: Generic +model: Storage Drawer 4U +slug: generic-storage-drawer-4u +u_height: 4.0 +is_full_depth: false +is_powered: false diff --git a/device-types/Generic/Vented-Blanking-Panel-1U.yaml b/device-types/Generic/Vented-Blanking-Panel-1U.yaml new file mode 100644 index 000000000..9ac96d04f --- /dev/null +++ b/device-types/Generic/Vented-Blanking-Panel-1U.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Generic +model: Vented Blanking Panel 1U +slug: generic-vented-blanking-panel-1u +is_powered: false +u_height: 1.0 +is_full_depth: false +airflow: passive diff --git a/device-types/Generic/Vented-Blanking-Panel-2U.yaml b/device-types/Generic/Vented-Blanking-Panel-2U.yaml new file mode 100644 index 000000000..1d37ca2b3 --- /dev/null +++ b/device-types/Generic/Vented-Blanking-Panel-2U.yaml @@ -0,0 +1,8 @@ +--- +manufacturer: Generic +model: Vented Blanking Panel 2U +slug: generic-vented-blanking-panel-2u +is_powered: false +u_height: 2.0 +is_full_depth: false +airflow: passive