Releases: crycode-de/ioBroker.odl
Releases · crycode-de/ioBroker.odl
Release v5.0.0
- (crycode-de) Node.js >= 20, Admin >= 7.4.10 required
- (crycode-de) Updated dependencies
- (crycode-de) Added information how to get the required IDs of the measuring stations
Release v4.0.2
- (crycode-de) Added missing sizes to jsonConfig
Release v4.0.1
- (crycode-de) Added support for tiny screens to jsonConfig
- (crycode-de) Updated dependencies
Release v4.0.0
- (crycode-de) Node.js >= 18, Admin >= 6.17, js-contoller >= 5.0.19 are required
- (crycode-de) Migrate to jsonConfig
- (crycode-de) Updated dependencies
Release v3.0.1
- (crycode-de) Node.js >= 16 is required
- (crycode-de) Fixed issue with history adapters
- (crycode-de) Updated dependencies
Release v2.0.5
- Fixed spelling issue in german translation
- Updated dependencies
Release v2.0.4
- Added info message about breaking changes when upgrading from <2.0.0 to >=2.0.0
Release v2.0.3
- Optimized Sentry integration in admin
Release v2.0.2
- Fixed config error (Sentry IOBROKER-ODL-2)
- Updated dependencies
Release v2.0.1
- Use official data API from BfS
- 💥 Breaking: Use 9-digit identifiers instead of locality codes
- New object will be created for each location
- Migration from locality codes to identifiers is done on first start after adapter upgrade, but custom object settings (like history) have to be migrated manually
- 💥 Breaking: The
.odl
state is now named.value
- Added statistic states
- Added optional support for cosmic and terrestrial value components (disabled by default)
- Added
.status
state representing the location status given from BfS - If an enabled history (history, influxdb, sql) for
.value
,.valueCosmic
or.valueTerrestrial
is found, the adapter tries to load the timeseries data from BfS for past 7 days. - If the status of a location is not "in operation", the value states will be
null
withq
set to0x81
(general problem by sensor) - Complete rebuild of the admin interface using react
- Randomize adapter schedule between minute 15 and 45 and also using seconds on first start to better spread API calls
- Replaced
request
withaxios
- Updated adapter dev toolchain
- Updated dependencies
- Require node >=12
- Use weblate for translations