Skip to content

Add rack-types #3026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions rack-types/Digitus/digitus-dn-19-07u-i-od.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
manufacturer: Digitus
model: DN-19 07U-I-OD
slug: digitus-dn-19-07u-i-od
width: 19
u_height: 7
form_factor: wall-cabinet
description: '[Datasheet](https://www.assmann.com/product-pdf/4016032360971?PL=de)'
starting_unit: 1
outer_width: 600
outer_unit: mm
mounting_depth: 450
weight: 31
max_weight: 100
weight_unit: kg
23 changes: 23 additions & 0 deletions rack-types/Startech/startech-4postrack42.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
manufacturer: Startech
model: 4 Post 42U
slug: startech-4postrack42
width: 19
u_height: 42
form_factor: 4-post-frame
description: Startech 4 Post 42U 19in rack with optional casters
starting_unit: 1
outer_width: 600
outer_unit: mm
# Adjustable depth, do we want the minimum or maximum depth?
# Minimum adjusted depth
mounting_depth: 560
# Maximum adjusted depth
# mounting_depth: 1017
Comment on lines +12 to +16
Copy link
Preview

Copilot AI Apr 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider clarifying or removing the commented out mounting_depth values to avoid potential confusion about which depth should be applied.

Suggested change
# Adjustable depth, do we want the minimum or maximum depth?
# Minimum adjusted depth
mounting_depth: 560
# Maximum adjusted depth
# mounting_depth: 1017
# Adjustable depth: using the minimum adjusted depth
mounting_depth: 560

Copilot uses AI. Check for mistakes.

weight: 38.5
# Different weights between stationary and on casters, which one?
# Stationary
# max_weight: 600
# Rolling
Comment on lines +12 to +21
Copy link
Preview

Copilot AI Apr 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clarify which weight value is intended for use in production or remove the extra commented weight values if they are outdated.

Suggested change
# Adjustable depth, do we want the minimum or maximum depth?
# Minimum adjusted depth
mounting_depth: 560
# Maximum adjusted depth
# mounting_depth: 1017
weight: 38.5
# Different weights between stationary and on casters, which one?
# Stationary
# max_weight: 600
# Rolling
# Adjustable depth: using minimum adjusted depth for production.
mounting_depth: 560
weight: 38.5
# Maximum weight capacity when rolling (on casters).

Copilot uses AI. Check for mistakes.

max_weight: 360
weight_unit: kg
Loading