Closed schannall closed 4 years ago
Oh God, I'm just stupid. The config file is created the first run and will not be updated by newer builds. It seemes, I had an error in one of my first builds. Deleting the file will create a new one with the right values..
Describe the bug
Hi, I'm trying to build Valetudo for the Viomi. It builds an runs okay, but the webserver always throws errors. Digging a little deeper, I found, that Valetudo always spoofs the 203.0.113.1 IP, regardless of what I have in the configs.
To Reproduce
Steps to reproduce the behavior:
edit your config Files:
develop/config.json
Test if all files where spoofedIP is in are set to the 110.43.0.83 adress:
grep -r "spoofedIP" | grep -v "\.spoofedIP"
Build your application
npm run build_viomi
Expected behavior
Have the config file on the robot set up correctly. When editing /mnt/data/valetudo/config.json at least the IP is set correctly. I'm now getting another error (local request 15016 get_status timed out) but I have not yet looked further into it.
Additional context
Valetudo built with https://github.com/Hypfer/Valetudo/tree/5dc6e438afc1361b1955230a854a8c677da01e45