I installed the 1 Wire Pi plus and I was wondering was this normal? So out of 100 runs of the detect only found 4% of the time.
$ for x in {1..100}; do sudo i2cdetect -y 1 | grep -q 18 && echo "Found"; doneFoundFoundFoundFound$ uname -aLinux pi-heater 4.19.75-v7+ #1270 SMP Tue Sep 24 18:45:11 BST 2019 armv7l GNU/Linux$ cat /proc/cpuinfo | grep ModelModel : Raspberry Pi 3 Model B Rev 1.2
This is with the board only connected. I have not added any devices.
Thanks