1technophile / OpenMQTTGateway

MQTT gateway for ESP8266 or ESP32 with bidirectional 433mhz/315mhz/868mhz, Infrared communications, BLE, Bluetooth, beacons detection, mi flora, mi jia, LYWSD02, LYWSD03MMC, Mi Scale, TPMS, BBQ thermometer compatibility & LoRa.

Home Page:https://docs.openmqttgateway.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

presenceUseBeaconUuid doesn't work anymore since V1.7.0

RoBra81 opened this issue · comments

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

I'm having the same issue.

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

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.

Any news on this?

I will check it before releasing the new version

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

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

This issue was closed because it has been inactive for 14 days since being marked as stale.