• 0 Posts
  • 18 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle
  • Can it be programmed without the app?

    Not as far as I can tell. You need the phone app to program it via Bluetooth. I suspect that the app has all of the codes and does not need connectivity once you’ve downloaded it, but the database of codes would live in the app and not in the remote hardware.
    I would prefer another Harmony to the Sofabaton U2, but the Harmony still relies on an app to program it. Unfortunately, according to this
    https://support.myharmony.com/en-us/download#harmonyRemote7x
    the software is no longer available, and even if you could snag it you wouldn’t be able to make a new account to use it (obviously it’s bullshit that you need an account, but c’est la vie.) Basiclly: Harmony had good hardware and bad software, the Sofabaton is the other way around.


  • I bought a Sofabaton U2 to replace my worn-out Harmony and it’s… okay. The main frustration is the buttons. You really have to mash them to get them to register, and way the remote is designed the IR signal gets weaker as the batteries fade, which can be really frustrating. The wheel that chooses your program has also become very flaky.
    That said, the app for programming it is better than Logitec’s for the Harmony. If you’re in there frequently to set up control of different hotel TVs it should be fairly easy.











  • I have pihole running on an old Raspberry Pi B and it just chugs along. Except for the wonky update they put out a few months ago. That took some cleaning up after.
    I check the dashboard a few times a day and it’s a good way to notice network issues and misbehaving programs.
    I’m also running it through cloudflared to encrypt the requests, in case my ISP is snooping on them.




  • I have a Reolink PoE camera. It works fine. As far as I can tell, it only uses the internet to check for updates and set the time, but I have it blocked off anyway. Home Assistant was actually causing it to check for updates, too, so that got disabled.
    I don’t record, so I can’t help you there.
    I will say that is a pain to get Home Assistant to display real-time video instead of a slide show.




  • I went with Debian and I use Docker for containers. I considered Proxmox, but I didn’t end up trying it. PiHole is a good application for the Pi Zero (I have an early generation Pi dedicated to running PiHole), but you could also run it on the Beelink.

    I strongly recommend you download Obsidian and keep hyperlinked notes on everything you do and links to every tutorial/resource you end up using.
    Have a place to keep all the passwords your services will end up needing. A password manager is the best option. Make the password on your admin account on Debian (or whatever) easy to remember and enter, since you’ll need to sudo a lot.
    If the Beelink comes with a copy of Windows installed, you can recover the key from within Linux with the following command:
    sudo strings /sys/firmware/acpi/tables/MSDM
    Then you have a spare Windows key should you ever need one.