OneWireGPIO binding

  • Platform information:
    • Hardware: raspi 3b+
    • OS: just trying to move to the latest and greatest of openhab

was just wondering whether it is still necessary to add the following

Enable the 1-wire bus

dtoverlay=w1-gpio,gpiopin=4

to the config.txt which is now located in /boot/firmware.

Without the addition OneWireGPIO did not add the necessary folder to /sys/bus and therefore did not start reading the sensors. This is not really a new topic since I had to add it in all versions before but it is not mentioned in the documentation and might be helpful if required.