-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor ESPHome Power Logic to Also Support Home Assistant #203
Comments
You want ConsolePi to be able to toggle PoE on individual ports? The power control currently is to control outlets, i.e. turn on/off the actual switch itself. I'll be working with that bit of the code soon as I'm adding port-groups (one menu item toggles on/off multiple ports). I'll take a look at it. |
Correct.
Home Assistant's integration with my PoE switch presents with the same abstraction interfaces as home automation power control systems such as TP-Link Kasa or Shelly Cloud switches (e.g per device/port switches and per device/port energy monitoring) |
What is the integration? I'll be working on some updates in the near future. I'll take a look at this one when I update the power module. |
My PoE switch is a Ubiquiti Unifi switch. See https://www.home-assistant.io/integrations/unifi/ for more details |
By focusing on these elements, you can create a user-friendly and efficient PoE control feature for ConsolePi. PoE Controls Section Design
Next Steps
This structure should provide a clear and efficient PoE controls section that enhances user experience in ConsolePi. Let me know if this was useful....................... |
I would like configure ConsolePi to support Power Control with my PoE switch, by using Home Assistant as an intermediatary between ConsolePi and my Network Controller.
My existing Home Assistant instance is able to control individual ports on my PoE switch. Since ESPHome and Home Assistant are from the same foks, there are a number of parallels between both systems.
AFAIK, the main differences between a Home Assistant or ESPHome power controller are:
The text was updated successfully, but these errors were encountered: