Skip to content

v0.14.0

Choose a tag to compare

@rubenbe rubenbe released this 06 Jul 11:29

PoE and LLDP support!

  • Add a frequency overview (logical) to show the frequencies used on the whole setup.
  • Add PoE support: fetch the PoE data from devices
    Also PoE data can be exposed via MQTT to home assistant.
  • Add LLDP support: fetch LLDP neighbour data from devices (they need to have lldpcli installed)
  • Add a network overview which combines LLDP data in a logical overview (and shows PoE data where available)
Screenshot 2026-07-06 at 13-27-55 Dashboard - OpenSOHO

Changelog

  • 235daa3 Update ui/dist
  • 99f2d13 Update UI version to 0.14.0
  • bc976fb Network Overview: select the same device on refresh
  • 5c97f80 NetworkOverview: add colors to the (un)healthy device label
  • 5d9a24f Ensure the device mac address is editable
  • 38e1890 Add health status to network overview
  • 1d688d2 Add a greyed out PoE icon if a PoE port is idling
  • 86a1b07 Add a clickable warning if no LLDP info is available.
  • 7979e38 LLDP migration
  • a86b968 Add warning if there is no LLDP info
  • 67bf445 Improve link display in network overview
  • 2e729ae Show a minus in case PoE is supported, but 0.0 W
  • a59f1df Initial PoE in network overview
  • 1190d4a Use natural sorting in LLDP overview
  • 624915e Show all interfaces in network overview
  • c7ac5c0 Initial Network Overview using LLDP data.
  • c8ebe78 LLDP: rename name and add mac_address
  • 5199d85 LLDP initial data parsing & storage
  • dd90974 Expand the hotplug script with lldp data
  • e0673cf Add intial LLDP collection
  • 5dfec9f Remove POE entries that are not reported.
  • 0e82167 Store full name in PoE table.
  • 491a0b4 Switch POE port to string
  • 265c066 Ethernet display as device+interface name
  • 0b94972 Initial LLDP configuration
  • d054cbc Initial nightly builds
  • a8d5f3e Initial mqtt hass integration
  • ac91493 Avoid updating PoE records that didn't change.
  • 9bc9bb6 Docs:Add bare-metal.md
  • e58b667 Initial PoE monitoring
  • d2f3145 Initial migrations for POE support
  • 914a092 Add poe checking script
  • 09e0d0d Update ui/dist
  • 1dce3bf List devices that don't support a specific frequency.
  • 8f61cf7 Clicking on a device in the frequency overview shows its radio.
  • 2b898bd Improve the tooltip for the frequency overview.
  • d0c96c0 UI:don't grey out a frequency cube when it is supported by at least one device
  • b2d2500 Move the frequency overview calculation to the backend
  • 9036d69 Improve the frequency overview
  • 460a883 Initial frequency planning chart