prom00
prom00
I had the integration working before, but it stopped working. At the moment apps.neatorobotics.com/...... is returning an HTTP ERROR 500 Seems like there's some issues at neato's side
> > Vorwerk, Neato's parent company stopped selling Neato and will shut down operations as I read in a tech blog. The parent company will maintain the cloud for 5...
The error isn't inside HomeAssistant, but on the external URL from Neato: ```https://apps.neatorobotics.com/oauth2/authorize?response_type=code&client_id=xxxx&redirect_uri=https://my.home-assistant.io/redirect/oauth&state=xxxxxxxx&client_secret=xxxxx&scope=public_profile+control_robots+maps``` This simply returns an HTTP 500 error status in the headers. 
> did you check the redirect url?. Needs to be the path to your externally accessible home assistant instance (see redirect uri) Yes it is redirected to my home assistant...
The app takes a long time to load. After loading it now shows "TRY AGAIN". Seems like neato is officially dead now and they don't care about the promised 5...
Awesome you're looking into this! In my system, the image is 186 x 145  The original image size is now 4032 x 3024 I've now resized the image to...
Awesome! I'd love to update my installation, but I'm a bit scared of losing everything. Is there somewhere a description on how to update a running configuration without loosing everything?...
I have a docker-compose like this: ```version: '3' services: lubelogger: image: hargata/lubelogger ports: - "8080:8080" env_file: - /pathToEnvFile/lubelogger.env restart: unless-stopped volumes: - myapp:/home/node/app # use named volume volumes: myapp: ```...
That works alot better! Thanks alot!