Weavz
openHAB

openHAB

Control openHAB items and things, update item states, send commands, and poll for item changes.

5 tools
1 trigger

Tools

Name
list_items

List openHAB Items with optional tag/type filters.

get_item

Get one openHAB Item by exact item name.

send_item_command

Send a command such as ON, OFF, OPEN, CLOSED, or a numeric target to an openHAB Item.

update_item_state

Update an openHAB Item state directly through the REST state endpoint.

list_things

List openHAB Things and their status details.

Triggers

Name
item_state_changed

Poll openHAB Items and emit state 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('openhab', 'list_items', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'openhab',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect openHAB to my app?

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

What tools does openHAB support?

openHAB supports 5 tools including List Items, Get Item, Send Item Command, Update Item State, List Things.

Can I use openHAB with AI agents?

Yes. Add openHAB 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 openHAB be used in stateful agent workflows?

Yes. Agents can combine openHAB 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 openHAB use?

openHAB uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the openHAB integration cost?

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

What triggers does openHAB support?

openHAB supports 1 triggers including Item State Changed.

Connect openHAB in minutes

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