Use cases for ports on the AP Eth0, Eth1, Module and IoT 

Wi-Fi 6E 

AP45 

  • Eth0 port PoE 802.3bt in + Data In. 
  • Eth1 port will give Data Out and can also give PoE PSE mode up to 15.4W (requires 802.3bt on Eth0) 

AP34 

  • Eth0 port PoE 802.3at in + Data In. 

AP24 

  • Eth0 port PoE 802.3at in + Data In. 

Wi-Fi 6 

AP43 

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out and can also give PoE PSE mode up to 15.4W (requires 802.3bt on Eth0) 
  • IoT port can be used for digital inputs (0 to +5V), digital outputs (0 to +5V), and analog inputs (0 to +5V) 

AP33  

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out 

AP32  

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out 

AP12 

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out and can also give PoE PSE mode up to 7W (requires 802.3at on Eth0) 
  • Eth1 and Eth3 port will give Data Out 

AP63 

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out and can also give PoE PSE mode up to 15.4W (requires 802.3bt on Eth0) 

Wi-Fi 5 

AP41 

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out 
  • Module port will give Data Out and can also give PoE PSE mode up to 15.4W (requires 802.3at on Eth0) 
  • IoT port can be used for digital inputs (0 to +5V), digital outputs (0 to +5V), and analog inputs (0 to +5V) 

AP21 / BT11 

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out and can also give PoE Out if “PoE Passthrough” feature is enabled 
  • Note: Eth1 port is typically used to connect to Mist AP21’s and BT11’s, but it can be used to obtain ethernet access as well. Kindly disable the PoE Passthrough on the AP before plugging the device into the Eth1 port. 

AP61 

  • Eth0 port PoE 802.3at in + Data In. 
  • Eth1 port will give Data Out, but will not give PoE Out 

IoT Port Pins 

The IoT port on the AP-41 consists of 8 pins: 

  • 2 Digital IN Pins – Can be used only as Input 
  • 1 Digital OUT Pin – Output Pin 
  • 4 Analog Pins – Can be used for both input and output 
  • Ground 

The IoT Port Terminal Block Interface that plugs into the AP-41 IoT port along with the Pin Names are shown below 

How to enable temperature, humidity and pressure sensors for an AP? 

The sensors on the APs available by API 

GET /api/v1/sites/:site_id/stats/devices  // Environment stats 
“env_stat”: { 
“cpu_temp”: 51, 
“ambient_temp”: 39, 
“humidity”: 11, 
“attitude”: 0, 
“pressure”: 1015 
“accel_x”: -0.012, 
“accel_y”: 0.004, 
“accel_z”: -1.012, 
“magne_x”: 0.0, 
“magne_y”: 1.3, 
“magne_z”: 0.0, 
“vcore_volatge”: 0 
}, 

Do we have any option to view IoT information from the UI? 

Under development. 

How to enable IoT pin? 

Use the below API call to enable the port.  The “iot_config” attribute provides information about the status of the pins in the IoT port. 

PUT : https://api.mist.com/api/v1/sites/:site_id/devices/:device_id 

{ 

"iot_config": { 

   "DO": { 

      "enabled": true, 

      "value": <0 == OFF; 1 == ON> 

      } 

   } 

} 

How to get the current state of the pins? 

Use the below API to get the response: 

GET /api/v1/sites/:site_id/devices/:device_id/iot 

IoT devices aren’t seeing any SSID/WLAN? 

Make sure your SSID is configured for 2.4GHz or dual band.