So my situation is the following:
I have Home Assistant running on a Rasberry pi 4B 4GB.
And i have 2 rasberry pi zero. And i want to connect a zwave and a zigbee usb to each.
And then place the 2 pi zero inside the house. And the home assistant is in the garage 30 meter away. Whats the best way to connect these pi zero’s to my main home asisstant. I’ve read this guide but it says it needs to install some apt on the rasberry, but i am running the native iso from home assistant. Can anyone give me some insight?
Nothing on my HA instance looks like anything here. It doesn’t even have the apt package (or any way to install it from what I can see).
I have been doing linux admin for 30 years and I am literally lost. This home assistant thing looked like a promising replacement for smartthings but it is turning into a nightmare.
All I want is to run Home Assistant on my Hyper-V server and have it run my Zigbee & Zwave network. Is that too much to ask of this product?
Then you installed Home Assistant OS, which doesn’t have this functionality. You can run Home Assistant Container, Home Assistant Supervised on top of Debian or Home Assistant Core in a venv. Here’s a good overview of the different install methods and suggested skill levels.
That’s definitely possible, lots of people do this (including myself). It’s better to open a separate topic with your issues.
I don’t know what you are trying to achieve, please open a separate topic for your issue and give some more details about your goal and current setup. You can tag me there if you like to.
I keep getting referred to this post for usbip, but I’m using Debian 10 and it won’t let me install linux-tools-generic – has anyone successfully gotten usbip installed on a debian 10 instance?
Yeah, it looks like it’s not a part of the current Debian repository. Looks like there might be a way to install that package by adding a different repo : here, but I’ve just been manually mounting on restarts until I get it sorted:
this has been working well for meI even have a udev rule reattaching if it gets disconnected, until i added another instance on both client and server for a bluetooth dongle. I noticed that the script as i understand it won’t work with a seconds instance as i understand it on the client the service stop will pick the first port usbip port and detach it regardless which port is actually required to be stopped. IYSWIM…I have also a problem with starting it also where it starts the service ok but just doesn’t work properly…this requires more investigation (starting manually works ok)…
Hi there. Anyone finished a working udev rule for usbip host? Have trouble to get one working on RPi. Second thing is a reconnect script on the client, any ideas?
How did you get it to work on Debain and what was the firewall issue? I can’t for the life of me get it to install and the alternative repository seems to be dead.
Hm, it still can’t find usbip. When I run sudo systemctl start usbip.service I get
Job for usbip.service failed because the control process exited with error code.
See “systemctl status usbip.service” and “journalctl -xe” for details.
And systemctl status returns
● usbip.service - usbip client
Loaded: loaded (/lib/systemd/system/usbip.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-04-24 10:54:49 EEST; 14s ago
Process: 3932 ExecStart=/bin/sh -c usbip attach -r 192.168.1.16 -b $(usbip list -r 192.168.1.16 | grep '0451:16a8' | cut -d: -f1) (code=exited, status=127)
Main PID: 3932 (code=exited, status=127)
Apr 24 10:54:49 debian10 systemd[1]: Starting usbip client...
Apr 24 10:54:49 debian10 sh[3932]: /bin/sh: 1: usbip: not found
Apr 24 10:54:49 debian10 sh[3932]: /bin/sh: 1: usbip: not found
Apr 24 10:54:49 debian10 systemd[1]: usbip.service: Main process exited, code=exited, status=127/n/a
Apr 24 10:54:49 debian10 systemd[1]: usbip.service: Failed with result 'exit-code'.
Apr 24 10:54:49 debian10 systemd[1]: Failed to start usbip client.