From 1d88076eb7539b064ef3896b662ba6dc4736f315 Mon Sep 17 00:00:00 2001 From: Bernd Weymann Date: Sun, 2 Jun 2024 11:44:57 +0200 Subject: [PATCH 1/2] mercedesme update alert Signed-off-by: Bernd Weymann --- distributions/openhab/src/main/resources/bin/update.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index 22143891ec..c9e7966274 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -142,6 +142,7 @@ ALERT;Jython Scripting: Default python lib path changed from "/automation/lib/py ALERT;OpenWeatherMap Binding: One Call API version 2.5 is to be shut down in June 2024. Read the binding's documentation for the migration process. ALERT;Persistence Extensions: "historicState" and evolutionRate" have been deprecated and replaced by "persistedState" and "evolutionRateSince". They will be removed in a future version. Methods may now return QuantityType instead of DecimalType. In Rules DSL, if you wish to do calculations without units, you may have to cast the results of the method to DecimalType explicitly. See documentation for details. ALERT;SMA Energy Meter: The Thing configuration has changed and now also requires the parameter "serialNumber". +ALERT;MercedesMe Binding: Public API from Mercedes was switched off. Now binding is using Smartphone API. Bridges and things cannot be reused and needs to be recreated with the updated binding. [[PRE]] [2.2.0] From 7076e719bfe4f9e2fa41fd4433c2dae4e7a7b1f4 Mon Sep 17 00:00:00 2001 From: Bernd Weymann Date: Sun, 2 Jun 2024 21:09:51 +0200 Subject: [PATCH 2/2] mercedesme alert Signed-off-by: Bernd Weymann --- distributions/openhab/src/main/resources/bin/update.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index c9e7966274..53013e44ff 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -139,10 +139,10 @@ ALERT;JavaScript Scripting Automation: The 'Item' suffix has been removed from I ALERT;JavaScript Scripting Automation: The 'Item.history' API has been replaced by 'Item.persistence', which mostly provides the same functionality, but some return types changed and 'historicState' has been renamed to 'persistedState'. Blockly users should search for '.history' using the developer sidebar and re-save all scripts that contain this search query. ALERT;JavaScript Scripting Automation: Deprecated methods 'actions.ScriptExecution.createTimerWithArgument' (use 'createTimer'), 'cache.get', 'cache.put', 'cache.remove' & 'cache.exists' (use the private or shared cache) and fields 'state' (use 'receivedState') & 'receivedTrigger' (use 'receivedEvent') have been removed from the event object. ALERT;Jython Scripting: Default python lib path changed from "/automation/lib/python" to "/automation/jython/lib" and default python script path changed from "automation/jsr223" to "automation/jython". Just move your python scripts and libraries to new locations. The path "automation/jsr223" is still working, because it is used as a deprecated path for all automation add-ons. +ALERT;MercedesMe Binding: Public API from Mercedes was switched off. Now binding is using Smartphone API. Bridges and things cannot be reused and needs to be recreated with the updated binding. ALERT;OpenWeatherMap Binding: One Call API version 2.5 is to be shut down in June 2024. Read the binding's documentation for the migration process. ALERT;Persistence Extensions: "historicState" and evolutionRate" have been deprecated and replaced by "persistedState" and "evolutionRateSince". They will be removed in a future version. Methods may now return QuantityType instead of DecimalType. In Rules DSL, if you wish to do calculations without units, you may have to cast the results of the method to DecimalType explicitly. See documentation for details. ALERT;SMA Energy Meter: The Thing configuration has changed and now also requires the parameter "serialNumber". -ALERT;MercedesMe Binding: Public API from Mercedes was switched off. Now binding is using Smartphone API. Bridges and things cannot be reused and needs to be recreated with the updated binding. [[PRE]] [2.2.0]