mduran80 / daikin_madoka

Home Assistant custom component integration for the BRC1H thermostat (madoka)
MIT License
42 stars 10 forks source link

Question: How to pair multiple controllers in different floors #14

Open nunocampos105 opened 2 years ago

nunocampos105 commented 2 years ago

Hello,

Thanks for your hard work ! Very very good!

My house got 3 floors, and i've got controllers on the three floors.

Because my NUC is far away from the other two, how is the best way to pair the devices and after pairing they continue working ?

Should i use a bluetooth HW control for each floor ? Or once they are paired the communication is not done via bluetooth ?

Best Regards and thanks in advanced

alexcf commented 1 year ago

There's another thread here: https://github.com/mduran80/daikin_madoka/issues/7

duduke commented 1 year ago

@alexcf, The linked thread does not cover what @nunocampos105 referred to. I have the same issue: the machine HA is installed on cannot "see" the other Madoka BLE controllers as they are too far away. Is there a way to somehow "bridge" those remote controllers via another device? (ESP32, ESP8266, Pi ZeroW, etc)

alexcf commented 1 year ago

Great question... I've got that issue now :(.

raypanggh commented 1 year ago

Hello,

Thanks for your hard work ! Very very good!

My house got 3 floors, and i've got controllers on the three floors.

Because my NUC is far away from the other two, how is the best way to pair the devices and after pairing they continue working ?

Should i use a bluetooth HW control for each floor ? Or once they are paired the communication is not done via bluetooth ?

Best Regards and thanks in advanced

Either use a long range Bluetooth adapter with a USB extension lead (I found the latter helped massively with connection issues) or if you still have range issues, see https://github.com/mduran80/pymadoka - install this and use an MQTT thermostat with pymadoka-mqtt

mduran80 commented 1 year ago

It should be possible to bridge “easily” using a Pi Zero and the pymadoka library setup as a daemon with the MQTT feature and WiFi. I wrote the code precisely to address this situation, although it is not my setup.

El El dom, 24 jul 2022 a las 8:30, Dudu Akiva @.***> escribió:

@alexcf https://github.com/alexcf, The linked thread does not cover what @nunocampos105 https://github.com/nunocampos105 referred to. I have the same issue: the machine HA is installed on cannot "see" the other Madoka BLE controllers as they are too far away. Is there a way to somehow "bridge" those remote controllers via another device? (ESP32, ESP8266, Pi ZeroW, etc)

— Reply to this email directly, view it on GitHub https://github.com/mduran80/daikin_madoka/issues/14#issuecomment-1193257104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFK3CTZJMQM2Z4UOOC7SYODVVTPJ7ANCNFSM5QMRVASQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

mduran80 commented 1 year ago

Hi!

Your setup is quite complex comparing to mine. All the comms are made via bluetooth, so the controller has to be close to the thermostat. In my case, the NUC is in the same room.

In your situation, I would think of some smaller device to implement a gateway from BT to WiFi (raspberry zero or similar with BT). In those devices, you can run pymadoka with MQTT so they will publish and receive all the updates via MQTT over wifi.

I have not tested myself setting up an MQTT thermostat in HA, but it should work fine.

El El jue, 10 mar 2022 a las 13:56, nunocampos105 @.***> escribió:

Hello,

Thanks for your hard work ! Very very good!

My house got 3 floors, and i've got controllers on the three floors.

Because my NUC is far away from the other two, how is the best way to pair the devices and after pairing they continue working ?

Should i use a bluetooth HW control for each floor ? Or once they are paired the communication is not done via bluetooth ?

Best Regards and thanks in advanced

— Reply to this email directly, view it on GitHub https://github.com/mduran80/daikin_madoka/issues/14, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFK3CTZ25277T7DRNWNFXWDU7HWO3ANCNFSM5QMRVASQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

frigi83 commented 1 year ago

The new HA bluetooth integration (with bluetooth proxy) is also interessant

rivertech-git commented 1 year ago

Does anyone know if it works with the esp Bluetooth bridge and the support of this in the latest home assistant version?