mlgw
mlgw copied to clipboard
Remote commands
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?
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: @.***>
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.
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.