Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

MAC Address #16

Open
RFDarter opened this issue Feb 2, 2024 · 2 comments
Open

MAC Address #16

RFDarter opened this issue Feb 2, 2024 · 2 comments

Comments

@RFDarter
Copy link

RFDarter commented Feb 2, 2024

doese the mac address of the remotes realy need to be provided befor compile time?

@afarago
Copy link
Owner

afarago commented Feb 2, 2024

Actually this could even be dynamic in most cases (e.g. ESP8266).

Generally I would be rather moving in a generic proxy direction, that removes the need of explicitly registering each sensor on the receiver(hub/proxy) side.

At the moment I only would be able to hack this via e.g. mqtt or bluetooth_proxy side and that would only affect HA, not the esphome side.

@gfplab-scaffardi
Copy link

Hi! Yes, i agree that it would be better to avoid, in a real production environment, fixed MQTT topics and BLE mac addresses. I thing that it would be great, for MQTT topic, automatic suffixing with the device MAC address (like mDNS name), and getting BLE mac addresses from MQTT topic or from flash NVS that could be read in runtime. Is that possible in your opinion? It would be more flexible.

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

No branches or pull requests

3 participants