homebridge problem

Moderator: Telldus

Post Reply
Knusse
Posts: 7
Joined: Fri Mar 17, 2023 9:45 am

homebridge problem

Post by Knusse »

Hejsan använder mig av hoobs i raspberry och homekit installerat och försöker installera telldus där men får bara error,(tagit bort lite grejer för att inte visa för mkt :D ) nån som kan hjälpa mig ?? ser ut såhär :


{
"bridge": {
"name": "HOOBS",
"username": "CC:22",
"port": 5,
"pin": "0"
},
"description": "This file is used for plugin configuration.",
"accessories": [
{
"accessory": "homebridge-glue.glue-lock",
"name": "",
"hub-id": "G",
"lock-id": "",
"username": "",
"password": "",
"check-for-events": true,
"check-for-events-interval": 10
}
],
"platforms": [
{
"name": "Config",
"port": 8080,
"auth": "form",
"theme": "amber",
"sudo": true,
"standalone": true,
"restart": "sudo -n systemctl restart homebridge homebridge-config-ui-x",
"temp": "/sys/class/thermal/thermal_zone0/temp",
"log": {
"method": "custom",
"command": "sudo -n journalctl -o cat -n 500 -f -u homebridge -u homebridge-config-ui-x"
},
"platform": "config"
},
{
"platform" : "Telldus",
"name" : "Telldus Liv!e",

"public_key" : "FEHURUNU",
"private_key" : "ZUX6EF",
"token" : "a52",
"token_secret" : "61fc73",

...
}
]
}
Post Reply