From 3ad3e4df3f0568c0b370b38982087b75aee3780d Mon Sep 17 00:00:00 2001 From: RbVs <49718592+RbVs@users.noreply.github.com> Date: Wed, 18 Jun 2025 09:53:39 +0200 Subject: [PATCH] Add support for AVM FRITZ!Box 7490 (#3231) * Add support for AVM FRITZ!Box 7490 Introduces device specifications for FRITZ!Box 7490 including interfaces, power port details, and airflow properties. Enhances compatibility for device management and integration. * Adds weight info to device specification Includes both weight and unit measurements to enhance device metrics for better physical understanding and planning. Relates to FRITZBox-7490 specification update --------- Co-authored-by: Harry --- device-types/AVM/FRITZBox-7490.yaml | 45 +++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 device-types/AVM/FRITZBox-7490.yaml diff --git a/device-types/AVM/FRITZBox-7490.yaml b/device-types/AVM/FRITZBox-7490.yaml new file mode 100644 index 000000000..b0e52272d --- /dev/null +++ b/device-types/AVM/FRITZBox-7490.yaml @@ -0,0 +1,45 @@ +--- +manufacturer: AVM +model: FRITZ!Box 7490 +slug: avm-fritzbox-7490 +part_number: '20002678' +u_height: 0 +is_full_depth: false +airflow: passive +weight: 491 +weight_unit: g +comments: '[AVM FRITZ!Box 7490 Datasheet](https://fritz.com/fileadmin/user_upload/Global/Produkte/FRITZBox/7490/Special_en/7490_special_en.html)' +power-ports: + - name: Power + type: dc-terminal + maximum_draw: 25 +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.11ac