Editing
tips-bluetooth
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Return to [[Home_Assistant#Tips|Home Assistant Tips]]<br> =Configure the ESP32 to work as a Bluetooth device= [https://community.home-assistant.io/t/2022-10-all-over-the-place/470126/41 From the forum]<br> ;How do I configure the esp32 to work as a bluetooth device? I have it setup in esphome and it sees it, but where do I go after that? From nickrout:<br> Flash it with esphome with this in the config <nowiki>bluetooth_proxy: active: true</nowiki> {{template:top}} =Proxy= [https://youtu.be/CjpPdwK_ttg Tutorial Part 1- EASY Bluetooth Proxies in Home Assistant! Increase the range of your passive Bluetooth devices!]<br> [https://youtu.be/l5ea7lQWpMk Tutorial Part 2- Use this CHEAP Xiaomi thermometer with an ESP32 and Home Assistant.]<br> {{template:top}} =Sniffing BTLE= [https://community.home-assistant.io/t/bluetooth-dongle-added-how-to-scan-for-devices/448104/14 Reference on forum]<br> Add a line into configuration.yaml to get access to the Logger Service: <nowiki># Get access to logger.set_level service following bdraco live demo # https://youtu.be/m9gKFH8WlzY?t=3297 logger: default: warn</nowiki> Restart Home Assistant Set Bluetooth logging to debug Developer Tools β Services <nowiki>service: logger.set_level data: homeassistant.components.bluetooth: debug</nowiki> <i>call service</i><br> Terminal: <nowiki>cd /config tail -f home-assistant/.log | grep "bluetooth" > bt_log.txt</nowiki> Watch for devices in the log, noting addresses and data<br> Set the logging back to warn to not fill up the uSD<br> <nowiki>service: logger.set_level data: homeassistant.components.bluetooth: warn</nowiki> <i>call service</i><br> {{template:top}} Return to [[Home_Assistant#Tips|Home Assistant Tips]]<br>
Summary:
Please note that all contributions to Notebook may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Notebook:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Template:top
(
edit
)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Home Page
C++ Reference
ESP Hardware
ESPHome
Home Assistant
Network Stuff
Tools
What links here
Related changes
Special pages
Page information