openclaw/skills/mysa-thermostat/SKILL.md
Read Mysa baseboard heater thermostat status at Crosstown. Use when asked about baseboard heaters, electric heat, Mysa thermostats, or room temperature at Crosstown (for baseboard heaters specifically).
npx skillsauth add Dbochman/dotfiles mysa-thermostatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read-only monitoring of Mysa BB-V1-1 baseboard heater thermostats at Crosstown via the Mysa REST API.
mysa
Returns JSON with all devices:
{
"devices": [
{
"name": "Bedroom",
"model": "BB-V1-1",
"mac": "AA:BB:CC:DD:EE:FF",
"temp_f": 68.5,
"temp_c": 20.3,
"setpoint_f": 70.0,
"setpoint_c": 21.1,
"humidity": 45,
"duty_pct": 50,
"current_a": 8.5,
"line_voltage": 240,
"rssi_dbm": -55,
"firmware": "3.16.2.3"
}
]
}
| Field | Description |
|-------|-------------|
| temp_f / temp_c | Calibrated ambient temperature |
| sensor_temp_f / sensor_temp_c | Raw sensor temperature (before calibration) |
| setpoint_f / setpoint_c | Target temperature |
| humidity | Relative humidity % |
| duty_pct | Heater duty cycle (% of max current draw) |
| current_a | Amperage draw |
| line_voltage | Line voltage (V) |
| heatsink_f / heatsink_c | Heat sink temperature |
| rssi_dbm | WiFi signal strength (dBm) |
| brightness_pct | Display brightness % |
| lock | Child lock status |
These are baseboard electric heaters controlled by Mysa smart thermostats. When the user asks about:
The Nest thermostats control central HVAC. The Cielo minisplits are supplemental AC/heat. The Mysa thermostats control baseboard electric heaters.
~/.config/mysothermdevelopment
Search the web for current information, news, facts, and answers. Use when asked questions about current events, needing to look something up, finding websites, researching topics, or when you need up-to-date information beyond your training data.
development
Summarize any URL, YouTube video, podcast, PDF, or file into concise text. Use when asked to read an article, summarize a link, get the gist of a video or podcast, extract content from a URL, or when you need to understand what a web page or document contains.
development
Play music via Spotify and control Google Home speakers. Use when asked to play music, songs, artists, playlists, podcasts, or control speakers/volume/audio.
testing
Create new OpenClaw skills, modify and improve existing skills, and measure skill performance with evals. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Also use when asked to "make a skill", "turn this into a skill", "improve this skill", or "test this skill".