Skip to content

Instantly share code, notes, and snippets.

@arnesund
arnesund / fetch_netatmo.py
Last active September 3, 2023 13:40
Fetch Netatmo Weather Station measurements and store in InfluxDB
#!/usr/bin/env python
import os
import sys
import json
import time
import requests
# Get your client ID and secret by creating an App at https://dev.netatmo.com/
NETATMO_CLIENT_ID = ""
NETATMO_CLIENT_SECRET = ""