Hi you Coding-Pros,
because i am facing the problem of randomly swapping instances -> LED instances swapping from time to time,
it would be nice to have a hyperion restart buttton on the configuration page.
Best regards
Marxon
Hi you Coding-Pros,
because i am facing the problem of randomly swapping instances -> LED instances swapping from time to time,
it would be nice to have a hyperion restart buttton on the configuration page.
Best regards
Marxon
Additionally to a restart button a power off button would be useful. At least or rather especially for Hyberbian instances.
Restart, Suspend. resume capabilities will be available with the upcoming release.
Release 2.0.15 is out now
Hey, can someone tell me the curl to enable/disable this feature over API.
Thx Joe
hyperion-remote --help
regards pclin
Thanks for your answer. It works on my Hyperion Server, but I need it for my smarthome and want to enable/disable Hyperion from an other server.
It works on my Hyperion Server, but I need it for my smarthome and want to enable/disable Hyperion from an other server.
Issue the command via hyperion-remote with the option to display the JSON command send. There you have the full syntax.
On the top of my head it is command: System and subcommands are suspend, resume, toggle, idle…
PS: Happy if someone update the documentation…
Unfortunately I can't get any further despite your hints. The command looks something like this:
curl -X POST -i 'http://192.168.178.104:8090/json-rpc' --data '{"command":"resume"}'
Since the description doesn't say anything about the new function, so I don't know what to write as command. Unfortunately I'm not a professional.
Here the output of the command
openhabian@openhabian:~ $ curl -X POST -i 'http://192.168.178.104:8090/json-rpc' --data '{"command":"resume"}'
HTTP/1.1 200 OK.
Server: Hyperion http-Webserver
Content-Length: 160
Date: Fr., 24 Feb. 2023 13:59:32 UTC
Content-Type: application/json
{
"command": "",
"error": "Errors during message validation, please consult the Hyperion Log.",
"instance": 0,
"success": false,
"tan": 0
}
Don’t have an account yet? Register yourself now and be a part of our community!