Install
openclaw skills install beestatQuery ecobee thermostat data via Beestat API including temperature, humidity, air quality (CO2, VOC), sensors, and HVAC runtime. Use when user asks about home temperature, thermostat status, air quality, or heating/cooling usage.
openclaw skills install beestatCLI for the Beestat API (ecobee thermostat analytics). Query temperature, humidity, air quality, and HVAC runtime.
npm install -g beestat-cli
export BEESTAT_API_KEY="your-key"beestat status # Current temps, humidity, setpoints, weather
beestat status --json
beestat sensors # All sensors with temperature and occupancy
beestat sensors --json
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:
1500 ppm: High (ventilate!)
VOC Levels:
3.0 ppm: High
beestat thermostats # Model info, HVAC details
beestat thermostats --json
beestat summary # Runtime history (default 7 days)
beestat summary --days 14 # Last 14 days
beestat summary --json
beestat sync # Force sync with ecobee
User: "What's the temperature in the house?"
beestat status
User: "Is the air quality okay?"
beestat aq
User: "Is anyone in the bedrooms?"
beestat sensors
User: "How much did we heat the house this week?"
beestat summary --days 7
User: "What thermostats do we have?"
beestat thermostats
--json for scripting/automationbeestat sync if data seems stale