Hi,
I initally wanted to have two ESP32 communicating via Lora.
But I have additional jobs to do (work on MQTT messages, so it seems i need a broker running)
So I switched to raspberry OS@PiZ2W on one side and HomeassistOS@Pi5 on the other.
I would like to have mostly the same code base for both...
But the AI warned me that LoRaRF uses RPi.GPIO not libgpiod which is not available on HomeassistOS?
Is this a problem?
is there a way to solve this?
thanks
JPT
edit: looks like there is a drop-in replacement for RPi.GPIO, which is called rpi_lgpio. seems to work for me on Rpi, not tested on HA yet
Hi,
I initally wanted to have two ESP32 communicating via Lora.
But I have additional jobs to do (work on MQTT messages, so it seems i need a broker running)
So I switched to raspberry OS@PiZ2W on one side and HomeassistOS@Pi5 on the other.
I would like to have mostly the same code base for both...
But the AI warned me that LoRaRF uses RPi.GPIO not libgpiod which is not available on HomeassistOS?
Is this a problem?
is there a way to solve this?
thanks
JPT
edit: looks like there is a drop-in replacement for RPi.GPIO, which is called rpi_lgpio. seems to work for me on Rpi, not tested on HA yet