lukas-hetzenecker / home-assistant-zyxel-poe

Platform that exposes switches for the Power-over-Ethernet state of ZyXEL network devices (at least GS1900-series switches)
Apache License 2.0
11 stars 2 forks source link
hacktoberfest poe zyxel

hacs_badge

Manage the Power-over-Ethernet functionality of ZyXEL switches. Because this functionality is not available via SNMP (WTF, ZyXEL?) it will be performed over HTTP. Admin credentials are required.

Compatibility

Tested with:

Should be compatible with similar models.

Installation

To use this plugin, copy the zyxel_poe folder into your custom_components folder.

Configuration

# Example configuration.yaml entry
switch:
- platform: zyxel_poe
  devices:
  - host: switch1.local
    username: admin
    password: !secret switch1
  - host: switch2.local
    username: admin
    password: !secret switch2