Add MikroTik RBD53iG-5HacD2HnD (hAP ac3) - #4380
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new device type definition to the library for the MikroTik RBD53iG-5HacD2HnD (hAP ac3), enabling consistent inventory/import of its physical/power/interface characteristics.
Changes:
- Introduces a new MikroTik device type YAML for RBD53iG-5HacD2HnD.
- Defines power input, console (USB), and Ethernet/Wi‑Fi interfaces with basic annotations.
- Links to the official MikroTik product specification page in
comments.
Comments suppressed due to low confidence (1)
device-types/MikroTik/RBD53iG-5HacD2HnD.yaml:35
- The comments link text also uses the superscript "ac³"; for consistency with other MikroTik device types (and to avoid Unicode search/encoding surprises), prefer "ac3" in the human-readable label as well.
comments: '[MikroTik hAP ac³ Datasheet](https://mikrotik.com/product/hap_ac3#product_specification)'
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Bad test? |
|
Seems like your comment line might be the issue here |
welp; that's silly. |
| interfaces: | ||
| - name: ether1 | ||
| type: 1000base-t | ||
| description: PoE-in 18-28 V |
There was a problem hiding this comment.
If this is POE In, then it will need the poe config adding with the correct type
poe_mode: pd
poe_type:
| type: 1000base-t | ||
| - name: ether5 | ||
| type: 1000base-t | ||
| description: PoE-out passive |
There was a problem hiding this comment.
If this is POE out, then it will need the poe config adding with the correct type
poe_mode: pse
poe_type:
Adds Mikrotik hAP ac3.
Notably, weight of the device is not documented in the Mikrotik specifications so I have not included it.