SayCyberOnceMore

  • 2 Posts
  • 26 Comments
Joined 2 years ago
cake
Cake day: June 17th, 2023

help-circle












  • I have never seen nor used a WD MyCloud, but if you know that an upgrade allowed for HA to run (I presume in Docker), then how about just wiping whatever OS is on the NAS and installing a Linix distro, then moving up from there?

    A few use TrueNAS to run HA in docker, but a few quick searches shows that won’t work on your hardware.

    Probably a lot more work than you were intending, but should simplify the future for that NAS and prevent any kludgy workarounds from trapping you again in the future.

    And… I presume you have a backup of everything on that NAS 😉





  • I have several Shelley H&T sensors around the house which take CR123A camera batteries.

    These are wifi, rather than zigbee, so the battery life on them is relatively short. I did something similar and bought cheap ones, only to find they have low capacity and lasted just a few weeks in some cases.

    It took a while, but I found LiPo batteries which have (almost) the same physical dimensions, but higher capacity and are obviously better than throwing alkaline batteries away.

    Yes, I’d go for zigbee in the future, but until I can justify replacing them, then this is the next best thing.

    The only problem I have is catching the batteries dying in HA to tell me to replace them… the voltage drops a little and then either flatlines or returns to 100%… neither are something I can reliably trigger on… but that’s an automation challenge for another day.




  • I don’t know the actual country of manufacture, but Energenie are good.

    I have their individual RF controlled sockets, but I see they have a power strip too.

    There’s a “smart” (I hate that marketing term) 4-way power strip and with some intervention I’m sure it could be integrated into HA with an RF bridge.

    They do make a Raspberry Pi module, and I own one, but I had it before I had setup HA and just have never tried putting the two together.

    Anyway, the sockets seem ok and they appear to have all the relevant certifications.

    (And I’m not affiliated with them)


  • Sure

    1st place to look at comparison of features (IMHO 😉) is the Arch Linux Wiki

    And there’s also a good list on the Chrony site

    But my brief list is:

    • If you need to sync and provide time, then use ntpd.
    • Otherwise, the (SNTP) client-only systemd-timesyncd is “better”, but, this doesn’t (yet?) use a DHCP NTP option and always writes to a file - not good for read-only filesystems / SD cards (source)
    • For laptops / intermittent network connections, use chrony (Note: on LinuxMint, installing this removes systemd-timesyncd)
    • For non-battery backed RTCs (ie Raspberry Pi), there’s also fake-hwclock

    So, I go with the general theme of your article - keep it simple, don’t install multiple tools to do the same thing - but as you can see, there are use cases where I personally wish we could remove the systemd component(s) and keep the others.