-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
[Feature] POE out status and power #259
Comments
Not sure about this yet, adding docs MikroTik devices with PoE-Out controller (not injector) provides port monitoring option. /interface ethernet poe monitor [find] Property | Description
poe-out () | Shows PoE-Out settings If power-cycle-ping feature is used, /interface ethernet poe monitor [find] will show additional fields: |
I would love to see this feature also, it would help to setup automations - EG see if something is getting powered, how much power. Alert if a camera or phone goes down (poe-out-power below a threshold...) or not powering correctly or maybe using too much power. Also for calculations where something is battery powered, in many of our cases when battery power is low, turn off certain ports if power is being used. I'm using your integration to turn on/off using a simple script trigger currently. |
Is your feature request related to a problem? Please describe.
Is it possible to show the poe status/power information for each poe capable port? Existing poe_out attribute doesn't show if poe is powered or not.
Describe the solution you'd like
Values can be fetch with below command and 2 new attributes can be added to the existing port entity
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: