[SOLVED] How to tell if a Z-Wave device in the database made it to a binding snapshot

Hi All,

I’m on a manually installed RPi 3 setup, OH 2.4.

I recently added a new Z-Wave device (Powerley Thermostat) to the database via Chris Jackson’s ticketing/review process. I see it made it into the latest build of the Z-Wave binding on Jenkins (Build #1594).

I updated to the latest snapshot of the binding:

259 │ Active │ 80 │ 2.5.0.201911191727 │ openHAB Add-ons :: Bundles :: ZWave Binding

Everything is working fine, except that it still doesn’t recognize the thermostat. Based on date codes, builds, releases, etc… I think that snapshot includes the database update that includes the Powerley device, but it’s still coming up as an unknown device after a few hours, while other sensors that were unknown before have now been picked up and recognized by their manufacturer ID.

Am I doing my math wrong on that device being included in the snapshot listed above?

You need to check github for your changes;

https://github.com/openhab/org.openhab.binding.zwave/tree/master/src/main/resources/ESH-INF/thing

If the changes got merged there, it will take usually one successful snapshot build to have it into the latest zwave binding.

1 Like

https://github.com/openhab/org.openhab.binding.zwave/tree/master/src/main/resources/ESH-INF/thing/powerley

Your device was merged 20 hours ago, so it should be in a snapshot build from today or tomorrow.

1 Like

Perfect - thank you!