How to get started? #202
-
Hi, How can non-HAOS users get started? I don't see a docker or docker-compose file anywhere, but afaik HAOS add-ons use docker images? Thanks! :) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
The readme has docker instructions, it's not structured very well it's a bit further down |
Beta Was this translation helpful? Give feedback.
-
Should the docker compose version for My raspi (where hcpy will run in the end) is headless. So, for fetching the authentication via browser I try to use my windows computer. Building the docker image works fine. But running...
... ends in an error message:
P.S. |
Beta Was this translation helpful? Give feedback.
-
It looks like a line ending encoding issue on windows (maybe caused by git auto converting the files) as \r indicates a carriage return so it maybe the file you have needs converting to Linux line ending (e.g. \n instead of \r\n). Something like Notepad++ can change line endings Installing python for windows is another option. You do need the device registered to get a usable file though... |
Beta Was this translation helpful? Give feedback.
-
It's using python slim, I guess the gcc install for the HomeAssistant bashio compilation probably bulks it up a bit, welcome to try and optimise it, maybe there are precompiled binaries 😅 |
Beta Was this translation helpful? Give feedback.
The readme has docker instructions, it's not structured very well it's a bit further down