Skip to content

Releases: rhockenbury/homebridge-ecowitt-weather-sensors

v2.5.1

21 Oct 17:51
Compare
Choose a tag to compare
  • Update dependencies
  • Fix bug with WN30 and WN35 where name override without metric was not respected

v2.5.0

22 Sep 16:37
Compare
Choose a tag to compare
  • Implement support for WN32 and WN32P
  • Add Homebridge verified badge

v2.4.1

18 Sep 22:30
Compare
Choose a tag to compare
  • Promote v2 to GA
  • Improve data report simulator with parameters set in definitions file
  • Improve error handling for missing required parameters on a sensor

v2.4.0-beta

17 Sep 19:03
Compare
Choose a tag to compare
  • Add support for WH65, WS68, WS80, and WS90
  • Implement Light and Ultraviolet sensor types
  • Fix issue with mapping wind direction to a sector
  • Add paypal funding link to package.json and donation section to README.md
  • Add Github action to close issues with no activity

v2.3.1-beta

15 Sep 22:21
Compare
Choose a tag to compare
  • Add homepage field in package.json for plugin verification
  • Add name property in config.schema.json for plugin verification

v2.3.0-beta

15 Sep 22:00
Compare
Choose a tag to compare
  • Add support for WH26 and WN30
  • Renamed WH31 and WH34 to WN31 and WN34 respectively

v2.2.0-beta

13 Sep 18:29
Compare
Choose a tag to compare
  • Add support for WH41, WH43, WH45, WH46, and WH57
  • Implement Air Quality, Carbon Dioxide, and Lightning sensors
  • Minor adjustments to thresholds for low battery indication
  • Add log notice to indicate what weather data properties are not supported for each device
  • Fix minor issue with temperature rounding in dynamic service names
  • Add log warning to re-register if weather data properties change on data report
  • Add short contributing guide

v2.1.0-beta

10 Sep 16:03
Compare
Choose a tag to compare
  • Update device names to not include parentheses so default names can be saved in Homekit
  • Update log messages around adding and removing accessories to include accessory UUID
  • Correct migration guide link embedded in log messages
  • Add links to collecting/submitting the Ecowitt data report for Github issues
  • Implement removeStaleDevices setting to auto-remove devices that do not appear in data report
  • Adjusted temperature and humidity service names to mirror Homekit formatting
  • Implement rudimentary data report simulator to support manual plugin testing
  • Fix issue with timestamp validation and timezone offset
  • Add warning if data report interval is set to lower than 10 seconds

v2.0.0-beta

09 Sep 15:04
Compare
Choose a tag to compare
  • New plugin UI for plugin configuration with expanded capabilities
  • Added support for GW1200, HP255X, HP256X, and HP3500
  • Dynamic service names can be disabled through plugin config
  • Set "Value" and "Intensity" characteristics for rain and wind sensors
  • Fix bug for WH51 battery sensor above 100% warning
  • Fix bug for channel undefined for some accessories
  • Reduced plugin noise by reducing log levels where appropriate
  • Added more helpful log messages for certain failures cases
  • Expanded and more complete documentation in the README
  • Implemented v2 config mapper to auto-generate v2 plugin config
  • Implemented unit tests, and synthetic tests from real data reports

v1.4.2

09 Sep 02:21
Compare
Choose a tag to compare
  • Set "Value" and "Intensity" characteristics for rain and wind sensors
  • Fix bug for WH51 battery sensor above 100% warning
  • Fix bug for channel undefined for some accessories
  • Modified level of log messages to reduce noise from plugin
  • Added more complete documentation to the README