Skip to content

Instantly share code, notes, and snippets.

@mdrovdahl
mdrovdahl / neviweb.py
Last active May 26, 2025 18:48
Rough access to SinopeTech Smart Thermostat Data
#!/usr/bin/env python3
# This is a rough prototype for accessing device information from Sinope devices via their neviweb.com service and recording it to a Google Sheet
# TODO
# 1. move neviweb u/p into google auth json file in home directory
# 2. add outside temperature, avaliable from neviweb, but ideally from Bloomsky Weather Station
# 3. run as recurring cron job
from __future__ import print_function