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.
Tested with:
- ZyXEL GS1900-8HP
- ZyXEL GS1900-10HP
- ZyXEL GS1900-24EP
Should be compatible with similar models.
To use this plugin, copy the zyxel_poe
folder into your custom_components folder.
# 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