Describe the bug
When changing "targtPosition" of any product via e.g. API ("http://:8087/set/klf200.0.products.3.targetPosition?value=100&prettyPrint") everything works as intended. When trying the same via the adapter "mqtt-client" the value of the object is changed in the iobroker GUI ("tagetPosition" is updated to the new value) but the command is not executed, i.e. the position of the roller/shader will not start to change.
To Reproduce
Steps to reproduce the behavior:
Setup MQTT broker if not available yet (e.g. via adapter "mqtt" localhost)
Add adapter mqtt-client if necessary
Change settings of object "targetPosition" to both publish and subscribe to an appropriate MQTT topic, e.g. "klf200/0/products/0/targetPosition"
Publish a random value on topic "klf200/0/products/0/targetPosition"
The value is updated but no movement executed
Expected behavior
One would expect the shader/roller to start moving with any change in "targetPosition" no matter the source of change.
Describe the bug:8087/set/klf200.0.products.3.targetPosition?value=100&prettyPrint") everything works as intended. When trying the same via the adapter "mqtt-client" the value of the object is changed in the iobroker GUI ("tagetPosition" is updated to the new value) but the command is not executed, i.e. the position of the roller/shader will not start to change.
When changing "targtPosition" of any product via e.g. API ("http://
To Reproduce
Steps to reproduce the behavior:
Expected behavior
One would expect the shader/roller to start moving with any change in "targetPosition" no matter the source of change.
Screenshots & Logfiles
Screenshot 1: Everything normal, currentPosition = targetPosition as intended
Screenshot 2: After updating targetPosition to a random value via MQTT publish, the currentPosition will not change, as there is no movement happening
Versions: