android-beacon-mqtt icon indicating copy to clipboard operation
android-beacon-mqtt copied to clipboard

Simple android application for notifying MQTT server when iBeacon is in range or lost

Results 14 android-beacon-mqtt issues
Sort by recently updated
recently updated
newest added

Hi! I had trouble creating iBeacon filters because some devices have minor versions set to 0. While at it, I also allowed major versions to be 0 too, just in...

I'm trying to adb install the apk from release section on an Android 8.1 based smart home panel but getting this error: ``` adb: failed to install beacon-mqtt-0.3-322.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES:...

Hi! Is it possible to track devices only by MAC Address? It would be nice feature to have. In this case it would be possible to use fitness trackers as...

I am using this app to trigger home assistant actions. A MQTT or URL call is good. I place the beacon at home. So I don't want the app to...

It would be convenient to include import/export functionality for transferring the configuration to another device.

![20210622_012658](https://user-images.githubusercontent.com/86143793/122793106-f724b600-d2f9-11eb-9b2e-0e444f61ade0.jpg) ![20210622_012649](https://user-images.githubusercontent.com/86143793/122793114-f855e300-d2f9-11eb-8f8e-ed24bd60d388.jpg) mqtt: broker: 192.168.86.110 port: 1883 username: homeassistant password: 1234 discovery: true These are my settings, where is the problem?

Looks like something changed in Android 11 and now your app doesn't send the mac address to the mqtt broker: https://developer.android.com/training/articles/user-data-ids#mac-11-plus

Would you consider adding an option to set the retain flag on MQTT messages?

I am having issues with the language settings on my phone. My regional settings are using `,` as decimal point. So any float values are sent like this, which is...

In some circumstances that are unclear to me, I've noticed the mastership doesn't get updated when I would expect it to. Take a look at this screenshot -- I was...