From 11a3d6a8b87beb8b8660cda8204548de57fc3d37 Mon Sep 17 00:00:00 2001 From: kantchev <67967774+kantchev@users.noreply.github.com> Date: Mon, 1 Feb 2021 14:01:30 +0100 Subject: [PATCH] ubiquiti-all-unifi-devices (#171) * Added all Ubiquiti UniFi Generation 1 switches (incl. desktop models) * Added all Ubiquiti UniFi Generation 2 switches * Added all Ubiquiti UniFi security gateways Fixed file naming extended and reordered content of existing USG-PRO-4 * Added all Ubiquiti UniFi application server devices * Fixed non defined power port type * Fixed duplicate console port name * Fixed missing blank line at EOF Altered placeholder for undefined plug connection type for power ports * Added proper comments for all devices * Removed redundant information "mgmt_only: false" Added label to all PoE ports * Added proper comments for all devices * Changed port naming from 'RJ45 xx' to 'Port xx' Co-authored-by: akantchev --- device-types/Ubiquiti/UAS-XG.yaml | 23 ++++ device-types/Ubiquiti/UDM-Pro.yaml | 37 +++++++ device-types/Ubiquiti/US-16-150W.yaml | 54 ++++++++++ device-types/Ubiquiti/US-16-XG.yaml | 54 ++++++++++ device-types/Ubiquiti/US-24-250W.yaml | 70 +++++++++++++ device-types/Ubiquiti/US-24-500W.yaml | 70 +++++++++++++ device-types/Ubiquiti/US-24.yaml | 70 +++++++++++++ device-types/Ubiquiti/US-48-500W.yaml | 122 ++++++++++++++++++++++ device-types/Ubiquiti/US-48-750W.yaml | 122 ++++++++++++++++++++++ device-types/Ubiquiti/US-48.yaml | 122 ++++++++++++++++++++++ device-types/Ubiquiti/US-8-150W.yaml | 35 +++++++ device-types/Ubiquiti/US-8-60W.yaml | 31 ++++++ device-types/Ubiquiti/US-8.yaml | 31 ++++++ device-types/Ubiquiti/US-XG-6POE.yaml | 37 +++++++ device-types/Ubiquiti/USG-PRO-4.yaml | 32 ++++++ device-types/Ubiquiti/USG.yaml | 25 +++++ device-types/Ubiquiti/USW-16-PoE.yaml | 51 +++++++++ device-types/Ubiquiti/USW-24-PoE.yaml | 67 ++++++++++++ device-types/Ubiquiti/USW-24.yaml | 67 ++++++++++++ device-types/Ubiquiti/USW-48-PoE.yaml | 119 +++++++++++++++++++++ device-types/Ubiquiti/USW-Pro-24-PoE.yaml | 67 ++++++++++++ device-types/Ubiquiti/USW-Pro-48-PoE.yaml | 119 +++++++++++++++++++++ device-types/Ubiquiti/usg-pro-4.yaml | 32 ------ 23 files changed, 1425 insertions(+), 32 deletions(-) create mode 100644 device-types/Ubiquiti/UAS-XG.yaml create mode 100644 device-types/Ubiquiti/UDM-Pro.yaml create mode 100644 device-types/Ubiquiti/US-16-150W.yaml create mode 100644 device-types/Ubiquiti/US-16-XG.yaml create mode 100644 device-types/Ubiquiti/US-24-250W.yaml create mode 100644 device-types/Ubiquiti/US-24-500W.yaml create mode 100644 device-types/Ubiquiti/US-24.yaml create mode 100644 device-types/Ubiquiti/US-48-500W.yaml create mode 100644 device-types/Ubiquiti/US-48-750W.yaml create mode 100644 device-types/Ubiquiti/US-48.yaml create mode 100644 device-types/Ubiquiti/US-8-150W.yaml create mode 100644 device-types/Ubiquiti/US-8-60W.yaml create mode 100644 device-types/Ubiquiti/US-8.yaml create mode 100644 device-types/Ubiquiti/US-XG-6POE.yaml create mode 100644 device-types/Ubiquiti/USG-PRO-4.yaml create mode 100644 device-types/Ubiquiti/USG.yaml create mode 100644 device-types/Ubiquiti/USW-16-PoE.yaml create mode 100644 device-types/Ubiquiti/USW-24-PoE.yaml create mode 100644 device-types/Ubiquiti/USW-24.yaml create mode 100644 device-types/Ubiquiti/USW-48-PoE.yaml create mode 100644 device-types/Ubiquiti/USW-Pro-24-PoE.yaml create mode 100644 device-types/Ubiquiti/USW-Pro-48-PoE.yaml delete mode 100644 device-types/Ubiquiti/usg-pro-4.yaml diff --git a/device-types/Ubiquiti/UAS-XG.yaml b/device-types/Ubiquiti/UAS-XG.yaml new file mode 100644 index 00000000..a64b19ec --- /dev/null +++ b/device-types/Ubiquiti/UAS-XG.yaml @@ -0,0 +1,23 @@ +manufacturer: Ubiquiti +model: UniFi Application Server +slug: unifi-application-server +part_number: UAS-XG +comments: | + 10G Rack-Mountable UniFi Application Server, (2) 1/10G LAN, (1) 1G IPMI LAN, (1) VGA rear, (2) USB 3.0 rear, (2) USB 2.0 front + + Dimensions: 442.4 x 43.7 x 305.5 mm (17.42 x 1.72 x 12.03") +u_height: 1 +is_full_depth: true +interfaces: + - name: IPMI LAN + type: 1000base-t + mgmt_only: true + - name: LAN1 + type: 10gbase-t + - name: LAN2 + type: 10gbase-t +power-ports: + - name: Supply + type: iec-60320-c14 + maximum_draw: 150 + allocated_draw: 60 diff --git a/device-types/Ubiquiti/UDM-Pro.yaml b/device-types/Ubiquiti/UDM-Pro.yaml new file mode 100644 index 00000000..ceab6d92 --- /dev/null +++ b/device-types/Ubiquiti/UDM-Pro.yaml @@ -0,0 +1,37 @@ +manufacturer: Ubiquiti +model: UniFi Dream Machine Pro +slug: unifi-dream-machine-pro +part_number: UDM-PRO +comments: | + Enterprise Security Gateway and Network Appliance with 10G SFP+, (8) 1G LAN, (1) 1G WAN, (1) 1/10G SFP+ LAN, (1) 1/10G SFP+ WAN + + Dimensions: 442.4 x 43.7 x 285.6 mm (17.42 x 1.72 x 11.24") +u_height: 1 +is_full_depth: true +interfaces: + - name: LAN 1 + type: 1000base-t + - name: LAN 2 + type: 1000base-t + - name: LAN 3 + type: 1000base-t + - name: LAN 4 + type: 1000base-t + - name: LAN 5 + type: 1000base-t + - name: LAN 6 + type: 1000base-t + - name: LAN 7 + type: 1000base-t + - name: LAN 8 + type: 1000base-t + - name: WAN 9 + type: 1000base-t + - name: SFP+ 10 (LAN) + type: 10gbase-x-sfpp + - name: SFP+ 11 (WAN) + type: 10gbase-x-sfpp +power-ports: + - name: Supply + type: iec-60320-c14 + maximum_draw: 33 diff --git a/device-types/Ubiquiti/US-16-150W.yaml b/device-types/Ubiquiti/US-16-150W.yaml new file mode 100644 index 00000000..0fc29dc7 --- /dev/null +++ b/device-types/Ubiquiti/US-16-150W.yaml @@ -0,0 +1,54 @@ +manufacturer: Ubiquiti +model: UniFi Switch 16 PoE 150W Gen1 +slug: unifi-switch-16-poe-150w-gen1 +part_number: US-16-150W +comments: | + UniFi Switch 16 PoE 150W (30W + max. 120W PoE), Gen1, (16) Gigabit PoE+ IEEE 802.3af/at and 24V Passive PoE, (2) SFP + + Dimensions: 443 x 43 x 221 mm (17.44 x 1.69 x 8.70") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 150 diff --git a/device-types/Ubiquiti/US-16-XG.yaml b/device-types/Ubiquiti/US-16-XG.yaml new file mode 100644 index 00000000..0fd99603 --- /dev/null +++ b/device-types/Ubiquiti/US-16-XG.yaml @@ -0,0 +1,54 @@ +manufacturer: Ubiquiti +model: UniFi Switch 16 XG +slug: unifi-switch-16-xg +part_number: US-16-XG +comments: | + UniFi Switch 16 XG, 10G 16-Port Managed Aggregation Switch, 56W (32W with no GBICs), (12) SFP+, (4) 1/10 Gigabit + + Dimensions: 443 x 221 x 43 mm (17.44 x 8.70 x 1.69") +u_height: 1 +is_full_depth: false +interfaces: + - name: SFP+ 1 + type: 10gbase-x-sfpp + - name: SFP+ 2 + type: 10gbase-x-sfpp + - name: SFP+ 3 + type: 10gbase-x-sfpp + - name: SFP+ 4 + type: 10gbase-x-sfpp + - name: SFP+ 5 + type: 10gbase-x-sfpp + - name: SFP+ 6 + type: 10gbase-x-sfpp + - name: SFP+ 7 + type: 10gbase-x-sfpp + - name: SFP+ 8 + type: 10gbase-x-sfpp + - name: SFP+ 9 + type: 10gbase-x-sfpp + - name: SFP+ 10 + type: 10gbase-x-sfpp + - name: SFP+ 11 + type: 10gbase-x-sfpp + - name: SFP+ 12 + type: 10gbase-x-sfpp + - name: Port 13 + type: 10gbase-t + - name: Port 14 + type: 10gbase-t + - name: Port 15 + type: 10gbase-t + - name: Port 16 + type: 10gbase-t +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 56 + - name: 48/24VDC + # TODO: There is no proper DC "terminalblock" connection type defined + type: iec-60320-c20 + maximum_draw: 56 diff --git a/device-types/Ubiquiti/US-24-250W.yaml b/device-types/Ubiquiti/US-24-250W.yaml new file mode 100644 index 00000000..a7067791 --- /dev/null +++ b/device-types/Ubiquiti/US-24-250W.yaml @@ -0,0 +1,70 @@ +manufacturer: Ubiquiti +model: UniFi Switch 24 PoE 250W Gen1 +slug: unifi-switch-24-poe-250w-gen1 +part_number: US-24-250W +comments: | + UniFi Switch 24 PoE 250W (30W + max. 220W PoE), Gen1, (24) Gigabit PoE+ IEEE 802.3af/at and 24V Passive PoE, (2) SFP + + Dimensions: 485 x 43.7 x 285.4 mm (19.09 x 1.72 x 11.24") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 (PoE) + type: 1000base-t + - name: Port 18 (PoE) + type: 1000base-t + - name: Port 19 (PoE) + type: 1000base-t + - name: Port 20 (PoE) + type: 1000base-t + - name: Port 21 (PoE) + type: 1000base-t + - name: Port 22 (PoE) + type: 1000base-t + - name: Port 23 (PoE) + type: 1000base-t + - name: Port 24 (PoE) + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 250 diff --git a/device-types/Ubiquiti/US-24-500W.yaml b/device-types/Ubiquiti/US-24-500W.yaml new file mode 100644 index 00000000..7ee9dcfd --- /dev/null +++ b/device-types/Ubiquiti/US-24-500W.yaml @@ -0,0 +1,70 @@ +manufacturer: Ubiquiti +model: UniFi Switch 24 PoE 500W Gen1 +slug: unifi-switch-24-poe-500w-gen1 +part_number: US-24-500W +comments: | + UniFi Switch 24 PoE 500W (30W + max. 470W PoE), Gen1, (24) Gigabit PoE+ IEEE 802.3af/at and 24V Passive PoE, (2) SFP + + Dimensions: 485 x 43.7 x 285.4 mm (19.09 x 1.72 x 11.24") +u_height: 1 +is_full_depth: true +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 (PoE) + type: 1000base-t + - name: Port 18 (PoE) + type: 1000base-t + - name: Port 19 (PoE) + type: 1000base-t + - name: Port 20 (PoE) + type: 1000base-t + - name: Port 21 (PoE) + type: 1000base-t + - name: Port 22 (PoE) + type: 1000base-t + - name: Port 23 (PoE) + type: 1000base-t + - name: Port 24 (PoE) + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 500 diff --git a/device-types/Ubiquiti/US-24.yaml b/device-types/Ubiquiti/US-24.yaml new file mode 100644 index 00000000..5103e63b --- /dev/null +++ b/device-types/Ubiquiti/US-24.yaml @@ -0,0 +1,70 @@ +manufacturer: Ubiquiti +model: UniFi Switch 24 Gen1 +slug: unifi-switch-24-gen1 +part_number: US-24 +comments: | + UniFi Switch 24 non-PoE, Gen1, (24) Gigabit, (2) SFP + + Dimensions: 443 x 43 x 221 mm (17.44 x 1.69 x 8.70") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 + type: 1000base-t + - name: Port 2 + type: 1000base-t + - name: Port 3 + type: 1000base-t + - name: Port 4 + type: 1000base-t + - name: Port 5 + type: 1000base-t + - name: Port 6 + type: 1000base-t + - name: Port 7 + type: 1000base-t + - name: Port 8 + type: 1000base-t + - name: Port 9 + type: 1000base-t + - name: Port 10 + type: 1000base-t + - name: Port 11 + type: 1000base-t + - name: Port 12 + type: 1000base-t + - name: Port 13 + type: 1000base-t + - name: Port 14 + type: 1000base-t + - name: Port 15 + type: 1000base-t + - name: Port 16 + type: 1000base-t + - name: Port 17 + type: 1000base-t + - name: Port 18 + type: 1000base-t + - name: Port 19 + type: 1000base-t + - name: Port 20 + type: 1000base-t + - name: Port 21 + type: 1000base-t + - name: Port 22 + type: 1000base-t + - name: Port 23 + type: 1000base-t + - name: Port 24 + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 25 diff --git a/device-types/Ubiquiti/US-48-500W.yaml b/device-types/Ubiquiti/US-48-500W.yaml new file mode 100644 index 00000000..eea0ce47 --- /dev/null +++ b/device-types/Ubiquiti/US-48-500W.yaml @@ -0,0 +1,122 @@ +manufacturer: Ubiquiti +model: UniFi Switch 48 PoE 500W Gen1 +slug: unifi-switch-48-poe-500w-gen1 +part_number: US-48-500W +comments: | + UniFi Switch 48 PoE 500W (64W + max. 436W PoE) Gen1, (48) Gigabit PoE+ IEEE 802.3af/at and 24V Passive PoE, (2) SFP+, (2) SFP + + Dimensions: 485 x 43.7 x 374.6 mm (19.09 x 1.72 x 14.75") +u_height: 1 +is_full_depth: true +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 (PoE) + type: 1000base-t + - name: Port 18 (PoE) + type: 1000base-t + - name: Port 19 (PoE) + type: 1000base-t + - name: Port 20 (PoE) + type: 1000base-t + - name: Port 21 (PoE) + type: 1000base-t + - name: Port 22 (PoE) + type: 1000base-t + - name: Port 23 (PoE) + type: 1000base-t + - name: Port 24 (PoE) + type: 1000base-t + - name: Port 25 (PoE) + type: 1000base-t + - name: Port 26 (PoE) + type: 1000base-t + - name: Port 27 (PoE) + type: 1000base-t + - name: Port 28 (PoE) + type: 1000base-t + - name: Port 29 (PoE) + type: 1000base-t + - name: Port 30 (PoE) + type: 1000base-t + - name: Port 31 (PoE) + type: 1000base-t + - name: Port 32 (PoE) + type: 1000base-t + - name: Port 33 (PoE) + type: 1000base-t + - name: Port 34 (PoE) + type: 1000base-t + - name: Port 35 (PoE) + type: 1000base-t + - name: Port 36 (PoE) + type: 1000base-t + - name: Port 37 (PoE) + type: 1000base-t + - name: Port 38 (PoE) + type: 1000base-t + - name: Port 39 (PoE) + type: 1000base-t + - name: Port 40 (PoE) + type: 1000base-t + - name: Port 41 (PoE) + type: 1000base-t + - name: Port 42 (PoE) + type: 1000base-t + - name: Port 43 (PoE) + type: 1000base-t + - name: Port 44 (PoE) + type: 1000base-t + - name: Port 45 (PoE) + type: 1000base-t + - name: Port 46 (PoE) + type: 1000base-t + - name: Port 47 (PoE) + type: 1000base-t + - name: Port 48 (PoE) + type: 1000base-t + - name: SFP+ 1 + type: 10gbase-x-sfpp + - name: SFP+ 2 + type: 10gbase-x-sfpp + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 500 diff --git a/device-types/Ubiquiti/US-48-750W.yaml b/device-types/Ubiquiti/US-48-750W.yaml new file mode 100644 index 00000000..6cf24c15 --- /dev/null +++ b/device-types/Ubiquiti/US-48-750W.yaml @@ -0,0 +1,122 @@ +manufacturer: Ubiquiti +model: UniFi Switch 48 PoE 750W Gen1 +slug: unifi-switch-48-poe-750w-gen1 +part_number: US-48-750W +comments: | + UniFi Switch 48 PoE 750W (64W + max. 686W PoE) Gen1, (48) Gigabit PoE+ IEEE 802.3af/at and 24V Passive PoE, (2) SFP+, (2) SFP + + Dimensions: 485 x 43.7 x 374.6 mm (19.09 x 1.72 x 14.75") +u_height: 1 +is_full_depth: true +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 (PoE) + type: 1000base-t + - name: Port 18 (PoE) + type: 1000base-t + - name: Port 19 (PoE) + type: 1000base-t + - name: Port 20 (PoE) + type: 1000base-t + - name: Port 21 (PoE) + type: 1000base-t + - name: Port 22 (PoE) + type: 1000base-t + - name: Port 23 (PoE) + type: 1000base-t + - name: Port 24 (PoE) + type: 1000base-t + - name: Port 25 (PoE) + type: 1000base-t + - name: Port 26 (PoE) + type: 1000base-t + - name: Port 27 (PoE) + type: 1000base-t + - name: Port 28 (PoE) + type: 1000base-t + - name: Port 29 (PoE) + type: 1000base-t + - name: Port 30 (PoE) + type: 1000base-t + - name: Port 31 (PoE) + type: 1000base-t + - name: Port 32 (PoE) + type: 1000base-t + - name: Port 33 (PoE) + type: 1000base-t + - name: Port 34 (PoE) + type: 1000base-t + - name: Port 35 (PoE) + type: 1000base-t + - name: Port 36 (PoE) + type: 1000base-t + - name: Port 37 (PoE) + type: 1000base-t + - name: Port 38 (PoE) + type: 1000base-t + - name: Port 39 (PoE) + type: 1000base-t + - name: Port 40 (PoE) + type: 1000base-t + - name: Port 41 (PoE) + type: 1000base-t + - name: Port 42 (PoE) + type: 1000base-t + - name: Port 43 (PoE) + type: 1000base-t + - name: Port 44 (PoE) + type: 1000base-t + - name: Port 45 (PoE) + type: 1000base-t + - name: Port 46 (PoE) + type: 1000base-t + - name: Port 47 (PoE) + type: 1000base-t + - name: Port 48 (PoE) + type: 1000base-t + - name: SFP+ 1 + type: 10gbase-x-sfpp + - name: SFP+ 2 + type: 10gbase-x-sfpp + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 750 diff --git a/device-types/Ubiquiti/US-48.yaml b/device-types/Ubiquiti/US-48.yaml new file mode 100644 index 00000000..0a218abb --- /dev/null +++ b/device-types/Ubiquiti/US-48.yaml @@ -0,0 +1,122 @@ +manufacturer: Ubiquiti +model: UniFi Switch 48 Gen1 +slug: unifi-switch-48-gen1 +part_number: US-48 +comments: | + UniFi Switch 48 Gen1, non-PoE, (48) Gigabit, (2) SFP+, (2) SFP + + Dimensions: 443 x 43 x 286 mm (17.44 x 1.69 x 11.26") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 + type: 1000base-t + - name: Port 2 + type: 1000base-t + - name: Port 3 + type: 1000base-t + - name: Port 4 + type: 1000base-t + - name: Port 5 + type: 1000base-t + - name: Port 6 + type: 1000base-t + - name: Port 7 + type: 1000base-t + - name: Port 8 + type: 1000base-t + - name: Port 9 + type: 1000base-t + - name: Port 10 + type: 1000base-t + - name: Port 11 + type: 1000base-t + - name: Port 12 + type: 1000base-t + - name: Port 13 + type: 1000base-t + - name: Port 14 + type: 1000base-t + - name: Port 15 + type: 1000base-t + - name: Port 16 + type: 1000base-t + - name: Port 17 + type: 1000base-t + - name: Port 18 + type: 1000base-t + - name: Port 19 + type: 1000base-t + - name: Port 20 + type: 1000base-t + - name: Port 21 + type: 1000base-t + - name: Port 22 + type: 1000base-t + - name: Port 23 + type: 1000base-t + - name: Port 24 + type: 1000base-t + - name: Port 25 + type: 1000base-t + - name: Port 26 + type: 1000base-t + - name: Port 27 + type: 1000base-t + - name: Port 28 + type: 1000base-t + - name: Port 29 + type: 1000base-t + - name: Port 30 + type: 1000base-t + - name: Port 31 + type: 1000base-t + - name: Port 32 + type: 1000base-t + - name: Port 33 + type: 1000base-t + - name: Port 34 + type: 1000base-t + - name: Port 35 + type: 1000base-t + - name: Port 36 + type: 1000base-t + - name: Port 37 + type: 1000base-t + - name: Port 38 + type: 1000base-t + - name: Port 39 + type: 1000base-t + - name: Port 40 + type: 1000base-t + - name: Port 41 + type: 1000base-t + - name: Port 42 + type: 1000base-t + - name: Port 43 + type: 1000base-t + - name: Port 44 + type: 1000base-t + - name: Port 45 + type: 1000base-t + - name: Port 46 + type: 1000base-t + - name: Port 47 + type: 1000base-t + - name: Port 48 + type: 1000base-t + - name: SFP+ 1 + type: 10gbase-x-sfpp + - name: SFP+ 2 + type: 10gbase-x-sfpp + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 56 diff --git a/device-types/Ubiquiti/US-8-150W.yaml b/device-types/Ubiquiti/US-8-150W.yaml new file mode 100644 index 00000000..dde16792 --- /dev/null +++ b/device-types/Ubiquiti/US-8-150W.yaml @@ -0,0 +1,35 @@ +manufacturer: Ubiquiti +model: UniFi Switch 8 PoE 150W Gen1 +slug: unifi-switch-8-poe-150w-gen1 +part_number: US-8-150W +comments: | + UniFi Switch 8 PoE 150W (20W + max. 130W PoE), Gen1, (8) Gigabit PoE+ IEEE 802.3af/at and 24V Passive PoE, (2) SFP + + Dimensions: 235 x 43 x 204 mm (9.25 x 1.69 x 8.03") +u_height: 0 +is_full_depth: false +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 150 diff --git a/device-types/Ubiquiti/US-8-60W.yaml b/device-types/Ubiquiti/US-8-60W.yaml new file mode 100644 index 00000000..a5852842 --- /dev/null +++ b/device-types/Ubiquiti/US-8-60W.yaml @@ -0,0 +1,31 @@ +manufacturer: Ubiquiti +model: UniFi Switch 8 PoE 60W Gen1 +slug: unifi-switch-8-poe-60w-gen1 +part_number: US-8-60W +comments: | + UniFi Switch 8 PoE 60W (12.4W + PoE), Gen1, Desk/WallMount, External VDC PSU, (8) Gigabit, (5-8) Gigabit PoE: IEEE802.3a + + Dimensions: 148.0 x 99.5 x 30.7 mm (5.83 x 3.92 x 1.21") +u_height: 0 +is_full_depth: false +interfaces: + - name: Port 1 + type: 1000base-t + - name: Port 2 + type: 1000base-t + - name: Port 3 + type: 1000base-t + - name: Port 4 + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 60 diff --git a/device-types/Ubiquiti/US-8.yaml b/device-types/Ubiquiti/US-8.yaml new file mode 100644 index 00000000..7b6be53e --- /dev/null +++ b/device-types/Ubiquiti/US-8.yaml @@ -0,0 +1,31 @@ +manufacturer: Ubiquiti +model: UniFi Switch 8 Gen1 +slug: unifi-switch-8-gen1 +part_number: US-8 +comments: | + UniFi Switch 8 non-PoE, Gen1, Desk/WallMount, External VDC PSU, (8) Gigabit, (1/8) Gigabit PoE Passthrough Port: 802.3af/at or 48V + + Dimensions: 148.0 x 99.5 x 30.7 mm (5.83 x 3.92 x 1.21") +u_height: 0 +is_full_depth: false +interfaces: + - name: Port 1 (PoE in) + type: 1000base-t + - name: Port 2 + type: 1000base-t + - name: Port 3 + type: 1000base-t + - name: Port 4 + type: 1000base-t + - name: Port 5 + type: 1000base-t + - name: Port 6 + type: 1000base-t + - name: Port 7 + type: 1000base-t + - name: Port 8 (PoE out) + type: 1000base-t +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 12 diff --git a/device-types/Ubiquiti/US-XG-6POE.yaml b/device-types/Ubiquiti/US-XG-6POE.yaml new file mode 100644 index 00000000..0ce44efc --- /dev/null +++ b/device-types/Ubiquiti/US-XG-6POE.yaml @@ -0,0 +1,37 @@ +manufacturer: Ubiquiti +model: UniFi Switch XG 6PoE +slug: unifi-switch-xg-6poe +part_number: US-XG-6POE +comments: | + UniFi Switch XG 6PoE, 10G 6-Port Switch with 802.3bt PoE++, (40W w/o PoE) External VDC PSU (4) 1/10 Gigabit 60W PoE++ IEEE 802.3bt, (2) SFP+ + + Dimensions: 165 x 268.1 x 31.8 mm (6.50 x 10.56 x 1.25") +u_height: 1 +is_full_depth: false +interfaces: + - name: RJ45 1 (PoE) + type: 10gbase-t + - name: RJ45 2 (PoE) + type: 10gbase-t + - name: RJ45 3 (PoE) + type: 10gbase-t + - name: RJ45 4 (PoE) + type: 10gbase-t + - name: SFP+ 5 + type: 10gbase-x-sfpp + - name: SFP+ 6 + type: 10gbase-x-sfpp +console-ports: + - name: Console + type: rj-45 + - name: Console (USB) + type: usb-c +power-ports: + - name: 54VDC IN + # TODO: There is no proper DC "terminalblock" connection type defined + type: iec-60320-c20 + maximum_draw: 210 + - name: 54VDC (external) + # TODO: There is no proper plug connection type defined + type: iec-60320-c20 + maximum_draw: 210 diff --git a/device-types/Ubiquiti/USG-PRO-4.yaml b/device-types/Ubiquiti/USG-PRO-4.yaml new file mode 100644 index 00000000..e95bf4d1 --- /dev/null +++ b/device-types/Ubiquiti/USG-PRO-4.yaml @@ -0,0 +1,32 @@ +manufacturer: Ubiquiti +model: UniFi Security Gateway Pro +slug: unifi-security-gateway-pro +part_number: USG-PRO-4 +comments: | + UniFi Security Gateway Pro, (2) Gigabit LAN, (2) 1 Gbps RJ45/SFP Combination WAN Ports* + + Dimensions: 484 x 44 x 164 mm (19.06 x 1.73 x 6.46") + + (*, see datasheet) The USG‑PRO‑4 WAN port, as a result of being a combination SFP/GigE port, is a pure 1Gbps port – it is incapable of both 10Mbps and 100Mbps FDX/HDX settings +u_height: 1 +is_full_depth: false +interfaces: + - name: LAN 1 + type: 1000base-t + - name: LAN 2 + type: 1000base-t + - name: WAN 1 + type: 1000base-t + - name: WAN 2 + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: Supply + type: iec-60320-c6 + maximum_draw: 60 diff --git a/device-types/Ubiquiti/USG.yaml b/device-types/Ubiquiti/USG.yaml new file mode 100644 index 00000000..0ab736c3 --- /dev/null +++ b/device-types/Ubiquiti/USG.yaml @@ -0,0 +1,25 @@ +manufacturer: Ubiquiti +model: UniFi Security Gateway 3P +slug: unifi-security-gateway-3p +part_number: USG +comments: | + UniFi Security Gateway 3P, Fanless, external PSU, (3) Gigabit + + Dimensions: 484 x 44 x 164 mm (19.06 x 1.73 x 6.46") +u_height: 0 +is_full_depth: false +interfaces: + - name: eth0 (WAN 1) + type: 1000base-t + - name: eth1 (LAN 1) + type: 1000base-t + - name: eth2 (WAN 2/LAN 2) + type: 1000base-t +console-ports: + - name: Console + type: rj-45 +power-ports: + - name: 12VDC (external) + # TODO: There is no proper plug connection type defined + type: iec-60320-c20 + maximum_draw: 7 diff --git a/device-types/Ubiquiti/USW-16-PoE.yaml b/device-types/Ubiquiti/USW-16-PoE.yaml new file mode 100644 index 00000000..f1719e67 --- /dev/null +++ b/device-types/Ubiquiti/USW-16-PoE.yaml @@ -0,0 +1,51 @@ +manufacturer: Ubiquiti +model: UniFi Switch 16 PoE Gen2 +slug: unifi-switch-16-poe-gen2 +part_number: USW-16-POE +comments: | + UniFi Switch 16 PoE (18W + max. 42W PoE), Gen2, (16) Gigabit, (1-8) Gigabit PoE+ IEEE 802.3af/at, (2) SFP + + Dimensions: 442.4 x 200 x 43.7 mm (17.42 x 7.87 x 1.72") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 + type: 1000base-t + - name: Port 10 + type: 1000base-t + - name: Port 11 + type: 1000base-t + - name: Port 12 + type: 1000base-t + - name: Port 13 + type: 1000base-t + - name: Port 14 + type: 1000base-t + - name: Port 15 + type: 1000base-t + - name: Port 16 + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 60 diff --git a/device-types/Ubiquiti/USW-24-PoE.yaml b/device-types/Ubiquiti/USW-24-PoE.yaml new file mode 100644 index 00000000..ea5f9e04 --- /dev/null +++ b/device-types/Ubiquiti/USW-24-PoE.yaml @@ -0,0 +1,67 @@ +manufacturer: Ubiquiti +model: UniFi Switch 24 PoE Gen2 +slug: unifi-switch-24-poe-gen2 +part_number: USW-24-POE +comments: | + UniFi Switch 24 PoE (25W + max. 95W PoE), Gen2, (24) Gigabit, (1-16) Gigabit PoE+ IEEE 802.3af/at, (2) SFP + + Dimensions: 442.4 x 200 x 43.7 mm (17.42 x 7.87 x 1.72") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 + type: 1000base-t + - name: Port 18 + type: 1000base-t + - name: Port 19 + type: 1000base-t + - name: Port 20 + type: 1000base-t + - name: Port 21 + type: 1000base-t + - name: Port 22 + type: 1000base-t + - name: Port 23 + type: 1000base-t + - name: Port 24 + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 120 diff --git a/device-types/Ubiquiti/USW-24.yaml b/device-types/Ubiquiti/USW-24.yaml new file mode 100644 index 00000000..bb5ab2f0 --- /dev/null +++ b/device-types/Ubiquiti/USW-24.yaml @@ -0,0 +1,67 @@ +manufacturer: Ubiquiti +model: UniFi Switch 24 Gen2 +slug: unifi-switch-24-gen2 +part_number: USW-24 +comments: | + UniFi Switch 24 (25W), Gen2, (24) Gigabit, (2) SFP + + Dimensions: 442.4 x 200 x 43.7 mm (17.42 x 7.87 x 1.72") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 + type: 1000base-t + - name: Port 2 + type: 1000base-t + - name: Port 3 + type: 1000base-t + - name: Port 4 + type: 1000base-t + - name: Port 5 + type: 1000base-t + - name: Port 6 + type: 1000base-t + - name: Port 7 + type: 1000base-t + - name: Port 8 + type: 1000base-t + - name: Port 9 + type: 1000base-t + - name: Port 10 + type: 1000base-t + - name: Port 11 + type: 1000base-t + - name: Port 12 + type: 1000base-t + - name: Port 13 + type: 1000base-t + - name: Port 14 + type: 1000base-t + - name: Port 15 + type: 1000base-t + - name: Port 16 + type: 1000base-t + - name: Port 17 + type: 1000base-t + - name: Port 18 + type: 1000base-t + - name: Port 19 + type: 1000base-t + - name: Port 20 + type: 1000base-t + - name: Port 21 + type: 1000base-t + - name: Port 22 + type: 1000base-t + - name: Port 23 + type: 1000base-t + - name: Port 24 + type: 1000base-t + - name: SFP 1 + type: 1000base-x-sfp + - name: SFP 2 + type: 1000base-x-sfp +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 25 diff --git a/device-types/Ubiquiti/USW-48-PoE.yaml b/device-types/Ubiquiti/USW-48-PoE.yaml new file mode 100644 index 00000000..794da69c --- /dev/null +++ b/device-types/Ubiquiti/USW-48-PoE.yaml @@ -0,0 +1,119 @@ +manufacturer: Ubiquiti +model: UniFi Switch 48 PoE Gen2 +slug: unifi-switch-48-poe-gen2 +part_number: USW-48-POE +comments: | + UniFi Switch 48 PoE (45W + max. 195W PoE), Gen2, (48) Gigabit, (1-32) Gigabit PoE+ IEEE 802.3af/at, (4) 1G SFP + + Dimensions: 442.4 x 285 x 43.7 mm (17.42 x 11.22 x 1.72") +u_height: 1 +is_full_depth: false +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 (PoE) + type: 1000base-t + - name: Port 18 (PoE) + type: 1000base-t + - name: Port 19 (PoE) + type: 1000base-t + - name: Port 20 (PoE) + type: 1000base-t + - name: Port 21 (PoE) + type: 1000base-t + - name: Port 22 (PoE) + type: 1000base-t + - name: Port 23 (PoE) + type: 1000base-t + - name: Port 24 (PoE) + type: 1000base-t + - name: Port 25 (PoE) + type: 1000base-t + - name: Port 26 (PoE) + type: 1000base-t + - name: Port 27 (PoE) + type: 1000base-t + - name: Port 28 (PoE) + type: 1000base-t + - name: Port 29 (PoE) + type: 1000base-t + - name: Port 30 (PoE) + type: 1000base-t + - name: Port 31 (PoE) + type: 1000base-t + - name: Port 32 (PoE) + type: 1000base-t + - name: Port 33 + type: 1000base-t + - name: Port 34 + type: 1000base-t + - name: Port 35 + type: 1000base-t + - name: Port 36 + type: 1000base-t + - name: Port 37 + type: 1000base-t + - name: Port 38 + type: 1000base-t + - name: Port 39 + type: 1000base-t + - name: Port 40 + type: 1000base-t + - name: Port 41 + type: 1000base-t + - name: Port 42 + type: 1000base-t + - name: Port 43 + type: 1000base-t + - name: Port 44 + type: 1000base-t + - name: Port 45 + type: 1000base-t + - name: Port 46 + type: 1000base-t + - name: Port 47 + type: 1000base-t + - name: Port 48 + type: 1000base-t + - name: SFP 49 + type: 1000base-x-sfp + - name: SFP 50 + type: 1000base-x-sfp + - name: SFP 51 + type: 1000base-x-sfp + - name: SFP 52 + type: 1000base-x-sfp +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 240 diff --git a/device-types/Ubiquiti/USW-Pro-24-PoE.yaml b/device-types/Ubiquiti/USW-Pro-24-PoE.yaml new file mode 100644 index 00000000..6e9e3f0b --- /dev/null +++ b/device-types/Ubiquiti/USW-Pro-24-PoE.yaml @@ -0,0 +1,67 @@ +manufacturer: Ubiquiti +model: UniFi Switch 24 Pro PoE Gen2 +slug: unifi-switch-24-pro-poe-gen2 +part_number: USW-PRO-24-POE +comments: | + UniFi Switch 24 Pro PoE (50W + max. 400W PoE), Gen2, (24) Gigabit, (1-16) Gigabit PoE+ IEEE 802.3af/at, (17-24) Gigabit 60W PoE++ IEEE 802.3bt, (2) SFP+ + + Dimensions: 442.4 x 285.4 x 43.7 mm (17.42 x 11.24 x 1.72") +u_height: 1 +is_full_depth: true +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 (PoE) + type: 1000base-t + - name: Port 18 (PoE) + type: 1000base-t + - name: Port 19 (PoE) + type: 1000base-t + - name: Port 20 (PoE) + type: 1000base-t + - name: Port 21 (PoE) + type: 1000base-t + - name: Port 22 (PoE) + type: 1000base-t + - name: Port 23 (PoE) + type: 1000base-t + - name: Port 24 (PoE) + type: 1000base-t + - name: SFP+ 25 + type: 10gbase-x-sfpp + - name: SFP+ 26 + type: 10gbase-x-sfpp +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 450 diff --git a/device-types/Ubiquiti/USW-Pro-48-PoE.yaml b/device-types/Ubiquiti/USW-Pro-48-PoE.yaml new file mode 100644 index 00000000..136a583a --- /dev/null +++ b/device-types/Ubiquiti/USW-Pro-48-PoE.yaml @@ -0,0 +1,119 @@ +manufacturer: Ubiquiti +model: UniFi Switch 48 Pro PoE Gen2 +slug: unifi-switch-48-pro-poe-gen2 +part_number: USW-PRO-48-POE +comments: | + UniFi Switch 48 Pro PoE (60W + max. 600W PoE), Gen2, (48) Gigabit, (1-40) Gigabit PoE+ IEEE 802.3af/at, (41-48) 60W PoE++ IEEE 802.3bt, (4) SFP+ + + Dimensions: 442.4 x 399.6 x 43.7 mm (17.42 x 15.73 x 1.72") +u_height: 1 +is_full_depth: true +interfaces: + - name: Port 1 (PoE) + type: 1000base-t + - name: Port 2 (PoE) + type: 1000base-t + - name: Port 3 (PoE) + type: 1000base-t + - name: Port 4 (PoE) + type: 1000base-t + - name: Port 5 (PoE) + type: 1000base-t + - name: Port 6 (PoE) + type: 1000base-t + - name: Port 7 (PoE) + type: 1000base-t + - name: Port 8 (PoE) + type: 1000base-t + - name: Port 9 (PoE) + type: 1000base-t + - name: Port 10 (PoE) + type: 1000base-t + - name: Port 11 (PoE) + type: 1000base-t + - name: Port 12 (PoE) + type: 1000base-t + - name: Port 13 (PoE) + type: 1000base-t + - name: Port 14 (PoE) + type: 1000base-t + - name: Port 15 (PoE) + type: 1000base-t + - name: Port 16 (PoE) + type: 1000base-t + - name: Port 17 (PoE) + type: 1000base-t + - name: Port 18 (PoE) + type: 1000base-t + - name: Port 19 (PoE) + type: 1000base-t + - name: Port 20 (PoE) + type: 1000base-t + - name: Port 21 (PoE) + type: 1000base-t + - name: Port 22 (PoE) + type: 1000base-t + - name: Port 23 (PoE) + type: 1000base-t + - name: Port 24 (PoE) + type: 1000base-t + - name: Port 25 (PoE) + type: 1000base-t + - name: Port 26 (PoE) + type: 1000base-t + - name: Port 27 (PoE) + type: 1000base-t + - name: Port 28 (PoE) + type: 1000base-t + - name: Port 29 (PoE) + type: 1000base-t + - name: Port 30 (PoE) + type: 1000base-t + - name: Port 31 (PoE) + type: 1000base-t + - name: Port 32 (PoE) + type: 1000base-t + - name: Port 33 (PoE) + type: 1000base-t + - name: Port 34 (PoE) + type: 1000base-t + - name: Port 35 (PoE) + type: 1000base-t + - name: Port 36 (PoE) + type: 1000base-t + - name: Port 37 (PoE) + type: 1000base-t + - name: Port 38 (PoE) + type: 1000base-t + - name: Port 39 (PoE) + type: 1000base-t + - name: Port 40 (PoE) + type: 1000base-t + - name: Port 41 (PoE) + type: 1000base-t + - name: Port 42 (PoE) + type: 1000base-t + - name: Port 43 (PoE) + type: 1000base-t + - name: Port 44 (PoE) + type: 1000base-t + - name: Port 45 (PoE) + type: 1000base-t + - name: Port 46 (PoE) + type: 1000base-t + - name: Port 47 (PoE) + type: 1000base-t + - name: Port 48 (PoE) + type: 1000base-t + - name: SFP+ 49 + type: 10gbase-x-sfpp + - name: SFP+ 50 + type: 10gbase-x-sfpp + - name: SFP+ 51 + type: 10gbase-x-sfpp + - name: SFP+ 52 + type: 10gbase-x-sfpp +power-ports: + - name: Input + type: iec-60320-c14 + maximum_draw: 660 diff --git a/device-types/Ubiquiti/usg-pro-4.yaml b/device-types/Ubiquiti/usg-pro-4.yaml deleted file mode 100644 index d966cad5..00000000 --- a/device-types/Ubiquiti/usg-pro-4.yaml +++ /dev/null @@ -1,32 +0,0 @@ -manufacturer: Ubiquiti -model: UniFi Security Gateway Pro -slug: usg-pro-4 -part_number: USG-PRO-4 -u_height: 1 -is_full_depth: false -console-ports: -- name: Console - type: rj-45 -power-ports: -- name: Supply - type: iec-60320-c6 - maximum_draw: 60 -interfaces: -- name: LAN1 - type: 1000base-t - mgmt_only: false -- name: LAN2 - type: 1000base-t - mgmt_only: false -- name: SFP1 - type: 1000base-x-sfp - mgmt_only: false -- name: SFP2 - type: 1000base-x-sfp - mgmt_only: false -- name: WAN1 - type: 1000base-t - mgmt_only: false -- name: WAN2 - type: 1000base-t - mgmt_only: false