Eagerly looking forward to your solutions to these common challenges in brewery integration ElcoWould be wonderful to see automated hoppers for hops.
[...]About 30 years ago a German toy-train company (Maerklin) came out with one (two?)-wire-digital system to control signals, switches, and trainspeeds - Is this similar? --> digital encoding of control -> wire -> decoding in the controller with proper ID?
Maybe I need more coffee?
It's totally like that. One-Wire devices have quasi-unique IDs so commands are broadcast to every device on the bus and the "target" responds to its ID.
I get the one-wire idea when it comes to, i.e. sensors like DS1820 and controllers. I just having seen it the other way around (controller-->one-wire-valvecontrol) in the context of homebrewing stands.
Prost
Most one-wire devices can be either a sensor or an actuator. The ds2413, for example, can do both. Or rather has 2 io on chip and either io can be a sensor or actuator. You can control 2 devices or watch their gates for signal or have 1 io activate and the other read it's state.
Will there be any talk about how dreadfully easy it is to build your own one-wire devices using one-off parts. Like actuators for heaters or fans or lights using ds2413 boards and relay boards.
But in reality you hook a rj12 jack up to an adafruit ds2413 breakout board and it just became anything you need it to be.