Hi, I’m a total Core newbie. I’ve been browsing for a few hours but haven’t found anything helpful for my use case. Can someone help me figure out how to make this connection?
I have an Airtthings radon detector that feeds data to a Raspberry Pi, which I can then export or publish in pretty much any format since it uses a Python script. Here’s an example of the output: http://lymanbuttler.com/radon.txt
What I need is a way to capture data from a URL like this and feed it to a virtual device. For example, the Python script on the RPi will run every hour and update the URL with a new value (maybe even just a single number if it makes the parsing easier). The “Virtual Radon Detector” grabs the number, and other devices (e.g. exhaust fans) respond to changes.
Any ideas? Thanks!