Bit of a story, but I have a very remote off grid homestead that I need to be able to monitor when I am not there.? ?I have starlink, but when the snow is heavy and covers the dish it doesn't always work.? Plus it takes quite a bit of power and again, when the snow covers the panels it can and does fail due to lack of power.
?
Using a Yausu Ft-2980 coupled to a RasberryPi using a digirig, I built a flow that monitors key systems, and send the telemetry data over the air to one of the local digipeaters.? ?No internet required and I can see the data from anywhere.
?
The basic approach is for NodeRed to write the data in APRS formatted files, where the kissutil watches them and sends the packets to direwolf, which then sends them out.? ?It would be easy to cut out the kissutil and send the data directly to direwolf, but it was a lot easier to troubleshoot the packets when I could see them in files.
?
I'd be happy to post the flow or help anyone setup something similar.
?
? has the end results.?