Added Zigbee2MQTT to BigBearCasaOS

About

Zigbee to MQTT bridge: get rid of your proprietary Zigbee bridges

App Store

Documentation

You will need to make sure your device is set up in the CasaOS App Settings.

  1. Find Your Serial Device: Identify your specific serial device ID.
  2. List Serial Devices: Run the following command to list all serial devices:
ls -l /dev/serial/by-id/
  1. Replace with Your Device ID: Find your device in the list and replace:
/dev/serial/by-id/usb-id

In your CasaOS App Settings, change the host side on devices.

with your device’s ID.

Can you explain in more details the installation process ?
I found my device id but what do yo7 mean with the second command ,I’m trying to tun it by deleting the red part and put my device id and I get error in terminal
Your help is much appreciated

I would need the logs to diagnose your issue.

Make sure to include your USB ID on the host side.

Thanks for your quick answer but newbie question?
Where is the CasaOS app settings are?
I’ve installed CasaOS on my Pi and when I go into CasaOS homepage in my phone or in my iPad and I see a small settings option without an host options as you can see in the attached photo

Go to the app on the dashboard, and it’s the horizontal dots. Click > Devices.

I have tied to get this setup with no success, any suggestions?

Under device host

Under device container

Log’s

Not sure what did the trick, but I do have it up and running and intergraded with home assistant.

First, I made sure I had the Mosquitto docker up and running and intergraded with HA. Then I installed the Zigbee2MQTT. I did find and input my device /dev/serial/ like in the told to above. I did change device container to match my USB - So from /dev/ttyACM0 to /dev/ttyUSB0. In the configuration.yaml for the Zigbee2MQTT I added the MQTT server, its just the IP of the host, also I added in the user and password - This was taken from the MQTT intergration on HA. I did have to “activate” the HA integration in the Zigbee2MQTT frontend, under the settings (cog wheel) … Added 7 ZigBee devices so far.

Thanks for app man!