New setup #186
Replies: 3 comments 15 replies
-
Docker is really cool, except for when there is an issue. The beauty is that the issue only affects a single container. Everything else works perfectly. No it isn't I didn't spin up the zwave or home-assistant containers. If I don't add a device line to the docker-compose script for node-red, and try to deploy your device I get this:
That's what I would expect. Once I add the device line I get this:
The docker user is in the dialout group, but just ro be safe I set the access like this: |
Beta Was this translation helpful? Give feedback.
-
That error is caused by the node. If the node is not there there are no errors at startup. If I deploy your node I get an error. If I then restart the container with your node there I get this (from the command line):
|
Beta Was this translation helpful? Give feedback.
-
I've setup another Pi4 as a sandbox so I can play with your nodes w/o affecting my production system. I have lots of spare z-wave hardware. When I click on the network map the dialog is too large for my laptop screen so the top section is cutoff. Is there somewhere I can change the window size? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@fabnavigator.
Is the serial port in use by zwavejs2mqtt?
if so - that's the reason. Serial ports can't be shared - only 1 application can obtain access.
But - yes, I believe you will need to expose the serial port in your container.
I am not sure how that is done - most users of this module are 'bare metal' Nod RED users - but it should all work the same never the less - given the extra setup needed for docker
Beta Was this translation helpful? Give feedback.
All reactions