Enhancements
- 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
- 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
Enhancements
- Reduced Wind Chill minimum wind speed from 5 mph to 3 mph
Bug Fixes
- Websocket now sends connection confirmation message for onOpen event.
Enhancements
- Added station_pressure and station_pressure_indoor fields to Station Observation
Enhancements
- Added better support for public vs private station values
Bug Fixes
- Fixed bug with yesterday precipitation accumulation value. This value is in the Sky Device observation and the Station observation.
Enhancements
- Improved 404 security check for private stations to all GET services that have device_id or station_id as input.
Enhancements
- Changed precipitation field precision to millions
Enhancements
- Changed Station observation field (added precip_accum_local_day to replace rain_accum_local_day)
- Adjusted time window for precip_accum_local_day to include 00:00:00 as the last observation of the day.
Enhancements
- Changed Sky observation field UV from Integer to hundredths
Enhancements
- New Location Observation Fields (lightning_strike_count, precip_accum_local_day)
Bug Fixes
- Fixed Location Observation failing when Sky has a null wind value
Enhancements
- Added support for Local Daily Rain accumulation for 1 minute Sky observations
Bug Fixes
- Fixed falling pressure bug in the Device observation summary.
Bug Fixes
- Corrected the formula for Delta T
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
Bug Fixes
- Station events should not get delivered to websocket listeners
- Station API Metric collection is now working
Enhancements
- Changed Station Observation format
- Created observations/device/{device_id} path for getting Device observations
- Added support for Sky solar radiation as an observed field
- Added websocket ack and connection_opened messages
- Added API REST and Websocket metrics
Bug Fixes
- Fixed online/offline station bug for hubs not on firmware v13.
Enhancements
- Added path param option for GET observations/station/{station_id}
Enhancements
- Added Diagnostics service
- Removed mac address from device response object
Enhancements
- Added Station state online/offline support with event listening for state change
- Added device diagnostics support
- Improved Health Check
- Added file watchdog