You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RESOLVED/SOLUTION(!):
Super easy fix for this,
(1) From: "/usr/lib/node_modules/homebridge-roku/src" run: "sudo nano setup.js "
(2) Change line 9 to read: "const HOMEBRIDGE_CONFIG = path.join('/var/lib/homebridge', 'config.json');"
(3) Reboot
Pro-tip: if you have more than one Roku device, add the first one via --merge, and then find the others manually (same command, minus the "--merge"), CHANGE THE NAME but not the accessory; e.g.:
"name": "Kitchen TV",
"accessory": "Roku",
And then paste the rest from the manual print-out into the config file (I like to do it directly from the homebridge config panel).
The latest homebridge installation guide uses this new path. The
homebridge-roku-config
script should support it if it exists.The text was updated successfully, but these errors were encountered: