Secure SIR321 (Horstmann) Countdown timer.

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 - and in fact it's possible one of our 3rd party developers may decide to write a plugin for it.
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.
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

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 5470 times
User avatar
jay (support)
Site Admin
Posts: 18351
Joined: Wed Mar 19, 2008 11:52 am
Location: Austin, Texas
Contact:

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by jay (support) »

It will likely require a device definition. In the device config dialog, click the Submit Device Information button.
Jay (Indigo Support)
Twitter | Facebook | LinkedIn
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

Thank you. I think I already did this, but I've just done it again to be sure.
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

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.
User avatar
matt (support)
Site Admin
Posts: 21453
Joined: Mon Jan 27, 2003 1:17 pm
Location: Texas
Contact:

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by matt (support) »

I'm not sure how long it will take, but it is definitely on our definitions ToDo list.
Image
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

Hi Matt,
Is this moving up to the top of your todo list?
Any idea when you might have new Device Definition done?
User avatar
matt (support)
Site Admin
Posts: 21453
Joined: Mon Jan 27, 2003 1:17 pm
Location: Texas
Contact:

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by matt (support) »

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
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

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.
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by howartp »

Have a look at my Sensor Logger Plugin.

It probably reads temperature for you.


Sent from my iPhone using Tapatalk Pro
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

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?
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by howartp »

Sorry, try v1.0.25

I had a bug in there.

Peter
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

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
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by howartp »

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
xkrgeezer
Posts: 13
Joined: Thu Jul 06, 2017 11:38 am
Location: UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by xkrgeezer »

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
howartp
Posts: 4559
Joined: Thu Jan 09, 2014 4:43 pm
Location: West Yorkshire, UK

Re: Secure SIR321 (Horstmann) Countdown timer.

Post by howartp »

Sorry, I meant .26 last night

.27 now live with fix for dectemp.

Peter
Post Reply

Return to “Hardware Support Inquiries and Requests”