Fibaro Wall Plug not recognized (FGWP101 Metered Wall Plug Switch)

When I get home later today I can supply you with more information on the modules; what are you looking for specifically? Is there a debug option that spews out the info needed? Or do I need to use the Zensys tools and query the controller with the node information?

From that the 102 with 0600:1000 should not even exist:

FGWP101
FGWP102

But according to this issue they do exist:

So I will keep my hands off the database to not create more mess.

1 Like

It’s the attribute information - same as @sihui posted a few messages back -:
image

1 Like

It’s a very unreliable source though…

Let’s get a few people who are posting on this list to provide the following -:

Data Value
Device name
Device Type
Device Id
Version

Once we have this from a few people we should be able to get a reasonable idea of what should be done…

1 Like

Okay, I’ll start with my info:

Data Value
Device name FGWP101
Device Type 0600
Device Id 1000
Version 2.5 (25.25)

Great idea, let me ping some known users of the Fibaro Wall Plug to get more data:

Guys, could you please help solving a database issue with the Fibaro Wall Plug and provide the data Chris is asking for?

@NCO
@GioGio
@Rob911
@adb76
@norbert_jordan
@Andreh_T
@ohmicha
@KjetilA
@arnold
@dakkar

Thanks a lot.

If you want to use the table this is the “code”: :sunglasses:

| Data  | Value |
|--------|--------|
| Device name | data goes here |
| Device Type | data goes here |
| Device Id | data goes here |
| Version | data goes here |
2 Likes

Some more users (see post above, thx):

@donutVillain
@mackemot
@randomname872634
@martindk
@throbin
@volvotoket
@tomm
@bernd_d
@tjarvstrand
@helmar74

1 Like

Again some more users:

@normen
@Nerdletics
@mstormi
@Woutch
@rtvb
@PerA
@michel53
@Stripe68
@Gargam3L0

1 Like

I had to switch from @randomname872634 to @randomname

My habmin is broken, so I got my data from the xml’s in the userdata/zwave folder.

Data Value
Device name FGWP102
Device Type 0602
Device Id 1001
Version 3.2
2 Likes

Thanks!

It’s in the COMMAND_CLASS_VERSION, subentry applicationVersion

  <entry>
    <commandClass>COMMAND_CLASS_VERSION</commandClass>
    <COMMAND__CLASS__VERSION>
      <version>1</version>
      <instances>1</instances>
      <versionSupported>1</versionSupported>
      <libraryType>LIB_SLAVE_ENHANCED</libraryType>
      <protocolVersion>3.52</protocolVersion>
      <applicationVersion>25.25</applicationVersion>
    </COMMAND__CLASS__VERSION>
  </entry>
1 Like

Thx, I’ve edited my previous post with the applicationVersion

1 Like

FGWP102

<manufacturer>0x10f</manufacturer>
  <deviceId>0x1001</deviceId>
  <deviceType>0x602</deviceType>
<entry>
      <commandClass>VERSION</commandClass>
      <versionCommandClass>
        <version>2</version>
        <instances>1</instances>
        <versionSupported>2</versionSupported>
        <libraryType>LIB_SLAVE_ENHANCED</libraryType>
        <protocolVersion>4.5</protocolVersion>
        <applicationVersion>3.2</applicationVersion>
        <hardwareVersion>2</hardwareVersion>
      </versionCommandClass>
    </entry>
1 Like

FGWP101

<manufacturer>0x10f</manufacturer>
  <deviceId>0x1000</deviceId>
  <deviceType>0x600</deviceType>
.
.
 <entry>
      <commandClass>VERSION</commandClass>
      <versionCommandClass>
        <version>1</version>
        <instances>1</instances>
        <versionSupported>1</versionSupported>
        <libraryType>LIB_SLAVE_ENHANCED</libraryType>
        <protocolVersion>3.52</protocolVersion>
        <applicationVersion>25.25</applicationVersion>
      </versionCommandClass>
    </entry>

Hi

added 2 replys :wink:

2 Likes

Here you go

Device name FGWP102

Device Type 0602

Device Id 1001

Version 3.2

Hi,

here are my values:

Device name FGWP101
Device Type 0600
Device Id 1000
Version 25.25

1 Like

I have five of these devices. All of them have the following information:

Data Value
Device name FGWP101
Device Type 0600
Device Id 1000
Version 25.25
1 Like

7 Devices, all the same:

Data Value
Device name FGWP102
Device Type 0602
Device Id 1001
Version 3.2
1 Like

I still had it on my harddisk :wink: I experienced that it is from time to time quite helpful to have some older versions from OH software components.
I uploaded it for you to
https://filebin.ca/3noBzPXkUfGg

1 Like

ok, I have

Data Value
Device name FGWP102
Device Type 0602
Device Id 1001
Version 3.2

and also

Data Value
Device name FGWP101
Device Type 0600
Device Id 1000
Version 25.25
2 Likes