I just bought a IKEA fyrtur blind. I have a SMaBiT (Bitron Video ZigBee AV2010/10 USB-radiostick ( Ember EM35x NCP) as controller. I am using the openHAB ZigBee Binding.
This works fine. I can pair them, control them up and down, see battery and volt.
Two things are not working as i want it to:
I want to see how far the blind is opened.
I want to be able to move it to a specific %, e.g. during daytime I do not want to fully open it. At night it should go to the max set position
If you use e.g. xxxxx.sendCommand(40) in a rule instead of OPEN CLOSE UP DOWN then it actually displays it correctly.
Also use the “slider” with “label=” [%.0f %%]" on the sitemap instead of the daeault UP/STOP/DOWN buttons, which makes the binding forget the state of the shutter. I guess the device does not offer it by itself…
The ‘prediction’ comes from autoupdate, which is guessing the likely outcome of a command. When the prediction is for ‘no change’ it generally means autoupdate thinks the channelis broken is some way.
But - you have a Zigbee device, and Zigbee binding sometimes vetoes autoupdate.
A possible cosmetic improvement for you is to force autoupdate.
Ok I forced it to “true”, i.e. {channel=“xxx”, autoupdate=“true”)
Seems to work now ok again, but somehow it was working before it got desynchronized.
So let me monitor for a bit to see if it now fully ok, but thank you for the suggestion!