How to set up Zigbee2mqtt?

  Рет қаралды 24,566

Csongor Varga

Csongor Varga

Күн бұрын

This video explains the basics of getting a Zigbee network with Zigbee2MQTT and Sonoff Zigbee USB dongle up and running.
Documentation: github.com/nygma2004/km/wiki/...
Chapters:
0:00 Intro
1:03 Zigbee USB dongle
4:25 Installing Zigbee2MQTT
9:53 How devices show
12:56 The mesh network
18:36 Binding zigbee devices
20:30 MQTT traffic
23:34 Outro

Пікірлер: 27
@BGazzah
@BGazzah 2 жыл бұрын
Another great vid and perfect timing - I am moving all my ZigBee devices over to a new Pi using the sonoff USB stick. I have a self written front end using MQTT as the comms.
@soovui
@soovui 2 жыл бұрын
Bravo and super fantastic bro... U r always the best... Yes pls continue to help us on nodered tutorial integration.
@geekonarium
@geekonarium 2 жыл бұрын
Thanks this helped me alot :)
@AdamCedric
@AdamCedric Жыл бұрын
Bravooooooooooooo. You are the Best brother. God bless
@jdabramson
@jdabramson 2 жыл бұрын
Thank you for the video
@heiaheiaheiahei
@heiaheiaheiahei Жыл бұрын
great job, thanks.
@ilducedimas
@ilducedimas 2 жыл бұрын
You're awesome.
@jamiecoates9891
@jamiecoates9891 2 жыл бұрын
Hi, A little confused I have a small Zigbee setup . I am using a KETOTEK Tuya Zigbee 3.0 / Wifi gateway, should I not be able to access this via Node RED, or do I still need a Zigbee USB dongle like this?
@schubertma
@schubertma 2 жыл бұрын
Hey, I got a smart plug with power measurement and z2m also shows the values which is great. Is there a possibility to monitor the values in a specific period of time? As example my pc needed the last month an default amount of watts. Just want to track the power consumption
@csongorvarga
@csongorvarga 2 жыл бұрын
Zigbee2MQTT just created a connection between the Zigbee network and MQTT. It will not monitor or store anything. You need some other system to do that. Or store the value in a database so you can review historical records.
@schubertma
@schubertma 2 жыл бұрын
@@csongorvarga do you know how to automatically store these values to a database? Excel would actually be enough for this
@schubertma
@schubertma 2 жыл бұрын
I am also using the BlitzWolf plug and wonder, how much watts my computer would need in a month as example. Have you tried anything similar with the blitzwolf plug or is the energy "all-time" consumption value all information you need?
@csongorvarga
@csongorvarga 2 жыл бұрын
@@schubertma If you want to keep is simple, you can just read the total energy counter in zigbee2mqtt on a paper and read it again on one month. The plug keeps track of the total energy consumed and that information is retained even if there is a power loss.
@squalazzo
@squalazzo 8 ай бұрын
is there a way to use, together, the zbdongle-e and the zbbdridge-pro? i've both, the latter came free gift buying 6 trvzb valves, and i already set them up inside ewelink and paired with the bridge... but i can connect the dongle to my minipc which is an other room... is there a way to use one to extend the network of the other one, and in case, which to use to pair and which as mesh member? i'd like to keep the ewelink app because i bought the valves so i can remotely close them when someone is not at home in their rooms... thanks in advance!
@csongorvarga
@csongorvarga 8 ай бұрын
Not as far as I know. There is always one and only one coordinator on the zigbee network. You can build a second separate network but the devices would either link to one or the other. I think just keep the other as a spare...
@squalazzo
@squalazzo 8 ай бұрын
@@csongorvarga ok, so i need to keep the zbbridge and eventually flash the zbdongle with a router firmware, and put it somewhere with just a normal usb psu, right? there's no need to keep attached to a pc if just a router... but how to pair it to the zbbridge? i need to open it, i think, right? and, final request: is zbbridge usable with home assistant without reflash it with tasmota or similar? Locally, i mean, not via ewelink...
@csongorvarga
@csongorvarga 8 ай бұрын
@@squalazzo I think this is above my paygrade. I don't have experience with how to do custom firmware on zbbridge. This was one of the reason I got the zbdongle, but it was just plug and play. I plugged it in as it case out of the box and pointed Zigbee2MQTT to use the device. Since you have both I would say go the easy route and use the dongle with home assistant. But that means you need to re-pair you devices from the bridge.
@squalazzo
@squalazzo 8 ай бұрын
@@csongorvarga , indeed, i'd prefer to keep them paired with the zbbridge (waiting for the ihost to arrive tomorrow, support for trvzb valves is supposed to be added this month, so i can import them all and use them locally), i'll let you know, thanks!
@ivaylomanolov1455
@ivaylomanolov1455 Жыл бұрын
What is the maximum number of ZigBee devices that can be connected to one Zigbee2mqtt dongle at the same time? What is the maximum distance between the Zigbee device and the Zigbee2mqtt dongle?
@akauppi2
@akauppi2 5 ай бұрын
a. 32 I read somewhere; but that's for direct connection; b) {going to try that out this week}
@ivaylomanolov1455
@ivaylomanolov1455 5 ай бұрын
@@akauppi2 Thanks a lot
@joos2033
@joos2033 2 жыл бұрын
Zigbee 3.0 usb dongle works as Network connection too ?
@csongorvarga
@csongorvarga 2 жыл бұрын
That is a usb dongle. It is plugged into a computer which is connected to the network.
@SA-oj3bo
@SA-oj3bo 8 ай бұрын
Hi thx for tutorial, I can make it work after cd /opt/zigbee2mqtt and sudo npm start but I can not make zigbee2mqtt start automatically at boot. Did you try that? sudo systemctl enable zigbee2mqtt.service gives always error code=exited, status=217/USER. In the /etc/systemd/system/zigbee2mqtt.service KoenKK used user pi but I used another user, must be something about the user but I am not so good in linux. I modified the User=pi to my username but it not works Any idea? Thx in advance.
@csongorvarga
@csongorvarga 8 ай бұрын
Best to ask fron zigbee2mqtt. It must be a linux authorisation issue, and I am no expert either.
@asdkjh4370
@asdkjh4370 2 жыл бұрын
Can we start promoting other platforms? HA slowy becoming politically inclined and when you want apolitical environment then they throwing bans.
@csongorvarga
@csongorvarga 2 жыл бұрын
HA politically inclined? What do you mean? Zigbee2mqtt does not have to be used with HA. I have no HA in my setup.
How to use MQTT in Node-Red: basics, examples, tip & tricks
29:21
Csongor Varga
Рет қаралды 39 М.
Incredible magic 🤯✨
00:53
America's Got Talent
Рет қаралды 68 МЛН
A clash of kindness and indifference #shorts
00:17
Fabiosa Best Lifehacks
Рет қаралды 45 МЛН
DO YOU HAVE FRIENDS LIKE THIS?
00:17
dednahype
Рет қаралды 93 МЛН
Easy Zigbee2MQTT Dongle Migration - Sonoff USB to SLZB-06 Ethernet
29:35
Install Zigbee2MQTT, Setup in 10 Minutes
9:49
Smart Home Australia
Рет қаралды 17 М.
Improve Zigbee network performance and stability with these 3 tips
11:41
Home Automation Guy
Рет қаралды 169 М.
ZHA or Zigbee2MQTT - that's the question now!
29:03
BeardedTinker
Рет қаралды 30 М.
Creating a Sonoff Zigbee Router (Router Firmware)
5:15
Mark Watt Tech
Рет қаралды 52 М.
После ввода кода - протирайте панель
0:18
Up Your Brains
Рет қаралды 1,2 МЛН
КРУТОЙ ТЕЛЕФОН
0:16
KINO KAIF
Рет қаралды 5 МЛН