Fibaro Dimmer 2

Posted on
Fri Apr 15, 2016 11:21 am
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro Dimmer 2

If you have a Fibaro Dimmer 2 and it is showing the scenes in the Trigger UI, then please use the Edit Device Settings dialog and press the Write To Log button (and copy/paste the results into a reply for me).

Likewise, if you have a Fibaro Dimmer 2 and it is not showing the scenes in the Trigger UI, then please use the Edit Device Settings dialog and press the Write To Log button (and copy/paste the results into a reply for me).

I think the problem is some some Dimmer 2's are using a different model ID for which Indigo doesn't have any device definition. If that is the case, I'll duplicate the existing definition so that at least the scenes will show in the Trigger UI. But first I need to get an understanding of which model IDs you all have and need to know if that particular model ID is showing the scenes in the Trigger UI or not.

Image

Posted on
Fri Apr 15, 2016 12:06 pm
Gusten offline
Posts: 171
Joined: Dec 30, 2015
Location: Sweden, Gothenburg

Re: Fibaro Dimmer 2

Hi

Here is a Fibaro Dimmer 2 NOT showing the scenes in the Trigger UI

Indigo Z-Wave Version: 1.0.362
Node ID: 19
Model: Unknown
Model ID: 01021000
Manufacturer: Fibaro System
Manufacturer ID: 010F
Protocol Version: 4.05
Application Version: 3.03
Model Definition Version: 0
Library Type: 3
Class Name: Dimmable Power Switch
Class Hierarchy: 04 : 11 : 01
Command Class Base: 26
Command Versions: 20v1 60v4 22v1 26v3 86v1 27v1 7Av1 72v1 8Ev1 70v1 71v1 32v3 73v1 75v1 56v1 98v1 59v1 31v4 5Av1 5Ev1 85v1
Multi-Endpoint Types: 1:(11 : 01), 2:(11 : 01)
Multi-Endpoint Classes: 1:[5E 20 86 26 85 59 8E 32 31 71], 2:[5E 20 86 26 85 59 8E]
Multi-Instance Counts: - none -
Features: routing, beaming, energyMeter
Neighbors: 4, 5, 7, 9, 13, 16, 17
Associations: 1:[1] 2:[] 3:[] 4:[] 5:[]
Config Values: - none -

/Martin

Posted on
Fri Apr 15, 2016 2:03 pm
AndyVirus offline
Posts: 257
Joined: Mar 18, 2014
Location: Newport Pagnell, UK

Re: Fibaro Dimmer 2

And heres the output from a Fibaro Dimmer 2 that the Scene IDs work for:

Indigo Device "Kitchen Light" Z-Wave Properties:
Indigo Z-Wave Version: 1.0.362
Node ID: 55
Model: Unknown
Model ID: 01021000
Manufacturer: Fibaro System
Manufacturer ID: 010F
Protocol Version: 4.05
Application Version: 3.03
Model Definition Version: 0
Library Type: 3
Class Name: Dimmable Power Switch
Class Hierarchy: 04 : 11 : 01
Command Class Base: 26
Command Versions: 20v1 60v4 22v1 26v3 86v1 27v1 7Av1 72v1 8Ev1 70v1 71v1 32v3 73v1 75v1 56v1 98v1 59v1 31v4 5Av1 5Ev1 85v1
Multi-Endpoint Types: 1:(11 : 01), 2:(11 : 01)
Multi-Endpoint Classes: 1:[5E 20 86 26 85 59 8E 32 31 71], 2:[5E 20 86 26 85 59 8E]
Multi-Instance Counts: - none -
Features: routing, beaming, energyMeter
Neighbors: 10, 11, 12, 30, 37, 38, 39, 40, 48, 49, 50, 53, 54
Associations: 1:[1] 2:[] 3:[] 4:[] 5:[]
Config Values: - none -

Posted on
Fri Apr 15, 2016 3:43 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro Dimmer 2

I'm a bit puzzled.

