Zigbee2MQTT configuration
Please read Liability Disclaimer and License Agreement CAREFULLY
configuration.yaml
# Because I use OpenHAB
homeassistant: false
# Keep it true as long as you connect sensors, then change it to false
permit_join: true
mqtt:
base_topic: zigbee2mqtt
server: mqtt://Your_IP_Address:1883
user: MQTT_User_Name
password: MQTT_Password
serial:
# This is for ZigStar Stick v4 attached on USB
port: /dev/ttyUSB0
experimental:
output: attribute
transmit_power: 20
socat:
zigbee_herdsman_debug: true
advanced:
# Optional: ZigBee pan ID (default: shown below)
# Setting pan_id: GENERATE will make Zigbee2MQTT generate a new panID on next startup
#pan_id: 0x1a62
# Optional: Zigbee extended pan ID (default: shown below)
#ext_pan_id: [0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD, 0xDD]
# Optional: ZigBee channel, changing requires re-pairing of all devices. (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid Problems)
# (default: 11)
#channel: 11
# Optional: network encryption key, will improve security
# Note: changing requires repairing of all devices (default: shown below)
#network_key: [ 1, 3, 5, 7, 9, 11, 13, 15, 0, 2, 4, 6, 8, 10, 12, 13 ]
devices:
'0xb4e3f9fffe5e3669':
friendly_name: IkeaLightStrip1
Comments powered by CComment