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

[Bug]: WH2600 Froggit 2.2 / Version 2.2.5 #9

Open
whackl opened this issue Mar 12, 2024 · 1 comment
Open

[Bug]: WH2600 Froggit 2.2 / Version 2.2.5 #9

whackl opened this issue Mar 12, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@whackl
Copy link

whackl commented Mar 12, 2024

What happened?

Read data from livedata.htm on Froggit WH2600
the field windspeed is undefined

Errors / Logs

on the froggit station the field

weatherData.windSpeed = WeatherStation.getWeatherDataNumber(document, 'windspeed');

has to be changed to

weatherData.windSpeed = WeatherStation.getWeatherDataNumber(document, 'avgwind');

as seen in html code atached file
LiveData.html.txt

Module Version

actual

Node-RED Version

3.02

Node.JS Version

No response

Platform/OS

No response

Browser

No response

@whackl whackl added the bug Something isn't working label Mar 12, 2024
@claudiospizzi
Copy link
Owner

Hi @whackl

I've checked with my Weather Logger 2600 (v2.2.8). The wind speed is actually defined as "windspeed" in the HTML. So this field probably has changed over time and version.

I can't just change it, I will break the existing setup. So I've tried to add an additional property windAverage in a new version. Can you check if that works?
https://www.npmjs.com/package/node-red-contrib-wh2600/v/1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants