You can directly run 1wire on digital io using existing libraries, but you’d need to build your own commands for devices. I’m about to do it for a few devices on ESP32 in MicroPython. DS18B20 works out of the box but search isn’t even implemented. Not too hard though.
If you want to go bus master route, you can throw a ds2483 on an i2c bus and go that way. I’ve used them for years and they’re great. I end up needing uarts for other things and prefer to reserve them for when I have no other choice. WRT to the Pi, I have moved away from them completely due to reliability issues, so I think your move is wise. I use ESP32s everywhere. Thermostat, irrigation, pushing everything to cloud and also doing local control. C > On Feb 15, 2019, at 01:19, Mail Lists <list...@ajsystems.co.nz> wrote: > > Hi Guys, > > I’ve been using a couple of LinkUSB 1-Wire USB adaptors with a RPi running > OWFS for my heating system, which seems to have performed well. > > However, I’m considering changing it to something that will interface > directly to the Clipsal C-Bus system I have in the house, so I can control > the heating directly from within the C-Bus world and remove the RPi, to make > it more robust in case we sell the house in the nest few years. > > So I’m thinking of making a device that talks to the 1-Wire via some > DS2482-100 modules or a DS2482-800 and maybe driving it from a ESP32 with one > of the UARTs connected to a C-Bus to Serial module and use the Open-Source > C-Bus node software Clipsal released years ago to join the two worlds. > > So has anyone got any feedback on how reliable the DS2482-100 or DS2482-800 > are and if there are some special precautions I need to consider? > > Regards > > Alex Shepherd > > _______________________________________________ > Owfs-developers mailing list > Owfs-developers@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/owfs-developers _______________________________________________ Owfs-developers mailing list Owfs-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/owfs-developers