The bitwise and function (band()) works good in triggers.
When I want to use it in a calculated item for normalizing monitored items I can't get is to work. What I think de syntax must be for filtering the lowest 16 bits of a value:

Code:
band("item.key",65535)
...