Home assistant integration

Hi there, if anyone has a ra180 and uses home-assistant, I created a custom media-player component to control the amplifier via wifi. https://github.com/danieleva/hifirose_ra180
It covers most functions you’d find the rose amp connect app.
I had to reverse-engineer the api so there’s plenty of room for improvement

3 Likes

Sounds good, Daniele.
Is there any guide for installation?

The README.md in the repo has some instructions. The gist:

  • copy the hifirose_ra180 directory in your home-assistant custom_components directory
  • add an entry in your configuration.yaml like:
media_player:
  - platform: hifirose_ra180
    device: <amplifier ip address>
    name: RA180
  • restart home-assistant
    Then you’ll find the amplifier in your list of entities and can add a media-player card for it
1 Like

Thank you very much. I’ll give it a try.
Tom