Whitehambone Posted March 21 Share Posted March 21 I don't think I have VNC setup in HA. I just tried RealVNC and could not connect. Link to comment
Whitehambone Posted March 21 Share Posted March 21 @apnar, my router reserves the IP based on the MAC address and it shows it as offline. A PING doesn't see a host either. Link to comment
apnar Posted March 21 Share Posted March 21 1 minute ago, Whitehambone said: I don't think I have VNC setup in HA. I just tried RealVNC and could not connect. You can run this to get it setup: sudo su - toor vm poweroff homeassistant echo 'graphics="yes"' >> /storage/vms/homeassistant/homeassistant.conf vm start homeassistant Link to comment
Whitehambone Posted March 21 Share Posted March 21 @apnar, As HA boots I get a few failures. [FAILED] Failed to start Network Manager Wait Online [FAILED] Failed to start Wait Until Kernel Time Synchronized. Link to comment
apnar Posted March 21 Share Posted March 21 (edited) 9 minutes ago, Whitehambone said: @apnar forgot this: I'd first make sure that MAC address listed is the one you have an assignment for on your router. Second you can try a static IP in the VM just to test by running something like this at the ha prompt (putting it correct IPs): network update enp0s5 --ipv4-method static --ipv4-address 192.168.1.143/24 --ipv4-gateway 192.168.1.1 --ipv4-nameservers 192.168.1.1 edit: added /24 on IP Edited March 21 by apnar Link to comment
Whitehambone Posted March 21 Share Posted March 21 @apnar, won't seem to take the name servers, it said command completed successful. I restarted HA and it seem to have the correct IP. I also triple checked the mac address in the router, it is good. I still can not resolve HA in a browser at the assigned address http://10.10.10.87:8123. Link to comment
tazman Posted March 21 Author Share Posted March 21 Everything is working for me now! @rob7419if you do as @shbatmrecommended to me on his github page https://github.com/shbatm/hacs-isy994/issues/112 that will force the ISY integration to reload on it's own. I love this community the way everyone is so helpful and how UDI goes above and beyond on everything they get involved with. Thank you all! Link to comment
apnar Posted March 21 Share Posted March 21 16 minutes ago, Whitehambone said: @apnar, won't seem to take the name servers, it said command completed successful. I restarted HA and it seem to have the correct IP. I also triple checked the mac address in the router, it is good. I still can not resolve HA in a browser at the assigned address http://10.10.10.87:8123. hmm. You can try dropping into the OS in HA by running "login". Then you can try pinging both your router and the IP of your eisy. If that's not working something is up with the networking glue somewhere. Link to comment
rob7419 Posted March 21 Share Posted March 21 42 minutes ago, Whitehambone said: @apnar, won't seem to take the name servers, it said command completed successful. I restarted HA and it seem to have the correct IP. I also triple checked the mac address in the router, it is good. I still can not resolve HA in a browser at the assigned address http://10.10.10.87:8123. @Whitehambone The "host_internet: false" and "supervisor_internet: false" suggest that the tap0 interface in still down. Try Quote sudo ifconfig vm-public up; sudo ifconfig tap0 up and see if that will allow HA to be resolved in a browser. Link to comment
Whitehambone Posted March 21 Share Posted March 21 @rob7419, ran those commands and host_internet and supervisor_internet are still false. But this shows it is up: [admin@eisy ~]$ ifconfig | grep metric re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 vm-public: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 tap0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 1500 Something must be hosed up in HA. Everything was working at one time. It is no surprise once I login to HA I can not ping the router. Thanks for the help everyone. Link to comment
Whitehambone Posted March 21 Share Posted March 21 @rob7419 & @apnar, FYI, I re-ran the HA script and it came back with everything working and I did not even need to restore anything. I figured what could it hurt, it wasn't working anyway. Thanks again. curl -s https://pkg.isy.io/script/create_ha_vm.sh | sudo bash 1 Link to comment
rob7419 Posted March 21 Share Posted March 21 1 hour ago, tazman said: Everything is working for me now! @rob7419if you do as @shbatmrecommended to me on his github page https://github.com/shbatm/hacs-isy994/issues/112 that will force the ISY integration to reload on it's own. I love this community the way everyone is so helpful and how UDI goes above and beyond on everything they get involved with. Thank you all! @tazman Thanks, I've tested and it is working for me as well. Link to comment
Recommended Posts