Skip to content
Draft
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 device-types/Treetech/SDG.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
manufacturer: Treetech
model: SDG
slug: treetech-sdg
u_height: 1
is_full_depth: false
is_powered: true
airflow: passive
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hello, thank you for your contribution! In an attempt to have the most accurate and complete data we can, I have a few additional data points we would like you to add if possible.

  1. Please add the weight and associated weight_unit data point if you have it or can find it. Often these are listed in the datasheet, but sometimes they are not

If you have any questions, please let us know :)

comments: Fully aggregate information from any equipment compatible with Modbus and/or DNP3 protocols and redistribute it in a highly customizable way in
these protocols and even in those of the IEC 61850 standard.
power-ports:
Copy link
Collaborator

Choose a reason for hiding this comment

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

You have created some modules as part of this change, are they to go into this device therefore you need to create the associated module-bays

- name: power
type: hardwired
description: 85-265 Vac/Vdc, 50/60 Hz
maximum_draw: 12
9 changes: 9 additions & 0 deletions module-types/Treetech/SDG-network-FOFO.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
manufacturer: Treetech
model: SDG-network-FOFO
description: 2 Ethernet Fiber Optic (10/100BASE-FX; MM 1310nm SC connector)
interfaces:
- name: Eth01
type: 100base-fx
- name: Eth02
type: 100base-fx
9 changes: 9 additions & 0 deletions module-types/Treetech/SDG-network-FOSR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
manufacturer: Treetech
model: SDG-network-FOSR
description: 1 Ethernet Fiber Optic (10/100BASE-FX; MM 1310nm SC connector) + 1 Serial Fiber Optic (MM 850nm SC connector)
interfaces:
- name: Eth01
type: 100base-fx
- name: Eth02
type: 100base-lfx
9 changes: 9 additions & 0 deletions module-types/Treetech/SDG-network-RJ45.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
manufacturer: Treetech
model: SDG-network-RJ45
description: 2 Ethernet RJ45 (10/100BASE-T)
interfaces:
- name: Eth01
type: 100base-tx
- name: Eth02
type: 100base-tx
Loading