this post was submitted on 27 Jan 2024
9 points (84.6% liked)

homeassistant

11833 readers
8 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

I'd like to add a smart button to my HA setup. I don't have zigbee signal nearby, so I'm wondering what the best way to do this would be.

I'm using a Skyconnect dongle. There's wifi nearby. I want to control a smart switch nearby, which would also have zigbee but that also wouldn't reach the distance I need.

Is Matter a solution here? With a hub connected to wifi that bridges to the button?

Any suggestions on hardware?

Or any other suggestions?

you are viewing a single comment's thread
view the rest of the comments
[–] Dave@lemmy.nz 2 points 7 months ago (1 children)

Isn't the point of Matter that you can do this sort of thing? Have a separate zigbee network connection via a bridge that uses wifi? Is it worth using yet?

[–] sabreW4K3@lemmy.tf 2 points 7 months ago (1 children)

There's matter over WiFi and Matter over Thread, I've not heard of matter over Zigbee. The reason I mention it is because Matter is just how the things talk to each other, not how they talk to each other. Think like Spanish, over the Phone. Spanish being Matter. Your Sky Connect can already listen for via WiFi.

From all I've watched, Matter is still very rare and prone to dropouts.

[–] Dave@lemmy.nz 2 points 7 months ago* (last edited 7 months ago)

My issue is that I have some devices near my skyconnect, and that works fine. But now I basically want a second zigbee network for the smart button and plug.

My understanding is that Matter solves this by allowing you to use a zigbee bridge. The bridge connects to zigbee to talk to the button/switch, and talks to home assistant over wifi (using the Matter protocol). That way you don't have to have the zigbee network continuous. I was watching part of Home Assistant's live steam the other day that explained it a little.

I guess it's still very early for Matter, so probably my best bet is to either extend the zigbee network or get a wifi button (or wait until Matter is more mature).

Thanks for the help 🙂