Automate Navien tankless water heater

I recently installed a Navien tankless water heater (https://www.navieninc.com/products/npe-240a) with a built in recirculation pump. I wanted to add the system to my home automation. A a few people have had a look at the api that comes with the Navilink controller (https://www.navieninc.com/accessories/navilink) and it appears to be a proprietary protocol (https://forum.universal-devices.com/topic/24342-navien-domestic-hot-water-heater-integration/). Instead of going down that route, I was thinking of just automating the recirculation (as it’s the most important to me). They sell a button kit that turns on the recirculation for a set amount of time (https://www.navieninc.com/downloads/hotbutton-installation-instructions-en). I was wondering if I could use a simple 12v ZWave relay instead of the button as a way of automating it. The only issue I see is that it needs to act like a button press, not an on switch so I’d have to have a trigger to shut it off as soon as it came on.

Does anyone have any feedback or any experience with this kind of thing?

Thanks in advance

I know this never received a reply, but since there is not a lot in searching Google on this subject with Navien heaters, I thought I would share how I handled this situation. I don’t have a Vera system, I use Hubitat, but hopefully Vera supports the equipment I would recommend or a similar dry relay. I have a Navien NPE-210A that was just installed with the Hot Button Kit. This is essential for controlling the recirculation. Yes it is correct that Navien has a closed API for their wireless unit and even hint on their website that they MAY start charging at some point in the future for access to that service. As recirc is the only feature that I would really need on-demand, that seems like overkill, plus I want it tied into my system to be triggered by anything I want (in this case motion sensors in the bathrooms), an on-demand button on the dashboard, and Google Home integration.

So here is how I did it:

  1. Make sure to get the Hot Button Kit installed from Navien…
  2. Purchase a Zigbee or Z-Wave dry relay. This acts like a remote switch but does not supply power to the circuit. I purchased a Zooz Multirelay, from Amazon, that I know would work with Hubitat. According to the box it is also compatible with Vera, but I would verify that. This relay can be powered by the remote power connection on Signal 1 of the hot button controller or a USB-C cable plugged into a 1A power supply.
  3. I hooked the 12V power and GND from the Hot Button Kit to the power inputs for the Zooz MultiRelay. I then connected the two contacts of Switch2 of the Hot Button Kit with the two contacts of one of the three relays on the Zooz MultiRelay. The device will show up as three devices, one for each relay (or a parent and child devices, not sure how it shows up on Vera).
  4. I paired the Zooz MultiRelay with the hub.
  5. I changed the device parameters for the relay that the Hot Button Kit’s Signal2 was connected to to be a momentary push button instead of a toggle switch. This ensures that when triggered, it will only be on for one second then turn off, mimicking the push button that comes with the Hot Button Kit. You only need a short signal to the Hot Button Kit, not a continuous on switch.
  6. Created rules for my motion sensors based upon time of day, etc. At this point it is limitless on 5how you can set triggers for the recirc. I also added the relay switch to be shared with Google Home so it can also be triggered via voice command.
1 Like

Thanks very much for following up. I probably should have followed up on my post. I got something very similar working using a mimolite as the relay switch. Mine is triggered when I turn the shower light on.