Page 1 of 1
Fibaro wallplug settings gone after update
Posted: Friday 09 June 2017 9:46
by Keleos
Hello everyone,
after updating my Domoticz (beta) version I'm not able to configure my fibaro wallplug. Before this update I was able to change a lot of settings (like the led color et al.
How can I get back these options?
edit)
Descriptions says:
FIBARO System Unknown: type=0602, id=1001
edit)
Greetings
Kel
-----
EDIT: To everyone interested: the solution is to delete / rename the zwave config file so every device is loaded with its new modules.
https://www.domoticz.com/forum/viewtopi ... 90#p139271
Re: Fibaro wallplug settings gone after update
Posted: Sunday 11 June 2017 23:01
by YcKe
Hi keleos,
What is the domoticz version you are running? Make sure you are running the beta version as the latest stable might not contain configuration for the wall plug.
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Monday 12 June 2017 23:47
by guantolento
Any news about this? ??
Inviato dal mio GT-I9301I utilizzando Tapatalk
Re: Fibaro wallplug settings gone after update
Posted: Tuesday 13 June 2017 20:17
by YcKe
guantolento wrote:Any news about this? ??
Inviato dal mio GT-I9301I utilizzando Tapatalk
You are experiencing the same issue? If so, can you reply on the question above.
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Tuesday 13 June 2017 20:26
by Keleos
Hi YcKe,
thank you very much for your response. I use the latest beta version (Domoticz V3.7969).
The strange thing: the plug was configurable within an earlier beta version and after an update all settings are gone. Now I'm only able to rename it and set "Abfragemodus einschalten" (the checkbox bellow the name field)
Greetings
Re: Fibaro wallplug settings gone after update
Posted: Wednesday 14 June 2017 10:55
by YcKe
Hi Keleos,
Just updated my system also to the latest version and I'm not experiencing this problem.
Can you verify that the config file fgwpfzw5.xml is available in your OpenZwave config directory(config/fibaro/fgwpfzw5.xml)?
Kind regards,
YcKe
Re: Fibaro wallplug settings gone after update
Posted: Thursday 15 June 2017 20:19
by Keleos
Hi YcKe,
yes, it is there. It also is not empty... Maybe the type (0602 ?) is not recognized correctly?
Greetings
Kel
Re: Fibaro wallplug settings gone after update
Posted: Saturday 17 June 2017 9:44
by YcKe
Keleos wrote:Hi YcKe,
yes, it is there. It also is not empty... Maybe the type (0602 ?) is not recognized correctly?
Greetings
Kel
That should not be the problem, I have the same one installed here.
Can you verify that the device is present in the config/manufacturer specific.xml file?
(Try downloading them again from the open zwave github)
If that's not the case, try changing your language to English. Some cases I've seen that it sometimes fails over special characters.
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Saturday 17 June 2017 11:50
by Keleos
Hi YcKe,
Thank you very much for your patience.
Can you verify that the device is present in the config/manufacturer specific.xml file?
Do you mean the file "fgwpfzw5.xml"?
How do I find out if the device is present?
Is there an ID I have to look at?
I've done a diff to the file online and there is no difference between my file and this one:
https://github.com/OpenZWave/open-zwave ... wpfzw5.xml
I also changed the language back to englisch, but the problem still exists.
Greetings
Kel
Re: Fibaro wallplug settings gone after update
Posted: Monday 19 June 2017 22:42
by YcKe
Hi Keleos,
In the config base folder, on folder back from the fibaro config folder, you will find an xml file called manufacturer specific.xml.
Check if the config file is registered there and your hardware id matches.
In the meanwhile, a new openzwave version was added to domoticz beta. Try updating to the latest version.
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Tuesday 20 June 2017 22:13
by Keleos
Hi YcKe,
I've found the config file and also the line with the right type and id:
(...)
<Product type="0200" id="1000" name="FGWPE/F Wall Plug" config="fibaro/fgwpe.xml"/>
<Product type="0602" id="1001" name="FGWPE/F Wall Plug Gen5" config="fibaro/fgwpfzw5.xml" />
<Product type="0800" id="1001" name="FGMS001 Motion Sensor" config="fibaro/fgms.xml" />
(...)
Today I also updated Domoticz to V3.8000 - but the Wall Plug is still not configurable
Greetings
Kel
Re: Fibaro wallplug settings gone after update
Posted: Thursday 22 June 2017 18:16
by YcKe
Hi Keleos,
This is a quite weird issue..
Can you check with the inspect of your browser if Javascript errors are thrown?
Can you check if the permissions of the config file is correct?
Are you running domoticz on a raspberry pi?
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Thursday 22 June 2017 20:51
by Keleos
Hi YcKe,
I know, that is really strange
Chrome does not throw any errors. But I've checked the network traffic und there is a request for getting all settings at once:
ipOfDomoticz /json.htm?type=openzwavenodes&idx=2
It returns a config entry for each device except the wall plug...
It looks like this:
(...)
Code: Select all
"config" : [
{
"LastUpdate" : "-",
"help" : "Set the time period between polls of a node's state. The length of the interval is the same for all devices. To even out the Z-Wave network traffic generated by polling, OpenZWave divides the polling interval by the number of devices that have polling enabled, and polls each in turn. It is recommended that if possible, the interval should not be set shorter than the number of polled devices in seconds (so that the network does not have to cope with more than one poll per second).",
"index" : 1,
"label" : "Poll Interval",
"type" : "short",
"units" : "Seconds",
"value" : 60
},
(...)
the wall plug doesn't have any config string:
(...)
Code: Select all
{
"Description" : "FIBARO System Unknown: type=0602, id=1001",
"HaveUserCodes" : false,
"HomeID" : ---------------------------------,
"LastUpdate" : "2017-06-22 18:30:33",
"Manufacturer_id" : "0x010f",
"Manufacturer_name" : "FIBARO System",
"Name" : "Schaltbare Steckdose",
"NodeID" : 2,
"PollEnabled" : "false",
"Product_id" : "0x1001",
"Product_name" : "Unknown: type=0602, id=1001",
"Product_type" : "0x0602",
"State" : "Awake",
"Version" : 4,
"idx" : "2"
},
(...)
Because I do not know if I had to keep the HomeID secret I've removed it
The config files all have the same permissions (owner: pi:pi, read&write + read + read)
Yes I'm running domoticz on a raspberry pi.
There also is a file named "fgwpe.xml" which also seems to be for a fibaro wall plug... I renamed it to "fgwpfzw5.xml" but no changes at all...
It seems, the wall plug could not be identified and so no config file will be loaded...
edit)
May it has to do something with this error?
PluginSystem: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
EventSystem - Python: Failed dynamic library load, install the latest libpython3.x library that is available for your platform.
edit end)
Greetings
Kel
Re: Fibaro wallplug settings gone after update
Posted: Thursday 22 June 2017 21:39
by YcKe
Hi Keleos,
Have you tried deleting it from the hardware panel?
After a reboot it should be readded.
I have those errors too, no worries about that.
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Friday 23 June 2017 13:18
by Keleos
Hi YcKe,
you mean deleting it here? Or have I to exclude the node?

- Domoticz 04.PNG (327 KiB) Viewed 3782 times
(Source for picture:
https://www.domoticz.com/forum/viewtopic.php?t=5197)
I've never just deleted a Node by clicking this delete Button
Greetings
Kel
Re: Fibaro wallplug settings gone after update
Posted: Friday 23 June 2017 19:04
by YcKe
Hi Keleos,
Correct, that button

.
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Saturday 24 June 2017 10:44
by Keleos
Hi YcKe,
did it, but after the device is back again, the situation doesn't change

Greetings
Kel
Re: Fibaro wallplug settings gone after update
Posted: Saturday 24 June 2017 22:15
by YcKe
Hi Keleos,
Can you take a screenshot of your hardware screen?
Greetz YcKe
Re: Fibaro wallplug settings gone after update
Posted: Saturday 24 June 2017 22:34
by Keleos
EDIT
I GOT IT
It was the config file I'd to delete!
After I've deleted the: zwcfg_0??????.xml file in the config folder the options are back
Thank you very much for helping me
Greetings
Kel
Re: Fibaro wallplug settings gone after update
Posted: Sunday 25 June 2017 9:09
by YcKe
Hi Keleos,
Great to hear that!
Greetz YcKe