Questions tagged [homebridge]

5 questions
0
votes
0 answers

Enter the URL from Scrypted Google Device Access Settings page (bottom box - 'Pub/Sub Address') in the 'Endpoint URL'

I am struggling with scrypted getting google device access set up. I am at this stage and not too sure if I am looking for the wrong thing/what I am looking for and where. Can anyone assist in where to find the Pub/Sub address? I wasnt able to find…
0
votes
0 answers

HomeBridge update AccessoryInformation

I've been updating a simple HomeBridge Plugin, and as I can see the data for the HomeKit Accessory Information in the the API response from the connected advice, I'd like to populate that data into HomeKit. The problem is AccessoryInformation only…
David Bradshaw
  • 11,859
  • 3
  • 41
  • 70
0
votes
0 answers

homebridge ssh connection wrong username

im trying to use a ssh plugin for the homebridge to turn off my truenas. if havve the following config { "accessory": "SSH", "name": "Remote Command", "command": "sudo shutdown -h now", "sshConfig": { "host": "truenas", …
fckilagged
  • 15
  • 3
0
votes
0 answers

Detailed Step by Step for Installing Docker on Synology DS120j (aarch64)?

I have scrubbed the internet for detailed instructions on how to install Docker specifically on a Synology DS120j (aarch64, running DSM 7.1.4) and still need some help. For confirmation I checked, uname -m aarch64 I'm seeing that it looks to be…
0
votes
1 answer

Why does an axios request error result in an unhandled exception even though all calls are prefaced by await and wrapped in try/catch blocks?

I'm developing a homebridge plugin in TypeScript and I'm using axios for my network requests (GitHub link). The plugin logs in to a server in the local network once and then polls the server in fixed intervals to retrieve information about the…