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

what hardware do i need? #8

Open
abercrombie1892 opened this issue Mar 17, 2024 · 1 comment
Open

what hardware do i need? #8

abercrombie1892 opened this issue Mar 17, 2024 · 1 comment

Comments

@abercrombie1892
Copy link

I also have a diesel heater that can be controlled via Bluetooth via the app. What hardware do I need so that the home assistant connects to the heating? an ESP32? ESPHome? Thank you very much for this project

@bderleta
Copy link
Owner

bderleta commented Apr 2, 2024

Regarding this project, you need a single board computer or other machine capable of running Docker, with bluetooth adapter and network connectivity. This project won't work on an ESP platform, but there are another bridges working with ESPHome. I tested my project on Raspberry Pi 5, but any properly equipped SBC like BananaPI or OrangePI would work, but I had various problem with drivers on those platforms.

SBC with this container just acts like a relay node between heater (so it must be placed close to it, as BLE has quite low range) and your existing HomeAssistant setup, with already running and configured MQTT broker. The SBC itself of course can be the node running MQTT broker, and even whole HomeAssistant setup, only mandatory thing is being in the range of BLE (and having BLE-capable adapter onboard).

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

2 participants