New Z-Wave devices visible in OZW, but not in Domoticz

For Z-Wave related questions in Domoticz

Moderator: leecollings

Post Reply
tanuva
Posts: 3
Joined: Friday 08 July 2016 21:51
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: GER
Contact:

New Z-Wave devices visible in OZW, but not in Domoticz

Post by tanuva »

Hello,

after being fairly happy with Domoticz and a Fibaro RGBW controller, I recently thought I could use some new devices for added illumination benefit.
What I have running:
- Raspberry Pi 512MB with a z-wave.me daugther board, running Domoticz V3.4834
- the Fibaro RGBW dwarf

What I add(ed) now:
- an Aeotec RGB bulb
- a TapHome switchable plug (http://www.taphome.eu/en/easyplug-details.html)

Now I wasn't able to learn the new devices through Domoticz - it told me to 'press a Button on remote' while I don't have one. Triggering the inclusion on either of the devices didn't do anything either. So I included them through the z-way web interface which worked on first attempt. Both devices are controllable through zway. (Not as nicely as I'd like to though.)

So, for the real issue I'm facing:
The devices show up in the ~/domoticz/Config/zwcfg_0xsomehex.xml file in ~/domoticz/Config. Additionally, Domoticz actually lists them on startup:

Code: Select all

2016-07-08 21:38:59.391 OpenZWave: Starting...
2016-07-08 21:38:59.392 OpenZWave: Version: 1.4-77-g40eb730
2016-07-08 21:38:59.392 OpenZWave: using config in: /home/pi/domoticz/Config/
2016-07-08 21:38:59.708 OpenZWave: Driver Ready
2016-07-08 21:38:59.724 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 1
2016-07-08 21:38:59.733 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 1
2016-07-08 21:38:59.734 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 1
2016-07-08 21:38:59.734 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 2
2016-07-08 21:38:59.736 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 2
2016-07-08 21:38:59.736 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 2
2016-07-08 21:38:59.737 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 3
2016-07-08 21:38:59.738 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 3
2016-07-08 21:38:59.739 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 3
2016-07-08 21:38:59.739 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 4
2016-07-08 21:38:59.741 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 4
2016-07-08 21:38:59.751 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 4
2016-07-08 21:38:59.752 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 5
2016-07-08 21:38:59.753 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 5
2016-07-08 21:38:59.754 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 5
2016-07-08 21:38:59.754 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 6
2016-07-08 21:38:59.756 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 6
2016-07-08 21:38:59.756 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 6
2016-07-08 21:38:59.757 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: SENSOR MULTILEVEL, Label: Power, Instance: 4
2016-07-08 21:38:59.757 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: METER, Label: Energy, Instance: 1
2016-07-08 21:38:59.758 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: METER, Label: Power, Instance: 1
2016-07-08 21:38:59.759 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: COLOR, Label: Color, Instance: 1
2016-07-08 21:38:59.761 OpenZWave: Value_Added: Node: 3 (0x03), CommandClass: COLOR, Label: Color Index, Instance: 1
2016-07-08 21:38:59.818 OpenZWave: Value_Added: Node: 4 (0x04), CommandClass: SWITCH MULTILEVEL, Label: Level, Instance: 1
2016-07-08 21:38:59.834 OpenZWave: Value_Added: Node: 4 (0x04), CommandClass: SWITCH MULTILEVEL, Label: Bright, Instance: 1
2016-07-08 21:38:59.835 OpenZWave: Value_Added: Node: 4 (0x04), CommandClass: SWITCH MULTILEVEL, Label: Dim, Instance: 1
2016-07-08 21:38:59.836 OpenZWave: Value_Added: Node: 4 (0x04), CommandClass: COLOR, Label: Color, Instance: 1
2016-07-08 21:38:59.852 OpenZWave: Value_Added: Node: 4 (0x04), CommandClass: COLOR, Label: Color Index, Instance: 1
2016-07-08 21:38:59.858 OpenZWave: Value_Added: Node: 5 (0x05), CommandClass: SWITCH BINARY, Label: Switch, Instance: 1
2016-07-08 21:38:59.872 OpenZWave: Value_Added: Node: 5 (0x05), CommandClass: SENSOR MULTILEVEL, Label: Temperature, Instance: 1
2016-07-08 21:38:59.872 OpenZWave: Value_Added: Node: 5 (0x05), CommandClass: METER, Label: Energy, Instance: 1
2016-07-08 21:38:59.873 OpenZWave: Value_Added: Node: 5 (0x05), CommandClass: METER, Label: Power, Instance: 1
Unfortunately though, only the 12 devices generated by the Fibaro RGBW show up in the devices list, no mention of the new ones. I've seen on another thread that it is possible to switch some z-wave sticks into debug logging mode. Alas, this is not offered for my z-wave.me board.
Do you have any idea what might've gone wrong? What kind of information could I supply?
User avatar
jvdz
Posts: 2269
Joined: Tuesday 30 December 2014 19:25
Target OS: Raspberry Pi / ODroid
Domoticz version: 4.107
Location: Netherlands
Contact:

Re: New Z-Wave devices visible in OZW, but not in Domoticz

Post by jvdz »

You do have the option: Accept new Hardware Devices selecting in the Setup/Settings menu?

Jos
New Garbage collection scripts: https://github.com/jvanderzande/GarbageCalendar
tanuva
Posts: 3
Joined: Friday 08 July 2016 21:51
Target OS: Raspberry Pi / ODroid
Domoticz version:
Location: GER
Contact:

Re: New Z-Wave devices visible in OZW, but not in Domoticz

Post by tanuva »

Yes, I do, I just had no idea how it was supposed to be used in conjunction with the "Learn new Light/Switch" button. Now that I permanently enabled accepting new devices, I at least got the TapHome device visible in Domoticz by pressing its hardware switch button. It sends its current state then (maybe among other data). Success!
The Aeotec bulb has no hardware buttons though. Simply turning it off and on with an in-wire hardware switch doesn't seem to send anything that would make Domoticz find it. And triggering in/exclusion doesn't work either through Domoticz's "Learn Light/Switch" button - it already is in the z-wave network anyway.
Do you have another hint how I could make that bulb visible?
S4nd3r
Posts: 4
Joined: Tuesday 21 April 2015 19:17
Target OS: Windows
Domoticz version: 3.5877
Contact:

Re: New Z-Wave devices visible in OZW, but not in Domoticz

Post by S4nd3r »

I have the same problem. Devices are shown corectly in OZW but not correctly in domoticz. Devices are also not being created.
Any help is welcome.
EddyG
Posts: 1042
Joined: Monday 02 November 2015 5:54
Target OS: -
Domoticz version:

Re: New Z-Wave devices visible in OZW, but not in Domoticz

Post by EddyG »

Show a screenprint of OZW, because I could not find the Easyplug in the Config dir.
Do they present them selves as Fibaro?
kimhav
Posts: 154
Joined: Tuesday 01 October 2013 8:31
Target OS: Raspberry Pi / ODroid
Domoticz version: 2023.2
Location: Sweden
Contact:

Re: New Z-Wave devices visible in OZW, but not in Domoticz

Post by kimhav »

S4nd3r wrote: Tuesday 12 March 2019 18:59I have the same problem. Devices are shown corectly in OZW but not correctly in domoticz. Devices are also not being created. Any help is welcome.
See it as two steps action where you first include the device and make sure that it shows up in OZW and next go to Settings and look for Hardware/Device section and click "Allow for 5 Minutes". Now switch on for example the lamp you plan to control using the wall push button and put some load on the device and it should now show up under Domoticz Setup/Devices.
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest