deconz-community / deconz-docker

MIT License
376 stars 34 forks source link

Devices directory #224

Closed Didier3L closed 9 months ago

Didier3L commented 9 months ago

Bonjour,

Here is my mirrored volume in docker-compose

volumes:
           - /volume1/docker/deconz-community:/opt/deCONZ

With Deconz here is the default file location

image image

Why don't the files exist ? image

senilio commented 9 months ago

Not sure what you are asking.

Top screenshot shows /usr/share/deCONZ/devices/ Bottom screenshot shows /opt/deCONZ/devices/

DDF is read from both places.

Didier3L commented 9 months ago

the tutorial indicates -v /opt/deconz:/opt/deCONZ \

What is the /usr/share/deCONZ/devices/ directory used for?

senilio commented 9 months ago

the tutorial indicates -v /opt/deconz:/opt/deCONZ \

What is the /usr/share/deCONZ/devices/ directory used for?

For DDF files that ships with deCONZ.

User provided files should be recognized in both dirs. The difference is that files in /usr/share is not stored on persistent storage.