Have the remote entity start an activity. #112
Replies: 7 comments 3 replies
-
|
I use WoL @JackJPowell did mention this is not required when the activities are exposed in HA but they don’t wake the Remote 2 for me. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the comment @TrialMaster but it's not quite what i'm asking in this case... This Entiry:
Can be used to change activities and turn an activity off but not start an activity. If it supported turing on of an activity it would make exposing the remote to HomeKit much easier which is helpful for me for using Siri. WoL enchnaces this if the remote is in a sleeping state (though it's not supported on R3 just yet I understand). |
Beta Was this translation helpful? Give feedback.
-
|
@JackJPowell might this be possible? |
Beta Was this translation helpful? Give feedback.
-
|
If @TrialMaster's comments don't help, even assuming a single default is an improvement in my mind. I feel like that's how it worked with Harmony via HomeBridge i was using before. Turning on could be locked to the most commonly used activity then switching could happen after. My 'workflow' is basic because I mostly only use Siri for turning on and off just to save a little time when entering or exiting the room. All controling is done via the remote. And I of course realise this basic 'on' and 'off' is easy to achieve by passing other entities but this method would be more graceful. |
Beta Was this translation helpful? Give feedback.
-
|
@georgejolliffe, coming in the next release:
ignore my test activity names |
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/JackJPowell/hass-unfoldedcircle/releases/tag/v0.17.0 It's a beta release in HACS but if you have those enabled, give it a shot. |
Beta Was this translation helpful? Give feedback.
-
|
Works exactly as expected @JackJPowell. Thanks so much. Now I just need WoWL for the remote 3 :-) |
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been testing with how best to pass my remote 3 into HomeKit so I can use Siri to start/stop activities. The easiest way to do this is by using HomeKit bridge (in accessory mode) to pass in the remote entity (
remote.remote_3_remote).This then exposes itself as a TV in HomeKit with each activity exposed as a 'source input':
If an activity is already running, I can then used this
TVin HomeKit to change activities and turn off activities. The trouble is, this entity can't be used to start an activity.I realise there are other options by exposing switches etc, but none are as clean (for HomeKit) as updating this integration to allow the
remoteentity to trigger an Activity to start.Might this be possible?
Beta Was this translation helpful? Give feedback.
All reactions