That's what Darin told me last year:
View attachment 752919
I don't think emails are getting through to that domain since they suspended operations...hopefully only temporarily. Are the DS18B20 serials married to the controller? How would you replace them when they fail?? I think the serials are mainly for multiple sensor systems, right?
In all of my work with DS18 sensors, they are individually serialized and using the "one wire" library you need to specify what the id is in order to read them. Now it could be that every time the system fires up, it reads the temp port, determines the id and then uses that to read the sensor.
I'm usually using multiple temp probes, so I never gave any thought to dynamically reading the probe and using that. Would probably work great in a single temp probe system. I actually do that in one of my systems, but only in the config section so that I can select which probe is at what location.
Now that I think about it, my Blichmann uses a single DS18B20, which I recently replaced and the system picked it up and works no problem. Might be something I'll look into.
I did see that their site is "temporarily suspended" and that's a bummer. I hope if they can't get back to operational that Darin will release the code to open source so we can keep it going. At our brewery we rely heavily on the Brew Boss 20 gallon system to do our R&D.