Пікірлер
@MajinCyril
@MajinCyril 18 күн бұрын
Thank you, your video really helped me a lot, I wanted to switch from an SD card to SSD by restoring a backup, impossible to switch from RJ45 to WIFI from the Home assistant interface, fortunately I had a micro HDMI cable for me connect and do it in command mode, THANK YOU
@BinaryTechLabs
@BinaryTechLabs 18 күн бұрын
You're welcome, glad it worked out!
@Matrix21rms
@Matrix21rms Ай бұрын
I followed the exact steps, but when I try to connect to Portainer, it asks for a username and password. I'm using the same credentials to log in to Portainer, but it doesn't work. Error: Unable to retrieve user details: Unauthorized.
@BinaryTechLabs
@BinaryTechLabs Ай бұрын
Hey, sorry to hear you're having trouble with logging into Portainer! That "Unable to retrieve user details: Unauthorized" error can happen sometimes. Here are a few things you can try: 1. Clear browser cache: Sometimes your browser's cache can cause login issues. Try clearing your cache and cookies, or log in using an incognito window or a different browser. 2. Reset Admin Password: If you still have access to the server where Portainer is running, from the terminal you can reset the admin password with this command: docker exec -it portainer /portainer --admin-password-reset 3. Recreate the Portainer Container: If nothing else works, you can stop and remove the Portainer container, then recreate it. Give these steps a shot and see if it fixes the issue! Let me know how it goes.
@Matrix21rms
@Matrix21rms Ай бұрын
@@BinaryTechLabs hi, thanks for quick response. The strange thing is that I can access that from anywhere except homeassistant. I can go to the link directly in my network and via clodflare. Evrything works but when I try to access it from home assistant it ask the user and password and that is a dead end. I'll keep searching. Bty panel_ is not supported anymore. It gives a warning. thanks again for quick res.
@davidquirk8097
@davidquirk8097 Ай бұрын
Great video, well explained. One question: can I do this after I've setup HA? I've got HA running but realised, after I'd done all the installation of zigbee2mqtt (and paired all my devices) that HA has opted to not have wifi or ssh access. I'm happy to shut the system down, remove the SD card and put it into card onto a linux machine.
@BinaryTechLabs
@BinaryTechLabs Ай бұрын
Great question, and yes you can do this at anytime, and since you have a working instance of HA you can already do this, just install the terminal app and then you can use the nmcli commands and connect
@cynthianajones
@cynthianajones 2 ай бұрын
With only 2.5 microamps of hibernation current, and changes to the software to go into hibernation and only wake up when it's time to take an image and process it, a battery powered version of this seems reasonable.
@BinaryTechLabs
@BinaryTechLabs Ай бұрын
Thanks for your comment! I appreciate the insight. You're absolutely right that with just 2.5 microamps of current, it does sound quite feasible to have a battery-powered version. However, as far as I know, the current AI-on-the-Edge software doesn't natively support this feature. It would indeed be a valuable addition for anyone looking to deploy the ESP32CAM in battery-powered scenarios. I'd suggest reaching out to the developer directly to discuss the possibility of adding this functionality. You can check out the Feature Requests page on the project's GitHub to see if it's already been mentioned or to add your request. github.com/jomjol/AI-on-the-edge-device/blob/rolling/FeatureRequest.md Sometimes, it's these kinds of community-driven ideas that push projects to the next level!
@AaronKoolenBourke
@AaronKoolenBourke 2 ай бұрын
I can't get this working and one thing that confuses me with all this is that, is the ESPPresense ESP32 the iBeacon, or is the actual Apple Watch for example? So which actual device information do we put in the sensor config in the .yaml file? I first assumed it was my watch so I had a sensor for that, but other videos imply otherwise. I've seen some people have a state_topic of espresense/devices and some espresense/rooms, all of them talking about tracking room movements in Home Assistant....
@BinaryTechLabs
@BinaryTechLabs 2 ай бұрын
Hey there! I totally get the confusion-ESPresense can be a bit tricky when you're just getting started. To clarify: iBeacon vs. Tracked Device: In ESPresense, the ESP32 running the software acts as the receiver(base station), not the iBeacon or your Apple Watch. Whatever Bluetooth device you’re tracking is the actual device you should be putting in the YAML configuration. YAML Config: In the YAML config, you’ll want to put the ID of the device you found using MQTT explorer. This is what the ESP32 listens for to determine if your device is present. This device can be your watch, or a beacon. State Topics: When it comes to state topics in ESPresense, think of them as different "channels" that send information about where your tracked devices are. Just remember, it’s important to know that the actual name of the topic (like espresense/devices or espresense/rooms) isn’t as critical as you might think. The key point is that you can name the topic whatever you want-as long as Home Assistant is set up to listen to that specific topic, it will work. It could be espresense/devices, or mycustomtopic/devices, or anything else. I hope that helps clear things up! Let me know if you have any more questions.
@marioroy877
@marioroy877 2 ай бұрын
I have two questions, I live in a 220v country, so I wanted to know if the wiring for the relay would be different, also I want to know if I can make automations for lets say.. a two second press of the doorbell button only ringing a specific chime in a speaker.
@BinaryTechLabs
@BinaryTechLabs 2 ай бұрын
Hey, I'm in Canada where we use split phase system, being 120/240 VAC as well, but the voltage on the transformer for my doorbell is 16 VAC, in either case you have to make sure that the device is rated for the current and voltage you're trying to switch. If your door bell uses 220vac you'll need an intermediary relay to handle it as an Esp device won't. For the automation side of it, yes you'd be able to do that. Hope this helps.
@suzaa6868
@suzaa6868 2 ай бұрын
Hi, thank you very much for your video, I can't find firmware file in the download zip file, is there anyway to get complete zip file
@BinaryTechLabs
@BinaryTechLabs 2 ай бұрын
Hey, thanks for your support and comments. Everything you need to flash onto your esp is located on the developer's Github page
@ragdepc
@ragdepc 2 ай бұрын
By a chance can this be done with esphome or is too much? Or just a bin file to download and flash into the esp32-cam??
@BinaryTechLabs
@BinaryTechLabs 2 ай бұрын
Hey great questions and I really should update this video. The best way to install this software is via the Web Installer provided on their GitHub page. It handles all the necessary files and configurations, making the process much smoother. You can manually install the bin files like I show and "AI-on-the-edge-device" isn’t fully compatible with ESPhome due to its specialized nature. For AI functionalities, stick with the provided installation methods. For the latest instructions and updates, check out the Github page
@SpeccyMan
@SpeccyMan 2 ай бұрын
This is so much simpler to do if you place the downloaded themes into the correct place in the user Home directory under ~/.themes (note the leading . indicates it is a hidden folder.)
@BinaryTechLabs
@BinaryTechLabs 2 ай бұрын
Thanks for sharing
@lukeandliz
@lukeandliz 3 ай бұрын
Are you able to close the laptop while have HA still operational, or does it still go into sleep mode? I tried a laptop a few years ago and when i close the lid it would shut off my server, haven't done this method yet, just want to know before i attempt it
@BinaryTechLabs
@BinaryTechLabs 3 ай бұрын
It depends on the laptop you use, mine had a setting in the bios that I could change and allowed it to be closed, others that I've used required it to remain open
@ParkerToney65
@ParkerToney65 3 ай бұрын
Everytime i try and flash the home assistant image, it gives me an error opening source. Error: (0,h.requestMetadata) is not found
@BinaryTechLabs
@BinaryTechLabs 3 ай бұрын
Hey, that error message is a known bug in the newer versions, you can try to use an older one, which is why I share the version I'm using, or use any other software like gnome disks like my pinned comment says.
@christianwillsea7823
@christianwillsea7823 3 ай бұрын
nice, why did we need to put in the ssid and pw in the txt file and then re-enter it again on the cli?
@BinaryTechLabs
@BinaryTechLabs 3 ай бұрын
I'm a creature of habit, you probably don't have to, experiment and get back to us!
@uSlackr
@uSlackr 3 ай бұрын
you do not need WSL fir windows to run python. install it from the MS store or run `winget install python` in a terminal window.
@BinaryTechLabs
@BinaryTechLabs 3 ай бұрын
Thank you for sharing, always great to learn new ways to get things done
@ThePulsar14
@ThePulsar14 4 ай бұрын
Sorry, but Did You watch and heard Your Video before publish it? Because the music in background is too high and really bothering. Come on guy, how to destroy a good video 👎
@BinaryTechLabs
@BinaryTechLabs 4 ай бұрын
Hey, thanks for sharing. On these older videos I was and actually still am learning, there's no manual when you sign up. That said, maybe it's time I update this video as there's been a lot of changes. Stay tuned! Again thank you for the feedback, it's a great way to improve!
@Charlietuna49
@Charlietuna49 4 ай бұрын
Thanks for the video. I'm a newbie for Proxmox. I got to the final Portainer screen with all containers running, but when I clicked on the port, I get the site can't be reached message. If I put in the ip address:8123, it times out. I think I'm close, but I can't connect to the containers. Any help would be appreciated.
@JJdeRamos5360
@JJdeRamos5360 5 ай бұрын
Thanks for this valuable video sir. Very detailed steps !!!. Quick question. I have running a Zigbee coordinator implemented and would like to add some bridges to extend the signal with end devices. What's the Tasmota version required to flash Zigbee Bridge Pro to configure as a router? Thanks !!!
@BinaryTechLabs
@BinaryTechLabs 5 ай бұрын
Thanks for the compliment, this is where I get my hex files and this is the last one I can see for what you want to do. github.com/arendst/Tasmota/tree/development/tools/fw_SonoffZigbeeBridgePro_router_only_cc2652
@JJdeRamos5360
@JJdeRamos5360 5 ай бұрын
@@BinaryTechLabs Thank you sir for this information !!!
@BinaryTechLabs
@BinaryTechLabs 5 ай бұрын
@JJdeRamos5360 your welcome, cheers
@gildaslefur2435
@gildaslefur2435 5 ай бұрын
This is a simple video that is well explained. Nicely done. Every solution has pros and cons compared to other solutions. This way of doing it is simple and has some flexibility because you can do whatever you want with automations. The downside with this solution is that there is no manual override so if the Shelly devices lose the network connection for whatever reason, you have no way to control the light anymore. This is something to keep in mind. I have one important rule when it comes to home automation (with Home Assistant) and that is to always have a manual override in case of network failure. So this solution is not for me but I really like this video, you did a great job explaining things.
@BinaryTechLabs
@BinaryTechLabs 5 ай бұрын
Thanks for the support and the advice, yes you are absolutely right about having manual access if your network goes down.
@pr0pz
@pr0pz 6 ай бұрын
many thanks for the video, just started playin around with docker and raspi :)
@BinaryTechLabs
@BinaryTechLabs 6 ай бұрын
You are welcome and welcome to raspi 😁
@lakromani8172
@lakromani8172 6 ай бұрын
At 5:47, You say that it will match all at left side, including myhome/mainfloor/kitchen/humidity are you sure while this is used myhome/mainfloor/+/temperature ? humidity are not equal to temperature
@lakromani8172
@lakromani8172 6 ай бұрын
Kan confirm that it does not work. Everything after the + wildcard has to match as well. But thanks for the video :)
@BinaryTechLabs
@BinaryTechLabs 6 ай бұрын
Thanks for the correction
@vasiliyklx450r
@vasiliyklx450r 7 ай бұрын
Whoa! What a useful solution just in time! Thank you! 👍
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Glad this video has helped you and so many others! Thanks for taking the time to comment ❤️
@bigbrainalien
@bigbrainalien 7 ай бұрын
I need to authorize how do I do this?
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Could you please elaborate on what you need?
@bigbrainalien
@bigbrainalien 7 ай бұрын
@@BinaryTechLabs it said something about you need authorization to do this sorry if my reply is vague
@bigbrainalien
@bigbrainalien 7 ай бұрын
Oh never mind sorry for waisting your time I got it
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Never a waste
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Glad you got it all sorted.
@simonsayshomeassistant
@simonsayshomeassistant 7 ай бұрын
Hey mate, great video! Just subscribed!
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Thank you very much for the sub!
@espressomatic
@espressomatic 7 ай бұрын
Door Status isn't supported on Security 1. Been up and down the site, doesn't matter what it says there, that feature simply doesn't work. And there's also no discrete Open and Close commands. If you press OPEN in HA when the door is already open, it'll just close. In other words, Open and Close do the exact same thing - it's just pressing a single momentary contact. This does one thing I didn't have before - it can tell when you cross the safety beam. At least once - because its status will eventually get confused and then stick on either clear or blocked. The solution I made and posted about on the HA forum using an IKEA rotary controller and Shelly Uni is better IMO. It lacks the laser sensor, but it can tell you accurately when the door is opening or closing or stopped because the rotary is spun by the torsion bar on the door sending continuous status.
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Thank you for sharing that, definitely have to add the rotary sensor!
@rezenclowd3
@rezenclowd3 7 ай бұрын
Keep in mind the firmware for ESPhome dry contact is not yet available. I have been waiting for months....
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Thank you for sharing that.
@johnkoester6534
@johnkoester6534 7 ай бұрын
Rage against the garage door opener
@BinaryTechLabs
@BinaryTechLabs 2 ай бұрын
Ty
@tweagle2033
@tweagle2033 7 ай бұрын
Very good video, super informative
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Thank you for your support!
@tjensen4100
@tjensen4100 7 ай бұрын
Hi Have you get the water cost to work ? And if yes, then how? Great video
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Hey, thanks for your comment and support, no I've not set up that feature for it, mine was just strictly out of laziness 😂
@calendil
@calendil 7 ай бұрын
The jumps you made like "okay I will connect to SSID"-----"Okay I connected SSID" or web installation end then WIFI info etc... I could not proceed. Probably it is me.
@BinaryTechLabs
@BinaryTechLabs 7 ай бұрын
Sorry to hear that you aren't able to follow along, I will do my best in future to make things more clear
@driftwoodturning6846
@driftwoodturning6846 8 ай бұрын
Im trying to get Belena on usb drive. Ive downloaded a etcher master. Is that the right one?
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
I'm not sure, I've not seen it by that name. However, a lot of people are having issues with etcher, so I suggest you try gnome disk tool instead, as mentioned in my pinned comment.
@toolate6971
@toolate6971 8 ай бұрын
Levven has a great product that resolves this problem as well. It integrates with Google Home, and I can control my outside lights using the Levven Q. The Levven, however, is almost 300% more expensive. If you want to use your old switches, this product is for you.
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
Thanks for the recommendation, I'll check it out.
@nieeeric
@nieeeric 8 ай бұрын
thank you it works like a charm 🙂
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
You're welcome!
@tomboy7102
@tomboy7102 8 ай бұрын
Hi there, when I apply the Papirus Dark icon theme & reboot, the changes don’t apply. I’ll go back to settings and it is selected but the preview shows the default icons. How can I resolve this? I’m new to Linux & Raspberry Pi.
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
Hi! Thanks for reaching out. The issue you are having with applying the Papirus Dark icon theme is likely due to you using the latest Raspberry Pi OS Bookworm, that recently switched from X11 to Wayland, which affects how themes and customizations work. Currently, there's no direct GUI tool for theme customization on Wayland in Raspberry Pi OS Bookworm. However, you can still customize your setup by trying out Wayland-compatible desktop environments like Sway. This may require some manual setup and command line work, but it's a good way to achieve the look you want. Don't worry, exploring Linux and Raspberry Pi is all about learning new things. Check out forums and guides for help, and keep experimenting. Good luck!
@tomboy7102
@tomboy7102 8 ай бұрын
@@BinaryTechLabsThank you so much for taking the time to give a detailed reply. I am definitely running Bookworm. ChatGPT told me to clear the icon cache to try to fix things but now I can’t see any icons. Is there a way to reverse this?
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
I know chatgpt is a great resource, but keep in mind that it can only answer your questions with limited information, the more information you feed it the better the answer. As I mentioned before, welcome to the wonderful world of Linux, it's a powerful tool and I really encourage you to play around with it, the raspberry pi forums are a great starting point. Break your system as you have and try to fix it, you can always reload it. If you are worried about the set up, get it all just the way you want and take an image of your SD card, then you'd be able to restore it to that point any time. But in the meantime you can use this command and then reboot: sudo update-icon-caches Cheers
@Danish3Cubed
@Danish3Cubed 8 ай бұрын
You need to ad more details about the folders and how to do that, because all noobs like me dont know how to deal with that in Linux...
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
Thank you for that opportunity and feedback. I will definitely add that into future updates. What specifically were you struggling with?
@Danish3Cubed
@Danish3Cubed 8 ай бұрын
@@BinaryTechLabs Well, I was trying to install Home assistant, mqtt and zigbee2mqtt on a dietpi installation. Where docker and mqtt was installed along the DietpiOS. I managed to get Homeassistant running, but adding the others and making it function with the Mqtt installed by the installer, turned out to be to much with ZERO Linux experience and trying to make the containers talk to each other was just to hard without a reasent guide on setting this stuff up. After working pretty much 2 days straight I had to giveup and install Home Assistant OS instead. This is also pretty hard and not as easy as I was expecting, but I'm all ready further along then I was with the dietpi installation. I was watching your video to try to understand how linux is working about file structure and so on, but was missing stuff like how to navigate around in the folders how to view folders and so on. All the basics, understanding the structure without being able to use the knowledge is only painfull. 🙂
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
Thanks for sharing this, I'll try to add some more information on navigation and file structure for future videos
@AtharvaBodhe
@AtharvaBodhe 8 ай бұрын
what if the network has a username and a password required? What would I do to input the username as well?
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
Hey, that is a great question, I have no idea, I've looked into it and can't find anything, this is where I get the information man.voidlinux.org/nmcli.1 Maybe text user interface "nmtui-connect" helps as seen here : man.voidlinux.org/nmtui.1 I am not sure how you get connected to a wifi network like this that uses a captive portal where you have to use a username and password. I am really sorry that I can't help, but honestly I'm interested in hearing if you find an answer so it can help others.
@exessd7051
@exessd7051 8 ай бұрын
fuck is this ! BalenaEtcher no run. in windows Balena flashed haos disk. very wrong flash disk the balena. HAOS balena flashed disk no boot - ps start crashed.
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
Hello, I'm really sorry to hear about the trouble you've had with BalenaEtcher. It sounds like a frustrating experience, especially with the issues in getting HAOS to boot properly. I appreciate your patience and understand your concerns. I've updated the thumbnail to reflect this videos current status and also provided an alternative in the pinned comment in my new video. Given the problems some users, including yourself, have encountered with BalenaEtcher, I recommend giving the Gnome Disk Tool a try. It has worked smoothly for other viewers facing similar issues. Here's the link to the updated video where I address these issues and offer more current solutions: kzbin.info/www/bejne/gnzIg6RmZb6In7M Your feedback is incredibly valuable, and I'm here to help. If you try out the Gnome Disk Tool or any other method and have feedback or further issues, please don't hesitate to share. Your input not only helps me tailor the content better but also assists others in the community who might be facing similar challenges.
@exessd7051
@exessd7051 8 ай бұрын
maybe THE haos IMG file work ONLY Raspberrypi - Not pc motherboards. and work this img VirtualBox, in Virtual machine. BalenaEtcher maybe for raspberry flashes the img file correctly to disk - but not for pc. no raspberry, can't try. there are other files in the img file, which are very wrong files for booting the PC. therefore, it is a very pointless event to boot this flashed img file on the pc. for this you must have raspberry. @@BinaryTechLabs
@oscarneto2811
@oscarneto2811 8 ай бұрын
You want teach or just do?
@BinaryTechLabs
@BinaryTechLabs 8 ай бұрын
Thanks for your comment, could you please expand on what you have in mind or are asking
@kingofl337
@kingofl337 9 ай бұрын
Just an FYI, on the current version as of 1-24-24 if you know your IP you can connect to the device at :8123 within 30 seconds of boot.
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Thanks for that
@Justdigit2
@Justdigit2 9 ай бұрын
How can this work in a dark environment?
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Hey great question. You can control the internal LED on the camera and you can even add external LED's. You can find out more here: jomjol.github.io/AI-on-the-edge-device-docs/External-LED/
@Justdigit2
@Justdigit2 9 ай бұрын
​@@BinaryTechLabsAhhh but that's just genius. I did not know there was a led on the board.
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
No worries, you might find the internal one creates a glare, you can control the brightness as well, just a heads up.
@oleav1539
@oleav1539 9 ай бұрын
Do you have an error when your dial is over the digits?
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Yes, if the dial is blocking my digits I get a 'NaN' reading, that is normal
@dougjohnson6246
@dougjohnson6246 9 ай бұрын
I have lots to learn but this video helped me at the beginning and just what I needed, thank you
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
You're welcome
@S4l4m4nder36
@S4l4m4nder36 9 ай бұрын
Thank you, just what I was looking for.
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Glad to have helped
@MichealTommy-rm4cr
@MichealTommy-rm4cr 9 ай бұрын
Can I play it on iOS 😊
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
It works with all the browsers I've tried so I don't see why not
@MichealTommy-rm4cr
@MichealTommy-rm4cr 9 ай бұрын
@@BinaryTechLabs does it have offline spourt if I make a bookmark on home stream
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Unfortunately no
@d0ktgch989
@d0ktgch989 9 ай бұрын
my pc froze at 30% flash haha
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
In my updated one, there is a pinned comment on this issue. Use a different tool to flash your system, the problem seems to be with etcher
@emiller233
@emiller233 9 ай бұрын
I did the docker imstall, it was successful. But when i go to search new integrations, none of the community oes show up. What am i doing wrong?
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
You restarted everything after installing?
@emiller233
@emiller233 9 ай бұрын
@@BinaryTechLabs yes. restarted the contaimer, no luck. restarted the raspberry pi, still no luck. when i click on HACS in home assistant, it just shows me a single line (showing the HACS repsoitory info). it doesnt bring up the options do add stuff like in the video
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Try clearing your browser cache
@emiller233
@emiller233 9 ай бұрын
@@BinaryTechLabs I did that as well (CNTRL + F5) I believe is what you’re talking about? Still no luck
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Hmm, I am so sorry that I couldn't help you, but you can always reach out to the developers and go from there.
@claudiobaccarelli4347
@claudiobaccarelli4347 9 ай бұрын
Very informative!! Super helpful and easy to follow. And works!!!
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
Thank you and you are welcome
@nomartin2803
@nomartin2803 9 ай бұрын
Thanks a for your video! Helps me a LOT!
@BinaryTechLabs
@BinaryTechLabs 9 ай бұрын
You're welcome!
@easymoney480
@easymoney480 10 ай бұрын
Some of the games were lookin kinda rough but this is a good idea!
@BinaryTechLabs
@BinaryTechLabs 10 ай бұрын
Thanks, yeah the computer I was using and capture card wasn't the greatest, so it really shows on the video.
@mfkfx5807
@mfkfx5807 10 ай бұрын
Does ZHA support more than one Zigbee coordinator to extend it’s range (repeater not possible because of distance). For example one Sonoff bridge and one USB Stick (Sky Connect) at one time? Thank you
@BinaryTechLabs
@BinaryTechLabs 10 ай бұрын
Thank you for your comment, unfortunately only one coordinator, but you can use "routers" to extend and build up your network. Typically constant powered devices act as routers
@aopa23
@aopa23 10 ай бұрын
I have a question, you say that if for some reason the coordinator (or homeassistant) fails, the zigbee network is still alive. My question is how could I turn on some zigbee lights with a zigbee switch if I don't have a coordinator or homeassistant?
@BinaryTechLabs
@BinaryTechLabs 10 ай бұрын
Thank you for your question! I'd like to clarify my statement about the Zigbee network's resilience. In my video, I mentioned that Zigbee networks typically use a mesh topology, which allows Zigbee devices to communicate with each other within the network, as long as you have "router" type devices in your network, which typically come in the form of plugs or switches. Usually they are powered at all times. This is in contrast to the star topology often used in Wi-Fi networks, where devices connect directly to a central router. In a Zigbee mesh network, Zigbee devices can communicate with any other devices within range through routers and, not just with the coordinator. This means that even if the coordinator or Home Assistant, were to fail, your Zigbee devices can still communicate with each other through the mesh network. This inherent feature of Zigbee networks provides a level of robustness and redundancy.
@aopa23
@aopa23 10 ай бұрын
Thanks. Great video!
@BinaryTechLabs
@BinaryTechLabs 10 ай бұрын
Thanks for that, glad that it was useful for you!