Why is HA so difficult to set-up?

You can try

ping -c 3 192.168.50.61

to see if host is up.
If it isnt then maybe something is wrong with your ha yellow or it just went iin sleep mode or whatever.
Edit:
You basically have 2 possibilities. If this device is connected to your router with lan cable then either it is going into some sleep mode and you have to wake it up from time to time or ha is for some reason crashing on this device. Maybe haos crashed, i dont know.
This is how i see this problem. It doesnt mean that I’m right about this but this is my opinion.

C:\Windows\System32>ping -c 3 192.168.50.61
Bad value for option -c.

I assume the "3 " in that string was a typo.

C:\Windows\System32>ping -c 192.168.50.61
Bad value for option -c.

It is connected to my LAN with Ethernet.

If sleep mode is the issue, are you suggesting sleep mode caused by the router? I would think HA would be designed to avoide this.

If crashing, I could re-install the SW from scratch. I have no automations or custom dashboards yet as I was waiting to resolve this first. Kind of useless if I have to do multiple power cycles every week.

just use ping 192.168.50.61, you don’t need any additional value.

When you get it up running, check if you see anything in the logs.

No it isnt but im using linux, so maybe in windows is different.
if sleep mode is an issue router doesnt have anything to do with it. It is your raspberry pi bios settings. But maybe, I dont know as I never used this device anyway. I use desktop comp running linux and ha is in docker.

C:\Windows\System32>ping 192.168.50.61

Pinging 192.168.50.61 with 32 bytes of data:
Reply from 192.168.50.61: bytes=32 time=2ms TTL=64
Reply from 192.168.50.61: bytes=32 time=2ms TTL=64
Reply from 192.168.50.61: bytes=32 time=3ms TTL=64
Reply from 192.168.50.61: bytes=32 time=2ms TTL=64

Ping statistics for 192.168.50.61:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 2ms, Maximum = 3ms, Average = 2ms

I assume this means my HA Yellow is awake?

This means your ha yellow is online and probably it is not the problem.
Very likely ha is for some reason.
Try to install nmap and scan this ip for open ports.

Yes. Can you access http://192.168.50.61:4357 from a browser?

ddaniel

not sure what nmap is but I am sure I can get the info I need using google. Once I have it, do you mean scan 192.168.50.61 for open ports?

fleskefjes

I cannot access with port 4357.

Note, to check the HA Observer the link is:
http://192.168.50.61:4357
but not
https://192.168.50.61:4357

No point in installing nmap. I’d start looking at doing a factory reset on the device.

Thanks for clarifying

http://192.168.50.61:4357” gives the error refused to connect.

OK, I will look into factory resetting. Thanks

OK, the reset steps for Yellow with CM5 are much more complicated than CM4. I always get hung up on this https://support.nabucasa.com/hc/en-us/articles/25454894609693-Using-the-serial-console-on-Home-Assistant-Yellow-for-debugging-Windows where device manager never shows the Silicon Labs CP210x USB to UART Bridge. It is so much easier to just wipe my NVMe clean and do a fresh install.

Might b e obvious and probably too late, but check if the USB cable you’re using is wired for data & not power-only.

not too late. Will check tomorrow.

I am able to transfer photos from my Cell Phone to my PC with the same USB cable that does not show the Silicon Labs CP210x USB to UART Bridge in Device Manager, so something strange going on, but it is most likely a PC/Windows issue (just a guess).

I used Raspberry Pi Imager and reinstalled the software on my NVMe. Will see if this resolves my problem. Last time it took 6 days before I could no longer log in. Lets see if I experience the same or maybe I just had a bad install the previous time.