Basic Wall Controller not recognized? Topic is solved
Moderator: leecollings
-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Basic Wall Controller not recognized?
Hi All,
I received a Zwave basic wall controller (ordered here: https://www.robbshop.nl/wandzender-2v-z ... obb-smarrt, the manual can be found here: https://www.robbshop.nl/amfilerating/fi ... le_id/816/) a few days ago. After adding the device to my Zwave controller, Domoticz shows the device like this (Setup > Hardware > Setup Zwave controller): --> Description in image: Basic Wall Controller
No new devices are emerging (Setup> Devices). Normally it take some time to show the device properly, but in this case it's not showing the device properly after two days. Is this fixable for me or does this means that the device is not supported by Domoticz?
Thanks in advance!
-----------------------------------------------------------
Edit post:
Hereby a photo with the front and back of the device: Text on the back:
ROBB smarrt
ROB_100-002-0
3v CR2450 10mA
200303V1
I received a Zwave basic wall controller (ordered here: https://www.robbshop.nl/wandzender-2v-z ... obb-smarrt, the manual can be found here: https://www.robbshop.nl/amfilerating/fi ... le_id/816/) a few days ago. After adding the device to my Zwave controller, Domoticz shows the device like this (Setup > Hardware > Setup Zwave controller): --> Description in image: Basic Wall Controller
No new devices are emerging (Setup> Devices). Normally it take some time to show the device properly, but in this case it's not showing the device properly after two days. Is this fixable for me or does this means that the device is not supported by Domoticz?
Thanks in advance!
-----------------------------------------------------------
Edit post:
Hereby a photo with the front and back of the device: Text on the back:
ROBB smarrt
ROB_100-002-0
3v CR2450 10mA
200303V1
Last edited by Marcjeok on Friday 24 April 2020 11:56, edited 1 time in total.
- waaren
- Posts: 6028
- Joined: Tuesday 03 January 2017 14:18
- Target OS: Linux
- Domoticz version: Beta
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
Did you enable "Accept new hardware devices" ?Marcjeok wrote: ↑Tuesday 21 April 2020 15:26 No new devices are emerging (Setup> Devices). Normally it take some time to show the device properly, but in this case it's not showing the device properly after two days. Is this fixable for me or does this means that the device is not supported by Domoticz?
in [Setup][Setting][System]
Debian buster, bullseye on RPI-4, Intel NUC.
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
dz Beta, Z-Wave, RFLink, RFXtrx433e, P1, Youless, Hue, Yeelight, Xiaomi, MQTT
==>> dzVents wiki
-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
Thanks for your reply! I forgot to mention this in my first post; yes I enabled to accept new hardware devices. Just to be sure, I just pressed the button again, but unfortunately nothing happens.waaren wrote: ↑Tuesday 21 April 2020 15:44Did you enable "Accept new hardware devices" ?Marcjeok wrote: ↑Tuesday 21 April 2020 15:26 No new devices are emerging (Setup> Devices). Normally it take some time to show the device properly, but in this case it's not showing the device properly after two days. Is this fixable for me or does this means that the device is not supported by Domoticz?
in [Setup][Setting][System]
Allow.png
Hereby also some information about my Domoticz (just in case):
About Domoticz
Version: 2020.1
Build Hash: 63fa969e4
Compile Date: 2020-03-22 15:16:16
dzVents Version: 3.0.1
Python Version: 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0]
-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
I added an another device to my Domoticz (FIBARO System FGRM223 Roller Shutter Controller 3+) and this went well (see pictures below). Does this mean that the 'Basic Wall Controller' will not be recognized by Domoticz?
--> Fibaro has been added correctly, the Basic Wall Controller is still not added correctly
--> Fibaro devices are visible
--> Fibaro has been added correctly, the Basic Wall Controller is still not added correctly
--> Fibaro devices are visible
- Attachments
-
- Devices.PNG (114.87 KiB) Viewed 1803 times
-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
I found some more information. My reseller sales this device under his own brand. However, I think this is the real manufacturer:
https://www.sunricher.com/z-wave-series.html
When I look in the file 'manufacturer_specific.xml' in the domoticz/config folder (see code below) the manufacturer already exists. Apparently not with the correct XML?
https://www.sunricher.com/z-wave-series.html
When I look in the file 'manufacturer_specific.xml' in the domoticz/config folder (see code below) the manufacturer already exists. Apparently not with the correct XML?
Code: Select all
<Manufacturer id="0330" name="Sunricher">
<Product config="sunricher/srzv9001t4dimeu.xml" id="a10d" name="Touch Panel Wall Controller - ZSC-01D" type="0003"/>
<Product config="sunricher/srzv9001k8.xml" id="a305" name="Wall Controller - SR-ZV9001" type="0300"/>
<Product config="sunricher/zv9101.xml" id="d005" name="Dimmer ZV-9101" type="0200"/>
<Product config="sunricher/srzv9101sachpeu.xml" id="d00c" name="Dimmer ZV9040" type="0200"/>
<Product config="sunricher/srzv9003t4rgbweu.xml" id="a107" name="Z-Wave Wall Controller - SR-ZV9003T4-RGBW-EU" type="0300"/>
</Manufacturer>[*]
-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
If I'm right, when I want to make this work, I have to do two things:
1. Create a XML file with the information for this Zwave device (source: https://github.com/OpenZWave/open-zwave ... ng-Devices)
2. Edit the file 'manufacturer_specific.xml' to add the device and refer to the created file
Unfortunately I'm not that technical, so I'm afraid I have to return this device back to my reseller. Can anyone confirm my findings? Are my thoughts correct or did I miss something?
Thanks in advance.
1. Create a XML file with the information for this Zwave device (source: https://github.com/OpenZWave/open-zwave ... ng-Devices)
2. Edit the file 'manufacturer_specific.xml' to add the device and refer to the created file
Unfortunately I'm not that technical, so I'm afraid I have to return this device back to my reseller. Can anyone confirm my findings? Are my thoughts correct or did I miss something?
Thanks in advance.
-
- Posts: 2
- Joined: Sunday 26 April 2020 20:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Basic Wall Controller not recognized?
I have the same controller with 4 buttons. After updating to Domoticz 2020 .1 the controller is not recognized anymore so i had to reverse the update. I also found the new manufactor but still no solution for the problem. I'm going to try the new Domoticz version 2020.2. Have you already found a solution?
-
- Posts: 2
- Joined: Sunday 26 April 2020 20:20
- Target OS: Raspberry Pi / ODroid
- Domoticz version:
- Contact:
Re: Basic Wall Controller not recognized?
Just tested with version 2020.2, it is working again 

-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
Thanks for your reply! Very good it's working for you again! I also update to version 2020.2, but unfortunately with the same result (not recognized). I'm going to send the device back to my reseller

Updated Domoticz configuration (just in case):
Version: 2020.2
Build Hash: b63341bc0
Compile Date: 2020-04-26 13:47:55
dzVents Version: 3.0.2
Python Version: 3.7.3 (default, Dec 20 2019, 18:57:59) [GCC 8.3.0]
-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
After contact with my reseller I excluded the device and included it again. Now it works 
It's not working perfectly if you ask me. At the hardware tab the device is shown as: --> Unknown: id=0330 Unknown: type=0300, id=a307+
There are two Devices added and both are configured as a switch. Both switches stay at 'On', regardless of the buttons I press on the devices itself. However, with Dzvents it triggers the event depending on the button I press on the device. So it works for me now.

It's not working perfectly if you ask me. At the hardware tab the device is shown as: --> Unknown: id=0330 Unknown: type=0300, id=a307+
There are two Devices added and both are configured as a switch. Both switches stay at 'On', regardless of the buttons I press on the devices itself. However, with Dzvents it triggers the event depending on the button I press on the device. So it works for me now.
-
- Posts: 120
- Joined: Tuesday 18 October 2016 13:15
- Target OS: Raspberry Pi / ODroid
- Domoticz version: 4.10915
- Contact:
Basic Wall Controller not recognized?
Now you could try to :Marcjeok wrote:After contact with my reseller I excluded the device and included it again. Now it works
It's not working perfectly if you ask me. At the hardware tab the device is shown as: --> Unknown: id=0330 Unknown: type=0300, id=a307+
There are two Devices added and both are configured as a switch. Both switches stay at 'On', regardless of the buttons I press on the devices itself. However, with Dzvents it triggers the event depending on the button I press on the device. So it works for me now.
Go to Hardware / Zwave settings / Select this node and press Refresh Node info to see if the text is now correct (vernieuw node info in Dutch), maybe the correct info is now displayed....
-
- Posts: 37
- Joined: Wednesday 01 November 2017 19:12
- Target OS: -
- Domoticz version:
- Location: Netherlands
- Contact:
Re: Basic Wall Controller not recognized?
I did this yesterday and nothing seems to happen. Today I noticed that the configuration part was lost and when I pressed the buttons nothing happened any more. Somehow it lost his configuration. I excluded the node and included it again and now it's working again. Hope it stays like this...

Who is online
Users browsing this forum: No registered users and 1 guest