Date: 2024-09-18
- Bumped Python to 3.12 in Devcontainer
- Added
precip_type_text
sensor, which describes what type of precipitation is measured. (No Rain, Rain or Heavy Rain/Hail)
Date: 2024-01-27
- Added the option of supplying number of hours we want to show for the Hourly Forecast. Default is set to 48 hours.
Date: 2024-01-22
- Added better error handling if the Station ID is not found. The module will now raise the
WeatherFlowForecastWongStationId
error, which then can be handled.
Date: 2024-01-21
- Adding voltage to the empty sensor dataset, resulting in valid data for voltage, battery and power save mode even with an empty dayaset from WeatherFlow
Date: 2024-01-21
- Handling if the station is offline or there are no recent observations. Returning and empty dataset with the field
data_available
set to False if no data can be retrieved.
Date: 2024-01-20
- Fixed the issue where a wrong value was used to calculate the UV Description sensor.
Date: 2024-01-06
- Reverting changes done by
mypy
that seems to have caused problems for some people.
Date: 2024-01-04
- Added
wind_gust
to Daily Forecast
Date: 2023-12-23
- Added new sensor
Precip Type
exposing an integer with the type of precipitation, if any. Possible values are: 0 = none, 1 = rain, 2 = hail and 3 = rain+hail (Experimental)
Date: 2023-12-04
- Added new sensor
Precip Intensity
exposing a text string with the intensity of the current rain
Date: 2023-11-18
- Added new binary_sensor
Is Lightning
showing if there is currently a lightning storm - Added new sensor
UV Description
, detailing the current UV value - Added new sensor
Staton Information
, detailing data about the Tempest Station
Date: 2023-10-18
- Added new sensor
Power Save Mode
that shows the Power Mode of a Tempest device. Attributes of the sensor gives a textual explanation. For more information read here
Date: 2023-10-17
- Added check for None values in all calculated sensors, to ensure they will not throw an error.
Date: 2023-10-15
- Ensuring that the sensor function still works with AIR and SKY devices, even though we do not add Voltage and battery values.
Date: 2023-10-15
- Optimizing the Fetch Sensor Data by removing 1 call to the API per cycle.
Date: 2023-10-14
- Rewritten the Request modules to simplify code base.
- Merged all API request needed for getting sensor data, into one function.
Date: 2023-10-13
- Fixing loop when retreiving device information - used for the voltage data.
Date: 2023-10-12
- Added Voltage sensor. This will only be available for Tempest devices. AIR and SKY will not be supported-
- Added calculated battery sensor, that show the % full. Calculated sensor based on the voltage value.
Date: 2023-10-09
- Fix wrong value in Absolute Humidity
- Added Beaufort sensor
- Added Freezing Altitude sensor