Secure SIR321 (Horstmann) Countdown timer.

Forum rules

Questions about hardware that can be controlled by Indigo (but not through the interfaces and plugins listed). If Indigo doesn't support some bit of hardware you're interested in, and you don't find a 3rd Party Plugin for it, add it to this forum. Be sure to include links to as much information as you can find about it.

Note: adding it here does not mean we're going to add it - in fact it's possible one of our 3rd party developers may decide to write a plugin for it. We add hardware/features based on a lot of different factors beyond just having a request for it.

Posted on
Tue Jul 25, 2017 3:33 am
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Secure SIR321 (Horstmann) Countdown timer.

I've just purchased a Secure SIR321 Countdown Timer to use with my underfloor heating, thinking that is was supported by Indigo as Horstmann. But I've misread the product number :oops:
http://www.vesternet.com/z-wave-secure-wall-switch
Indigo sees it as a Horstmann relay switch. I can turn the switch on an off , but I cannot see the optional temperature probe readings.
I've tried changing the configuration, but it's not made any difference. And I'm not seeing any errors.
Not sure if a new define definition is required, Or a simple change on my side.
But any help would be very welcome.
Attachments
Screen Shot 2017-07-25 at 10.10.22.png
Screen Shot 2017-07-25 at 10.10.22.png (123.04 KiB) Viewed 5205 times

Posted on
Tue Jul 25, 2017 8:16 am
jay (support) offline
Site Admin
User avatar
Posts: 18199
Joined: Mar 19, 2008
Location: Austin, Texas

Re: Secure SIR321 (Horstmann) Countdown timer.

It will likely require a device definition. In the device config dialog, click the Submit Device Information button.

Jay (Indigo Support)
Twitter | Facebook | LinkedIn

Posted on
Tue Jul 25, 2017 11:24 am
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Thank you. I think I already did this, but I've just done it again to be sure.

Posted on
Wed Jul 26, 2017 5:59 am
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Hi Jay, will it take long to get a new Device Definition?
I've thought up a great use for these switches. I intend replacing my Underfloor heating thermostats with the Secure SIR321 which will allow me to control the Underfloor Heating in each room more effectively. But more importantly I'll be able to activate the underfloor heating when there is spare solar power as indicated by Network Owl.
It seems like the perfect device for this - along with not being too expensive and it can be manually activated for 30, 60, 120 minutes.

Posted on
Wed Jul 26, 2017 9:11 am
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: Secure SIR321 (Horstmann) Countdown timer.

I'm not sure how long it will take, but it is definitely on our definitions ToDo list.

Image

Posted on
Fri Oct 27, 2017 7:20 am
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Hi Matt,
Is this moving up to the top of your todo list?
Any idea when you might have new Device Definition done?

Posted on
Fri Oct 27, 2017 3:30 pm
matt (support) offline
Site Admin
User avatar
Posts: 21411
Joined: Jan 27, 2003
Location: Texas

Re: Secure SIR321 (Horstmann) Countdown timer.

It is definitely on the list still, but I don't believe it has the coveted top spot. :wink: If the primary limitation is lack of support for the temperature sensor then we'll look into getting something in soon.

Image

Posted on
Sat Oct 28, 2017 2:57 am
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Thanks. It's good to know it's still on your ToDo list. Yes it's the temperature support that I need to ensure the floor doesn't overheat. The device works fine other than that.

Posted on
Sat Oct 28, 2017 3:31 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Have a look at my Sensor Logger Plugin.

It probably reads temperature for you.


Sent from my iPhone using Tapatalk Pro

Posted on
Tue Nov 07, 2017 8:43 am
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Hi Howartp, thanks for your reply. I installed your ZWave Sensor logger Plugin. I created a dummy device. But I'm not seeing any temp reports. In the event log every minute I'm seeing this:
7 Nov 2017, 14:33:56
Z-Wave Sensor Logger Error Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
File "plugin.py", line 346, in zwaveCommandReceived
IndexError: list index out of range

any ideas what could be wrong?

Posted on
Tue Nov 07, 2017 1:11 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Sorry, try v1.0.25

I had a bug in there.

Peter

Posted on
Tue Nov 07, 2017 1:22 pm
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Hi Peter,
I'm seeing a different error now.
7 Nov 2017, 19:19:27
Z-Wave Sensor Logger Debug Bitmask: 22, DP: 1, Scale: 0, ByteLength: 2
Z-Wave Sensor Logger Error Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
File "plugin.py", line 359, in zwaveCommandReceived
TypeError: unsupported operand type(s) for +: 'float' and 'str'

Z-Wave Sensor Logger Debug Bitmask: 22, DP: 1, Scale: 0, ByteLength: 2
Z-Wave Sensor Logger Error Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
File "plugin.py", line 359, in zwaveCommandReceived
TypeError: unsupported operand type(s) for +: 'float' and 'str'


Regards,
Nigel

Posted on
Tue Nov 07, 2017 1:44 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Sorry, try v1.0.27

I don't have any temperature devices so can't test these bits as easily!

You might get errors about Unicode 'c and 'f readings now...?

Peter

Posted on
Tue Nov 07, 2017 2:03 pm
xkrgeezer offline
Posts: 13
Joined: Jul 06, 2017
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Hi Peter,
Have you updated the link with ver 1.0.27?
I'm still getting v1.0.26
7 Nov 2017, 20:00:43
Reloading plugin "Z-Wave Sensor Logger 1.0.26"
Stopping plugin "Z-Wave Sensor Logger 1.0.26" (pid 29659)
Stopped plugin "Z-Wave Sensor Logger 1.0.26"
Starting plugin "Z-Wave Sensor Logger 1.0.26" (pid 29690)
Started plugin "Z-Wave Sensor Logger 1.0.26"
Z-Wave Sensor Logger Debug startup called
Z-Wave sent "Office Underfloor" on
Z-Wave Sensor Logger Debug Bitmask: 0b100010, DP: 1, Scale: 0, ByteLength: 2
Z-Wave Sensor Logger Error Error in plugin execution ReceivedBroadcast:

Traceback (most recent call last):
File "plugin.py", line 360, in zwaveCommandReceived
NameError: global name 'dectemp' is not defined

Posted on
Wed Nov 08, 2017 1:43 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Sorry, I meant .26 last night

.27 now live with fix for dectemp.

Peter

Who is online

Users browsing this forum: No registered users and 2 guests