Skip to content

Using set_tuner_band in a HA script or automation #39

Answered by pantherale0
rarroyo6 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

An example of set_fm_tuner_frequency

service: pioneer_async.set_fm_tuner_frequency
target:
  entity_id: media_player.living_room_avr
data:
  frequency: 104.5

I believe you need to supply the main AVR zone, although in theory it should work on zone 2 etc too as there is only one tuner in these amps.

To change the band, use:

service: pioneer_async.select_tuner_band
data:
  band: FM
target:
  entity_id: media_player.living_room_avr

@crowbarz I have noticed that the following error is logged when changing the band:

AVR command select_tuner_band failed: invalid TunerBand specified: FM

This might be because my AVR is off at the moment though.

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rarroyo6
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@rarroyo6
Comment options

@crowbarz
Comment options

@rarroyo6
Comment options

@rarroyo6
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants