org.openhab.binding.zwave icon indicating copy to clipboard operation
org.openhab.binding.zwave copied to clipboard

Documentation refers to HABmin and Paper UI which no longer exist

Open wborn opened this issue 3 years ago • 1 comments

HABmin and Paper UI have been removed since openHAB 3.

You can create a list of HABmin and Paper UI occurrences in the documentation using:

grep -iER 'habmin|paper[ ]?ui' --include=*.md

doc/zooz/zse40_0_0.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40v2179_17_9.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40v2_24_2.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40v2322_32_2.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40v2242_24_2.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40_32_2.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40v2242_24_16.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40v2_17_9.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40_17_9.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/zooz/zse40_24_16.md:If the unit does not initialize on initial inclusion (i.e., appears to be an unknown device), ask openHAB 2 to reinitialize the device (e.g., in PaperUI, via Configuration > Things > [Name] > Edit) and immediately press the Z-Wave button on the unit (e.g., right after saving your changes in PaperUI).
doc/kwikset/ged1800_0_0.md:Sample rule in Openhab to update the lock status, with Door\_Lock linked to the lock's lock\_door channel, and Door\_Lock\_Alarm linked to its alarm_raw channel.  Make sure you have the JSONPath Transformation installed under Paper UI - Add-ons - Transformations:
doc/qubino/zmnhcd_4_1.md:  7. add the Thing to openhab via HABmin
doc/qubino/zmnhcd_0_0.md:  7. add the Thing to openhab via HABmin
doc/act/zdp200_0_0.md:Use Habmin or another zwave tool to exclude the device from the zwave mesh.
doc/act/zrp200_0_0.md:Use Habmin or another zwave tool to exclude the device from the zwave mesh.
doc/fibaro/fgk101_0_0.md:  1. Start HABmin.
doc/fibaro/fgk101_0_0.md:  7. Hit "reload properties" in HABmin.
doc/fibaro/fgk101_0_0.md: 16. Hit "reload properties" in HABmin.
doc/aeon/zw099_0_0.md:** In OpenHAB and HABmin (or other Java software) To enter an unsigned integer value greater than 2147483647 you must convert the value to a signed 32-bit value. 

wborn avatar Dec 29 '22 14:12 wborn

This is not super easy to resolve since this is stored in the database. There are no mentions of HABmin or PaperUI in the actual binding doc.

cdjackson avatar Dec 31 '22 21:12 cdjackson