Skip to content
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

ath79-generic: add support for DLAN (pro) 1200+ WiFi ac #3334

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

maurerle
Copy link
Member

@maurerle maurerle commented Aug 31, 2024

The DLAN pro 1200+ WiFi ac is the same as the DLAN 1200+ WiFi ac (non-pro).
It is a wall plug device which still exposes the wall plug.

The powerline functionality does not work without additional firmware, which can not be shipped due to licensing issues - yet someone from our community wanted to use this device for FF and did test it.

Looks fine to me, except that there is no Power LED, just the House-LED (used for powerline) and the WIFI-LED (which works as expected)

  • Must be flashable from vendor firmware
  • Must support upgrade mechanism
    • Must have working sysupgrade
      • Must keep/forget configuration (sysupgrade [-n], firstboot)
    • Gluon profile name matches autoupdater image name
      (lua -e 'print(require("platform_info").get_image_name())')
      devolo-dlan-pro-1200+-wifi-ac
  • Reset/WPS/... button must return device into config mode
  • Primary MAC address should match address on device label (or packaging)
    (https://gluon.readthedocs.io/en/latest/dev/hardware.html#hardware-support-in-packages)
    • When re-adding a device that was supported by an earlier version of Gluon, a
      factory reset must be performed before checking the primary MAC address, as
      the setting from the old version is not reset otherwise.
  • Wired network
    • should support all network ports on the device
    • must have correct port assignment (WAN/LAN)
      • if there are multiple ports but no WAN port:
        • the PoE input should be WAN, all other ports LAN
        • otherwise the first port should be declared as WAN, all other ports LAN
  • Wireless network (if applicable)
    • Association with AP must be possible on all radios
    • Association with 802.11s mesh must work on all radios
    • AP+mesh mode must work in parallel on all radios
  • LED mapping
    • Power/system LED (non exists)
    • Radio LEDs (only 1 wifi LED)
      • Should map to their respective radio
      • Should show activity
    • Switch port LEDs (non)
      - [ ] Should map to their respective port (or switch, if only one led present)
      - [ ] Should show link state and activity
  • Docs:
    • Added Device to docs/user/supported_devices.rst

@github-actions github-actions bot added 3. topic: docs Topic: Documentation 3. topic: hardware Topic: Hardware Support labels Aug 31, 2024
targets/ath79-generic Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the 3. topic: docs Topic: Documentation label Aug 31, 2024
@blocktrron blocktrron merged commit c5c9935 into freifunk-gluon:main Aug 31, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. topic: hardware Topic: Hardware Support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants