Hi, I’m a “limited skill techie” with little coding experience, but I like to goof around with my RPi3 or Arduino from time to time. I discovered Home Assistant and HASS IO recently and although frustrating at times - am learning a lot. My wife has, however, asked me to reduce the number of “random computer boxes” as she calls them, that are around the house. I currently use a RPi2 to feed data to FlightRadar24 with a DVB stick.
I figured that actually I could probably just plug the stick into my RPi3 and run the flightradar software on there… and that’s where it got complicated:
- Tried to log in to my home assistant pi and run the flightradar24 install script
- Failed - No apt-get on hass io instances
- Then read up on how Hass io works, figured maybe I can create my own add on
- Realized that’s much harder than I thought…
- Found out that the add-ons run in docker instances
- Found a docker that has flightradar installed
- Tried to follow the steps to create a local add on… and am totally lost. I have a Dockerfile, but I have no clue what to put in any of the other files (e.g. run sh)
Any pointers would be appreciated! My main purpose is just to feed flightradar24, but I also thought you could use it for something cool (but probably useless) like:
- If a plane flies within 5km, turn the light on
- If a specific airline flies overhead, turn a light the color of the airline’s logo
- (ok maybe useful) if a plane flies overhead at altitude of less than X feet, ignore any alerts from sensors that detect noise
Any suggestions?