New integration: Watts Home (Tekmar) Wi-Fi Thermostats for Radiant Heat

I put together a new integration which directly integrates Watts Home / Tekmar radiant heat (HVAC and hot water) thermostats into Home Assistant. This integration currently supports Watts Home / Tekmar 561, 562, 563, and 564 models, but others might work (your mileage may vary).

This is based on the wonderful MQTT gateway by AlbinoDrought (but it doesn’t require setting up a Docker instance or integrate MQTT into Home Assistant).

It works in my home, but I’d love feedback to see if it works for others!

To install, if you haven’t already:

  1. Install HACS
  2. Go to HACS > 3 dots menu > Custom Repositories, add https://github.com/bhamiltoncx/ha-watts-home/, select Integration
  3. Install the Watts Home (Tekmar) integration

Screenshots:

1 Like

Just installed it for Tekmar 561 - works well, thank you !
Of course, still would be great to add a mode change feature and (can't even dream about it) a local control without using a Tekmar account :slight_smile:

1 Like

Works! Thank you so much for making this. I also have the Tekmar561's and seems to work.

1 Like

Any way to get the floor temp sensor into this as well on the Tekmar 561's?

Yes, I believe Tekmar requires a tekmarNet 486 gateway for this:

https://www.watts.com/products/hvac-hot-water-solutions/controls/control-accessories/486

The individual thermostats just don't have any (documented) interface for local control.

I got a pull request to add this and other functionality:

I asked for a few fixes, but if the author doesn't implement them, I'll go ahead and do it myself.

Possibly I wasn't clear enough about the mode change - I was talking about a possibility to change between Home and Away modes...

Got it. This is now implemented in release 1.0.1 thanks to salanki’s work which I adapted. The integration now exposes a single switch switch.{name}_away which enables the Away mode on all thermostats in the home when toggled on.

Thanks for letting me know !