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

add all sensors for Weathercloud #35

Open
3 tasks done
pablolite opened this issue Nov 19, 2024 · 0 comments
Open
3 tasks done

add all sensors for Weathercloud #35

pablolite opened this issue Nov 19, 2024 · 0 comments

Comments

@pablolite
Copy link

Checklist

  • I have filled out the template to the best of my ability.
  • This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
  • This issue is not a duplicate feature request of previous feature requests.

Is your feature request related to a problem? Please describe.

The current version does not support all the data that a weather station can send to the cloud.

Describe the solution you'd like

Below are all the possible ones:

// included most of the time
bar: number, // pressure (hPa)
wdir: number, // wind direction (degree)
wdiravg: number, // average wind direction (degree)
wspd?: number, // wind speed (m/s)
wspdhi?: number, // wind gust (m/s)
wspdavg?: number, // average wind speed (m/s)
rainrate?: number, // rainrate (mm/hour)
rain?: number, // rained today (mm)
temp?: number, // temperature (°C)
hum?: number, // humidity (%)
dew?: number, // dew point (°C)

// optional
temp02?: number, // 2nd temperature (°C)
hum02?: number, // 2nd humidity (%)
chill?: number, // wind-chill (°C)
heat?: number, // heat index (°C)
thw?: number, // Temperature-Humidity-Wind Index or feel like (°C)
solarrad?: number, // solar radiation (W/m²)
uvi?: number, // UV index
vis?: number, // visibility mainly for metar (m)

// logged only
tempin?: number, // in temperature (°C)
humin?: number, // in humidity (%)
dewin?: number, // in dew point (°C)
heatin?: number, // in heat index (°C)

source:
https://github.com/maxime-mrl/weathercloud-js

Describe alternatives you've considered

...

Additional context

...

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

1 participant