reelyactive / barnowl-aruba

Collect ambient Bluetooth Low Energy, EnOcean Alliance & WiFi packets from HPE Aruba Networking access points for real-time location and sensing. We believe in an open Internet of Things.
https://www.reelyactive.com/pareto/anywhere/infrastructure/aruba/
MIT License
8 stars 5 forks source link

Not receiving displacement events #6

Closed svenvanhees closed 1 year ago

svenvanhees commented 1 year ago

I have setup a test situation with two Aruba 303 AP's. Both are connecting with a websocket to the Barnowl Aruba instance. This is working perfectly as of right now. Except that there are no displacement events coming in. Even though other events, such as appearence, packets and keep-alive are getting through.

Try to search the code base for where these events are fired from, but did not found any indication as where to look.

Is it possible to get these displacement events?

jeffyactive commented 1 year ago

Hi @svenvanhees,

barnowl-aruba will not include the "events" property in the raddec output. For this, you will need to combine with a barnacles instance, or, even easier, just use Pareto Anywhere which bundles barnowl-aruba & barnacles and some friendly web apps & visual APIs so you can test your setup out-of-the-box.

Kindly close the issue if that works for you. Happy testing with your 303s!

svenvanhees commented 1 year ago

Perfect! Barnacles does indeed include a displacement event if the RSSI pivots in strength between receivers. Many thanks!