I upgrade from 4.0.4 to 4.1 and all is good except I have a roller shutter blind widget and the stop command has been stripped out of the thing channel.
I can put it back in easily enough but it is strange how it has been removed.
Here is the code in the thing channel under the advanced settings after the upgrade:
UID: mqtt:topic:mqttbroker:0cb7d742b7
label: Blinds 1 - 7
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:mqttbroker
location: Lounge
channels:
- id: blind1control
channelTypeUID: mqtt:rollershutter
label: Blind 1 control
description: ""
configuration:
commandTopic: zigbee2mqtt/blind1/set
stateTopic: zigbee2mqtt/blind1
transformationPattern: JSONPATH:$.position
off: CLOSE
on: OPEN
Here is the same part after I put the STOP back in.
UID: mqtt:topic:mqttbroker:0cb7d742b7
label: Blinds 1 - 7
thingTypeUID: mqtt:topic
configuration: {}
bridgeUID: mqtt:broker:mqttbroker
location: Lounge
channels:
- id: blind1control
channelTypeUID: mqtt:rollershutter
label: Blind 1 control
description: ""
configuration:
commandTopic: zigbee2mqtt/blind1/set
stop: STOP
stateTopic: zigbee2mqtt/blind1
transformationPattern: JSONPATH:$.position
off: CLOSE
on: OPEN
The other strange part is the word STOP is in the place where the stop command is entered but if I clear it using the x on the right hand side of the field it just comes back again but doen’t update the code.
See the picture below of what I mean:
I just have to go through my 7 binds and highlight the word STOP anf type STOP back in and then it is happy.