• 0 Posts
  • 29 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2023

help-circle

  • It’s not quite as point-and-click, but I’m using Docker for that because Yunohost kept messing up updates. Most server apps will have some instructions on how to run them in docker, especially a docker-compose.yml file, so you don’t have to rely on the Yunohost team to package said app.

    The way I do it is that I put each suggested compose file in their own file, and import them in my main docker-compose.yml file like this:

    version:  '3'
    include:
        - syncthing.yml
    

    Then just run docker compose pull && docker compose up -d every time you change something or want to update your apps, and you’re good to go.

    Software updates in particular are waaaaaayyy easier on Docker than Yunohost.










  • I got a “manual” Breville espresso machine (Barista Express), and honestly it’s not that many steps compared to a full auto like my mom’s Jura. I just have to move the portafilter to the grinder, tamp, and put it back into the showerhead. Meanwhile, my mom has to fill up the tank, the coffee hopper and empty the grounds bin every ~5 cups… Not convinced it’s worth 2x the price, and I can actually make better espresso on my machine.







  • I’ve had very good success with Zigbee stuff, TP-Link Kasa outlets (but I’ve put them on a different router / subnet that doesn’t have Internet access), and ESPHome.

    Tuya stuff sucks (keeps disconnecting), JuiceBox (my car charger) changed their app so the integration doesn’t work anymore, and the Aqara zigbee door sensors never worked for me (they pair perfectly, but then disconnect and never come back on).

    So yeah, in my experience, once it works, it works, as long as there’s no cloud involved.


  • For baseboard heaters, I have the Sinopé line of ZigBee thermostats, with home-assistant on my home server. Baseboards are kind of particular in that you have one thermostat per room, so at 350+ for a Nest, it’d be cost-prohibitive as I have like 15 thermostats in the house. Also, they’re line voltage, meaning that they directly switch the full power of the heaters, so they need to be well made.

    I’ve had my Sinopé thermostats for 2+ years now, and I’m very happy with them. No clouds involved here.