Skip to content

ESP32 BLE iBeacon: alias for UID and not MAC based #23014

Answered by sfromis
Eisbahn asked this question in Q&A
Discussion options

You must be logged in to vote

https://tasmota.github.io/docs/Berry/#rules

tasmota.add_rule('IBEACON#UID=2F234454CF6D4A0FADF2F4911BA9FFA1',
  def (value, trigger, payload, bin)
    print('RSSI',payload['RSSI'])
  end)

This rudimentary example is not meant to be practical, merely to illustrate how things can be picked up from the MQTT-oriented payloads (even when not connected).

And of course, starting a phone app does have the risk that it will not remain started. It is not even unusual for phone makers to include features to kill background apps.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@Eisbahn
Comment options

@sfromis
Comment options

@Eisbahn
Comment options

@sfromis
Comment options

Answer selected by Eisbahn
@Eisbahn
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants