Smart Weather API

Smart Weather API - v1.104

Enhancements

  1. Added new fields to the end of the Device Observation array
    • index 12: Precipitation Type
    • index 13: Wind Sample Interval
    • index 14: Precipitation Accumulation Final
    • index 15: Local Day Precipitation Accumulation Final
    • index 16: Precipitation Analysis Type
  2. Added new fields to the Station Observation
    • precip_accum_local_yesterday_final
    • precip_analysis_type_yesterday
    • precip_minutes_local_day
    • precip_minutes_local_yesterday
    • precip_minutes_local_yesterday_final

Smart Weather API - v1.97

Enhancements

  1. Reduced Wind Chill minimum wind speed from 5 mph to 3 mph

Smart Weather API - v1.88

Bug Fixes

  1. Websocket now sends connection confirmation message for onOpen event.

Smart Weather API - v1.79

Enhancements

  1. Added station_pressure and station_pressure_indoor fields to Station Observation

Smart Weather API - v1.75

Enhancements

  1. Added better support for public vs private station values

Smart Weather API - v1.65

Bug Fixes

  1. Fixed bug with yesterday precipitation accumulation value. This value is in the Sky Device observation and the Station observation.

Smart Weather API - v1.51

Enhancements

  1. Improved 404 security check for private stations to all GET services that have device_id or station_id as input.

Smart Weather API - v1.46

Enhancements

  1. Changed precipitation field precision to millions

Smart Weather API - v1.37

Enhancements

  1. Changed Station observation field (added precip_accum_local_day to replace rain_accum_local_day)
  2. Adjusted time window for precip_accum_local_day to include 00:00:00 as the last observation of the day.

Smart Weather API - v1.36

Enhancements

  1. Changed Sky observation field UV from Integer to hundredths

Smart Weather API - v1.35

Enhancements

  1. New Location Observation Fields (lightning_strike_count, precip_accum_local_day)

Smart Weather API - v1.33

Bug Fixes

  1. Fixed Location Observation failing when Sky has a null wind value

Enhancements

  1. Added support for Local Daily Rain accumulation for 1 minute Sky observations

Smart Weather API - v1.31

Bug Fixes

  1. Fixed falling pressure bug in the Device observation summary.

Smart Weather API - v1.25

Bug Fixes

  1. Corrected the formula for Delta T

Smart Weather API - v1.19

Enhancements

  • Added solar_radiation to Sky CSV response
  • Added support for Hub debug messages
  • Added GET service for sent notifications
  • Added a better status message for a Station observation that does not have capabilities

Smart Weather API - v1.18

Bug Fixes

  1. Station events should not get delivered to websocket listeners
  2. Station API Metric collection is now working

Smart Weather API - v1.17

Enhancements

  1. Changed Station Observation format
  2. Created observations/device/{device_id} path for getting Device observations
  3. Added support for Sky solar radiation as an observed field
  4. Added websocket ack and connection_opened messages
  5. Added API REST and Websocket metrics

Smart Weather API - v1.16

Bug Fixes

  1. Fixed online/offline station bug for hubs not on firmware v13.

Smart Weather API - v1.15

Enhancements

  1. Added path param option for GET observations/station/{station_id}

Smart Weather API - v1.14

Enhancements

  1. Added Diagnostics service
  2. Removed mac address from device response object

Smart Weather API - v1.13

Enhancements

  1. Added Station state online/offline support with event listening for state change
  2. Added device diagnostics support
  3. Improved Health Check
  4. Added file watchdog