Replies: 3 comments 10 replies
-
If you are using docker you can use the Docekfile.contrib file to build your own image with custom branches/edits, otherwise you can use the 'nodejs' way and clone/link the repositories locally |
Beta Was this translation helpful? Give feedback.
-
If you are using docker you can map the device folders from inside the container to local folder in which you can put your test files. For example: you will need to add index.json if you are adding new manufacturers. |
Beta Was this translation helpful? Give feedback.
-
This has been possible for a while now: |
Beta Was this translation helpful? Give feedback.
-
Given that zwave js is in active development, it would be great to be able to modify or create device configuration files to fix gaps for particular devices - for instance, I have some motion sensors for which parameter settings haven't yet been implemented. It seems like it would be fairly straightforward for me to implement this by referencing the Open Z-wave configuration files, without having to wait for the implementation to happen in the main zwave js code.
Beta Was this translation helpful? Give feedback.
All reactions