When searching for Arduinos, the installation script searches for a serial number. Some devices apparently do not have a serial number. This example was detected on /dev/ttyUSB0 shared by a user:
Fermentrack uses the same logic. BrewPi will still find such an Arduino with port = auto, however, there's no way to deterministically assign such a device when in multi-chamber mode.
Because there's no way to identify such an Arduino, this is going in the "won't fix" column because there's simply no good way to do it.
When searching for Arduinos, the installation script searches for a serial number. Some devices apparently do not have a serial number. This example was detected on
/dev/ttyUSB0
shared by a user:An interesting aside: Fermentrack uses pyudev which might be a good way to go when I re-do this work.
The text was updated successfully, but these errors were encountered: