Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/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)
https://github.com/lukas-hetzenecker/home-assistant-zyxel-poe

hacktoberfest poe zyxel

Last synced: 3 months ago
JSON representation

Platform that exposes switches for the Power-over-Ethernet state of ZyXEL network devices (at least GS1900-series switches)

Awesome Lists containing this project

README

        

[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)

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](https://developers.home-assistant.io/docs/en/creating_component_loading.html).

## Configuration

```yaml
# 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
```