ClassicDIY / PylonToMQTT

Reads data from the Sage BMS console port and publishes to MQTT
22 stars 6 forks source link

error gathering device information while adding custom device "/dev/ttyUSB0": no such file or directory #11

Open YozoraHoshi opened 3 months ago

YozoraHoshi commented 3 months ago

Thanks for your project! I am new to raspberry and met some trouble when deploying your project: it says device "/dev/ttyUSB0": no such file or directory when start stack,how can i solve it? trouble

graham22 commented 3 months ago

Looks like your pi isn't detecting your USB to serial adapter try: ls -l /dev/serial/by-id image

YozoraHoshi commented 3 months ago

Thanks for your reply! There is a new problem: trouble trouble2

graham22 commented 3 months ago

Your RPI needs to be running the 64-bit version of the O/S , see comment in https://github.com/linuxserver/Heimdall/issues/1176

image