mirror of
https://github.com/beestat/app.git
synced 2025-05-24 02:14:03 -04:00
74 lines
3.5 KiB
PHP
74 lines
3.5 KiB
PHP
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>beestat</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<meta name="viewport" content="initial-scale=1,maximum-scale=1,user-scalable=no">
|
|
<!-- Chrome, Firefox OS and Opera -->
|
|
<meta name="theme-color" content="#222222">
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<link href="../css/privacy.css" rel="stylesheet">
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-10019370-7"></script>
|
|
</head>
|
|
<body>
|
|
<div class="_privacy">
|
|
<div class="header">
|
|
<div class="beestat" onclick="window.location.href='/';">
|
|
<span class="bee">bee</span><span class="stat">stat</span>
|
|
</div>
|
|
<div class="log_in">
|
|
Log In
|
|
</div>
|
|
</div>
|
|
<div class="text">
|
|
<h1>Privacy</h1>
|
|
<p>
|
|
Beestat exists to provide useful data to people about their HVAC usage; we have no interest in selling your data.
|
|
</p>
|
|
<h2>Data we store</h2>
|
|
<ul>
|
|
<li>Your email address</li>
|
|
<li>Your physical address and other details about your home</li>
|
|
<li>Your thermostat and sensor names</li>
|
|
<li>Your thermostat settings</li>
|
|
<li>Your entire runtime history</li>
|
|
<li>Your beestat usage logs</li>
|
|
</ul>
|
|
<h2>Data we share</h2>
|
|
<p>
|
|
In no circumstances will any of your data ever be shared with a third party; this includes de-identified data. Your data will only be used in aggregate to show comparisons, trends, and other useful information to other beestat users. This will never include any identifiable information.
|
|
</p>
|
|
<h2>Third parties</h2>
|
|
<p>
|
|
Some information is shared with the following third parties in order to provide a meaningful service.
|
|
</p>
|
|
<ul>
|
|
<li>MailChimp receives your email address so we can send you product news and updates.</li>
|
|
<li>Rollbar receives your IP address, browser information, and generic information about network requests to beestat when an error occurs.</li>
|
|
<li>Google Analytics receives your IP address, browser information, and pages you visit</li>
|
|
</ul>
|
|
<h2>Access to your thermostats</h2>
|
|
<p>
|
|
Beestat will have continued access to all of the thermostats and their data unless you manually revoke it. For ecobee, you may do this by logging into their web portal, clicking the menu button in the top right, selecting My Apps, selecting beestat, then selecting Remove App.
|
|
</p>
|
|
<h2>Data retention</h2>
|
|
<p>
|
|
All data stored in the beestat database is kept indefinitely regardless of your continued usage of beestat or if you revoke beestat's access to your data. To have your data deleted, submit a request to ziebelje@gmail.com.
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<div class="footer_text">
|
|
Beestat is a free tool intended to help you view and analyze your home HVAC usage and efficiency.
|
|
</div>
|
|
<div class="footer_links">
|
|
<a href="mailto:contact@beestat.io">Contact</a> •
|
|
<a href="/privacy">Privacy</a> •
|
|
<a href="http://eepurl.com/dum59r" target="_blank">Mailing List</a> •
|
|
<a href="https://github.com/beestat/app/issues" target="_blank">Report Issue</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|