mlgw icon indicating copy to clipboard operation
mlgw copied to clipboard

Remote commands

Open nigels0 opened this issue 1 year ago • 3 comments

Hi,

I’m having trouble with sending remote commands. I’m trying:

`service: remote.send_command

data:

num_repeats: 1

delay_secs: 0.4

hold_secs: 0

command: Digit-4

target:

entity_id: remote.beovision11_55`

but I’m getting an error in developer tools. Can you give me a hint on how to send remote control numeric commands?

what I’m actually trying to do is build an automation that will turn on a source and set the radio station number - maybe there is a better way?

nigels0 avatar Sep 08 '23 10:09 nigels0

Can you send me info on the error? Realistically I wont have time to look into it til mid October though

G

Il giorno ven 8 set 2023 alle 03:51 nigels0 @.***> ha scritto:

Hi,

I’m having trouble with sending remote commands. I’m trying:

service: remote.send_command data: num_repeats: 1 delay_secs: 0.4 hold_secs: 0 command: Digit-4 target: entity_id: remote.beovision11_55

but I’m getting an error in developer tools. Can you give me a hint on how to send remote control numeric commands?

— Reply to this email directly, view it on GitHub https://github.com/giachello/mlgw/issues/26, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOOHKDM45O3ODPZCRC76K23XZL2B5ANCNFSM6AAAAAA4QGNRCA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

giachello avatar Sep 08 '23 14:09 giachello

Thanks, not sure it is an error though - basically, I’m trying to select a radio channel in an automation - I can start up the media player, but don’t know how to choose the channel.

nigels0 avatar Sep 08 '23 15:09 nigels0

Actually the mlgw integration does not have a remote service. You are welcome to implement it. my other integration, beoplay does have remote and the implementation would be very similar.

giachello avatar Sep 12 '23 00:09 giachello