Skip to main content
Glama

Fibaro HC3 MCP Server

by kaeljune

fibaro_set_device_value

Set advanced device properties like temperature setpoints, modes, or custom values for Fibaro HC3 devices. Use this tool to configure specific parameters using device ID, property name, and desired value.

Instructions

Set a specific property value for a device. Use this ONLY for advanced properties like temperature setpoints, modes, or custom device properties. Do NOT use for brightness (use fibaro_set_brightness) or colors (use fibaro_set_color).

Input Schema

NameRequiredDescriptionDefault
idYesDevice ID
propertyYesProperty name to set (e.g., "targetTemperature", "mode", "state")
valueYesValue to set

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Device ID", "type": "number" }, "property": { "description": "Property name to set (e.g., \"targetTemperature\", \"mode\", \"state\")", "type": "string" }, "value": { "description": "Value to set", "type": [ "string", "number", "boolean" ] } }, "required": [ "id", "property", "value" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kaeljune/fibaro-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server