Skip to content

Instantly share code, notes, and snippets.

@vlsoft
vlsoft / fetch_netatmo.py
Created August 25, 2020 12:21 — forked from arnesund/fetch_netatmo.py
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 = ""