# HomePulse Smart Home Ecosystem Advisor

> HomePulse Smart Home Ecosystem Advisor is a paid API for AI agents from homepulse-seven.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns Matter compatibility status, device recommendations, and ecosystem fit analysis for smart home planning

## Facts

- Endpoint: GET https://homepulse-seven.vercel.app/api/home/smart
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/homepulse-smart-home-ecosystem-advisor-82cbf430
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hx76TmOu-xkFpg9aI_Qqq

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability homepulse-smart-home-ecosystem-advisor-82cbf430
```

Example prompt: Can you check whether my Philips Hue lights and Ecobee thermostat are Matter compatible, and tell me which smart home ecosystem — Apple Home, Google Home, or Amazon Alexa — would be the best fit for my setup?

## When to prefer this

Use this endpoint when a user needs guidance on smart home device compatibility with the Matter standard or wants to know which ecosystem (Apple Home, Google Home, Alexa, SmartThings) best fits their existing or planned devices. Prefer this over generic search when structured, actionable compatibility and recommendation data is needed.

## Known failure modes

- Unknown or unrecognized device names may return no compatibility data
- Ecosystem recommendations may be outdated if device firmware changes Matter support
- Missing query parameters may return generic rather than tailored advice
- Rate limiting or payment failure returns 402 error

## How this service works

Global home intelligence API. AI-synthesized home maintenance checklists, improvement ROI analysis, neighborhood research, smart home integration, energy efficiency guidance, contractor vetting, home value estimation, and rental market analysis. Serves homeowners, renters, real estate investors, and property managers in any country — pass `location` (postal code or city) and `country` (e.g. US, UK, CA, DE, AU) to get jurisdiction-correct currency, incentive programs, licensing authorities, and legal terminology. `zip` is accepted as a legacy alias for `location`. Amazon, Angi/Thumbtack (US), and country-specific equivalents (Checkatrade UK, HomeStars CA, hipages AU, MyHammer/Aroundhome DE) plus home warranty, home insurance, and home security affiliate links auto-appended where applicable. All endpoints support any language via ?lang=. Pricing: $0.08–$0.10 USDC/call via x402 micropayment.

## Output

Returns a structured response including Matter protocol compatibility status for queried devices, ranked ecosystem fit recommendations (e.g. Apple Home, Google Home, Amazon Alexa), and specific device recommendations aligned with the user's existing or planned setup.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "room": {
   "type": "string",
   "description": "Room"
  },
  "budget": {
   "type": "string",
   "description": "Budget, in local currency"
  },
  "country": {
   "type": "string",
   "description": "Country (e.g. US, UK, CA, DE, AU) — affects plug type/voltage, currency, and regional device availability"
  },
  "ecosystem": {
   "type": "string",
   "description": "Ecosystem (Alexa, HomeKit, Google Home)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/homepulse-smart-home-ecosystem-advisor-82cbf430/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from homepulse-seven.vercel.app](https://www.zero.xyz/host/homepulse-seven.vercel.app/llms.txt)
