grossmann
(S Grossmann)
March 29, 2020, 2:27pm
1
I want to creat a button to change the color of my RGB light :
When I send with putty :
sudo sendip -p ipv4 -p udp -us 30978 -ud 30977 -d 0xfbec0701000000f2668500d00 -v 192.168.1.210
Everything is OK, and the light changes color. But when I do the same in the Terminal of HA, I got a :
bash: sudo: Command not found
(With or without sudo)
My aim is to creat a button, which calls a service wich executes this command.
Any Idea ?
robbo312
(Robbo)
March 29, 2020, 3:11pm
2
If using Docker remember any command will be ran inside the container and not the host. If not running Docker try using absolute paths.
grossmann
(S Grossmann)
March 29, 2020, 4:32pm
3
Thanks for your interest. I followed this tutorial :
The only way I got SSD booting on Pi4 is to go with Raspbian Buster instead of HassOS and then install Hassio on top.
The caviat is that you will still have to have sd card plugged in to boot but then everything will run of SSD usb. I got a Kingston A2000 NVMe drive (it’s pretty cheap considering the speed you get) and Shinestar adapter for it . While you are there pickup yourself this bad boy heat sink case Pi4 runs much hotter then pi3 and will throttle, and you will be back at pi3 speed …
So my HA runs in a Docker ?
If yes, do I have to install “sendip” in the Docker too ?
I tried to install it through the terminal, but didn’t get it to install…
bobgodd
(Jake Smith)
June 13, 2020, 7:00pm
4
Did you ever get it figured out? I’m trying to run a command from the command line switch and i’m getting my ass kicked pretty badly.
grossmann
(S Grossmann)
June 28, 2020, 7:12am
5
In fact, I changed the firmware of my Led Controller : after putting Tasmota on it, I could manage to do everything I needed.