hello,
How do you know if the correct syntax is used in a command?
i get no return from Hyperion and log shows nothing wrong in syntax, but enable/disable command still doesn't work.
if i use the command hyperion-remote --off then it works fine. So command is recognized by Hyperion server.
never mind, its working but i was looking into the webserver:8090 to see if the command worked, but port 19444 and 8090 of hyperion are obviously not aware of change in settings so the other doesnt see changes.
anyway it works so now i can control Hyperion with SSH commands on app.
i wanted to disable the BLACKBORDER if watching movies without the black bords.
maybe this helps someone also finding out syntax in hyperion-remote with SSH commands
pi@HyperBian:~ $ hyperion-remote --instance "First LED Hardware instance" --disable "BLACKBORDER"
hyperion-remote:
Version : 2.0.13 ((HEAD detached at 2.0.13) (GitHub-dfd9438/5dc696b-1653218333))
build time: May 22 2022 12:55:01
2023-02-04T22:39:22.910 |__| REMOTE : <INFO> Connecting to Hyperion host: 127.0.0.1, port: 19444 using service: HyperBian
pi@HyperBian:~ $ sudo hyperion-remote --instance "First LED Hardware instance" --enable "BLACKBORDER"
hyperion-remote:
Version : 2.0.13 ((HEAD detached at 2.0.13) (GitHub-dfd9438/5dc696b-1653218333))
build time: May 22 2022 12:55:01
2023-02-04T22:40:15.169 |__| REMOTE : <INFO> Connecting to Hyperion host: 127.0.0.1, port: 19444 using service: HyperBian
pi@HyperBian:~ $