Skip to content

Commit 02366b8

Browse files
LeanEmoChildumglurf
authored andcommitted
Add new Riedel device, minor fixes in connector types of other devices.
1 parent 00b8850 commit 02366b8

File tree

11 files changed

+194
-203
lines changed

11 files changed

+194
-203
lines changed

device-types/Riedel/bl-ant-1010-19g-eu-g2.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@ interfaces:
2525
enabled: true
2626
mgmt_only: false
2727
rf_role: station
28+
console-server-ports:
2829
- name: LINK 1
29-
type: other
30-
enabled: true
31-
mgmt_only: false
30+
type: rj-45
31+
label: 1 - LINK
32+
description: Port for daisy chaining multiple antennas.
33+
console-ports:
3234
- name: LINK 2
33-
type: other
34-
enabled: true
35-
mgmt_only: false
35+
type: rj-45
36+
label: LINK - 2
37+
description: Port for daisy chaining multiple antennas.
3638
- name: USB-C
37-
type: other
38-
enabled: true
39-
mgmt_only: false
39+
type: usb-c
40+
description: Service use only.

device-types/Riedel/connect-voip-ipx16.yaml

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,6 @@ power-ports:
1717
type: iec-60320-c14
1818
maximum_draw: 30
1919
interfaces:
20-
- name: CLOCK 1
21-
type: other
22-
enabled: false
23-
mgmt_only: false
24-
label: CLOCK 1
25-
description: BNC - These interfaces are currently unused and no\ \ electrical connection should be made to them.
26-
- name: CLOCK 2
27-
type: other
28-
enabled: false
29-
mgmt_only: false
30-
label: CLOCK 2
31-
description: BNC - These interfaces are currently unused and\ \ no electrical connection should be made to them.
3220
- name: LAN 1
3321
type: 100base-tx
3422
enabled: true
@@ -39,10 +27,17 @@ interfaces:
3927
enabled: true
4028
mgmt_only: false
4129
label: LAN 2
42-
- name: TTL/RELAY Interface
30+
console-ports:
31+
- name: CLOCK 1
4332
type: other
44-
enabled: true
45-
mgmt_only: false
33+
label: CLOCK 1
34+
description: BNC - These interfaces are currently unused and no\ \ electrical connection should be made to them.
35+
- name: CLOCK 2
36+
type: other
37+
label: CLOCK 2
38+
description: BNC - These interfaces are currently unused and\ \ no electrical connection should be made to them.
39+
- name: TTL/RELAY Interface
40+
type: db-25
4641
label: TTL/RELAY
4742
description: D-SUB 25 pin - Through this interface, external control\ \ signals can be used. It provides eight TTL inputs/outputs as well as\ \ eight
4843
relay contacts.
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
manufacturer: Riedel
3+
model: DSP-1216HL
4+
slug: riedel-dsp-1216hl
5+
description: Intercom panel, desktop, 16 keys
6+
u_height: 0.0
7+
is_full_depth: false
8+
weight: 2525
9+
weight_unit: g
10+
front_image: true
11+
rear_image: true
12+
power-ports:
13+
- name: Power input
14+
type: iec-60320-c14
15+
maximum_draw: 15
16+
console-ports:
17+
- name: GPI-IN
18+
label: GPI-IN
19+
type: de-9
20+
description: Sub-D9 (female) 3× GPI input, Uin = +5 V ... +48 V
21+
- name: GPI-OUT
22+
label: GPI-OUT
23+
type: de-9
24+
description: Sub-D9 (male) 3× GPI output, Umax 48 V/300 mA, protected by\ self-healing fuse
25+
interfaces:
26+
- name: mgnt
27+
label: MGNT
28+
type: 1000base-t
29+
enabled: true
30+
mgmt_only: true
31+
description: Management port
32+
- name: eth1
33+
label: ETH 1
34+
type: 1000base-t
35+
enabled: true
36+
mgmt_only: false
37+
description: AES67/Ethernet
38+
- name: eth2
39+
label: ETH 2
40+
type: 1000base-t
41+
enabled: true
42+
mgmt_only: false
43+
description: AES67/Ethernet
44+
- name: eth3
45+
type: 1000base-x-sfp
46+
enabled: true
47+
mgmt_only: false
48+
description: AES67/Ethernet
49+
- name: eth4
50+
type: 1000base-x-sfp
51+
enabled: true
52+
mgmt_only: false
53+
description: AES67/Ethernet

device-types/Riedel/esp-1216hl.yaml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,18 @@ weight: 2.1
99
weight_unit: kg
1010
front_image: true
1111
rear_image: true
12-
power-ports:
13-
- name: Mains Power Connector
14-
type: iec-60320-c14
15-
maximum_draw: 15
16-
allocated_draw: 15
17-
interfaces:
12+
console-ports:
1813
- name: Expansion I/O 1
14+
type: rj-45
1915
label: EXP I/O
20-
type: other
21-
enabled: true
22-
mgmt_only: false
2316
description: RJ45, up to 6 ESP-1216HL can be cascaded with one RSP-12XXHL.
17+
console-server-ports:
2418
- name: Expansion I/O 2
19+
type: rj-45
2520
label: EXP I/O
26-
type: other
27-
enabled: true
28-
mgmt_only: false
2921
description: RJ45, up to 6 ESP-1216HL can be cascaded with one RSP-12XXHL.
22+
power-ports:
23+
- name: Mains Power Connector
24+
type: iec-60320-c14
25+
maximum_draw: 15
26+
allocated_draw: 15

