• 9 Posts
  • 266 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle
  • In theory Canonical could lock down Ubuntu like that, but it would be the end of Ubuntu. Switching over to Mint or Debian is not a big deal for majority of the linux-users and also Ubuntu would lose all the advantages they can currently pull off from Debian package maintainers. Also I suppose it would bring a ton of headaches with licenses, but IANAL, so don’t quote me on that. And, obviously, that would kill snapcraft too as I don’t see any incentives for developers to support walled gardens for free, so it wouldn’t be all bad.



  • Yeah, it’s not really a problem when I’m at home, but there are times when I’m not physically nearby the hardware and on those cases it’d be nice to have option to migrate HA to different hardware on the fly.

    Also having z-wave controller on ethernet would make it a bit easier to position antenna in the middle of everything, my server isn’t the centerpiece of our living room after all.


  • Sort of high availability. I don’t really have the hardware right now for proper high availability setup, but I have a spare laptop running proxmox which I use for pihole and other ‘network critical’ stuff when doing maintenance for the main server. I don’t have any doubts about passtrough working, I’d just like to have flexibility on the environment and thus it’d be nice to have z-wave controller on ethernet.

    But I think I’ll end up with ZWA-2, I’ll just use usb hub or something to make it physically easier to move HAOS VM between different hardware.



  • Well that’s exactly what I asked for. Pretty neat thing at least on quick read up. Unfortunately the customs situation with shipments from USA to Finland (or EU in general) is a mess right now, so I wont dig up my visa card at least immediately. I need to study a bit what’s actually the situation today (and hope that it doesn’t change again after few days).



  • I’m not running LXC, so USB passtrough should not be a problem. Running zwave-js on haos requires that the hardware is visible to the OS and as razberry7 connects to raspberry pi gpio ports I’d need to move the whole installation over to rasberry which I don’t want. I’ve already burned myself with broken SD-card with that setup and even then the controller didn’t work as reliable as I’d want to.


  • I saw that project and it seems to be pretty promising, but as it’s on pretty experimental state I think I’ll skip that for now. The biggest headache I’ve had with home automation so far is unstable z-wave connectivity, so I’m not really interested on tinkering with experimental stuff.

    But good to hear that ZWA-2 actually works as well as advertising claims.






  • It is, but the sad reality is that while you contribute your capacity for good cause it’ll be abused by bad actors as well. Obviously with snowflake node you don’t get to see what’s excactly going trough, but some time ago I had exit node running and I got several calls from my ISP that there’s malicious traffic coming from my IP address. ISP managed it pretty well when I explained what’s going on but eventually they got so many complaints from other peers on the network that they took ‘hard route’ and told that they’ll take my connection down unless I shut down the node. No hard feelings for the ISP, they took all the abuse mails and other annoyance for me and I absolutely understand their decision. But it’s good to at least acknowledge that tor isn’t just to get around oppressive policies.






  • You’re not worrying for nothing. Losing wall power will shut down the drives and as usb-cradle is generally slower than “proper” drive bus it’s more likely that some write operation is going on when power is lost and that’ll potentially cause data corruption. Obviously not every power outage will cause issues, but I’d say it’s a higher risk with USB-drives than with drives on a SATA/m.2 bus.

    But no matter what your setup is, raid is not a backup. All kinds of things can happen which cause loss of data and you should plan accordingly. If all you have is two drives on usb-cradles I might choose to use one of them as a offline backup disk and one for ‘live’ data so that it’s more likely that at least one of the drives is functional even after power issues or whatever, but that approach has it’s own problems too.