Open eloekset opened 2 years ago
This was more difficult than expected. PyPortal framework is designed to fetch data from a single URL, while the Netatmo API requires an OAuth token that must be fetched in a separate request.
Use the .NET on-prem proxy API for now.
Reimplement the .NET application that queries the Netatmo API and formats a datastructure for widges on a weather station display.
PyPortal is powerful enough to all the job of querying the API and processing the results. No need for an external on-prem web application to prepare the widgets and offload TLS.