Replies: 1 comment 1 reply
-
|
No this is not possible. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
I am currently setting up a new container on another Docker server, to be used as a backup if the master fails.
This way, I would just have to move my Dongle from the master to the secondary, restore the data folder and start the secondary container!
As I would be sure my new container is working properly regarding network and surrounding configuration, it would be nice for me to be able to start the container without having a proper Dongle connected to it.
So far, I tried to comment out the 'serial' part but Z2M, or to just start it without the Dongle connected, it won't start eitherways. Is there a way to do so?
Zigbee2MQTT:error 2023-08-27 15:18:54: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/ttyACM0' at SerialPort.<anonymous> (/app/node_modules/zigbee-herdsman/src/adapter/z-stack/znp/znp.ts:146:28) at SerialPort._error (/app/node_modules/@serialport/stream/dist/index.js:75:22) at /app/node_modules/@serialport/stream/dist/index.js:111:18Thank you very much :)
Beta Was this translation helpful? Give feedback.
All reactions