homebridge-harmonyhub
homebridge-harmonyhub copied to clipboard
Install of plugin fails
For some reason the installation of the homebridge-harmonyhub plugin fails. (All other plugins installs without any issue)
I havent had this plugin installed earlier. Just found out about this so this is my "first try". So there is no "residue" from earlier versions.
The install.sh contains:
npm install -g homebridge-harmonyhub
The config.json contains:
"platforms": [
{
"platform": "HarmonyHub",
"name": "Harmony Hub"
}
]
And the json is checked with jsonlint.com
The error message that docker is showing in the logs is:
EINVALIDTAGNAME
Invalid tag name "homebridge-harmonyhub": Tags may not have any characters that encodeURIComponent encodes.
throw new Error("The requested platform'" + name + "' was not registered by any plugin.");
Error: the requested platform "HarmonyHub" was not registered by any plugin.
I have also checked that the harmony hub is accessible and works.