Weavz
Home Connect

Home Connect

Monitor and control Bosch/Siemens Home Connect appliances, programs, and settings with OAuth2.

7 tools
1 trigger

Tools

Name
list_appliances

List Home Connect home appliances paired to the user account.

get_appliance

Get one Home Connect appliance by exact appliance ID.

get_status

Get Home Connect appliance status, including remote-control flags when available.

list_available_programs

List programs currently available for a Home Connect appliance.

start_program

Start a Home Connect active program with optional documented option values.

stop_program

Stop the currently active Home Connect appliance program.

change_setting

Change a Home Connect appliance setting by exact setting key and value.

Triggers

Name
appliance_changed

Poll Home Connect appliances and emit connection/status changes after the initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('home-connect', 'list_appliances', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'home-connect',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Home Connect to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Home Connect support?

Home Connect supports 7 tools including List Appliances, Get Appliance, Get Status, List Available Programs, Start Program, and more.

Can I use Home Connect with AI agents?

Yes. Add Home Connect to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Home Connect be used in stateful agent workflows?

Yes. Agents can combine Home Connect tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Home Connect use?

Home Connect uses OAuth2. Weavz stores OAuth credentials securely and refreshes tokens when supported by the provider.

How much does the Home Connect integration cost?

The Home Connect integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does Home Connect support?

Home Connect supports 1 triggers including Appliance Changed.

Connect Home Connect in minutes

Get 20,000 free action executions every month. No credit card required.