smarttaxos
페이지 정보
본문
SkyConnect in ZHA & Zigbee2MQTT - HA OS and Docker
SkyConnect is awesome Zigbee (Thread \u0026 Matter) compatible device that can bring stability to your Zigbee network. Today we will install SkyConnect with HA OS and Docker and test it with both ZHA and Zigbee2MQTT.
We will do all of that on Synology because if it works on it, it should work anywhere.
And as a bonus, we will look at USB drivers for Synology DSM 7.0 and DSM 7.1 - new GitHub repository since jadahl.com is not available anymore.
00:00 - Intro
00:27 - Different installation types
01:07 - Synology VM USB passthrough
02:11 - SkyConnect with ZHA
03:39 - SkyConnect with Zigbee2MQTT
07:59 - USB drivers for Synology
09:27 - ZHA in Docker
22:26 - Zigbee2MQTT Docker specifics
Zigbee2MQTT AddOn Installation guide repository link: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt#installation
AddOn repository link: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
Zigbee2MQTT specific setting:
serial:
port: /dev/ttyACM0
adapter: ezsp
Putty: https://www.putty.org/
Synology USB drivers: https://github.com/robertklep/dsm7-usb-serial-drivers
Processor architecture: https://kb.synology.com/en-me/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have
Copy drivers: cp *.ko /lib/modules
Copy script: cp usb-serial-drivers.sh /usr/local/etc/rc.d
Change permission: chmod +x /usr/local/etc/rc.d/usb-serial-drivers.sh
Start the script: /usr/local/etc/rc.d/usb-serial-drivers.sh start
Time Zones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Docker command: sudo docker run -d --name homeassistant --privileged --restart=unless-stopped -e TZ=Europe/Zagreb -v /volume1/docker/homeassistant:/config --network=host --device /dev/ttyUSB0:/dev/ttyUSB0 ghcr.io/home-assistant/home-assistant:stable
Don't forget to give this video thumb up if you liked it, subscribe if you still haven't and I'll see you next time!
Have fun!
Bearded Tinker
____________________________________________________________
☕Awesome merchandise? Sure - here it is!
▶ https://my-store-bfee9b.creator-spring.com/
____________________________________________________________
If you would like to support me and this channel, you can JOIN and become YouTube channel member! https://www.youtube.com/BeardedTinker/join
____________________________________________________________
Follow me on other platforms
✅Twitter: @BeardedTinker
✅Instagram: @2BeardedTinker
✅Discord: https://discord.gg/HkxDRN6
____________________________________________________________
(*) if any, should indicate links that are affiliated links. They don't cost you anything extra but provide small income to get this channel going, and finance future projects I make.
#HomeAssistant #smarthome #skyconnect
Smart Home Junkie : Thanks Andrej. My two cents on this is that I installed it with Zigbee2MQTT too, but it was not working reliable in my set up. I am moving over to ZHA which is stable until now. I am curious how the battery life of my Ikea remotes will do using the sky connect. With the Dongle-E they drained in no time.
Gerry F : Great video. Will take a while for Matter to reach Credible Usability - you see Lewis's video today? Will wait to see how it plays out over time and then maybe SkyConnect. In meantime, back to reality - Zigbee, Sonoff, Zigbee2MQTT and HA.
Zygfryd Homonto : a piece of FANTASTIC work! thank you
Tomasz : great videos, thanks!
13:46 there is an error in the command instead of rd.d it should be rc.d
:)
Brendan White : I have not seen a direct way to migrate from Zigbee2MQTT to ZHA or vice versa. Apparently the pairing can be copied across, but not any of the entity names in HA. As @Smart Home Junkie mentioned, it is quite unreliable in Z2M as of January 2023. Other than that, the SkyConnect works seamlessly with the ZHA integration and for anyone wanting to add Zigbee or to add the ability to run Thread and Zigbee together on Home Assistant, I would say go for the SkyConnect. YOu may want SkyConnect on a Yellow if you want dedicated Thread and Zigbee radios, rather than using the software solution to run Thread and Zigbee on the one radio. SkyConnect will just work out of the box for Zigbee and can be easily upgraded later within Home Assistant. If you already have a fully functioning Zigbee network, I wouldn't get this unless you just want to play or just want to support Nabu Casa :)
Don't assume I'm smart
jacen tonn : You can’t do make up either.
The Wonderful World of Trista : True tho
I was the smart kid, now I'm not...
DOOGEE V Max VS DOOGEE V30 VS DOOGEE S99
DOOGEE V Max VS DOOGEE V30 VS DOOGEE S99 Full Specs Comparison
Disclaimer. We can not guarantee that the information in this video is 100% correct.
For Business Inquiry shamimofficial2020@gmail.com
VIDEO CHAPTER
00:00 INTRO
00:10 OPERATING SYSTEM
00:20 BODY
01:01 HARDWARE SYSTEM
01:30 MEMORY
01:55 REAR CAMERA
02:27 SELFIE CAMERA
02:37 DISPLAY
03:45 BATTERY
04:02 OTHER FEATURES
04:55 PRICE $
Thanks For Watching
God father gaming 01 : First like and comment
SkyConnect is awesome Zigbee (Thread \u0026 Matter) compatible device that can bring stability to your Zigbee network. Today we will install SkyConnect with HA OS and Docker and test it with both ZHA and Zigbee2MQTT.
We will do all of that on Synology because if it works on it, it should work anywhere.
And as a bonus, we will look at USB drivers for Synology DSM 7.0 and DSM 7.1 - new GitHub repository since jadahl.com is not available anymore.
00:00 - Intro
00:27 - Different installation types
01:07 - Synology VM USB passthrough
02:11 - SkyConnect with ZHA
03:39 - SkyConnect with Zigbee2MQTT
07:59 - USB drivers for Synology
09:27 - ZHA in Docker
22:26 - Zigbee2MQTT Docker specifics
Zigbee2MQTT AddOn Installation guide repository link: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt#installation
AddOn repository link: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
Zigbee2MQTT specific setting:
serial:
port: /dev/ttyACM0
adapter: ezsp
Putty: https://www.putty.org/
Synology USB drivers: https://github.com/robertklep/dsm7-usb-serial-drivers
Processor architecture: https://kb.synology.com/en-me/DSM/tutorial/What_kind_of_CPU_does_my_NAS_have
Copy drivers: cp *.ko /lib/modules
Copy script: cp usb-serial-drivers.sh /usr/local/etc/rc.d
Change permission: chmod +x /usr/local/etc/rc.d/usb-serial-drivers.sh
Start the script: /usr/local/etc/rc.d/usb-serial-drivers.sh start
Time Zones: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
Docker command: sudo docker run -d --name homeassistant --privileged --restart=unless-stopped -e TZ=Europe/Zagreb -v /volume1/docker/homeassistant:/config --network=host --device /dev/ttyUSB0:/dev/ttyUSB0 ghcr.io/home-assistant/home-assistant:stable
Don't forget to give this video thumb up if you liked it, subscribe if you still haven't and I'll see you next time!
Have fun!
Bearded Tinker
____________________________________________________________
☕Awesome merchandise? Sure - here it is!
▶ https://my-store-bfee9b.creator-spring.com/
____________________________________________________________
If you would like to support me and this channel, you can JOIN and become YouTube channel member! https://www.youtube.com/BeardedTinker/join
____________________________________________________________
Follow me on other platforms
✅Twitter: @BeardedTinker
✅Instagram: @2BeardedTinker
✅Discord: https://discord.gg/HkxDRN6
____________________________________________________________
(*) if any, should indicate links that are affiliated links. They don't cost you anything extra but provide small income to get this channel going, and finance future projects I make.
#HomeAssistant #smarthome #skyconnect
Smart Home Junkie : Thanks Andrej. My two cents on this is that I installed it with Zigbee2MQTT too, but it was not working reliable in my set up. I am moving over to ZHA which is stable until now. I am curious how the battery life of my Ikea remotes will do using the sky connect. With the Dongle-E they drained in no time.
Gerry F : Great video. Will take a while for Matter to reach Credible Usability - you see Lewis's video today? Will wait to see how it plays out over time and then maybe SkyConnect. In meantime, back to reality - Zigbee, Sonoff, Zigbee2MQTT and HA.
Zygfryd Homonto : a piece of FANTASTIC work! thank you
Tomasz : great videos, thanks!
13:46 there is an error in the command instead of rd.d it should be rc.d
:)
Brendan White : I have not seen a direct way to migrate from Zigbee2MQTT to ZHA or vice versa. Apparently the pairing can be copied across, but not any of the entity names in HA. As @Smart Home Junkie mentioned, it is quite unreliable in Z2M as of January 2023. Other than that, the SkyConnect works seamlessly with the ZHA integration and for anyone wanting to add Zigbee or to add the ability to run Thread and Zigbee together on Home Assistant, I would say go for the SkyConnect. YOu may want SkyConnect on a Yellow if you want dedicated Thread and Zigbee radios, rather than using the software solution to run Thread and Zigbee on the one radio. SkyConnect will just work out of the box for Zigbee and can be easily upgraded later within Home Assistant. If you already have a fully functioning Zigbee network, I wouldn't get this unless you just want to play or just want to support Nabu Casa :)
Don't assume I'm smart
jacen tonn : You can’t do make up either.
The Wonderful World of Trista : True tho
I was the smart kid, now I'm not...
DOOGEE V Max VS DOOGEE V30 VS DOOGEE S99
DOOGEE V Max VS DOOGEE V30 VS DOOGEE S99 Full Specs Comparison
Disclaimer. We can not guarantee that the information in this video is 100% correct.
For Business Inquiry shamimofficial2020@gmail.com
VIDEO CHAPTER
00:00 INTRO
00:10 OPERATING SYSTEM
00:20 BODY
01:01 HARDWARE SYSTEM
01:30 MEMORY
01:55 REAR CAMERA
02:27 SELFIE CAMERA
02:37 DISPLAY
03:45 BATTERY
04:02 OTHER FEATURES
04:55 PRICE $
Thanks For Watching
God father gaming 01 : First like and comment
댓글목록
등록된 댓글이 없습니다.