Companions: who and do you switch?
Companions: who and do you switch?
Multiple HomeKit hubs
I have an Apple TV and a HomePod Mini. My Apple TV is my main hub. However, if I use Siri via my HomePod, I can’t use any scenes that are in my HomeKit. This kinda sucks because the usecase that I bought the HomePod for, is to activate scenes. I know that you can’t “guide” Apple HomeKit to decide what device is your active hub, and what is your standby hub. However, by magic this is correct (Apple TV is active, Homepod is stand-by) According to this article, it should not matter, but it does in my case… https://www.homekithelper.net/devices/hubs [https://www.homekithelper.net/devices/hubs] Anyone that can help me?
Notes taking app
Long shot: dj software with Apple Music
How to see users on an instance ?
Status no poop guy
Need help with Lemmy-subscriber-bot
Hi, I run the combination of Lemmy-easy-deploy (https://github.com/ubergeek77/Lemmy-Easy-Deploy [https://github.com/ubergeek77/Lemmy-Easy-Deploy]) and lemmy-subscriber-bot (https://github.com/lflare/lemmy-subscriber-bot [https://github.com/lflare/lemmy-subscriber-bot]) I can’t seem t get the bot working. Well, I get it to run, but after that it doesn’t do anything, I think. My “all” is still only the stuff I followed on my server. Can anyone jump in to see what I’m doing wrong? Steps I did: log in to my Linux server mkdir lemmybot cd lemmybot git clone https://github.com/lflare/lemmy-subscriber-bot docker run --name lemmy-subscriber-bot -dt --env 'LEMMY_USERNAME=subscriber_bot' --env 'LEMMY_PASSWORD=subscriber_bot' --env 'LEMMY_DOMAIN=waste-of.space' lflare/lemmy-subscriber-bot