Closed ManioqTv closed 2 years ago
Hello, it looks like it should be working.
Have you tried to restart your homebridge server and see if it will appeared after that.
Yeah I have tried to reboot my homebridge, and after restart I have these : ![Uploading image_2021-12-20_152442.png…]() Log spamming message that device can't be found, so I have to run adb connect again through SSH everytime I restart my homebridge
But still nothing when adding accessory
You can disable the debug log via Homebridge Config UI X and uncheck the "display more debug message" or add "debug: false" in your Config file, if you don't want to see the logs.
That screenshot means that homebridge-adb can't connect to your device, either because of wrong ip, device is turned off, network trouble, or adb not properly authorized. So it won't create the HomeKit accessories until it can successfully connect.
One possible solution: make sure you turn on your Shield, open terminal via Homebridge Config UI X, then type "adb devices". You can also restart Homebridge just to make sure. If your device listed there, then the plugin should work, theoretically. If not, then you need to authorized your adb connection, please refer to readme on how to do that.
Side note: You don't have to reconnect ADB every time you restart Homebridge. The plug-ins will reconnect to ADB, provided it with correct IP address.
so here what I did
So I have 2 issues:
- Resolved my issue about Home app not discovering nvidia shield TV For unknown reason when my accessory has the name "SHIELD" it doesn't work, but renamed to SHIELDTV, now I can find it in home app
- But the 2nd persist, my nvidia shield keep disconnecting from homebridge when I restart my server. Where I can find the config/startup.sh please ? I'am running homebridge img on a raspberry
Reminder, this is not ideal solution:
Yes, you can run "adb connect ..." on OS startup, to make sure ADB properly connecting to your device.
If you're running docker image in your rpi. Only then you can accessed startup.sh from three dots menu in Homebridge Config UI X
You can add your "adb connect ..." over there.
If you're running homebridge image and flash it to SD card, there is no startup.sh, but instead you can use regular linux startup methods like crontab to execute a command on startup.
Hello everyone I am pretty new to homebridge and since I succesfully paired my Philipss TV with homekit, now I want to go further by integrating my nvidia shield wich is my main device for media consumption. I followed the step and I think all the config are good since I have my nvidia shield in my homebridge dashboard. My issue is when I try to add my shield as accesory in home app, there is nothing to add. Any idea ? Thanks in advance