MQTT cover discovery

Hi,

I’m having some issues getting a MQTT Cover automatically inserted by using the MQTT Discovery feature.

I can’t seem to get it to accept my “position_topic” in combination with the “value_template”.
The cover is created, it just does not have the position slider.

If I look into the log, an error decoding the position value appears.
The payload for the position is: “{“position” : 50}”, and for the template: “value_template” : ‘{{value_json.position}}’

I also tried to send a postion directly - e.g. payload = 50, and no value_template, but that does not work either.
It seems the position and slider does not work.

Any ideas?

Hi,

No one?