El catálogo/Homey

Homey

app.homey

Control devices, run automations, and monitor energy on your Homey smart home hub

OAuth 2otherLeer el código
Versión2.0.0
Categoríaother
AutenticaciónOAuth 2
Herramientas13
Transportestdio
LicenciaMIT
01

Qué hace

La aplicación, en sus propias palabras.

Homey smart home controller — control devices, manage flows, and monitor your home via Athom Cloud API.

homeyhome-automationiotdevicesflowsathom
02

Herramientas

13 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • homey-get-deviceGet detailed information and current state of a specific Homey device by ID.
  • homey-get-energyGet live energy report from Homey including current power usage and generation across the home.
  • homey-get-system-infoGet Homey system information including firmware version, model, uptime, Wi-Fi status, and more.
  • homey-get-userGet authenticated user information from Homey.
  • homey-get-variablesList all logic variables configured in Homey. Logic variables are used in flows/automations for state tracking.
  • homey-list-appsList all apps installed on Homey. Useful for diagnostics and checking which integrations are active.
  • homey-list-devicesList all devices connected to Homey with their zone, class, capabilities, and availability status.
  • homey-list-flowsList all flows (automations) configured in Homey.
  • homey-list-notificationsList notifications from Homey (alerts, warnings, system messages).
  • homey-list-zonesList all zones (rooms/areas) configured in Homey.
  • homey-set-capabilitySet a device capability value (e.g., turn on/off, set brightness, temperature). Use homey-list-devices to find device IDs and capabilities.
  • homey-set-variableSet the value of a Homey logic variable by its ID. Use homey-get-variables to find variable IDs.
  • homey-trigger-flowTrigger (run) a Homey flow by its ID.
03

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Permisos

account.homeyshomey.app.readonlyhomey.device.readonlyhomey.device.controlhomey.energy.readonlyhomey.flow.readonlyhomey.flow.starthomey.insights.readonlyhomey.logichomey.logic.readonlyhomey.notifications.readonlyhomey.presence.readonlyhomey.presence.selfhomey.user.readonlyhomey.user.selfhomey.zone.readonly

Secretos de sistema

CLIENT_IDCLIENT_SECRET

Secretos de usuario

ACCESS_TOKENREFRESH_TOKENTOKEN_TYPEEXPIRES_IN

Seguir leyendo

El manifiesto y el código de Homey están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

Homey · Agent Apps