Hi all - I’m currently trying to use room-assistant on some Raspberry Pi Zero W’s to help do Bluetooth presence detection for home automation through Home Assistant. I have installed it using ansible and it works so far… however I also have a bunch of Pi’s already in various rooms that are running balenaSound and I would like to make use of them for presence detection as well, if possible. Even if that’s not possible, I would still like to get room-assistant running as a separate app through my Balena Dashboard for ease of management (at this point I’m convinced that all my various Pi’s should be running balenaOS!)
RA has a Docker image that can be used… I have also run through several tutorials on how to develop balenaOS apps and deploy them. However, I am stuck as to how to combine the two… Maybe im missing something super simple, but I just don’t know what to do next. For instance, the RA app needs a config file that must be on each local device, and I don’t know how to work with local files when using the Balena system. The app also needs hardware access to scan Bluetooth…
Is anyone willing to help build this? or at least point me in the right direction? Is this even possible?