Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 898 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 898 Bytes

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:

  • ZyXEL GS1900-8HP
  • ZyXEL GS1900-10HP
  • ZyXEL GS1900-24EP

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