Some of the sensors are not displayed

I have configured in OpenZWave (OZWCP) 22 sensors to an Aeotech Gen 5 Stick. 13 Aeotech Multi 6, 3 Aeotech Multi 5 and 6 sockets. All sensors were registered as secure sensors. In openZWave and also in Domoticz all sensors are displayed and read every 10min. So far so good. But in Home Assistand appear only 7 of the Aeotech Multi 6 and 1 Aeotech Multi 5 sensor. Why do not the other sensors appear. The mesh in openZWave indicates that all sensors are connected and accessible. A network heal has already been implemented several times.

Does anyone have an idea, what I can make or what I must make, so that the sensors are re-imported.

After you look at the devices in OZWCP, did you copy the zwcfg_xxx.xml file to the /home/homeassistant/.homeassistant folder?

Yes, the file is in the .homeassisten folder.

Yes, it exists in the home assistant folder, but did you copy that file from the OZWCP folder to the /home/homeassistant/.homeassistant folder?

No, I have not copied the file. How is the path to the OZWCP file version?

This is just an idea:

  • Shutdown Hass (it must be shutdown completely because HA writes to that file when it shuts down
  • Create a copy of the zwcfg_xxxxxx.xml file in the /home/homeassistant/.homeassistant/ directory
  • Copy the file from the HA directory to the OZWCP directory
  • Startup OZWCP.
  • Run OZWCP and discover and rename devices as you wish
  • Make sure you Click on Save in the upper right hand corner of OZWCP
  • Close OZWCP
  • Copy that zwcfg_xxxx.xml file from the OZWCP directory back to the HA directory.
  • Start up HA again. It should have all of the names, locations, etc that you configured in OZWCP

Your directories may vary based on what kind of install you did, but these are the copy commands I use:

Copy my zwcfg from HA to Open Zwave after HA is shutdown:

sudo cp /home/homeassistant/.homeassistant/zwcfg_0xxxxxxx.xml /srv/homeassistant/src/open-zwave-control-panel/

#Copy OZWCP from OZWCP directory to HA directory after OZW is shut down:
sudo cp /srv/homeassistant/src/open-zwave-control-panel/zwcfg_0xf0ecefa0.xml /home/homeassistant/.homeassistant/

Thank you @BendedArrow for the solution of my problem! :slight_smile: so far everything looks very good!