-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2023/04/colima-home-assistant/ #7
Comments
This guide is great, got it set up without any issues. Can I pass through a USB device to the container, such as a Conbee or Aeotec ZWave stick? This isn't possible with Docker Desktop on Macs. The Colima documentation doesn't mention USB support, but QEMU docs suggest it's possible. |
@t2889 Thanks!
This is theoretically possible [1] [2], but it's not a built-in feature and I believe also requires root access. A few alternative solution that I could think of:
|
Thank you for writing this up! I successfully set up AirGradient + this using old MacBook thanks to this post. I found 2 things while following the steps:
|
Glad to hear this worked for you @darcien, and thank you for the corrections, I've updated the article |
I'm stuck. ~/.lima/_config/networks.yaml : I can't find this location on my mac after doing all the steps outlined above it. Instead I see: ~/.colima/_lima/_config/networks.yaml. Is this the same thing? When I open that file, I do not see any options or preset configuration for "paths:". Instead I see:
Please advise. |
@plexcity11 Forgot to mention that if the files or folders don’t exist, you need to create them first |
Solved the above. I was doing research and found that this folder "~/.lima/_config/" is created AFTER running the terminal command "limactl start". It kicked off a bunch of processes that created this folder and now I can see what you have outlined above. For some reason, following your steps did not create this folder. Not sure why. Running Apple M1 Pro on Ventura 13.2.1. I am now able to move forward. |
I don't see any ip in the adress field.. |
Thanks for guidance and I found that there's no address after following all the steps..I tried to verify any step missed but seems all are fine. And I could access the HA portal using my current Mac mini address with port 8123. But however in the network page, the lima0 adapter going missing and I can't discover the devices yet. % colima list |
I believe you should be able to access it by using http://homeassistant.local:8123 as the URL, due to using bridged networking it doesn't show up in Also, if anyone is interested in connecting a USB serial dongle to Home Assistant, I've since discovered that ser2net works on macOS, so it can be configured with the help of this guide and this ser2net configuration:
|
Home Assistant on M1 Macs, the proper way - Ixion's blog
How to set up Home Assistant on M1 Macs using Colima and Docker containers, without breaking discovery
https://blog.illixion.com/2023/04/colima-home-assistant/
The text was updated successfully, but these errors were encountered: