Skip to content

Feature Request: Add Support for Nuvoler Weather Data Integration #129

@rc-chuah

Description

@rc-chuah

Summary

I would like to request support for uploading weather station data from pywws to Nuvoler, a cloud platform for weather data visualization and sharing.

Background

Nuvoler provides endpoints for receiving weather station data via HTTP POST/GET requests. Example endpoint:
https://www.nuvoler.com/data/recibir.php?station_id=50&station_pass=12345&temperature=22.5&rh=65&mslp=1013.2&wind_dir=180&wind_avg=12.5&wind_min=8.0&wind_max=16.0&precip=2.4&uv=5&dewpoint=14.2

Documentation:

Proposed Feature

  • Implement a new pywws service module (similar to existing Weather Underground or WOW integrations).
  • Allow users to configure station_id and station_pass in pywws configuration.
  • Map pywws weather data fields (temperature, humidity, pressure, wind, precipitation, UV, dewpoint) to Nuvoler’s expected parameters.
  • Provide error handling and logging for failed uploads.

Benefits

  • Expands pywws compatibility with modern weather data platforms.
  • Enables community members to share data on Nuvoler without manual scripts.
  • Strengthens pywws as a versatile tool for weather enthusiasts.

References

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions