You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the remote openHAB binding considers whether the remote item is read-only or not; it also considers the state options from the remote item. But it does not yet consider the remote item pattern formatter as pattern for the local channel (and so linked local item).
One of the consequence is that for example if your remote item is set to display a unit, your local item will not have this unit displayed by default. You will have to setup it additionally in the main server.
The enhancement will consist in applying the same pattern formatter as the one defined for the remote item.
Technically, this will imply more or less to create one channel type for each remote item, rather than using few generic channel types).
I will try to implement this enhancement.
The text was updated successfully, but these errors were encountered:
Currently, the remote openHAB binding considers whether the remote item is read-only or not; it also considers the state options from the remote item. But it does not yet consider the remote item pattern formatter as pattern for the local channel (and so linked local item).
One of the consequence is that for example if your remote item is set to display a unit, your local item will not have this unit displayed by default. You will have to setup it additionally in the main server.
The enhancement will consist in applying the same pattern formatter as the one defined for the remote item.
Technically, this will imply more or less to create one channel type for each remote item, rather than using few generic channel types).
I will try to implement this enhancement.
The text was updated successfully, but these errors were encountered: