Just needed to chill a bid, weather did suck.
I just wasted time most of the day watching Youtube.
But I did get the zigbee coordinator working on whit will be my mom’s home assistant instance.
Here is what I did so far
mkdir -p /volumes/homeassistant
Homeassistant
docker run -d \
–network=host \
–name homeassistant \
-e TZ=”America/Los_Angeles” \
–volume /volumes/homeassistant:/config \
–volume /run/dbus:/run/dbus:ro \
–volume /dev/serial/by-id:/dev/serial/by-id \
–device /dev/ttyUSB0:/dev/ttyUSB0 \
–device /dev/ttyUSB1:/dev/ttyUSB1 \
docker.io/homeassistant/home-assistant
Worked OK
Weight: 344.4