Releases: spacemanspiff2007/HABApp
Releases · spacemanspiff2007/HABApp
24.11.1
24.11.0
- Switched to new scheduler
- Added ValueCommandEvent. The openhab command event inherits from this event.
- Added InstantView which simplifies dealing with timestamps
24.08.1
Fixed a possible infinite loop during thing re-sync
24.08.0
- Fixed an issue with thing re-sync
- Updated number parsing logic
ItemTimeSeriesEvent
gets ignored- Removed verbose error messages when openHAB server disconnects
- Updated dependencies
- Reformatted some files
24.02.0
- For openHAB >= 4.1 it's possible to wait for a minimum openHAB uptime before connecting (defaults to 60s)
- Renamed config entry mqtt.connection.client_id to identifier (backwards compatible)
- ItemTimeSeriesUpdatedEvent gets ignored
- Updated dependencies
- Updated docs
24.01.0
- Added HABApp.util.RateLimiter
- Added CompressedMidnightRotatingFileHandler
- Updated dependencies
- Small improvement for RGB and HSB types
- Small improvements for openHAB items
- Added toggle for SwitchItem
23.11.0
- Updated dependencies
- Some fixes
Full Changelog: 23.09.2...23.11.0
23.09.2
- Made channel type on a Thing optional
- Fixed an issue with mqtt publish and reconnect
23.09.1
- Log a warning for broken links between items and things
- Fix CI
23.09.0
- Switched version number scheme to CalVer (Calendar Versioning):
YEAR.MONTH.COUNTER
- Fail fast when a value instead of a callback is passed to the event listener / scheduler
- Completely removed types and type hints from traceback
- Completely reworked connection logic for openHAB and mqtt
- Added support for transformations
- Updated dependencies:
- Improved performance
- Support for docker secrets and environment variables in the config file
- Support sending scheduler datetimes to an item
- Search in the docs finally works again
- Updated dependencies
- Docs work again