5 comments

  • balloob 4 hours ago
    Founder Home Assistant here. Want to chime in that I always love to see write ups like these to see the great things what people achieve with Home Assistant.

    Not everyone might know, but last year we started the Open Home Foundation[1] as a non-profit in Switzerland and I donated Home Assistant to it[2]. It's fully funded by users. There are no investors involved.

    We are fully committed to building out a smart home that focuses on local control and privacy. Yes there are rough edges, but we're actively working on it in the open, with progress being released every month.

    ~Paulus Founder Home Assistant & President Open Home Foundation https://github.com/balloob

    [1]: https://www.openhomefoundation.org [2]: https://www.openhomefoundation.org/blog/announcing-the-open-...

    • cyberax 1 hour ago
      Is it possible to donate to your foundation via some kind of a subscription?

      I have a Nabu Casa subscription, but I don't really need it.

  • hardwaresofton 4 hours ago
    At some point a company is going to start making hackable, local connection devices (cloud optional) with published APIs and sell them at a higher price tag, and they’re going to be fabulously wealthy, commanding higher margins than the others.

    At least, that’s what I like to tell myself.

    • rstuart4133 9 minutes ago
      [delayed]
    • baby_souffle 2 hours ago
      The number of companies that does this _is_ growing.

      Shelly was early, the cheep chineese stuff was easy to hack but they eventually moved to cheaper and more esoteric chips where custom firmware is non existent or not as mature. This is changing back, though! The number of ESP-32 powered LED light controllers that I've seen on Ali that feature a USB port for reprogramming / have all the GPIO labeled ... even have a HA/ESP-Home/WLED logo on them is infinitely more than I saw in years past (a few is infinitely more than zero, right?)

    • balloob 4 hours ago
      There is Zigbee, Z-Wave and Matter. These are all smart home standards that are fully local and devices will be able to be set up and used even when the company goes out of business. You are however limited to the things that are standardized.

      If you want to go a step further, look for devices made for ESPHome or devices made by Shelly. Both have local APIs and are very hackable.

      (disclosure: I am the president of the Open Home Foundation and ESPHome is one of our projects and I am also a board member of the Z-Wave alliance)

      • hardwaresofton 3 hours ago
        > There is Zigbee, Z-Wave and Matter.

        I am not a practitioner, but instead someone that looks at the ecosystem from time to time and has been waiting for a while, because I dont see the stack + DX/UX that I want yet.

        Zigbee never reached critical mass and requires a hub. Z-wave seems to be the same. Thread over wifi (IIRC different protocols/transports are just fine) is what I think will be the future.

        IMO Thread wins out, support gets put into routers, and I can just have a thread enabled router which MAY have other

        I don’t want to buy an IoT hub. Many IoT devices I want to control are powerful enough to run Wifi, and I want to control them with a standard networking stack with high adoption and familiar tooling. Thread seems to fit this use case the best.

        Please feel free to rip apart the above opinions, they’re loosely held. I’d love to learn how wrong I am today!

        > If you want to go a step further, look for devices made for ESPHome or devices made by Shelly. Both have local APIs and are very hackable.

        Thanks for the recommendation! Appreciate the disclosure and apologize for the blast of relatively uninformed opinions.

        One more side question — why is it so hard to get a simple IoT button that runs local Wifi (really hoping for no base station) only and is battery chargable?

        Buildable with an ESP32 clearly but I just want to buy this.

        • balloob 3 hours ago
          Maybe not exactly what you are looking for, but check out the Shelly BLU Button1. It's a BLE button with a long battery life.

          It sends out BLE packets when pressed, which can be picked up by Home Assistant via a Bluetooth adapter or using a Bluetooth Proxy. You can make the latter with any ESP32 and https://esphome.io/projects/?type=bluetooth

          • hardwaresofton 1 hour ago
            Thanks for the recommendation! This definitely makes it easier. IIRC BLE power mode + wake on BLE + wifi would probably work for easy use!

            Sounds like a far off weekend project

        • baq 41 minutes ago
          > why is it so hard to get a simple IoT button that runs local Wifi (really hoping for no base station) only and is battery chargable?

          Battery life is atrocious and latency from deep sleep will be very bad. I’ve got Zigbee buttons from ikea that run on nimh batteries for a couple years now and only used like half of the charge. The hub is an usb dongle attached to the home assistant server, no issues.

          • hardwaresofton 8 minutes ago
            > Battery life is atrocious and latency from deep sleep will be very bad. I’ve got Zigbee buttons from ikea that run on nimh batteries for a couple years now and only used like half of the charge. The hub is an usb dongle attached to the home assistant server, no issues.

            So what do you consider to be "bad" battery life? I've got quite the tolerance, but the problem is that they don't even exist. Everyone seems to stop out on this at "it would never be worth it".

            > Zigbee buttons from ikea that run on nimh batteries for a couple years now and only used like half of the charge.

            This is intense for me, I'm happy with replacing batteries every 6 months if I could simplify deployment by 10x.

            > The hub is an usb dongle attached to the home assistant server, no issues.

            Maybe deployment isn't as hard as I'm making it out to be! That said, nothing easier than sending some packets to an IP address. I assume Zigbee APKs are easy... But for example if I search on crates.io (https://crates.io/search?q=zigbee) I don't see any obvious choices.

            To restate what I want (and hopefully is sounds a bit more reasonable) I want to be able to buy one smart light bulb, configure it over BLE to connect to Wifi and for the rest of it's live configure it/change it via Wifi. I want that for basically every device, and I'm fine with swapping batteries every 1 to 6months if I could have that!

        • yjftsjthsd-h 2 hours ago
          With Thread+WiFi, can devices talk to the internet? Because denying them that ability is a lot of why I like Zigbee/Z-Wave.
          • balloob 1 hour ago
            Wifi yes. Thread depends on the settings on the Thread Border Router. Ours defaults to no internet access.
          • hardwaresofton 1 hour ago
            I’m sure I’m speaking to the choir here but access to Wifi != access to the internet!

            Why I’m excited about thread over wifi is that I don’t need any extra specialized gear and possibility one device could run by itself

        • cyberax 1 hour ago
          ZWave is the most stable radio-based standard right now. It's not great, and it's not very extensible, but it's OK-ish. There's one hackable device: https://z-uno.z-wave.me/technical/ but its SDK is not that great.

          Pure ZigBee is... spotty because there are no certification requirements. Matter is stuck in development hell, but is slowly getting better.

          And the problem with WiFi is energy efficiency (or a lack thereof) compared to ZWave/ZigBee/Thread.

          So far, I've tried probably most of the home radio standards. Lutron was the most reliable, but it's also super-proprietary. My next house will just have conduits with low-voltage cables running to all the light switches, so I can use something like KNX instead of the radio-based stuff.

          • hardwaresofton 18 minutes ago
            > And the problem with WiFi is energy efficiency (or a lack thereof) compared to ZWave/ZigBee/Thread.

            This is a problem I'd really like to solve the old fashioned way/I think it prevents too much building. Energy density, rechargability, etc are like CPU speed to me -- it will eventually be solved, and I can deal with replacing a device every month or swapping a rechargable battery (especially if the device can tell me it's low).

            I really do think it will be Thread+Wifi routers that eventually get a built-in Thread antenna that win (at least wining me over).

            If either ZWave or ZigBee had managed to get into the home router space, they would have won already IMO. There are probably annoying reasons they couldn't until now.

            > So far, I've tried probably most of the home radio standards. Lutron was the most reliable, but it's also super-proprietary. My next house will just have conduits with low-voltage cables running to all the light switches, so I can use something like KNX instead of the radio-based stuff.

            Thanks for sharing this and your other experience!

            Also TIL KNX.

  • jsmo 1 hour ago
    Thanks! Check out Lars' channel for some interesting insights into Home Assistant with remote sensors: https://www.youtube.com/@LarsKlintTech/search?query=home%20a...
  • pabs3 4 hours ago
    A link for the first article in this series:

    https://lwn.net/SubscriberLink/1017720/7155ecb9602e9ef2/

  • readthenotes1 4 hours ago
    The data ownership reminds me a bit of an early business ummm transaction if Dr Phil:

    1. Sell the gullible public long-term memberships to a gym, with long-term subscriptions.

    2. Sell the subscriptions to a 3rd party.

    3. Close gym. Subscription contract still valid.

    https://www.celebitchy.com/8971/dr_phil_ran_a_health_club_sc...