twrecked / hass-aarlo

Asynchronous Arlo Component for Home Assistant
GNU Lesser General Public License v3.0
399 stars 79 forks source link

problem with aarlo #809

Open unecc opened 1 year ago

unecc commented 1 year ago

Hi to all, still works? I've this error

image

twrecked commented 1 year ago

Arlo is playing around. Try adding this to your config:

aarlo:
 .. your original config
 mqtt_host: mqtt-cluster-z1.arloxcld.com
unecc commented 1 year ago

Thanks for your fast replay. I'm going crazy with aarlo.

i've add your code in my configuration.yaml Please check if it's ok. My arlo is ARLO PRO 1st version

aarlo:
  host: https://my.arlo.com
  username: !secret arlo_username
  password: !secret arlo_password
  mqtt_host: mqtt-cluster-z1.arloxcld.com
twrecked commented 1 year ago

Looks good.

Fennek88 commented 1 year ago

Arlo is playing around. Try adding this to your config:

aarlo:
 .. your original config
 mqtt_host: mqtt-cluster-z1.arloxcld.com

Thanks, that fixed it for me!