jimtng

Results 136 comments of jimtng
trafficstars

> I discovered an issue in the sitemap validation code I added, when the Buttongrid + Button are in a sub-page. It leads to this error when the sitemap is...

> > > ``` > > > 2. Is there a plan to make the `Button` widget to "default" to the item specified in its parent`Buttongrid` when one is not...

> Wouldn't it be easier to just make the Button widget to set its item parameter to its parent's at creation time when one is not provided? Is it because...

When I migrated it to use ChannelTransformation, I retained the original behaviour of the binding. It passes through the data unmodified when the transformation failed. Since I don't use modbus...

For those who can test, I've posted a jar file here https://github.com/openhab/openhab-addons/pull/17457 It needs openhab 4.3.0.M1 or snapshot.

@dandjo thanks for testing. Can you tell me if you're running a recent openhab 4.3 snapshot (M1 or later) with the test bundle? At first glance I can't tell how...

@dandjo When testing the jar, was the bundle `org.openhab.core.io.transport.modbus` also active? ``` openhab> list -s | grep modbus 324 │ Active │ 80 │ 4.3.0.202409240102 │ org.openhab.binding.modbus 332 │ Active...

Try stopping the stock binding, don't let both be active at the same time. ``` openhab> stop 317 or openhab> bundle:stop 317 ```

> After a restart, the "Read Transform" settings are wrapped with "[]" This is because you've reverted to the default binding, not the new binding. Updating to snapshot should fix...