Home Automation/Zigbee2MQTT: Difference between revisions

From Cricalix.Net
(Created page with "== Installation == # Add-ons # Store # Triple dot # Repositories # Add https://github.com/zigbee2mqtt/hassio-zigbee2mqtt # Save # Install Zigbee2MQTT == Setup == # Start on boot # Watchdog # Autoupdate # Configuration ## MQTT ### server mqtt://homeassistant.home.arpa:1883 ### base_topic: zigbee2mqtt ### include_device_information: true ## Serial ### port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230509164707-if00 ### adapter: ezsp # Start ser...")
 
 
Line 15: Line 15:
# Autoupdate
# Autoupdate
# Configuration
# Configuration
## MQTT
 
### server mqtt://homeassistant.home.arpa:1883
=== Configuration - MQTT ===
### base_topic: zigbee2mqtt
 
### include_device_information: true
server: mqtt://homeassistant.home.arpa:1883
## Serial
base_topic: zigbee2mqtt
### port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230509164707-if00
include_device_information: true
### adapter: ezsp
 
===Configuration - Serial ===
 
port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230509164707-if00
adapter: ezsp
 
# Start service
# Start service
# Check logs
# Check logs
# Access web UI
# Access web UI
# Enable pairing
# Enable pairing

Latest revision as of 11:14, 23 September 2023

Installation

  1. Add-ons
  2. Store
  3. Triple dot
  4. Repositories
  5. Add https://github.com/zigbee2mqtt/hassio-zigbee2mqtt
  6. Save
  7. Install Zigbee2MQTT

Setup

  1. Start on boot
  2. Watchdog
  3. Autoupdate
  4. Configuration

Configuration - MQTT

server: mqtt://homeassistant.home.arpa:1883
base_topic: zigbee2mqtt
include_device_information: true

Configuration - Serial

port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20230509164707-if00
adapter: ezsp
  1. Start service
  2. Check logs
  3. Access web UI
  4. Enable pairing