BLE usage on Aruba AP's

Hi

I have a a few Aruba AP’s around my house and they support BLE Asset Tracking, a feature I have never used. After loosing my smart watch a few times I decided to look into using it to see if I could track my watch location but I am at a loss on where to start.

Most Bluetooth or Bluetooth Low Energy integrations with Home Assistant work around a bluetooth device being directly connected to HASS but in my situation each AP can forward the information to an RTLS server, an analytics & location engine, some form of Beacon server or BLE Asset Tag Mgmt Server (WS or HTTPS). I am looking for an open source solution to resolve this but then there is the issue of passing this info onto home assistant to be useful.

Has anyone any experience with network connected BLE discovery?

I’d suggest first enabling it and seeing how it works with the aruba software, how quick it is to update vs wifi presence. You may not be able to control how often the blue tooth updates.

I briefly had an unsupported router and I was able, through node red, listen to the log output with a udp node. After that it was just a matter of filtering for my mac and connection status.

What APs do you have at home with BLE? Some of the newer models also have Zigbee in them too.

I am Aruba trained for work and currently use IAP-207 at home.

303H. I have an oddly layed out house and there are 700mm thick stone walls so needed many APs to get coverage. Got these from a place that was getting rid of them and they do the job.

I have an AP-303H here running as a Remote AP. I am currently just using the wired ports. Did not realise they have BLE.

So I took a look at your ap settings, there is an option to export the syslog. There is a dedicated syslog node in nodered, if that doesnt work I believe I used a udp node. Connect it to a debug node and you should get the log output.

Chapter 33 -->Monitoring Devices and Logs -->Configuring a Syslog Server

I doubt I could find out anything but I will be meeting with an Aruba Systems Engineer on Monday if you have specific questions he may be able answer.

I saw there is a web socket available. You could ask could it work with a 3rd party server and the where the documentation for it is.

I doubt there is much documentation. What Aruba OS version are you running?

This is from the data sheet

IOT PLATFORM CAPABILITIES
The 303H Series provides integrated Bluetooth capabilities
to enable Meridian and IoT-based location services, asset
tracking, and mobile engagement services. For expanded
use cases, an IoT expansion radio can be added to support
the Zigbee protocol. These features allow organizations to
leverage the AP as an IoT platform, which eliminates the need
for an overlay infrastructure and additional IT resources.

https://www.arubanetworks.com/assets/ds/DS_AP303H.pdf

Apparently my IAP207 have BLE too with similar wording. Since IoT is mentioned, I wonder what else they support other than their Meridian product.

I see this on Websockets. They use it for some of their management servers, apparently. There is also a REST API available for the IAP.

https://www.arubanetworks.com/techdocs/Instant_86_WebHelp/Content/instant-ug/iap-manage-monit/websocket.htm?Highlight=API

With that link I was able to find the older versions of the api and their details. The newer versions required a login. There is a presence api, I did not see anything specific to bluetooth.

The presence api supplies the connected access point. I assume the existing integration uses this api. I dont have an aruba ap only providing guidance to the op.

Does the existing integration not supply the ap? If one of you could check under dev tools, look for the device tracker it creates and in the attributes is the a mac or ap name?

https://support.hpe.com/hpesc/public/docDisplay?docId=c05306932&docLocale=en_US

It appears the PA can track BLE tokens to some extent. I am nor sure how it could get to HA though.

They support BLE and Zigbee. Here is some more config how to’s. I’m still looking for an open source system to make use of the data. https://support.hpe.com/hpesc/public/docDisplay?docId=a00100701en_us

Support for Azure-IoTHub, EnOcean IOT https://iot.enocean.com and Google exists.

I just picked up 2 IAP-335’s and an Outdoor IAP-275 new for cheap and would love to see if there is a better integration than what is natively supported. I only say this because it requires you to enable telnet on the switches and that is just bad security practices. I’ve also tried to find where this add-on Zigbee radio is for the 330 series but haven’t been able to find them anywhere. But it would be nice even if they just act in repeater mode. Does anyone know of a third-party ZigBee USB stick that will work with these? I have a Nortek HUBZ1 and would pick up more if they are supported. Either way im interested too if anyone want to give it a try

The data sheet says there is an IoT expansion radio for Zigbee. I will see if I cad get more information.

EDIT: I found it!

R2X45A Aruba AP-USB-ZB External USB based Dongle with Zigbee and BLE for AP

from the ordering guide.

https://www.arubanetworks.com/resource/330-series-ordering-guide/

EDIT2:

https://www.insight.com/en_US/shop/product/R2X45A/HEWLETT+PACKARD+ENTERPRISE/R2X45A/HPE-Aruba-AP-USB-ZB---network-adapter---USB/

Radio data sheet

They appear to target Enocean Alliance devices.

Hello,

I also have aruba APs (model AP 555) with builtin BLE and Zigbee
They act as ZC (Zigbee coordinator)
Does anyone know to set up the communication to home assistant ?
I found this : Transport Profile
Would this allow to set it up for ZHA ?

FYI my employer is an Aruba customer. My understanding is the have not designed that as a generic Zigbee coordinator. The first use cast I saw mentioned was for use with Assa Abloy Zigbee door locks in a hotel setting using the Assa Abloy software to manage them. After we get more 500 Series deployed I want to research using similar locks with their plugin for our management system to replace battery hungry Wi-Fi door locks.

This document describes how to interact with the websocket
But it has to be developed by HA dev : https://support.hpe.com/hpesc/public/docDisplay?docId=a00119577en_us&docLocale=en_US @Mikefila :grinning: would you know how to do that ?

I think this would make it the most powerful ZC on the market for ZHA :grin:

Hi @dmulcahey @Adminiuga ,
Could you please give your opinion on the possibility to use Aruba Zigbee websocket for ZHA ?
Thanks !