Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

presenceUseBeaconUuid doesn't work anymore since V1.7.0 #1839

Open
RoBra81 opened this issue Dec 16, 2023 · 6 comments
Open

presenceUseBeaconUuid doesn't work anymore since V1.7.0 #1839

RoBra81 opened this issue Dec 16, 2023 · 6 comments

Comments

@RoBra81
Copy link

RoBra81 commented Dec 16, 2023

Describe the bug
Since version 1.7.0 although presenceUseBeaconUuid is activated mac address will be send in MQTT presence message. Work find till version 1.6.0

To Reproduce
Steps to reproduce the behavior:

  1. Enable HASS presence: mosquitto_pub -t home/OpenMQTTGateway/commands/MQTTtoBT/config -m '{"hasspresence":true}'
  2. Enable presenceUseBeaconUuid: mosquitto_pub -t home/OpenMQTTGateway/commands/MQTTtoBT/config -m '{"presuseuuid":true}'
  3. Check MQTT messages

Expected behavior
The uuid should be used as id within MQTT message

Environment (please complete the following information):

  • OpenMQTTGateway version 1.7.0
@absentwallaby
Copy link

I'm having the same issue.

@1technophile
Copy link
Owner

Could you try to set the minimum rssi to -10
https://docs.openmqttgateway.com/use/ble.html#setting-the-minimum-rssi-accepted-to-publish-device-data-default-100

And see if it works

This would enable to confirm an hypothesis

@absentwallaby
Copy link

ok - this is what I have set in
".../MQTTtoBT/config"

{"presuseuuid":true,"pubuuid4topic":true,"presenceawaytimer":60000,"save":true,"minrssi":-10}

  • Adding the minrssi doesn't seem to have helped - still no uuid / beacons showing up - only MAC addresses.

@RoBra81
Copy link
Author

RoBra81 commented Jan 23, 2024

Any news on this?

@1technophile
Copy link
Owner

I will check it before releasing the new version

Copy link

This issue is stale because it has been open for 90 days with no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants