-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
⛔️ Broken Home Assistant component and working alternative. #70
Comments
test this, works fine |
Since it works fine, what is the reason it is not yet in official Homeassistant? |
I haven't made the time to clean it up to HA's standard and make the PR. I should get to it this winter hopefully. |
I think the BT proxies are not working correctly. There is an alternative way using a patched Tasmota version as a BT Proxy. You don't need a BT pairing. Advanced Heating Control works great with the generated entities. |
I've tested and it works great. What problems do you encounter? If pairing is necessary is from my experience dependant of the firmware and the bluetooth device. Using an ESP32 is no ideal solution also because of the enviromental effects. |
It may be that it works well with the RPi W variants, but that hasn't been an issue so far. The problem is not the number of TRVs a device can process or the Bluetooth. With the ESP you can have more than 4 because there are no active connections and the ESP Wroom versions with external antennas do a good job. We now have 18 EQ-3 TRVs in use at home and until almost a year ago we were still using the small ESPs as BLE proxies. There are 6 ESP's distributed throughout the house and not just for the TRV's but in the rooms in which they are installed also partly for temperature/humidity, presence, infrared, LED, control panel. Re-creating a working ESP IoT infrastructure with different hardware for something that already worked was simply not a solution for me. Tasmota for the ESPś is ideal in my case. I can activate all sensors with one click of the mouse and receive all relevant data via mqtt. The entities are created from the mqtt data using configuration.yaml and BLE pairing is also not an issue. The TRVś don't actually require any pairing. |
Maybe we have misunterstanding. I meant using only one central controller. It can be a full Raspberry PI, like PI3, PI4 or 5 or an small Raspberry PI Zero 2W. It has about the same performance as a PI3 but needs less energy. Using only one controller needs less hardware. I agree with you that it makes no sense using small Raspberry Pi as Bluetooth Proxy. Therefore the ESP32 is indeed better. |
As stated in the readme, this library is not compatible with HA since 2022.7.0.
You can use this custom component instead.
(I hope to eventually get this into HA's core, but until then it is a custom one).
Posting this issue as suggested by this repo's owner here.
The text was updated successfully, but these errors were encountered: