[SOLVED] Zwave Things error

Hello,

now I try to add manually my Zwave things but I have always the same error : UNINITIALIZED - HANDLER_MISSING_ERRO

//Zwave
Bridge zwave:serial_zstick:8e11e6f0 “ZWave Controller” [ port=“/dev/ttyACM0”, controller_softreset=“false”, controller_master=“false”, controller_inclusiontimeout=60, heal_enable=“true”, heal_time=20, security_networkkey=“04 27 B1” ]
{
Thing zwave:device:8e11e6f0:node45 “Extracteur” (zwave:serial_zstick:8e11e6f0) [ node_id=45]
}

Any help pleaseeee

Thx

Please take a look at the following thread -:

One issue I see is that you have not defined the correct thing type for the thing.

1 Like

Ok perfect

Working nice with
Thing zwave:vemmio_ds100_00_000:8e11e6f0:node45 “Extracteur” (zwave:serial_zstick:8e11e6f0) [ node_id=45]

1 Like