#Zigbee2MQTT with Truenas Scale app

1 messages · Page 1 of 1 (latest)

lapis whale
#

Hi All, Sorry if this isn't the right place but thought I would post here.

I am running Home assistant on a Truenas Scale server as an app. This is working okay however I am now trying to set up my Zigbee dongle.

I purchased a SLZB-06 to use to connect my zigbee dongle but I need help connecting it to Home assistant.

I understand I need to use Zigbee2MQTT and eclipse-mosquitto. I believe I have got the eclipse-mosquitto part working and added as in intergration in Home Assistant however I can't figure out the Zigbee2MQTT part.

I have installed this as another app on my truenas server as I can't use add-ins on HA. No matter what I try I can't get past the onboarding screen. I have frontend enabled and even tried disabling onboarding but then it fails to start. I think I've got everything correct but still nothing.

I have tried doing my own research in to this and also consulted GPT with no luck.

Config for MQTT with some data XXX'd out

version: 4

mqtt:

base_topic: zigbee2mqtt

server: mqtt://10.1.1.10:1883

user: xxxxxx

password: xxxxxx

serial:

baudrate: 115200

rtscts: false

port: tcp://10.1.1.16:6638

adapter: zstack

advanced:

log_level: info

channel: 11

network_key:

  • x

  • xxx

  • xxx

  • xxx

  • xxx

  • xx

  • xx

  • xx

  • xxx

  • xx

  • xxx

  • xxx

  • xxx

  • xxx

  • xx

  • xxx

pan_id: 14924

ext_pan_id:

  • xxx

  • x

  • xxx

  • xxx

  • xxx

  • xx

  • xx

  • xx

frontend:

enabled: true

host: 0.0.0.0

port: 30065

homeassistant:

enabled: true

onboarding: true

lime harness
#

Quick glance and that all looks ok, but I have never used TrueNAS so not sure if there is anything else to consider which doesn’t apply to other platforms

#

I’d try their Discord, very helpful folks

#

Theirs being Zigbee2MQTT

lapis whale
#

I finally got it working. DNS on the controller was set to 8.8.8.8 insteal of local DNS server...