Releases: bellrichm/WeeWX-MQTTSubscribe
Releases · bellrichm/WeeWX-MQTTSubscribe
Version 2.1.0-rc02
Beta release for generating ‘empty’ loop packets.
Version 2.1.0-rc01
Version 2.0.0
IMPORTANT
Most deprecated options have been removed. For a list of options and replacements see, https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Options-removed-in-2.0.0
Enhancements/Fixes:
- Collect wind data across loop boundaries. (#102)
- Add conversion_error_to_none option.
- Add option to ignore message based on field value.
- Add option to use user defined functions to convert data. (#126)
- Support conditionally subscribing to topics.
- Support configuring additional observations and units. (#118)
- Log topics subscribed to at the informational level.
- Improve the exception logging.
Fixes:
- Fix problem when caching fields that are renamed.
- Ignore incoming data with a dateTime that is before the current interval start dateTime. (#121)
- Fix an error when shutting down MQTTSubscribeService when it was not enabled.
- Eliminate subscription to internal wind topic. (#119)
Experimental/alpha functions (use at your own risk):
Version 2.0.0-rc08
Capture pre-release for issue #126
Version 2.0.0-rc07
Configuring multiple message formats
Version 2.0.0-rc06
- Eliminate
[[message_callback]]
section - Support conditionally subscribing to topics
- Ignore incoming data with a dateTime before current interval.
- Support configuring additional observations and units.
- Fix shutting down service when it was not enabled.
Note, rc05 was skipped
Version 2.0.0-rc04
- fix cache key
Version 2.0.0-rc03
- collect observations across messages into a packet
- add conversion_error_to_none option
- improve exception logging
- add option to ignore message based on field value
Version 2.0.0-rc02
- Collect wind data across loop boundaries. (#102)
- Log topics subscribed to at the informational level.
Version 2.0.0-rc01
- Removed support for options that had been deprecated. For a list of options and replacements see, https://github.com/bellrichm/WeeWX-MQTTSubscribe/wiki/Options-removed-in-2.0.0 (Issue #85)
- Eliminated need for 'use_topic_as_fieldname'. (Issue #97)