Hi there folks
A newbie here. I have just installed a SIR321 immersion controller which is in and working. In SmartThings we have it appearing as an On/Off switch and it runs with a 120 minute countdown.
There’s quite a bit more to this - apparently I can set the countdown timer to any time I want.
Has anyone an idea as to how I can access the rest of the features?
MarkTr
(MarkTr)
May 30, 2018, 9:07pm
2
Have you read this thread?
Right. For those that do not know what this is. it is a Switch built for immersion heaters but I’m sure could control other things. it has a hard button on it for turning on for 30, 60 and 120 mins before auto turning off. It looks to have a bit more available to it when z-wave active.
Some features:
1min to 24 hours time
Auto turn off at Temp
Tank Temp reading.
Taken a bit of time to learn what I’m doing and how to do it but I’m getting there. Attached is the most up-to-date code that works for this item.
At the moment all it does is report the temp and the on and off switch function
Things to do
Check Temp of water matches tank reading
Build in a calibration line for other users
Create 30, 60, 120 and 240 and ALL DAY Button on to Handler
Create Smart app to handle setting custom…
Hi Mark
No I hadn’t. I didn’t even see that in the search which I had tried.
Anyhow, I tried to copy that code into a device handler:
Org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed: script_dth_metadata_bb88d3d2_7d2f_4b2f_8584_90d2831e3a77: 6: unexpected token: SIR321” @ line 6, column 27. definition (name: “Secure SIR321”, namespace: “Behold81”, author: “Ant Pugh”) { ^ 1 error
Behold81
(Antony Pugh)
May 30, 2018, 10:07pm
4
There is another handler in the thread which works better.
It still on and off only as the schedule stuff seems inaccessible I think.
But you can use the temp probe or a timer from webcore to control.