Dear Community Members,
I just set up home assistant on my Raspberry Pi 4 (Home Assistant OS) and am quite happy using a 1-wire temperature sensor. It‘s a DS18B20 on GPIO 4 and it works fine using sysbus.
Since sysbus will not be supported any more (architectural design decision, https://github.com/home-assistant/architecture/blob/4d66082eab81d5f4740e0d86333f9135a90e6aad/adr/0019-GPIO.md) I‘ll have to change to owfs. But what do I have to do to install owfs/owserver on my Raspberry Pi?
When I SSH to the machine I can‘t access any packet managers (e.g. yum, pacman, apt-get —> command not found). And since Home Assistant OS uses docker containers all manual changes might get lost during the next update.
I would be so glad if anyone had a hint.