From a09d116bcc1242be57bb722b0ebc7133fbfbc083 Mon Sep 17 00:00:00 2001 From: "Karl Q." Date: Sun, 15 Jun 2025 14:07:50 -0700 Subject: [PATCH] Feat - two new variants of the Unifi G3 camera line (#3252) * Feat - two new variants of the Unifi G3 camera line The Bullet and Pro versions are similar to the flex. * lint, nit - remove LSP directive for schema Not sure why this is being applied to some files, not others. In any case, may be worth re-considering the "don't add validation/linting/type-check hints" policy :(. --------- Co-authored-by: Karl Quinsland --- device-types/Ubiquiti/UVC-G3-Bullet.yaml | 21 +++++++++++++++++++++ device-types/Ubiquiti/UVC-G3-Pro.yaml | 22 ++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 device-types/Ubiquiti/UVC-G3-Bullet.yaml create mode 100644 device-types/Ubiquiti/UVC-G3-Pro.yaml diff --git a/device-types/Ubiquiti/UVC-G3-Bullet.yaml b/device-types/Ubiquiti/UVC-G3-Bullet.yaml new file mode 100644 index 000000000..a51318758 --- /dev/null +++ b/device-types/Ubiquiti/UVC-G3-Bullet.yaml @@ -0,0 +1,21 @@ +--- +manufacturer: Ubiquiti +model: Unifi G3 Bullet +slug: ubiquiti-unifi-uvc-g3-bullet +part_number: UVC-G3-Bullet +# Ubiquiti does not keep product links up, best I can do is the datasheet +comments: | + Varifocal Full HD (1080p) bullet camera with infrared LEDs. Outdoor Weather Resistant. + "[G3 Family Datasheet](https://dl.ubnt.com/datasheets/unifi/UniFi_Video_G3_DS.pdf)" +weight: 300 +weight_unit: g +u_height: 0 +is_full_depth: false +airflow: passive +interfaces: + - name: eth0 + type: 100base-tx + poe_mode: pd + #or their passive 24v variant + poe_type: type1-ieee802.3af + mgmt_only: false diff --git a/device-types/Ubiquiti/UVC-G3-Pro.yaml b/device-types/Ubiquiti/UVC-G3-Pro.yaml new file mode 100644 index 000000000..edfa6c6d4 --- /dev/null +++ b/device-types/Ubiquiti/UVC-G3-Pro.yaml @@ -0,0 +1,22 @@ +--- +manufacturer: Ubiquiti +model: Unifi G3 Pro +slug: ubiquiti-unifi-uvc-g3-pro +part_number: UVC-G3-Pro +# Ubiquiti does not keep product links up, best I can do is the datasheet +comments: | + Varifocal Full HD (1080p) bullet camera with 3x optical zoom and powerful infrared LEDs. IP67 rated. + "[G3 Pro Datasheet](https://dl.ui.com/ds/uvc-g3-pro_ds.pdf)" +# This includes the mount which weighs 20g +weight: 660 +weight_unit: g +u_height: 0 +is_full_depth: false +airflow: passive +interfaces: + - name: eth0 + type: 100base-tx + poe_mode: pd + # or type2-ieee802.3at or their passive 24v variant + poe_type: type1-ieee802.3af + mgmt_only: false