-
Notifications
You must be signed in to change notification settings - Fork 4
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
Windspeed always reads under 1. #10
Comments
Ok it went over 1 but it is still very low and that was with a massive gust of wind. |
Hi Wumfile, we need to look into it if it is just a problem in the Webfrontend or may even a problem with the sensorreading at all. Best Regards Mathias Claußen |
Would it help if i gave you the sensorlogging data? |
Hi, we have been able to reproduce the problem and can see that the display is a few degree off. Next is to check if it is the library used to draw the elements or a problem within the data processing inside the javascipt. Best Regards Mathias Claußen |
Thank you |
Hi Wumfie, the display issue with the temperature has been adressed and fixed. Windspeed needs to be still addressed. This means the issue will keept open untill the windspeed is fixed |
Thank you for the update. |
Any Updates? |
Dear Wurmfie, currently and sadly the time for bugfixes that is allocated to this project has been put to a bare minimum, therfore progress will be slow and i would like to have better news on this, but thats the conditions currenlty given. Best Regards Mathias Claußen |
Hi Wurmfie, the issue can be reproduced and i need to look over the weekend into the isue itself. Best Regards Mathias Claußen |
Hi Mr. Claußen last week I did a test of the windspeed meter with my car, because I could not believe in the very little speed values. The result was that the displayed speed is approximately the half of the car speed. I did it up to 80 km/h, i. e. the speed calculation should be "speed = (float)(pulses) *0.66; // m/s". |
Dear t3hoe, thanks for the testdrive. The fix has been committed to the master branch and also fixed tin the dev branch Best Regards Mathias Claußen |
On the main panel with all of the dials, the windspeed always reads values under 1 even when the wind speeds are far over that. Not sure if this is a misconfiguration on my end or if it is a problem with the firmware.
Also, I noticed that the temperature indicator is not in the right place. The 0 is centered even though it goes from -30 to 50 i think that the 0 should be offset because when the temperature is 21, the dial says 18. Example:
The text was updated successfully, but these errors were encountered: