Updated from 3.2.0 to 3.3.0.
Everything fine so far.
Only the Zwave Controller (Serial Device) had to be changed:
Had to change ZWAVE Serial Controller:
Thing code in error condition:
UID: zwave:serial_zstick:020e4758
label: Z-Wave Serial Controller
thingTypeUID: zwave:serial_zstick
configuration:
controller_softreset: 0
security_networkkey: 2D DD 89 81 46 E4 FF FF E2 AB 26 B4 05 FE 31 CF
security_inclusionmode: 0
controller_suc: false
controller_sisnode: 1
controller_maxawakeperiod: 10
controller_sync: 0
controller_master: true
inclusion_mode: 2
port: /dev/ttyACM0
controller_wakeupperiod: 3600
controller_exclude: 0
heal_time: 2
controller_inclusiontimeout: 30
controller_hardreset: 0
location: Flur EG
Changed to:
UID: zwave:serial_zstick:020e4758
label: Z-Wave Serial Controller
thingTypeUID: zwave:serial_zstick
configuration:
controller_softreset: false
security_networkkey: 2D DD 89 81 46 E4 FF FF E2 AB 26 B4 05 FE 31 CF
security_inclusionmode: 0
controller_suc: false
controller_sisnode: 1
controller_maxawakeperiod: 10
controller_sync: false
controller_master: true
inclusion_mode: 2
port: /dev/ttyACM0
controller_wakeupperiod: 3600
controller_exclude: false
heal_time: 2
controller_inclusiontimeout: 30
controller_hardreset: false
location: Flur EG
Changed several Decimal Values (0) to Boolean (false)
Error Message was:
2022-06-27 19:24:51.657 [INFO ] [ab.event.ThingStatusInfoChangedEvent] - Thing ‘zwave:serial_zstick:020e4758’ changed from UNINITIALIZED (HANDLER_MISSING_ERROR) to UNINITIALIZED (HANDLER_CONFIGURATION_PENDING): {controller_softreset=Der Datentyp des Wertes (class java.math.BigDecimal) stimmt nicht mit der Typen-Deklaration (BOOLEAN) in der Konfigurationsbeschreibung überein., controller_sync=Der Datentyp des Wertes (class java.math.BigDecimal) stimmt nicht mit der Typen-Deklaration (BOOLEAN) in der Konfigurationsbeschreibung überein., controller_exclude=Der Datentyp des Wertes (class java.math.BigDecimal) stimmt nicht mit der Typen-Deklaration (BOOLEAN) in der Konfigurationsbeschreibung
überein., controller_hardreset=Der Datentyp des Wertes (class java.math.BigDecimal) stimmt nicht mit der Typen-Deklaration (BOOLEAN) in der Konfigurationsbeschreibung überein.}