Releases: rhockenbury/homebridge-ecowitt-weather-sensors
Releases · rhockenbury/homebridge-ecowitt-weather-sensors
v2.5.1
v2.5.0
- Implement support for WN32 and WN32P
- Add Homebridge verified badge
v2.4.1
- 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
- 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 toREADME.md
- Add Github action to close issues with no activity
v2.3.1-beta
- Add
homepage
field inpackage.json
for plugin verification - Add
name
property inconfig.schema.json
for plugin verification
v2.3.0-beta
- Add support for WH26 and WN30
- Renamed WH31 and WH34 to WN31 and WN34 respectively
v2.2.0-beta
- 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
- 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
- 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
- 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