JDBC Logging Z-Wave device channel values

Is there any trick to creating new JDBC tables to log values from a new Z-Wave device?

OH 4.3.4 updated from 3.4.4.

I just added a Z-Wave device and configured JDBC logging using a device name wildcard(*). (I’ve checked the name numerous times.) Previously I’ve been pleasantly surprised when OH automatically created new tables and populated them. Up to now, however, my experience has been limited to non-Z-Wave devices.

In this case I’ve been waiting for some time to see new tables and they’re not being created. Existing tables continue to be log values.

There are no errors or warnings in openhab.log.

Not sure about device name.
Entries are items AFAIK. Do you have something like this as jdbc.persist?

Strategies {
default = everyChange
}
Items {
  * : strategy = everyChange
}

I was sure I had the device name correct, but I just changed it to the specific name of the Parent Group and OH started logging the new channels.

I had been using the Parent Group name for the channels that have been logging properly.

FGBS222_Smart_Implant*        : strategy = every5Minutes_120
1 Like