#Hey guys i wanted to ask if there is a
1 messages · Page 1 of 1 (latest)
oh sry mean HA
So... if you want HA with add-ons then the answer is that you don't
HA in Docker (aka Container) will work, but the "kiosk mode" part isn't relevant to HA, just follow any guide for that part
Really though, hook the display up to something other than the server that runs HA
That's a shit guide
You'll end up with a pure Core install, and that means you need to build Python from source (at least) every 12 months, and rebuild the venv each time
https://github.com/josfaber/debian-kiosk-installer is probably better if you need an easy button
Then https://www.home-assistant.io/installation/linux#docker-compose for HA in Docker - but you don't get add-ons
Because the reason is I want to integrate this tool there later and control everything via the pi not like he does via server or mini pc and esp, because everything should run via pi so that you can turn on lights etc and no wifi sockets needed
https://prnt.sc/6FiPId-xfbq4 I don't think this will work in docker mode
HA runs on a server, that Pi could be the server - but don't connect it to the display
Connect one Pi to the display, and let it do all that. Run HA on another Pi
yes, but i need the display to be able to control the growbox outside the box ^^
If you want to do it all in one then #1256316409726767287 message
So?
HA's UI is a web one
You can reach it from any web browser
HA has no local UI
yes i know that that's why i wanted to do it debian 12 lite version and then he logs in directly in the after a sleep ui and you can control in touch ha ^^ https://youtu.be/4hN0_yGVdUQ?t=1016
So, again, the HA part is totally independant of the kiosk part
Any guide for kiosk mode on Debian will get you that part
Then https://www.home-assistant.io/installation/linux#docker-compose for HA in Docker - but you don't get add-ons
ill try that first thanks and then install ha manual via putty right?
Well, yes, using the guide I keep posting 😉
ok thank ill try it ^^
Docker good
pip bad
Supervised worse
yes ill try that was error last night
Then https://www.home-assistant.io/installation/linux#docker-compose for HA in Docker - but you don't get add-ons
Please ... stop with images of text
Please use a code share site to share code or logs, for example:
- https://dpaste.org/ (select YAML for the language, and consider picking a longer expiry)
- http://pastie.org/ (select YAML for the language)
- https://paste.debian.net/ (you guessed it, select YAML as the language)
Please don't use Pastebin, since it can randomly add spaces to the main view. Please also don't share text as images since it makes it harder for people to help you. Remember that others may have colour blindness, impaired vision, etc.
okey
Also, you used sudo to wget the file, but not for any other command
And that's not what the docs tell you to do
Login as root or with root permissions
sudo -s gets you that
Then run the commands
thanks its all new for me a fivem server setup its ez vor me ^^
then ill think nano the sh and edit chromium to chromium-browser
https://www.raspberrypi.com/tutorials/how-to-use-a-raspberry-pi-in-kiosk-mode/ may be another option
ok i'll try the sh first ^^ i don't have to do security etc yet i just want to develop a board where the pi goes on and can control everything like a control box e.g. lights on off airfans faster slower on off rain simulation on off ...
so i has install sh and docker what config path mean that docs?
services:
homeassistant:
container_name: homeassistant
image: "ghcr.io/home-assistant/home-assistant:stable"
volumes:
- /PATH_TO_YOUR_CONFIG:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host