Power Partner Thermostat Program
Power Partner was launched in 2013 and is a voluntary program for residential customers who use internet-connected thermostats. View dates and times, starting in calendar year 2006, when we used either this or its predecessor voluntary program to reduce residential energy demand. Go to austinenergy.com/go/powerpartner to learn more.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-austintexas-gov/power-partner-thermostat-program-7jgb-hbdr\".\"power_partner_thermostat_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.