openHAB
Control openHAB items and things, update item states, send commands, and poll for item changes.
Tools
| Name | Description |
|---|---|
list_itemsList openHAB Items with optional tag/type filters. | List openHAB Items with optional tag/type filters. |
get_itemGet one openHAB Item by exact item name. | Get one openHAB Item by exact item name. |
send_item_commandSend a command such as ON, OFF, OPEN, CLOSED, or a numeric target to an openHAB Item. | Send a command such as ON, OFF, OPEN, CLOSED, or a numeric target to an openHAB Item. |
update_item_stateUpdate an openHAB Item state directly through the REST state endpoint. | Update an openHAB Item state directly through the REST state endpoint. |
list_thingsList openHAB Things and their status details. | List openHAB Things and their status details. |
Triggers
| Name | Description |
|---|---|
item_state_changedPoll openHAB Items and emit state changes after the initial baseline. | Poll openHAB Items and emit state changes after the initial baseline. |
Quick Start
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.