Used EX4200-48T workes great but no POE

I am a Juniper ultra newbie. I wanted to dip my toes in the waters of doing things with VLANs and managed switches. I bought a used EX4200-48T from a IT surplus hardware place.

I would like to use it to replace some of the household network gear I have in my basement. I have a little bit of Ubiquiti APs and cameras that I would love to use on the 8 POE ports on the switch.

The POE ports appear to be configured as they should:

root@juniper> show poe interface
Interface    Admin       Oper    Max        Priority       Power          Class
             status      status  power                     consumption
 ge-0/0/0    Enabled     OFF     15.4W      Low            0.0W           not-applicable
 ge-0/0/1    Enabled     OFF     15.4W      Low            0.0W           not-applicable
 ge-0/0/2    Enabled     OFF     15.4W      Low            0.0W           not-applicable
 ge-0/0/3    Enabled     OFF     15.4W      Low            0.0W           not-applicable
 ge-0/0/4    Enabled     OFF     15.4W      Low            0.0W           not-applicable
 ge-0/0/5    Enabled     OFF     15.4W      Low            0.0W           not-applicable
 ge-0/0/6    Enabled     OFF     15.4W      Low            0.0W           not-applicable
 ge-0/0/7    Enabled     OFF     15.4W      Low            0.0W           not-applicable


root@juniper> show poe controller
Controller  Maximum   Power         Guard    Management   Status        Lldp
index       power     consumption   band                                Priority
   0        130.00W   0.00W           0W     Class        AF_ENHANCE    Disabled

If I connect any POE device to it they do not get any power. If I connect non-POE devices like a laptop to them they work as normal LAN ports, which is what I expected.

I've tried the various setup commands and still nothing. I do not know if it is just thet the Ubiquiti APs and cameras just don't support the style of POE that the EX4200 is using or if something is wrong with the switch.

Here are some more data dumps from some config commands:

root@juniper> show configuration | display set
set version 15.1R7-S7.1
set system host-name juniper
set system time-zone America/Detroit
set system root-authentication encrypted-password "herpaderp"
set system services ssh protocol-version v2
set system services netconf ssh
set system services web-management http
set system services dhcp traceoptions file dhcp_logfile
set system services dhcp traceoptions level all
set system services dhcp traceoptions flag all
set system syslog user * any emergency
set system syslog file messages any notice
set system syslog file messages authorization info
set system syslog file interactive-commands interactive-commands any
set chassis auto-image-upgrade
set interfaces ge-0/0/0 unit 0 family ethernet-switching
set interfaces ge-0/0/1 unit 0 family ethernet-switching
set interfaces ge-0/0/2 unit 0 family ethernet-switching
set interfaces ge-0/0/3 unit 0 family ethernet-switching
set interfaces ge-0/0/4 unit 0 family ethernet-switching
set interfaces ge-0/0/5 unit 0 family ethernet-switching
set interfaces ge-0/0/6 unit 0 family ethernet-switching
set interfaces ge-0/0/7 unit 0 family ethernet-switching
set interfaces ge-0/0/8 unit 0 family ethernet-switching
.
.
.
set interfaces ge-0/0/46 unit 0 family ethernet-switching
set interfaces ge-0/0/47 unit 0 family ethernet-switching
set interfaces ge-0/1/0 unit 0 family ethernet-switching
set interfaces xe-0/1/0 unit 0 family ethernet-switching
set interfaces ge-0/1/1 unit 0 family ethernet-switching
set interfaces xe-0/1/1 unit 0 family ethernet-switching
set interfaces ge-0/1/2 unit 0 family ethernet-switching
set interfaces xe-0/1/2 unit 0 family ethernet-switching
set interfaces ge-0/1/3 unit 0 family ethernet-switching
set interfaces vlan unit 0 family inet address 192.168.1.5/24
set routing-options static route 0.0.0.0/0 next-hop 192.168.1.1
set protocols igmp-snooping vlan all
set protocols rstp
set protocols lldp interface all
set protocols lldp-med interface all
set ethernet-switching-options storm-control interface all
set vlans default l3-interface vlan.0
set poe interface all telemetries
set poe interface ge-0/0/0 maximum-power 15.4

root@juniper> show chassis hardware
Hardware inventory:
Item             Version  Part number  Serial number     Description
Chassis                                BHERPADERP3       EX4200-48T
Routing Engine 0 REV 18D  750-021254   BHERPADERP3       EX4200-48T, 8 POE
FPC 0            REV 18D  750-021254   BHERPADERP3       EX4200-48T, 8 POE
  CPU                     BUILTIN      BUILTIN           FPC CPU
  PIC 0                   BUILTIN      BUILTIN           48x 10/100/1000 Base-T
  PIC 1          REV 03A  711-021270   AHERPADERP1       4x GE SFP
Power Supply 0   REV 04   740-020957   AHERPADERP6       PS 320W AC
Fan Tray       

Also the power supply is reporting AC and DC as "OK".

Even if I can't use the POE it won't be a huge deal as that was more of a nice to have. If there is anything I can do to get it working though I would love to try.

TIA