Below you will find pages that utilize the taxonomy term “Homebridge”
PS5 works great with homebridge now
Steps I took
Go to the homebridge terminal, you can SSH or I just used the homebridge UI.
Install Playactor
sudo npm install -g playactor.Run
playactor browseand find your PS5, remember its name like “PS5-XXX”, you’ll need it later.Run
playactor login --host-name PS5-XXX --no-open-urlsto register your device as a remote play controller. The--no-open-urlsis important here because by default it tries to open a browser which isn’t gonna work if you’re using SSH or homebridge UI.
State of my home automation in 2018
Since moving to Seattle I have been gradually automating an ordinary apartment. The goal is not to build a trade-show demo; it is to make the lights, TV, door, and vacuum respond consistently. Online discussions often highlight the worst connected gadgets, but with some patience (and a few hubs) the living room can anticipate daily routines instead of fighting them.
Where we are and how we got here
The automation itch started in the laziest way possible: I was already under the blanket and wished the lamp would turn off by itself. That nudge toward Philips Hue led to HomeKit, which led to buying a Raspberry Pi at 1 a.m. because I could not believe there was no native way to control the TV. Once one subsystem cooperated, every other annoyance turned into a candidate for automation. The snapshot below shows the apartment as it stands today.
Deal with Homebridge crashing
Homebridge is a key part to my home automation setup. I run it on a Raspberry Pi (gen 1, pictured in header) and it allows me to integrate my TV, Apple TV, and robot vacuum into HomeKit. However, it does crash quite a bit. Here are some things I did to make Homebridge easier to deal with.