OCNORA

Philips Hue

Business appsAPI keycredential probe

Control Philips Hue lights, rooms, zones and scenes through the CLIP API v2 — on/off, brightness, colour temperature and colour. Calls go to Hue's remote gateway by default; set a base URL to reach a bridge directly.

OCNORA ships 8 typed Philips Hue operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.meethue.com/route through the HTTP node with the same credential.

Operations 8

  • Get Light
    Read one light's full state by its v2 UUID.
    philips_hue.get_light
  • List Grouped Lights
    List the grouped-light services that control a whole room or zone at once.
    philips_hue.list_grouped_lights
  • List Lights
    List every light the bridge knows, with its current state.
    philips_hue.list_lights
  • List Rooms
    List the bridge's rooms, each with the devices and services it groups.
    philips_hue.list_rooms
  • List Scenes
    List every stored scene, with the group each one applies to.
    philips_hue.list_scenes
  • Recall Scene
    Apply a stored scene to the room or zone it belongs to.
    philips_hue.recall_scene
  • Set Grouped Light
    Set every light in a room or zone at once through its grouped-light service.
    philips_hue.set_grouped_light
  • Set Light
    Turn one light on or off and set its brightness, colour temperature or colour.
    philips_hue.set_light

Run your first Philips Hue workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.