Unquoted, these are interpreted as numeric 1,2,3 instead of the string "01", "02", "03" that is specified.
@@ -12,9 +12,9 @@ entities:
name: control
type: string
mapping:
- - dps_val: 01
+ - dps_val: "01"
value: stop
- - dps_val: 02
+ - dps_val: "02"
value: open
- - dps_val: 03
+ - dps_val: "03"
value: close