✓ Verified 💻 Development ✓ Enhanced Data

Beestat

Query ecobee thermostat data via Beestat API including temperature.

Rating
4.1 (384 reviews)
Downloads
25,150 downloads
Version
1.0.0

Overview

Query ecobee thermostat data via Beestat API including temperature.

Complete Documentation

View Source →

Beestat CLI

CLI for the Beestat API (ecobee thermostat analytics). Query temperature, humidity, air quality, and HVAC runtime.

Installation

bash
npm install -g beestat-cli

Setup

  • Create account at beestat.io and link your ecobee
  • Email [email protected] with your thermostat serial number to get an API key
  • Set environment variable: export BEESTAT_API_KEY="your-key"

Commands

Status

bash
beestat status             # Current temps, humidity, setpoints, weather
beestat status --json

Sensors

bash
beestat sensors            # All sensors with temperature and occupancy
beestat sensors --json

Air Quality

bash
beestat air-quality        # CO2, VOC, and air quality score
beestat aq                 # Short alias
beestat aq --json

Requires ecobee Smart Thermostat Premium (has built-in air quality sensors).

CO2 Levels:

  • < 800 ppm: Excellent
  • 800-1000 ppm: Good
  • 1000-1500 ppm: Fair (consider ventilation)
  • > 1500 ppm: High (ventilate!)
VOC Levels:
  • < 0.5 ppm: Excellent
  • 0.5-1.0 ppm: Good
  • 1.0-3.0 ppm: Fair
  • > 3.0 ppm: High

Thermostats

bash
beestat thermostats        # Model info, HVAC details
beestat thermostats --json

Runtime Summary

bash
beestat summary            # Runtime history (default 7 days)
beestat summary --days 14  # Last 14 days
beestat summary --json

Force Sync

bash
beestat sync               # Force sync with ecobee

Usage Examples

User: "What's the temperature in the house?"

bash
beestat status

User: "Is the air quality okay?"

bash
beestat aq

User: "Is anyone in the bedrooms?"

bash
beestat sensors

User: "How much did we heat the house this week?"

bash
beestat summary --days 7

User: "What thermostats do we have?"

bash
beestat thermostats

Notes

  • Air quality data comes from ecobee runtime, not sensor capabilities
  • All commands support --json for scripting/automation
  • Use beestat sync if data seems stale

Installation

Terminal bash

openclaw install beestat
    
Copied!

💻Code Examples

npm install -g beestat-cli

npm-install--g-beestat-cli.txt
## Setup

1. Create account at [beestat.io](https://beestat.io) and link your ecobee
2. Email [email protected] with your thermostat serial number to get an API key
3. Set environment variable: `export BEESTAT_API_KEY="your-key"`

## Commands

### Status

beestat aq --json

beestat-aq---json.txt
Requires ecobee Smart Thermostat Premium (has built-in air quality sensors).

**CO2 Levels:**
- < 800 ppm: Excellent
- 800-1000 ppm: Good
- 1000-1500 ppm: Fair (consider ventilation)
- > 1500 ppm: High (ventilate!)

**VOC Levels:**
- < 0.5 ppm: Excellent
- 0.5-1.0 ppm: Good
- 1.0-3.0 ppm: Fair
- > 3.0 ppm: High

### Thermostats

beestat sync # Force sync with ecobee

beestat-sync--force-sync-with-ecobee.txt
## Usage Examples

**User: "What's the temperature in the house?"**
example.sh
beestat air-quality        # CO2, VOC, and air quality score
beestat aq                 # Short alias
beestat aq --json
example.sh
beestat summary            # Runtime history (default 7 days)
beestat summary --days 14  # Last 14 days
beestat summary --json

Tags

#smart_home-and-iot #api #data

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author mjrussell
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install beestat