pyobs_weather.weather.stations.Monet

class Monet(url='https://monet.as.utexas.edu/', current=False, *args, **kwargs)[source]

The Monet weather station reads current weather information from a ThiesWS weather station.

Initializes a new Monet weather station.

The URLs should be:

Parameters:
  • url – URL of Monet weather station.

  • current – If True, latest values are fetched, otherwise a 5-minute average.

create_sensors()[source]

Entry point for creating sensors for this station.

These sensors are created:

  • temp

  • humid

  • winddir

  • windspeed

  • press

  • rain

update()[source]

Entry point for updating sensor values for this station.

This method reads the current weather information from Monet weather homepage.