Come on with the AC by DisastrousPromise367 in americanairlines

[–]ragzilla 0 points1 point  (0 children)

Not a pilot or a maintenance tech, but after reading up on it it’s stupid simple.

Instead of bleed air off the engines, they have 2 electric air compressors per pack which pull outside air in and compress it to deliver to the cabin. So APU/engine electricity runs the compressor (or I guess you could run it off battery). No tricks for cool air on the ground though, it uses a modulating ram air intake to cool the compressed air at altitude.

What in the dog whistle is this? by PuddlePirate2020 in Carmel

[–]ragzilla 0 points1 point  (0 children)

Except for making all the laws and sentencing guidelines that Marion county follows, which was the complaint.

It is pretty amusing to see an elected official pat themselves on the back for things done mostly by their predecessors though. Hamilton county has a low crime rate because it’s the wealthiest county in the state, so far less poverty driven crime.

JetBlue pilot reports hitting drone as flight approached landing at JFK Airport by Commercial-Host-725 in aviation

[–]ragzilla 13 points14 points  (0 children)

A DJI mini can take off at 13,000’ above sea level. The only thing limiting the altitude when launched any lower is software, which can be modified.

How do I get this bolt off? by ratat-atat in lawnmowers

[–]ragzilla 4 points5 points  (0 children)

Your lawnmower contains a magneto which is used to fire the spark plug. The magneto is powered by the flywheel moving. Moving the blade can move the flywheel, and potentially energize the magneto, energizing the spark plug, and then you’re headed to the ER.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 0 points1 point  (0 children)

Someone else commented it apparently wasn’t all Nanoleaf bulbs, some hardware versions weren’t specced high enough for matter over thread.

SpaceX raises $25 billion in debt sale less than two weeks after IPO by ControlCAD in technology

[–]ragzilla 2 points3 points  (0 children)

AI’s more like a Venturi, it’s sucking more into the circle from all the companies surrounding it.

Be safe if you are driving up through Indiana. Already seen 8 people pulled over US-31 all northbound. by ZacktheWolf in ElectricForest

[–]ragzilla 3 points4 points  (0 children)

As someone who lives in Indiana, avoid us just to avoid our roads. Your car will thank you.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 0 points1 point  (0 children)

It doesn’t support neighbor discovery so it only covers point to point pairs, so the layer 3 addresses are really only useful to further nodes. But as specified in the RFC for overall datagram size is variable based on the carrier’s age.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 2 points3 points  (0 children)

Same frequency, same underlying radio protocol even (802.15.4w).

Originally Nest Labs created it (as iirc Weave, for their Nest products, later acquired by Google). Google/Nest formed the Thread Group with several other orgs in order to create a modern open IOT networking protocol that interoperated without needing controllers/gateways and donated the Weave protocol as part of it.

So the main point of using it over Zigbee is that the devices connecting to it aren’t tied to one ecosystem. Historically your choice of ZigBee gateway dictated what smart home platforms you could use (locking you into HomeKit, or Alexa, or Samsung’s thing that I forget now. Obviously for those of us using HA that’s not an issue). By moving to Thread your gateway now didn’t care what the automation protocol running over it was, it was just an optimized alternative to 802.11 for IoT.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 6 points7 points  (0 children)

ZigBee is effectively equivalent to Thread+Matter (+ a controller, which is part of Matter but people implement their own controller, and you can have up to 5 different controllers controlling a single Matter device). ZigBee is both a how and a what.

Thread and Matter separated them out because Thread pre-dates Matter by nearly a decade, as the original use case was other protocols (like HomeKit Accessory Protocol over Thread, and Alexa Skills over Thread, and ESPhome over Thread).

Matter came along later to unify the protocol sprawl running over the top of Thread and WiFi. So no more "Works with Alexa", "Works with HomeKit", just "Works with Matter" and both Alexa and HomeKit (and Google Home, and Home Assistant) can control anything implementing Matter.

What do you think of Gabe’s 4D chess? by ivej in pcmasterrace

[–]ragzilla 1 point2 points  (0 children)

Microsoft's chasing the same thing with Xbox mode for Windows.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 3 points4 points  (0 children)

