-
-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device shows as Unknown product even though manufacturer, product and product code are detected correctly #3401
Comments
Please make a driver log, loglevel CC @AlCalzone |
Could also try to reinterview node (at least the device, not sure about controller) |
Debug logging was already enabled so I had some files to choose from. I took the one from yesterday as zwave-js was restarted several times, I hope that gives more information than just the system running without much activity. Note that the host which provides the zwave stick with ser2net was offline for some time which caused the docker to restart several times. If I should do something specific while logging please tell me. |
I would guess something is wrong with your installation because the device configuration files aren't being found.
Perhaps you can describe how you are running ZUI under docker, e.g. show your command line or docker compose file. |
I start the docker with a systemd service with this command: Everything what's in /opt/zwave/ came from the other machine, where I did originally set things up. Where should the device configuration files be and how do they get there? Can I trigger a download somewhere and do I need to map another directory in addition to /usr/src/app/store to keep those files permanently? |
You could try stopping the container, then deleting the |
That did the trick! Thanks a lot! |
Checklist
Deploy method
Docker
Z-Wave JS UI version
9.3.1.f26b97e
ZwaveJS version
12.2.3
Describe the bug
I'm just starting with z-wave so I have only two devices. An UZB stick and FGR222.
In the control panel both show up as "Unknown manufacturer" / "Unknown product" but in both cases manufacturer, product and product code (the hex numbers) are correct and if I click on the link next to the ids the correct page on devices.zwave-js.io opens.
As a result I can't configure the devices.
Reinterviewing did not help.
To Reproduce
When I first started, both devices showed up correctly. Then I moved the docker to another machine. (I use a folder not volumes, so I just copied the folder). After starting up again I reconfigured the device for the z-wave stick (now tcp (ser2net) instead of local device). And now both devices are "Unknown product". As I don't know how to get back, I don't know if I could reproduce it that way.
Expected behavior
Devices should be detected correctly.
Additional context
No response
The text was updated successfully, but these errors were encountered: