-
Notifications
You must be signed in to change notification settings - Fork 116
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
Docker installation - Ip address find #526
Comments
Please show the tcpdump traffic (mangle your tokens not to show real data). As for the IP, it is not a problem - it will just return empty string. It is not used by HASS |
couldn't get that going for some reason, but i looked into the HASS log, and this appears twice: what is the "_" argument zwave_me_ws is missing? |
I see now that I mentioned that in another thread, and that this issue can be closed if the IP address thing is not an issue. |
Which docker do you use? How do you install it? |
I made this docker, the docker compose and dockerfile is in the description. |
IP issue is stated as not the problem up above here, so this issue can be closed. (my issues with first logon was caused by something in my config files, I set up HASS all over again and problem disappeared). |
installing 3.2.2 and patching for HASS integration (mentioned here: cc62fa2), I can't log in with any user but admin. the login screen just resets.
I get this in the log:
sh: 1: ip: not found
so i looked into the 'AutomationController.prototype.getIPAddress = function() {' in AutomationController.js , and see that none of the ways of obtaining what i asume is the host IP for the z-way server works in a docker (ubuntu based).
'Hostname -i" will return the container IP, don't know how to find host IP from within the docker..
I tried to hard code the correct IP in this function, and i see that the error message disapeared, but the login still resets for all but the admin user.
Any ideas?
The text was updated successfully, but these errors were encountered: