The IP is correct, when I open it in the browser I get the web interface of the AVR.
After restarting my home assistant container or even the whole raspberry pi I don’t see an onkyo integration in the settings. Also I dont see a device named “receiver”.
The logs list a few timeouts:
Logger: homeassistant.components.media_player
Source: helpers/entity_platform.py:797
Integration: Media player (documentation, issues)
First occurred: 01:33:00 (1 occurrences)
Last logged: 01:33:00
Updating onkyo media_player took longer than the scheduled update interval 0:00:10
Logger: homeassistant.helpers.entity
Source: helpers/entity.py:527
First occurred: 01:33:00 (1 occurrences)
Last logged: 01:33:00
Update of media_player.receiver is taking over 10 seconds
Thanks! I haven’t encountered an integration yet which doesnt result in a new device I guess.
The entity is there and everything works as it should, I just didn’t look in the right place. For anybody with the same receiver, here is my config with all the inputs the 7100 offers:
If you want to use it at the commandline then (assuming you are using a container based system, eg HAOS, Supervised or Container, enter the home assistant container, and fill your boots
docker exec -it homeassistant bash
Then once you are in, you can run the onkyo command
thanks for the container lesson. I just used pip and used it to figure out what my sources were named so I could create a drop down that matched my source labels. HDMI1-7 was not very descriptive.
It was useful to make sure My HA box was communicating with it, because I could not figure out how to set up the cards at first and did not know if it was working as the lack of an unique ID does not allow me to look at logs.
I do have it streaming my DNLA server, internet radio from radio-browser and can control basic functions like on/off, source switching, and poll status now. the onkyo command helped me verify what was possible before I sorted out how to get the functions in the UI. Now I need to consolidate the interface.