Iv tried your config (see image), for protocol con...
# umh-support
f
Iv tried your config (see image), for protocol converters you shouldn't put in the "input" section, or the "pipeline->processors->[n]->bloblang" section. Without these it deployed successfully in my test.
Copy code
yaml
mqtt:
  client_id: cab2e57e-583f-48af-8407-685c52384196
  topics:
    - umh/v1/company/au/filling/lc/r1/_historian/status
  urls:
    - tcp://united-manufacturing-hub-mqtt.united-manufacturing-hub.svc.cluster.local:1883
Copy code
yaml
# these variables are autogenerated from your instance location
let enterprise = "company"
let site = "au"
let area = "filling"
let line = "lc"
let workCell = "r1"
let schema = "_historian"

let tagname = "group" # using 'weather' as tag group
let payloadTagName = match meta("mqtt_topic") {
  "umh/v1/company/au/filling/lc/r1/_historian/status" => "status"
  _ => "unknown"
}
let value = content().number() # Change this to content().number() if you want to parse the value as number