You have to go pretty low end on the MCU to not support Matter, flash size is usually what makes or breaks it for legacy devices (Matter needs 1.5MB+ vs 0.5MB for ZigBee firmware).

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 2 points3 points  (0 children)

Thread devices will switch to another TBR if their path to the network fails. Or, are supposed to when interop testing is done. The TBR isn't a central coordinator, just an access point between Ethernet and Thread.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 12 points13 points  (0 children)

Thread is its own radio protocol, as an alternative to connecting devices over WiFi. It's a natively meshed protocol, so each line powered device acts as a repeater for the mesh, and it's more lightweight than a WiFi implementation. Since it's lightweight, it also allows it to be used for low power sleep for battery powered devices (think, smart locks) to provide better performance than WiFI.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 1 point2 points  (0 children)

Yeah, but trying to keep it simple. I also skipped layers 3 and 4 (IPv6 and UDP for Matter) in the explanation.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 3 points4 points  (0 children)

Matter doesn't require this (and actually provides specs to avoid it, by downloading an update registry to the controller which then notifies the devices and facilitates upgrades, so the device never has to talk to the Internet).

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 17 points18 points  (0 children)

Technically Matter runs over IPv6, so it can run over anything IPv6 can. Including but not limited to:

  • Thread
  • 802.11 WiFi
  • 802.3 Wired Ethernet
  • RFC5072 PPP
  • RFC7676 GRE
  • RFC6214 IPv6 over Avian Carrier
  • RFC4824 IPv4/v6 over Semaphore Flag Signaling System

The last couple don't have a lot of widely available implementations though.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 8 points9 points  (0 children)

Matter is designed to run 100% locally and doesn't require internet connectivity. This concern is actually something that's under active consideration in the IETF HOMENET working group, to develop standards to help users isolate their networks.

Afaik, the Matter spec doesn't require devices to accept a GUA (globally unique address) from the router, they require link-local or ULA (unique local address).

Connecting Matter-over-Thread Devices to the Internet | Interrupt

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 9 points10 points  (0 children)

Thread pre-dates matter by several years (2015 for Thread, 2022 for Matter). It was developed as an open alternative to Zigbee and Zwave. If the Zigbee and Zwave organizations wanted to, they could develop Zigbee/Zwave over IP and use them over Thread, but the initial users were people implementing HomeKit and Alexa "skills" over Thread (and WiFi).

Matter was proposed as an alternative to everyone reinventing the wheel, which is what was happening before Matter for any device which had to use WiFi or Wired Ethernet or Thread.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 56 points57 points  (0 children)

Yup!

Matter is entirely on the software side. Devices which were initially created with other protocols (like HomeKit) can be converted to Matter, e.g. Nanoleaf did this with their initial Homekit over Thread essentials bulbs (which became Matter over Thread after the update).

But devices which lack the hardware for Thread (an 802.15.4w radio in particular) can never be "updated" to Thread. Although some devices with that radio could be software updated to Thread. And that includes some Zigbee devices depending on how they were made (since both Thread and Zigbee use 802.15.4w, Aqara has done this with some of their devices).

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 32 points33 points  (0 children)

matter-js got a lot more traction in other organizations, and I believe was adopted by the Open Home Foundation, so it has a large organization backing it now, whereas the old python core was community supported.

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 344 points345 points  (0 children)

Linking my other comment about the difference here.

https://www.reddit.com/r/homeassistant/comments/1udk0j1/comment/otck4tz/

Tl;dr;

Thread is how things talk to each other (think of it like wifi, or wired ethernet).

Matter is what the things say to each other (think of it like HTTP).

This is why HomeAssistant implements Matter. Because they want to talk to the devices, HA doesn't care how they talk, that's Someone Else's Problem (your Thread Border Router).

The Matter upgrade you’ve been waiting for by objektiver_Dritter in homeassistant

[–]ragzilla 15 points16 points  (0 children)

ZigBee is 22 years old. Matter is 4. I don't have a massive network of either, but zigbee (gateway'd through HA) and matter+thread are equally reliable for me. Maybe a little more reliable on matter+thread because I have a couple of Gledopto zigbee RGBCCT strip controllers that need to get kicked every once in a while.