I’m trying to get a program running that talks to energenie hardware, which requires using a special pi-hat with a RF transmitter. The program is here: https://github.com/gpbenton/engMQTTClient
When I build and run it, it fails because it can’t find /dev/mem , which doesn’t exist on the filesystem. /dev/gpiomem is also not present
How can home assistant be set up to provide this? I’m running the newer Release 4-build 6 (https://github.com/home-assistant/operating-system/releases/tag/4.6 ) because 3.13 wouldn’t boot up on my Pi (stuck on flashing green LED).
thanks