Fibaro smart implant local protection

Posted on
Mon May 30, 2022 5:28 am
Frakke offline
Posts: 97
Joined: May 05, 2016

Fibaro smart implant local protection

Hi,

In Home Center 3 from fibaro, it's possible to select "Local protection", so it wouldn't switch relay 1 when activating the input 1..
It's called local protection.

I also don't see any parameter to change this. Any idea how to fit this into Indigo?

Regards
Attachments
Untitled.png
Untitled.png (6.47 KiB) Viewed 648 times

Posted on
Mon May 30, 2022 1:40 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro smart implant local protection

Check the PDF manual for the Fibaro Smart Implant and look for the configuration parameter that controls this setting. You can then use the Interfaces->Z-Wave->Modify Configuration Parameter... menu item to change it based on the parameter number and value explained in the manual.

Image

Posted on
Mon May 30, 2022 1:43 pm
Frakke offline
Posts: 97
Joined: May 05, 2016

Re: Fibaro smart implant local protection

That's the problem, it seems that it isn't "just a parameter"?
Attachments
Untitled.png
Untitled.png (49.86 KiB) Viewed 629 times

Posted on
Mon May 30, 2022 2:55 pm
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Fibaro smart implant local protection

Hi Frakke

You can do this by sending a Raw Z-Wave command to the device (Interfaces > Zwave > Send Raw command).

The Fibaro Smart Implant uses v2 of the Protection class, so you need to send:

Code: Select all
0x75 0x01 0x02 0x00

(That is "Protection Command Class", "Protection_Set", "Local Operation protected", "RF Operation unprotected" in z-wave speak)

To undo it, send

Code: Select all
0x75 0x01 0x00 0x00

(If you saw my first reply with just "0x75 0x01 0x02", ignore it as I was wrong)

Peter

Posted on
Mon May 30, 2022 4:45 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro smart implant local protection

Great tip, Peter. Thanks!

Image

Posted on
Tue May 31, 2022 8:23 am
Frakke offline
Posts: 97
Joined: May 05, 2016

Re: Fibaro smart implant local protection

Yes! That worked! Thanks!

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 15 guests