anyone integrate the taco zone valve controller for heat using bluetooth? they have an iOS/google play app, simple search yields no info on integration into HA
Hey! I created an integration in order to control my Taco zone controller via bluetooth, Kobaj / ha_taco · GitLab. Its public and available on both gitlab and github and you can install it via HACS. Let me know if it works for you or if you have any trouble!
Just came across this - very cool. Getting one of these boards in near future with a bolier replacement. This is pretty new to me - how/where did you find the information available to understand the various pieces of bluetooth info the device has available? I have tried finding documentation but have only come across the basic Taco mobile phone app manual. Thank you
I started with an Android app called “nRF Connect” to query the GATT config from the device, then followed this step-by-step guide to capture all Bluetooth HCI packets, inspect them with Wireshark, and then build an integration around that.
Let me know how your install goes and if you are successfully able to control your boiler with the integration!
Thanks for the reply and info - install should be completed next week…looking forward to trying this out and learning along the way!