device-types/Riedel/rsp-1216hl.yaml

Lines changed: 44 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -13,105 +13,74 @@ power-ports:
1313
- name: Power input
1414
type: iec-60320-c14
1515
maximum_draw: 15
16-
interfaces:
16+
console-ports:
1717
- name: AUDIO A
1818
label: AUDIO A
19-
type: other
20-
enabled: true
21-
mgmt_only: false
22-
description: RJ45 Analog 4-Wire Input/Output Connectors
19+
type: rj-45
20+
description: RJ45 Analog 4-Wire Input/Output Connector
2321
- name: AUDIO B
2422
label: AUDIO B
25-
type: other
26-
enabled: true
27-
mgmt_only: false
28-
description: RJ45 Analog 4-Wire Input/Output Connectors
29-
- name: DP
30-
label: DP
31-
type: other
32-
enabled: true
33-
mgmt_only: false
34-
description: DisplayPort
35-
- name: ETH 1
36-
label: ETH 1
37-
type: 1000base-t
38-
enabled: true
39-
mgmt_only: false
40-
description: AES67/Ethernet
41-
- name: ETH 2
42-
label: ETH 2
43-
type: 1000base-t
44-
enabled: true
45-
mgmt_only: false
46-
description: AES67/Ethernet
47-
- name: ETH 3
48-
label: ETH 3
49-
type: 1000base-x-sfp
50-
enabled: true
51-
mgmt_only: false
52-
description: AES67/Ethernet
53-
- name: ETH 4
54-
label: ETH 4
55-
type: 1000base-x-sfp
56-
enabled: true
57-
mgmt_only: false
58-
description: AES67/Ethernet
59-
- name: EXP
60-
label: EXP
61-
type: other
62-
enabled: true
63-
mgmt_only: false
64-
description: RJ45 port for connecting expansion panel.
23+
type: rj-45
24+
description: RJ45 Analog 4-Wire Input/Output Connector
6525
- name: GPI-IN
6626
label: GPI-IN
67-
type: other
68-
enabled: true
69-
mgmt_only: false
27+
type: de-9
7028
description: Sub-D9 (female) 3× GPI input, Uin = +5 V ... +48 V
7129
- name: GPI-OUT
7230
label: GPI-OUT
73-
type: other
74-
enabled: true
75-
mgmt_only: false
76-
description: Sub-D9 (male) 3× GPI output, Umax 48 V/300 mA, protected by self-healing fuse
31+
type: de-9
32+
description: Sub-D9 (male) 3× GPI output, Umax 48 V/300 mA, protected by\ self-healing fuse
7733
- name: Headset A
7834
label: HEADSET A
79-
type: other
80-
enabled: true
81-
mgmt_only: false
82-
description: RJ45 Headset Connectors
35+
type: rj-45
36+
description: RJ45 Headset Connector
8337
- name: Headset B
8438
label: HEADSET B
85-
type: other
86-
enabled: true
87-
mgmt_only: false
88-
description: RJ45 Headset Connectors
39+
type: rj-45
40+
description: RJ45 Headset Connector
8941
- name: MATRIX 1
9042
label: MATRIX 1
91-
type: other
92-
enabled: true
93-
mgmt_only: false
43+
type: rj-45
9444
description: RJ45 Artist Matrix Connectors (AES3)
9545
- name: MATRIX 2
9646
label: MATRIX 2
9747
type: other
98-
enabled: true
99-
mgmt_only: false
10048
description: BNC Artist Matrix Connectors (AES3)
101-
- name: MGNT
49+
- name: USB-A
50+
type: usb-a
51+
description: Front USB Connector
52+
- name: USB-C
53+
label: USB
54+
type: usb-c
55+
description: Rear USB Connector
56+
interfaces:
57+
- name: mgnt
10258
label: MGNT
103-
type: other
59+
type: 1000base-t
10460
enabled: true
10561
mgmt_only: true
106-
description: Management port (future use)
107-
- name: USB-A
108-
type: other
62+
description: Management port
63+
- name: eth1
64+
label: ETH 1
65+
type: 1000base-t
10966
enabled: true
11067
mgmt_only: false
111-
description: Front USB Connector
112-
- name: USB-C
113-
label: USB
114-
type: other
68+
description: AES67/Ethernet
69+
- name: eth2
70+
label: ETH 2
71+
type: 1000base-t
11572
enabled: true
11673
mgmt_only: false
117-
description: Rear USB Connector
74+
description: AES67/Ethernet
75+
- name: eth3
76+
label: ETH 3
77+
type: 1000base-x-sfp
78+
enabled: true
79+
mgmt_only: false
80+
description: AES67/Ethernet
81+
- name: eth4
82+
label: ETH 4
83+
type: 1000base-x-sfp
84+
enabled: true
85+
mgmt_only: false
86+
description: AES67/Ethernet

0 commit comments

Comments
 (0)