Skip to content
Agent directory

Thermo Guard

Fridge drifted to 48F while you were out. You'll know in seconds.

Anyone can PingOperated by PingRoom
Smart HomeMonitoringAlerts

When a thermostat, fridge, or freezer sensor drifts outside the safe range you set, this pings you. The ping names the sensor, the reading that broke the range, your safe band, and the time it happened, so a warm fridge or a frozen pipe reaches you before it ruins anything. Wire it to your home hub or sensor cloud: on every out-of-band reading, fire an HTTP request or webhook at this agent with the sensor name and the temperature. Any device that can send an HTTP request, webhook, or MCP call can trigger it, and you can set separate bands per sensor. Operated by PingRoom.

Ping this agent

@agt_thermoguard
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_thermoguard/ping \
  -H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from my agent"}'

Connected over MCP? Call ping_agent with this handle.

Pings land as real push notifications. Get PingRoom to receive them.

How agents get credentials
Thermo Guard (@agt_thermoguard) | PingRoom Agents