Page 1 of 1

Fibaro Wall Plug FGWPE-102 ZW5

Posted: Friday 30 December 2016 17:40
by ropske
Hi,

i ordered another 3 devices of these.
But when i add them to my network i'm getting some strange stuff.

If i check the log file, this is what i'm getting:

2016-12-30 17:34:19.391 Always, Dumping queued log messages
2016-12-30 17:34:19.392 Always,
2016-12-30 17:34:19.393 Always,
2016-12-30 17:34:19.393 Always, End of queued log message dump
2016-12-30 17:34:19.393 Always,
2016-12-30 17:34:29.465 Error, Node021, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-12-30 17:34:29.465 Always,
2016-12-30 17:34:29.466 Always, Dumping queued log messages
2016-12-30 17:34:29.466 Always,
2016-12-30 17:34:29.467 Always,
2016-12-30 17:34:29.467 Always, End of queued log message dump
2016-12-30 17:34:29.467 Always,
2016-12-30 17:34:39.539 Error, Node021, ERROR: Dropping command, expected response not received after 1 attempt(s)
2016-12-30 17:34:39.540 Always,
2016-12-30 17:34:39.540 Always, Dumping queued log messages
2016-12-30 17:34:39.541 Always,
2016-12-30 17:34:39.541 Always,
2016-12-30 17:34:39.542 Always, End of queued log message dump
2016-12-30 17:34:39.542 Always,


and if i want to change some settings of this device, after a couple of seconds the 'old' values are back.
I have another wallplug i have for 2years and this one is working ol, but i noticed this is not a Zwave+ device

The 3 other one i have now are Zwave+
Should there be something updated?
My controller is Rpi B+ with Aeon Labs Z-Stick S2 and domoticz v3.6277 (latest beta)

Thank you

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Friday 30 December 2016 17:40
by ropske
btw, i have this problem for all 3 new wall plugs

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Saturday 31 December 2016 10:45
by ropske
nevermind, just noticed my old wall plug was a FGWPE-101 and was using the xml file: fgwpe.xml
and when checking the manual, the index'es are ok according to this type.

but with the new wall plug FGWPE-102, this device is using the same xml file, but the index's according to the hardware manual are different, so will need to make a new xml file, will post it here when finished and tested

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Saturday 31 December 2016 15:06
by ropske
Here is the file:
fgwpezw5.xml
(14.04 KiB) Downloaded 375 times
upload this one to /config/fibaro/

and change /config/manufacturer_specific.xml
Original:
<Product type="0600" id="1000" name="FGWPE Wall Plug" config="fibaro/fgwpe.xml" />
<Product type="0602" id="1001" name="FGWPE Wall Plug" config="fibaro/fgwpe.xml" />

into new:
<Product type="0600" id="1000" name="FGWPE Wall Plug" config="fibaro/fgwpe.xml" />
<Product type="0602" id="1001" name="FGWPE Wall Plug Zwave+" config="fibaro/fgwpezw5.xml" />

Now you can configure all settings correctly without receiving errors

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Saturday 31 December 2016 15:48
by ropske
btw, you will need to exclude your device after you installed these files

after this, you need to include your device again, so it loads the correct file!!

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Wednesday 11 January 2017 23:12
by nizaga
Hi! Would this procedure work using the latest domoticz stable versión? I see you are running the latest beta, not the stable, i don't want to update to the latest beta yet... thanks


Enviado desde mi iPad utilizando Tapatalk Pro

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Thursday 12 January 2017 12:24
by ropske
nizaga wrote:Hi! Would this procedure work using the latest domoticz stable versión? I see you are running the latest beta, not the stable, i don't want to update to the latest beta yet... thanks


Enviado desde mi iPad utilizando Tapatalk Pro
this should work on stable and beta ;)

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Thursday 12 January 2017 12:26
by nizaga
I will try! Thanks


Enviado desde mi iPhone utilizando Tapatalk Pro

Re: Fibaro Wall Plug FGWPE-102 ZW5

Posted: Thursday 12 January 2017 13:03
by Gravityz
Yes and to make it complete You can do this 2 ways.
Method1:
like robske is describing and after that EXCLUDE/INCLUDE MODULE NECESSARY (the new module id with new config is put in the zwcfg_xxxxx.xml file under a new id)

eg if your highest zwave module id=16 and you do an exclude/include the module will be given id=17

and if you do not want to exclude/include

method2:
like robske is describing and after that
stop zwave/domoticz
edit zwcfg_xxxxx.xml file and delete the complete entry which belongs to the module ID you want reconfigured)
start domoticz (new device config file is put into zwcfg_xxxx.xml file under the same zwave id)

if you have a simple module which generates a couple of devices in domoticz first methode will work.

If you however have a more complex setting and do not want to loose the power consumption history of the device you might want to go for methode 2