Andy – are you positive that you see the "Scene 10", "Scene 11", etc. listed in the Received popup of the Z-Wave Command Trigger dialog? Those scene numbers are defined in the device definition for the older Fibaro modules, but since you all are using the newer dimmer (model ID 01021000) I don't know how it could be showing those scenes in the Trigger UI. Looking at the Event Log output from both your Fibaro 2 and Martin's show they have identical model ID and version values, so I would expect them to behave the same (in this case that would be to not show the scenes in the UI since there isn't a device definition yet for that model ID).

Image

Posted on
Sat Apr 16, 2016 1:37 am
AndyVirus offline
Posts: 257
Joined: Mar 18, 2014
Location: Newport Pagnell, UK

Re: Fibaro Dimmer 2

AHHHH Balls!

The answer after all that is, No. I have about 30 of these, a mixture of DImmer 1 and Dimmer 2. While i 100% see the scene ids recieved now i actually go and look, i dont have the scene ids as a trigger. For Dimmer 1 I see Scene 10 through Scenes 26. I must have made a cross association in my mind that i saw it on Dimmer 2's. Dimmer 1 i use Scene 16 on S2 using a toggle action as it send 16 for both on and off. I was literally today to install a new blind triggered up/down from a Dimmer 2.

I think the word im searching for is "bugger".

Python Script (if script returns true) as a Condition to a trigger for zwave event for dimmer 2, event "any command"?

Posted on
Sat Apr 16, 2016 2:38 am
Gusten offline
Posts: 171
Joined: Dec 30, 2015
Location: Sweden, Gothenburg

Re: Fibaro Dimmer 2

Thats to bad, but you say there is a way using phyton script?

Any chance you can share how to set it up?


Skickat från min iPhone med Tapatalk

Posted on
Sat Apr 16, 2016 2:49 am
AndyVirus offline
Posts: 257
Joined: Mar 18, 2014
Location: Newport Pagnell, UK

Re: Fibaro Dimmer 2

There should be a way. I will have a play at some point. Ill prob search the forum for someone else's script and modify it as while i know you can do it, im good at hacking bits to work, nothing with any finesse. Ill post it up if i come up with a script.

Posted on
Sat Apr 16, 2016 4:49 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro Dimmer 2

Unfortunately, there isn't an easy way to catch the scene commands (or raw Z-Wave commands) from python currently. That is something we are definitely looking into though.

In the mean time, I've duplicated the old Fibaro Dimmer module device definition, removed all the configuration parameters (because they all changed for the Dimmer 2), and added the configuration parameter checkbox to enable scene mode (#28). So in Indigo 6.1.8 basic support for the Fibaro Dimmer 2 should work (and the scenes should be visible in the Trigger). We don't have an ETA on 6.1.8 yet, but it will be available before Indigo 7.

Lastly, Indigo 7 will likely include the more complete definition with the other useful configuration parameters.

Image

Posted on
Thu Apr 21, 2016 4:06 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro Dimmer 2

Try Indigo v6.1.8 which I just posted. It contains basic support for the Fibaro Dimmer 2 (FGD212) so the scenes should now be visible in the Trigger UI.

Image

Posted on
Fri Apr 22, 2016 8:44 am
Gusten offline
Posts: 171
Joined: Dec 30, 2015
Location: Sweden, Gothenburg

Re: Fibaro Dimmer 2

Its working perfectly With dimmer 2 and scene triggers, Thanx :)


Skickat från min iPhone med Tapatalk

Posted on
Thu Jan 26, 2017 3:17 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro Dimmer 2

This thread is old but I wanted to follow-up that Indigo 7.0 is now available (has been for a while). It includes supports for dozens of new Z-Wave devices, including more complete support for the Fibaro Dimmer 2.

Image

Posted on
Fri Jun 17, 2022 5:59 am
Londonmark offline
Posts: 509
Joined: Feb 29, 2012

Re: Fibaro Dimmer 2

Hi,

Very old thread, but I've just installed a whole load of new Fibaro Dimmer 2 modules and want to use the S2 switches to trigger actions. When I try to create a trigger on Z-wave Command Received, Incoming Command Received from Device, I don't get any option to trigger on a scene number. Am I doing something wrong? Am on 2022.1.1.

Device details:

Z-Wave Indigo Device "Basement stairs" Z-Wave Properties:
Indigo Z-Wave Version: 2022.2.1
Node ID: 20
Model: Dimmable Power Switch
Model ID: 01021001
Manufacturer: Fibaro System
Manufacturer ID: 010F
Protocol Version: 4.24
Application Version: 3.05
Model Definition Version: 0
Library Type: 3
Class Name: Dimmable Power Switch
Class Hierarchy: 04 : 11 : 01
Command Class Base: 26
Command Versions: 20v1 26v3 27v1 5Ev1 86v1 72v1 5Av1 59v1 85v1 73v1 98v1 7Av1 56v1 70v1 31v4 32v3 8Ev1 60v4 75v1 71v1 22v1
Encryption Status: Supported but not Enabled
Multi-Endpoint Types: 1:(11 : 01), 2:(11 : 01)
Multi-Endpoint Classes: 1:[5E 20 86 26 85 59 8E 32 31 71], 2:[5E 20 86 26 85 59 8E]
Multi-Instance Counts: - none -
Features: routing, beaming, security, energyMeter, powerMeter
Neighbors: 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Associations: 1:[1] 2:[] 3:[] 4:[] 5:[]
Config Values: - none -


LM

Posted on
Fri Jun 17, 2022 4:02 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: Fibaro Dimmer 2

That particular model ID is new (despite it being the same model). We'll get it added to the next release of Indigo.

Image

Posted on
Fri Jun 17, 2022 4:12 pm
Londonmark offline
Posts: 509
Joined: Feb 29, 2012

Re: Fibaro Dimmer 2

Thanks Matt. Hoping that won’t be too long but of course know you won’t be able to say when.

Posted on
Sat Jun 18, 2022 12:49 am
howartp offline
Posts: 4559
Joined: Jan 09, 2014
Location: West Yorkshire, UK

Re: Fibaro Dimmer 2

In the meantime you should be able to use the Zwave Scene Controller plugin which doesn’t depend on the device definition being present.


Sent from my iPhone using Tapatalk Pro

Who is online

Users browsing this forum: No registered users and 21 guests