-
Notifications
You must be signed in to change notification settings - Fork 582
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
Cannot start service nodered /dev/ttyAMA0 #248
Comments
Yes, there is a way around this. Please read these links:
The Because Node-RED is an example of a "for real" mapping:
With that in place a flow using the
Octoprint and Zigbee2MQTT are examples of "placeholder" usage. Until you connect your 3D printer or Zigbee adapter, you don't know how it is going to show up in
Because Docker-Compose can find the left hand side of the mapping, it will at least start both the stack as a whole and any containers using that mapping.
Anyway, in the case of Node-RED, you can solve this problem by doing one of the following:
The approach you take depends on whether you have plans to communicate with the serial port - assuming that exists on your hardware. I hope this makes sense? |
Phill Thanks for the detailed explanation. With this it makes sense. |
I would like run the IOTstack on alternative hardware (instead raspi on a futro 740).
After Build a new stack nodered can not be started:
ERROR: for nodered Cannot start service nodered: error gathering device information while adding custom device "/dev/ttyAMA0".
The error message appears regardless of which nodered modules have been installed. Is there a way around the error?
Thanks
Holger
The text was updated successfully, but these errors were encountered: