I cannot figure out how to tigger an activity from my logitech hub

It’s all in the title. I well and truly feel dumb :slight_smile:

Just started with HA, the hub is discovered but I can’t for the life of me figure out how to trigger the ‘Plex’ activity from home assistant.

Could someone point precisely to where I’m supposed to set it up/write some yaml/something else ? Or even better post a full example of their own setup with this subject.

Thanks all !

Harmony hub?

You have a select entity for your activities

Yes indeed - but how do I actually trigger it ?

In automations?


This does nothing unfortunately - spinner spins forever

Also tried this automation

alias: test plex
description: ""
triggers: []
conditions: []
actions:
  - device_id: b835ccdc920a2fae8c115c56c4ae383b
    domain: select
    entity_id: 90dacc73bc96e96265fd007b81f4967e
    type: select_option
    option: Plex
mode: single

But it also does when I use the “Run actions” option

That’s the way to do it, so your issue is elsewhere.
Does it work when you select the activity manually?

Dammit ! the hub was disconnected (red light) :smiley: Does work as expected now…
How can I track the state of the hub within HA ?