Skip to content
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

Open
JUAN1936 opened this issue Feb 6, 2021 · 6 comments
Open

WeatherlikDebug #2

JUAN1936 opened this issue Feb 6, 2021 · 6 comments

Comments

@JUAN1936
Copy link

JUAN1936 commented Feb 6, 2021

weatherLinkDebug.log

@darmbrust
Copy link
Owner

darmbrust commented Feb 6, 2021

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.
Your last attempt, at 6:34 indicates it couldn't find your WLL.

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.
https://github.com/darmbrust/weatherlink/blob/develop/README.md#setting-options-on-windows

@JUAN1936 JUAN1936 closed this as completed Feb 7, 2021
@JUAN1936
Copy link
Author

JUAN1936 commented Feb 7, 2021

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
weatherLinkDebug.log

@JUAN1936 JUAN1936 reopened this Feb 7, 2021
@darmbrust
Copy link
Owner

You didn't get the parameters quite like it expected.

Try this:

javaw -jar weatherlinkWindows.jar 192.168.0.101

@JUAN1936
Copy link
Author

JUAN1936 commented Feb 8, 2021

Nothing Darmbrust. Literally says "Error starting data reading" Everything remains the same. I leave it for the moment. Thank you so much for everything.

@darmbrust
Copy link
Owner

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?

@JUAN1936
Copy link
Author

JUAN1936 commented Feb 8, 2021

windows defender

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants