I would like to try and use Smartthings to control my immersion heater but I’m a little confused as to the best way to do it. I currently use a Horstmann timer:
There are two elements, the element that is heated during off peak hours and the one at the top that’s used for a 1 hour boost. I want to be able to control just the off peak element and was hoping to connect the element to this device:
I have the DH mentioned in this thread. I use it as follows:
I can change the thermostat temp using SmartThings which in turn uses the DH, that then sets the temp on the thermostat (ASR-ZW) which in turn controls the switch (HRT4-ZW).
The question is can you connect the HRT4-ZW directly to ST and then turn it on and off? I’m unsure but I do have a spare one. If no one else has any other ideas I’ll try and have a look for you at the weekend.
Keep your eye on eBay. They sometimes go for next to nothing.
I took my spare ASR-ZW, added it to ST as a thing and it gets detected and added as a Z-Wave switch by ST.
Using the default device handler and turning the switch on and off does nothing.
So I went in the IDE and changed the device type to Z-Wave Thermostat. That allowed me (in a roundabout way using one of the thermostat buttons) to turn the ASR-ZW on and off. Which in turn means you could control it with CoRE.
It really needs the default z-wave thermostat DH changing so that this simple on/off device can be controlled.
Thanks so much for your speedy response. So theoretically it does sounds like I might be able to control it as I like. Please excuse my ignorance, however, as I wasn’t quite sure what CoRE referred to.
You really need to modify the device handler (or find someone who will). Using a thermostat device handler to control a z-wave switch is a bit cumbersome, there’s a load of redundant controls (temperature set point for example) and to turn the unit on/off I had to cycle a single button in the device through four press:
Heat (this turned the unit on
Cool (did nothing)
not sure about this one but the device button changed from cool to –
Off (this turned the device off
Using CoRE would allow you to setup some simple logic to turn the unit on/off at certain times or based on some other inout (motion). It would also allow you to apply other logic such as don’t heat when I set the mode to Away. Depending on your use case this may sufficient.