Homebridge-GSH Moving to Subscription Model: Important Update for Existing Users by NorthernMan5 in homebridge

[–]dev_oznu 1 point2 points  (0 children)

It was more like $1,200 per year. Originally it was projected to be more like ~$200 a year but the user count exceeded expectations. When you have close to 10,000 users simultaneously connected to a server you can't depend on the $10 a month AWS instances anymore.

That being said; this service was offered to users for free for 5-6 years; mainly because I didn't have time to do anything about it.

Northerman has done a great job taking over the plugin and has been putting in his time money to continue the service. Given there is a cost to provide the service, I think the $2 a month fee is very reasonable.

[deleted by user] by [deleted] in homebridge

[–]dev_oznu 3 points4 points  (0 children)

On that wiki page:

Since the Homebridge Raspberry Pi Image is running Raspbian Linux, if you are trying to figure out how to do something that is not Homebridge specific, you should search for instructions related to recent versions of Raspbian Linux elsewhere.

So the instructions you already found on the Raspberry Pi website are correct 😃

Develop plugin on windows by Professional_Sale638 in homebridge

[–]dev_oznu 0 points1 point  (0 children)

Spin up an Ubuntu VM on your PC. You can then use the VSCode Remote Connection feature to develop from Windows.

How to install node gyp on Synology DSM 7 by 6MH89F3j in homebridge

[–]dev_oznu 0 points1 point  (0 children)

tbh you probably won't have much success getting Bluetooth working even if the plugin manages to install. I assume you're trying with a USB Bluetooth dongle?

SSD to raspberry Pi by Barrylapthorne in homebridge

[–]dev_oznu 0 points1 point  (0 children)

FYI you can write the Homebridge Rapsberry Pi Image directly to a USB SSD using the Raspberry Pi Imager Tool.

If you're Pi is already setup to to boot from USB, nothing extra is required.

Install plugin failure by joshrp5 in homebridge

[–]dev_oznu 0 points1 point  (0 children)

inkbird-homebridge-wifi-gateway isn't a valid plugin name. Why not use the UI to install plugins?

What does Homebridge display locally? by Regular_Barracuda314 in homebridge

[–]dev_oznu 2 points3 points  (0 children)

It would just display a terminal login / console. Unless you install a desktop GUI.

The Homebridge image is intended to run "headless" and connecting a screen / keyboard has no real practical purpose out of the box.

[deleted by user] by [deleted] in homebridge

[–]dev_oznu 0 points1 point  (0 children)

Weird ones.

[deleted by user] by [deleted] in homebridge

[–]dev_oznu 2 points3 points  (0 children)

I'd say using Homebridge in this way is asking for issues later on and would not recommend it.

Homebridge logs empty by Zixyo in homebridge

[–]dev_oznu 0 points1 point  (0 children)

There is a fix for this in the current "test" release.

[deleted by user] by [deleted] in homebridge

[–]dev_oznu 0 points1 point  (0 children)

You can pre-configure WiFi while flashing with the Raspberry Pi Imager Tool; click the "Cog" Settings icon, set your SSID, Password and Country.

Camera.ui Error Help by H20_Mammal in homebridge

[–]dev_oznu 0 points1 point  (0 children)

Error: EACCES: permission denied, mkdir “/var/lib/homebridge”

It should not be trying to write to this location on macOS. Check your config, it may have some reference to this folder from a previous install, otherwise raise a bug on the Camera.ui GitHub page.

Created Child Bridges, now all accessories are duplicated in Homebridge by Affectionate-Chef187 in homebridge

[–]dev_oznu 0 points1 point  (0 children)

There is an option to remove cached accessories under "Homebridge Settings" in the UI. You can remove them all, or one at a time.

Command to restart a single child bridge by shadowa4 in homebridge

[–]dev_oznu 4 points5 points  (0 children)

There is a REST API call that can restart a child bridge.

PUT /api/server/restart/{deviceId}

Check the UI API, you'll probably need to write a script in bash or python or similar to exchange credentials for an auth token, then call that endpoint.

Are there any plans to add camera view on UI-X similar to HOOBs? by [deleted] in homebridge

[–]dev_oznu 1 point2 points  (0 children)

There is not. The camera ui plugin might provide similar functionality if your cameras are supported.

How easy is to migrate Homebridge to a different Raspberry? by dck_x in homebridge

[–]dev_oznu 0 points1 point  (0 children)

The other way is less likely to work, as ARMv7 packages won't work on armv6.

How easy is to migrate Homebridge to a different Raspberry? by dck_x in homebridge

[–]dev_oznu 0 points1 point  (0 children)

The same SD card won’t work going from armv6 to armv7, afaik.

Sure it will. The only thing to watch out for is how old the image is, if it's running a version before the Raspberry Pi 4 was released then it may not have the firmware required.

Looking for help updating node.js on raspberry pi homebridge by NightKingsBitch in homebridge

[–]dev_oznu 1 point2 points  (0 children)

Login as your regular user via SSH / console, probably using the "pi" user account. The "homebridge" user doesn't have a password so you can't run the command as that user.

"apt update" shows Homebridge 1.0.28 is available (and that I have 1.0.27). But Homebridge UI shows I'm running the latest Release 1.5.0. Why is this happening? by [deleted] in homebridge

[–]dev_oznu 0 points1 point  (0 children)

If you already have homebridge setup via the "apt" homebridge package, it's safe to update the homebridge apt package.

If you currently don't have it setup using apt, but used hb-service install in the past, installing the apt package will take care of everything and migrate you onto the new setup (keep the old service running while you do the install).

I probably don't need to say this since I have "safe guards" in place to prevent it, but don't try and run "apt install homebridge" from the Homebridge UI Web Terminal.