harmony-api
harmony-api copied to clipboard
🗼 A simple server allowing you to query/control multiple local Harmony Home Hubs over HTTP or MQTT
since few weeks my implementation of harmony-api stop working I'm using http request to do all: http://192.168.1.1:8282/hubs/harmonyhub/devices/vivitek-projecteur/commands/ give me the correct commands but as soon as I post any command...
harmony-api is running on 192.168.0.33 hub is on 192.168.0.33.35 harmony-api is running on Raspberry-PI with Raspbian: ``` pi@raspi:~/harmony-api $ script/server warn: --minUptime not set. Defaulting to: 1000ms warn: --spinSleepTime not...
Hello, i have started harmony-api as a service in systemctl. All runs very well. But where can i find the logs.log? The folder /log is empty. thanks
Anyone else having issues getting repeat working? I have my ifttt maker channel setup with my google home and it's working but ?repeat=x doesn't work. No matter if i put...
Not su much of an issue but wanted to leave a note for the next tinkerer who might being doing something similar, not being a pro web dev I faced...
Hi and first of all, thank you for your excellent work! Could you please add the "Activity status" (the activityStatus represents the following states: 0 = Hub is off, 1...
I just installed harmony-api on a raspberry pi, amazing work...thank you. My raspberry pi is connected via WIFI, my harmony hub never seems to have any issues, but it seems...
I have been trying everything to get this up and running, I tried to use the standard installation tools from Synology for the container, but it will not start. Does...
Configuration example: ``` "http_server": { "type": "https", "port": 8891, "cert": "/path/to/fullchain.pem", "key": "/path/to/privkey.pem" } ``` type: "http" | "https" (default: "http") port: (default 8282) cert: path to server certificate key...
To switch a channel to eg. 162 you had to make 3 separate API calls: > POST /hubs/:hub_slug/devices/:device_slug/commands/1 > POST /hubs/:hub_slug/devices/:device_slug/commands/6 > POST /hubs/:hub_slug/devices/:device_slug/commands/2 Now you can switch channels in...