Easter 2025

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

This entry was posted in New Toys, Technical, Training, Weigh In. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.