meichthys / uptime_kuma

Uptime Kuma HACS integration
110 stars 23 forks source link

Request Exception #33

Closed mobrembski closed 1 year ago

mobrembski commented 1 year ago

Hi!,

I'm using this addon on my HA instance. But when i configure it with proper credentials (checked via browser), im getting following error: Request exception for 'homeassistant.stal:3001/metrics' with - homeassistant.stal:3001/metrics Uptime Kuma is installed as a addon on same HA. What is wrong here? What to check?

meichthys commented 1 year ago

See here: https://github.com/meichthys/uptime_kuma/issues/23

mobrembski commented 1 year ago

@meichthys Actually it doesn't help me a much, i've already checked out verify SSL

meichthys commented 1 year ago

@mobrembski did you add http or https? Did you check to make sure the port is correct according to the addon configuration?

mobrembski commented 1 year ago

Yes, already checked :( I will try to log into my box and add some debug logs to see

keithmichael commented 1 year ago

I have the same problem. I am running Uptime as a container on Proxmox. I can connect to uptime at http://10.10.10.10:3001, but when I configure home assistant to talk to uptime (host: 10.10.10.10) and port (3001) and uncheck 'verify SSL', I get a request exception error.

meichthys commented 1 year ago

Please try with SSL. At this point with tools like NGINXProxyManager, Caddy, Traefik, and others, there's little overhead and downside to setting up SSL - even on local networks.

keithmichael commented 1 year ago

I worked around the issue by using NGINX. Thank you. I like the software.