I’m in the learning phase and not sure of the right terms to use, so please be gentle! My weather station creates a webpage (local on my LAN, not on the Internet) that reports all the data it has. It refreshes the data every few seconds.
Wouldn’t it be easy for ignition to read values from this webpage? What is this process called? Where do I learn more about how to do that?
This weather station of yours that creates a webpage - did you create it or is it some auto generated page that came prepackaged?
If it’s your creation and you’re able to edit the server side, I would create an API endpoint that sends you the data in a JSON format when you request from it.