-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WeatherlikDebug #2
Comments
Your attempts at (and prior) to 6:25 were still seeing the strange error that appears to indicate interference by something else on the computer. Did you change something between those two attempts? You can try manually setting your IP address to 192.168.0.101 by adding it to the startup command. |
Hi again darmbrust, I still can't solve the problem, the device finds it, but can't seem to read the data. It could be a problem for the units, in my case metrics of the sensors. Regards and thanks for everything |
You didn't get the parameters quite like it expected. Try this: javaw -jar weatherlinkWindows.jar 192.168.0.101 |
Nothing Darmbrust. Literally says "Error starting data reading" Everything remains the same. I leave it for the moment. Thank you so much for everything. |
I forgot to give you the extra parameter in the above, again - you still need this too - most likely. Either this, or disable your firewall as a test. javaw -Djava.net.preferIPv4Stack=true -jar weatherlinkWindows.jar 192.168.0.101 One of your log files, up above, showed one time where it started without the "Error starting data reading" error - and I don't know what you had done when you did that test. But in that particular test, it couldn't find the IP of the WLL. Which is why I suggessted you also add the IP on the command. What firewall / antivirus software do you have installed on this machine? Standard windows, or, something else? |
windows defender |
weatherLinkDebug.log
The text was updated successfully, but these errors were encountered: