Prana 150 homeassistant integration

Interesting… Are you connecting to the prana via esp 32 bluetooth proxy or from ha host internal bluetooth? (for ex. raspberry pi internal bt?)

I also confirm the bluetooth integration works.
The “official” example is here: esphome_prana_ble/prana_conf_example.yaml at ccfe47145a6a49cf323499fed49c71d70daedec1 · voed/esphome_prana_ble · GitHub
@myk3y55 → you need to write an ESP32 with the esp code based on the example.

My biggest biggest issue with this was … to find the bluetooth MAC address. The application on my android device was somehow NOT seing it … finally I accidentally found it in a log of the esp32 after trying various commands to find the BT mac adressess.

I use a diferrent ha integration that broke but this one seems better, but i cannot implement it… the error “prana_ble component not found!” after copying the example yaml. how do i copy/install that in esphome? thanks!

EDIT: i solved it by adding the external_components bit that was not added in the example code:

external_components:
  - source: github://voed/esphome_prana_ble
    components: [prana_ble]
    refresh: 1min

Thanks for your sugestion! I finally have in and out separate controls on the prana!