From 00eaa575ff5e034cdc0f4247a436d9635d613586 Mon Sep 17 00:00:00 2001 From: tschmidtb51 <65305130+tschmidtb51@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:20:31 +0100 Subject: [PATCH] Add Fritz!Box 7590 AX (#1719) (#1927) * Add Fritz!Box 7590 AX (#1719) * Update FRITZBox-7590-AX-de.yaml * Update FRITZBox-7590-AX-de-isdn.yaml * Rename FRITZBox-7590-AX-atch.yaml to FRITZBox-7590-AX-AT-CH.yaml * Update and rename FRITZBox-7590-AX-de-isdn.yaml to FRITZBox-7590-AX-DE-ISDN.yaml * Rename FRITZBox-7590-AX-de.yaml to FRITZBox-7590-AX-DE.yaml --------- Co-authored-by: Daniel W. Anner --- device-types/AVM/FRITZBox-7590-AX-AT-CH.yaml | 40 +++++++++++++++++ .../AVM/FRITZBox-7590-AX-DE-ISDN.yaml | 43 +++++++++++++++++++ device-types/AVM/FRITZBox-7590-AX-DE.yaml | 40 +++++++++++++++++ .../AVM/FRITZBox-7590-AX-international.yaml | 40 +++++++++++++++++ 4 files changed, 163 insertions(+) create mode 100644 device-types/AVM/FRITZBox-7590-AX-AT-CH.yaml create mode 100644 device-types/AVM/FRITZBox-7590-AX-DE-ISDN.yaml create mode 100644 device-types/AVM/FRITZBox-7590-AX-DE.yaml create mode 100644 device-types/AVM/FRITZBox-7590-AX-international.yaml diff --git a/device-types/AVM/FRITZBox-7590-AX-AT-CH.yaml b/device-types/AVM/FRITZBox-7590-AX-AT-CH.yaml new file mode 100644 index 000000000..c906ab205 --- /dev/null +++ b/device-types/AVM/FRITZBox-7590-AX-AT-CH.yaml @@ -0,0 +1,40 @@ +--- +manufacturer: AVM +model: FRITZ!Box 7590 AX (AT/CH) +slug: avm-fritzbox-7590-ax-at-ch +part_number: '20003022' +u_height: 0 +is_full_depth: false +airflow: passive +comments: '[AVM FRITZ!Box 7590 AX Datasheet](https://at.avm.de/produkte/fritzbox/fritzbox-7590-ax/technische-daten/)' +power-ports: + - name: Power + type: dc-terminal + maximum_draw: 30 +interfaces: + - name: DSL + label: DSL + type: xdsl + - name: FON1 + label: FON 1 + type: other + - name: FON2 + label: FON 2 + type: other + - name: WAN + label: WAN + type: 1000base-t + - name: LAN1 + label: LAN 1 + type: 1000base-t + - name: LAN2 + label: LAN 2 + type: 1000base-t + - name: LAN3 + label: LAN 3 + type: 1000base-t + - name: LAN4 + label: LAN 4 + type: 1000base-t + - name: WiFi + type: ieee802.11ax diff --git a/device-types/AVM/FRITZBox-7590-AX-DE-ISDN.yaml b/device-types/AVM/FRITZBox-7590-AX-DE-ISDN.yaml new file mode 100644 index 000000000..2dd424dac --- /dev/null +++ b/device-types/AVM/FRITZBox-7590-AX-DE-ISDN.yaml @@ -0,0 +1,43 @@ +--- +manufacturer: AVM +model: FRITZ!Box 7590 AX (DE; ISDN) +slug: avm-fritzbox-7590-ax-de-isdn +part_number: '20002929' +u_height: 0 +is_full_depth: false +airflow: passive +comments: '[AVM FRITZ!Box 7590 AX Datasheet](https://avm.de/produkte/fritzbox/fritzbox-7590-ax/technische-daten/)' +power-ports: + - name: Power + type: dc-terminal + maximum_draw: 30 +interfaces: + - name: DSL + label: DSL + type: xdsl + - name: FON1 + label: FON 1 + type: other + - name: FON2 + label: FON 2 + type: other + - name: FONS0 + label: FON S0 + type: other + - name: WAN + label: WAN + type: 1000base-t + - name: LAN1 + label: LAN 1 + type: 1000base-t + - name: LAN2 + label: LAN 2 + type: 1000base-t + - name: LAN3 + label: LAN 3 + type: 1000base-t + - name: LAN4 + label: LAN 4 + type: 1000base-t + - name: WiFi + type: ieee802.11ax diff --git a/device-types/AVM/FRITZBox-7590-AX-DE.yaml b/device-types/AVM/FRITZBox-7590-AX-DE.yaml new file mode 100644 index 000000000..7cb8d5540 --- /dev/null +++ b/device-types/AVM/FRITZBox-7590-AX-DE.yaml @@ -0,0 +1,40 @@ +--- +manufacturer: AVM +model: FRITZ!Box 7590 AX (DE) +slug: avm-fritzbox-7590-ax-de +part_number: '20002998' +u_height: 0 +is_full_depth: false +airflow: passive +comments: '[AVM FRITZ!Box 7590 AX Datasheet](https://avm.de/produkte/fritzbox/fritzbox-7590-ax/technische-daten/)' +power-ports: + - name: Power + type: dc-terminal + maximum_draw: 30 +interfaces: + - name: DSL + label: DSL + type: xdsl + - name: FON1 + label: FON 1 + type: other + - name: FON2 + label: FON 2 + type: other + - name: WAN + label: WAN + type: 1000base-t + - name: LAN1 + label: LAN 1 + type: 1000base-t + - name: LAN2 + label: LAN 2 + type: 1000base-t + - name: LAN3 + label: LAN 3 + type: 1000base-t + - name: LAN4 + label: LAN 4 + type: 1000base-t + - name: WiFi + type: ieee802.11ax diff --git a/device-types/AVM/FRITZBox-7590-AX-international.yaml b/device-types/AVM/FRITZBox-7590-AX-international.yaml new file mode 100644 index 000000000..3eb387218 --- /dev/null +++ b/device-types/AVM/FRITZBox-7590-AX-international.yaml @@ -0,0 +1,40 @@ +--- +manufacturer: AVM +model: FRITZ!Box 7590 AX (international) +slug: avm-fritzbox-7590-ax-international +part_number: '20002999' +u_height: 0 +is_full_depth: false +airflow: passive +comments: '[AVM FRITZ!Box 7590 AX Datasheet](https://en.avm.de/products/fritzbox/fritzbox-7590-ax/technical-specifications/)' +power-ports: + - name: Power + type: dc-terminal + maximum_draw: 30 +interfaces: + - name: DSL + label: DSL + type: xdsl + - name: FON1 + label: FON 1 + type: other + - name: FON2 + label: FON 2 + type: other + - name: WAN + label: WAN + type: 1000base-t + - name: LAN1 + label: LAN 1 + type: 1000base-t + - name: LAN2 + label: LAN 2 + type: 1000base-t + - name: LAN3 + label: LAN 3 + type: 1000base-t + - name: LAN4 + label: LAN 4 + type: 1000base-t + - name: WiFi + type: ieee802.11ax