-
Notifications
You must be signed in to change notification settings - Fork 952
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new deviced for LANCOM and QNAP (#2581)
* Add LANCOM 1793VA, LANCOM 1793VAW * Change u_height for LANCOM 1793VA, LANCOM 1793VAW * Add QNAP TS-431U * Add LANCOM 1926VAG * Add LANCOM Rack-Mount * Removed unit height and add subdevice_role child to enable usage with LANCOM Rack-Mount * Add missing new line character to 1926VAG.yaml * Fixed type power_ports to power-ports * Update Rack-Mount.yaml added is_powered false * Update TS-431U.yaml updated data --------- Co-authored-by: linde <none@none> Co-authored-by: Harry <[email protected]>
- Loading branch information
1 parent
c958894
commit b8c3d62
Showing
6 changed files
with
159 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
manufacturer: LANCOM | ||
model: 1793VA | ||
slug: lancom-1793va | ||
part_number: '62115' | ||
u_height: 0 | ||
is_full_depth: false | ||
weight: 520 | ||
weight_unit: g | ||
subdevice_role: child | ||
comments: '[LANCOM 1793VA Data sheet](https://www.lancom-systems.de/download/LC-1793VA/DS_1793VA_DE.pdf)' | ||
power-ports: | ||
- name: PS1 | ||
type: dc-terminal | ||
maximum_draw: 17 | ||
interfaces: | ||
- name: ETH-1 | ||
type: 1000base-t | ||
- name: ETH-2 | ||
type: 1000base-t | ||
- name: ETH-3 | ||
type: 1000base-t | ||
- name: ETH-4 | ||
type: 1000base-t | ||
- name: VDSL/ADSL | ||
type: xdsl | ||
- name: Analog 2/4 | ||
type: other | ||
- name: Analog 1/3 | ||
type: other | ||
- name: ISDN 1 | ||
type: 1000base-t | ||
- name: ISDN 2 | ||
type: 1000base-t | ||
console-ports: | ||
- name: USB | ||
type: usb-a | ||
- name: com | ||
type: mini-din-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
manufacturer: LANCOM | ||
model: 1793VAW | ||
slug: lancom-1793vaw | ||
part_number: '62115' | ||
u_height: 0 | ||
is_full_depth: false | ||
weight: 520 | ||
weight_unit: g | ||
subdevice_role: child | ||
comments: '[LANCOM 1793VAW Data sheet](https://www.lancom-systems.de/download/LC-1793VAW/DS_1793VAW_DE.pdf)' | ||
power-ports: | ||
- name: PS1 | ||
type: dc-terminal | ||
maximum_draw: 17 | ||
interfaces: | ||
- name: ETH-1 | ||
type: 1000base-t | ||
- name: ETH-2 | ||
type: 1000base-t | ||
- name: ETH-3 | ||
type: 1000base-t | ||
- name: ETH-4 | ||
type: 1000base-t | ||
- name: VDSL/ADSL | ||
type: xdsl | ||
- name: Analog 2/4 | ||
type: other | ||
- name: Analog 1/3 | ||
type: other | ||
- name: ISDN 1 | ||
type: 1000base-t | ||
- name: ISDN 2 | ||
type: 1000base-t | ||
console-ports: | ||
- name: USB | ||
type: usb-a | ||
- name: com | ||
type: mini-din-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
manufacturer: LANCOM | ||
model: 1926VAG | ||
slug: lancom-1926vag | ||
part_number: '62122' | ||
u_height: 1 | ||
is_full_depth: false | ||
power-ports: | ||
- name: PS1 | ||
type: iec-60320-c14 | ||
maximum_draw: 34 | ||
interfaces: | ||
- name: G.FAST/VDSL 1 | ||
type: xdsl | ||
- name: VDSL 2 | ||
type: xdsl | ||
- name: WAN 1 (SFP) | ||
type: 1000base-x-sfp | ||
- name: WAN 1 | ||
type: 1000base-t | ||
- name: WAN 2 | ||
type: 1000base-t | ||
- name: ETH 1 | ||
type: 1000base-t | ||
- name: ETH 2 | ||
type: 1000base-t | ||
- name: ETH 3 | ||
type: 1000base-t | ||
- name: ETH 4 | ||
type: 1000base-t | ||
- name: ANALOG 1 | ||
type: other | ||
- name: ANALOG 2 | ||
type: other | ||
- name: ANALOG 3 | ||
type: other | ||
- name: ANALOG 4 | ||
type: other | ||
- name: ISDN 1 (NT) | ||
type: 1000base-t | ||
- name: ISDN 2 (NT) | ||
type: 1000base-t | ||
console-ports: | ||
- name: COM | ||
type: rj-45 | ||
- name: USB | ||
type: usb-a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
manufacturer: LANCOM | ||
model: Rack Mount | ||
slug: lancom-rack-mount | ||
part_number: '61501' | ||
u_height: 1 | ||
is_full_depth: false | ||
subdevice_role: parent | ||
is_powered: false | ||
comments: '[LANCOM Rack Mount Data sheet](https://www.lancom-systems.de/fileadmin/produkte/rack_mount/Rack-Mount_DE.pdf)' | ||
device-bays: | ||
- name: Device |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
manufacturer: QNAP | ||
model: TS-431U | ||
slug: qnap-ts-431u | ||
part_number: TS-431U | ||
is_full_depth: false | ||
airflow: side-to-rear | ||
comments: '[TS-431U | Hardware Specs | QNAP](https://www.qnap.com/de-de/product/ts-431u/specs/hardware)' | ||
weight: 9.26 | ||
weight_unit: kg | ||
u_height: 1 | ||
power-ports: | ||
- name: Power | ||
type: iec-60320-c14 | ||
maximum_draw: 250 | ||
allocated_draw: 35 | ||
interfaces: | ||
- name: eth0 | ||
type: 1000base-t | ||
- name: eth1 | ||
type: 1000base-t |