New zwavejs2mqtt docker-compose container showing all devices as unknown but has ids #2008
-
Hi, I was planning on moving from the legacy zwave to zwavejs in Home Assistant which i run on a Raspberry Pi 4 with all Aeotec Zwave devices. I have used the docker-compose solution for this which seems to setup fine and does find my devices associated with the Z-wave stick however all the (non-battery) devices are showing up as Unknown Manufacturer and Unknown Product, strangely however all the devices have their product code listed and link to the correct items in the zwavejs device database: This seems to cause me to also miss the configuration parameters, these work find in the legacy home assistant. Note: i have tried disabling the Home Assistant Z-Wave integration rebooting the Pi and then loading up the zwavejs interface so i don't think there are any issues with 2 integrations running at the same time. Re-Interviewing node 7 (Aeotec Switch https://devices.zwave-js.io/?jumpTo=0x0086:0x0203:0x0060:1.4 ) gives the following log:
The interface shows the following versions: i am using an Aeotec Gen 5 Z-Stick as the controller: https://devices.zwave-js.io/?jumpTo=0x0086:0x0201:0x005a:1.1 I tried including a new battery switch and this also missing the manufacturer and product details (which worked straight away in the legacy zwave when i turned it back on) so this doesn't seem to be an issue with already linked devices. Any ideas what i am doing wrong or what i should try to get the product details to pull through properly? Please let me know if any further information is required. Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
This looks like an issue with the compose setup, specifically how the store and external config directory is handled. The driver can't find the configuration files for some reason. @robertsLando this is your turf :) |
Beta Was this translation helpful? Give feedback.
-
@iDontWantAUsername Could you share your docker compose file? |
Beta Was this translation helpful? Give feedback.
@iDontWantAUsername Could you share your docker compose file?