Schneider Electric Wiser Forum
Connect with Wiser Smart Home solution experts in the Schneider Electric Wiser forum. Discuss tips on features, updates, installation, and how to get the most out of your Wiser products.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2014-04-08 08:41 PM
In Indonesia it is quite common to have panic button as part of security system for landed villas.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2014-04-21 07:05 PM
There are typically 2 functions that need to be executed when a panic button is pressed:
- lights all on
- automatically call for help
As the Wiser can directly interface with a MinderPro alarm system this device can be used to automatically notify someone of an emergency.
The Wiser can be used to trigger a scene to turn on all lights.
The panic button could be triggered from the alarm panel or the Wiser app alarm widget.
The following logic code example would cause a C-Bus scene to be executed when a panic alarm is triggered.
once GetBoolIBSystemIO("Security Panic") then
SetScene("Panic Scene");
Link copied. Please paste this link to share this article on your social media post.
Posted: 2014-04-16 08:47 PM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2014-04-16 08:47 PM
Depends on how you need your panic button to function, if just send out I/O telegram, should be fine.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2014-04-17 12:45 AM
Link copied. Please paste this link to share this article on your social media post.
Posted: 2014-04-17 12:45 AM
Wiser 2 would able to link minderpro security system and there is serveral of input can be use for panic button, dry contact input which show status from minderpro widget.
Link copied. Please paste this link to share this article on your social media post.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2014-04-21 07:05 PM
There are typically 2 functions that need to be executed when a panic button is pressed:
- lights all on
- automatically call for help
As the Wiser can directly interface with a MinderPro alarm system this device can be used to automatically notify someone of an emergency.
The Wiser can be used to trigger a scene to turn on all lights.
The panic button could be triggered from the alarm panel or the Wiser app alarm widget.
The following logic code example would cause a C-Bus scene to be executed when a panic alarm is triggered.
once GetBoolIBSystemIO("Security Panic") then
SetScene("Panic Scene");
Link copied. Please paste this link to share this article on your social media post.
Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.