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

DimmableLight category seems deprecated

Open m4rcu5 opened this issue 3 years ago • 4 comments

While tracing down a 404 on an icon in the openHAB interface, I noticed that my zwave dimmers got their category set to DimmableLight by default. Most likely due to the following statement.

https://github.com/openhab/org.openhab.binding.zwave/blob/4c6d5ba3d3be93144f8bbef0a4443daac7f76e57/src/main/resources/OH-INF/thing/channels.xml#L1263

While digging further to see why that icon is throwing a 404, it seems that the DimmableLight category is deprecated and removed from openHAB: https://github.com/openhab/openhab-core/pull/1915

Other bindings have acted upon that change by replacing DimmableLight by Light, see hue and milight.

Should the zwave binding be updated as well?

m4rcu5 avatar Feb 01 '22 21:02 m4rcu5

Yes it must be changed. I submitted a PR last weekend for all bindings in the addon repo.

lolodomo avatar Feb 15 '22 12:02 lolodomo

@lolodomo did you include the zwave binding as well in that PR?

m4rcu5 avatar Mar 01 '22 12:03 m4rcu5

No Z-Wave binding was not included in my PR. As it is in a separate repo, a new PR is required.

lolodomo avatar Mar 01 '22 18:03 lolodomo

This issue has been mentioned on openHAB Community. There might be relevant details there:

https://community.openhab.org/t/zwave-fibaro-dimmer-2-fgd212-not-able-to-set-dimmer-value/137689/7

openhab-bot avatar Jul 29 '22 14:07 openhab-bot