#Hello all! I've been using google's

1 messages ยท Page 1 of 1 (latest)

timber tree
#
  1. You want the Assistant SDK integration
  2. There's custom integrations for many things, including those
true folioBOT
timber tree
radiant blade
#

awesome, thank you kindly

#

this can also be used to control other devices that can be controlled by google home but not by home assistant, like wyze light strip, correct?

timber tree
#

Well, sort of

#

You don't get any entity in HA to use

radiant blade
#

i'm sorry i don't quite understand what you mean by "entity to use"? could i not create an automation in HA to send the google assistant command "set stair lights to red"?

#

and since the stair lights (wyze) are already setup in google home, it would execute the command vai google assistant integration?

#

actually from reading what you linked it apepars to do exactly what i was asking.

This integration allows:
Sending text commands to Google Assistant to control devices supported by Google Assistant but not by Home Assistant.

timber tree
#

The point of HA is that it abstracts away how things connect to HA, so you can interact with your Zigbee LED strip the same as your Tuya cloud based strip, or a WLED strip

#

They're all lights

radiant blade
#

oh i get that, and eventually i will replace it. i'm just looking for out of the box resolution for right now so once i get my HA green i don't have to go and buy all new stuff to get back to the point i was. I plan on replacing the light strip eventually with a Hue light strip, as i will be going the hue route for my light bulbs

timber tree
#

Do yourself a favour then, don't use the Hue hub ๐Ÿ˜‰

#

You can buy a #zigbee-archived coordinator and have 100% local control that doesn't require you to sign up to some cloud data harvesting service

radiant blade
#

i will definitely take that into consideration. i will do some research on the pros and cons of it, as it would not just be for me. my whole family would be using

#

thank you though for the suggestion ๐Ÿ˜„

timber tree
#

You can use DIYHue to allow them to use the Hue app, while actually talking to HA and non-Hue devices

#

Or expose everything to Google and use the GHome app

radiant blade
#

ok understood

#

question: if i install the diyhue as a HA addon on the HA green, would i still need a hub like the hue hub or your aforementioned zigbee coordinator?

timber tree
#

You'd just need a coordinator, that replaces the hub

radiant blade
#

ok understood.

timber tree
#

Almost always you don't want a hub with HA - they usually limit what you can use and often you're at the mercy of the manufacturer not closing down access

radiant blade
#

ok last question for you: could you recommend a button that works with home assist? i'd like to keep a button on my desk that i can press for when i get a work call. pressing it would change the color of certain lights

timber tree
#

Aqara do some great #zigbee-archived buttons, I've got a stack of them around the house

radiant blade
#

and they would work with the zigbee coordinator?

#

so i wouldn't have to buy the aqara hub?

timber tree
#

Again, no hubs ๐Ÿ˜‰

#

All my stuff is here, you'll note a lack of hubs

radiant blade
#

would the zigbee coordinator plug directly into the HA green?

#

sorry for all the newb questions. HA is brand new to me

timber tree
#

Yes, or into your network

#

There are network connected coordinators

radiant blade
#

understood

#

would i be better off plugging the coordinator into the green or into my router's usb port? or does it even matter? i just looked and it doesn't appear that my router (ASUS ZenWifi AX XT8) doesn't have POE so that wouldn't be a viable option

timber tree
#

Well, the Yellow

vital tendon
#

Not sure why you would plug it into the router's usb port?

timber tree
#

How would HA talk to the stick if you plugged it into the router?

radiant blade
#

how would it talk to it if it was plugged in via POE? i thought you were saying POE from the router or a switch ,and it would talk over the LAN?

#

sorry if i misunderstood

timber tree
#

POE coordinators have a network interface

#

So you'd talk to it over the network, because it can

#

USB sticks don't have network interfaces

timber tree
#

For ZHA, that's fine

true folioBOT
#

There are three Zigbee options with Home Assistant (regardless of how you install it). These are:

zha is actively developed as part of Home Assistant Core, using the zigpy stack, the UI also being part of Home Assistant. The EmberZNet based sticks are recommended (though the HUSBZB-1 uses an older chipset), but there are other options including the CC2652 based sticks. There is no list of supported devices, as any standards compliant device should work. Devices that require extra support are listed, and adding unsupported devices is documented.

Zigbee2MQTT is very actively developed and can run in an add-on, in a Docker container, and natively. As of 1.15 has a native UI, and it also uses MQTT for control and configuration. It supports mostly TI based sticks, with the recommended option being the [CC2652 based sticks](#zigbee-archived message). If you want to use an EmberZNet stick see this issue. The known working devices are well documented (which usually includes how to pair them so you don't have to find the manual), and adding unsupported devices is also documented.

deCONZ is relatively stable and mature with its own UI (and Discord server). It can run in an add-on, in a Docker container, or natively. Only the ConBee range of sticks and RaspBee GPIO boards are supported. Known working devices are documented, and how to request support for a new device is documented too (you can't add unsupported devices yourself).

timber tree
#

(it's about the only thing Sonoff and Zigbee that's fine)

radiant blade
#

which one would you get?

timber tree
#

For ZHA, buy that one

radiant blade
#

haven't purchased yet so i'm definitely open to recommendations

timber tree
radiant blade
#

sorry i'm not quite understanding what you mean by ZHA and Zigbee2MQTT. i understand they are different setups, but do i have to choose one? is one better than the other?

timber tree
#

Yes, you have to choose one - you don't run both at the same time

#

Better ... not really, they're just different ways of doing things

#

ZHA is part of HA, so one less thing to manage

#

Z2M has better device support

radiant blade
#

ok awesome, i'll go the ZHA route

#

i think i'm good for now. you have been amazing helping me and answering all my questions. is there any way to give you kudos or something equivelant?

timber tree
#

Nah, you're good - we're here to help

radiant blade
#

well you're not only "the man", you also play him on TV!

radiant blade
#

@timber tree Ahoy hoy again! So I got the zigbee coordinator, plugged it into my HA Green, and added it under devices. now, how do i go about adding a zigbee device to HA using the coordinator from within HA?

true folioBOT
timber tree
#

See the docs ๐Ÿ˜‰

#

and should you need further help the people in #zigbee-archived can help you as long as you tell them you're using ZHA