Jump to content

Home Assistant on eisy not online


Recommended Posts

Posted
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

 

Posted (edited)
9 minutes ago, Whitehambone said:

@apnar forgot this:

ScreenShot2024-03-21at4_27_43PM.thumb.png.831057c190604c39504933fc846cc9b3.png

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 by apnar
Posted

@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.

Screen Shot 2024-03-21 at 4.59.53 PM.png

Screen Shot 2024-03-21 at 5.05.39 PM.png

Posted
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.

Screen Shot 2024-03-21 at 4.59.53 PM.png

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.

Posted
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.

Screen Shot 2024-03-21 at 4.59.53 PM.png

Screen Shot 2024-03-21 at 5.05.39 PM.png

@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.

Posted

@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. 

Posted

@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

 

  • Like 1
Posted
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.

 

Guest
This topic is now closed to further replies.

×
×
  • Create New...