ibeacon - Bluemix Presence Insights mock data is not being displayed -


i have set presence insights on bluemx several beacons on map. however, tried sending command via rest api client

{   "bnm": [     {       "descriptor": "80:b1:81:61:97:22",        "detectedtime": "2015-07-09t12:22:21.102z",       "data": {                       "proximityuuid": "b9407f30-f5f8-466e-aff9-25556b57fe6d",            "major": "101",                "minor": "1402",                 "accuracy": 70,                  "rssi": 60,         "proximity":"1"       }     }   ] } 

i received status 204 message, data doesn't come on dashboard

@touchaponk, able recreate problem , drill down. configuration issue, different mentioned before. need consider 2 factors. 1 - "threshold" - pi beacon configuration.
2 - "accuracy" - mobile device sdk or simulated payload sent postman (or swagger when gets fixed)

the beacon threshold indicates radius in meters surrounding beacon, input events considered in zone. have set 3 in configuration. so, device must within 3 meters zone detection.

the problem beacon connector payload lists "accuracy" 70. indicating mobile device believes 70 meters beacon. given isn't in 3 meter range of pi beacon configuration, event detected payload dropped not hit in zone ... visitor count doesn't go up.

i tried several combinations , found in order visit count "hit", beacon configured threshold must greater payload accuracy. try changing accuracy of payload 70 2 , see if visit count goes up.


Comments