ESPeasy MQTT get values from "Regulator - Level Control"

ESPeasy has a nice Regulator on board that works just fine. I am able to get temperatures from the device over MQTT in to HA.
What I can’t get in HA is the status of the value set and hysteresis from the device nor I can modify it. The manual gives the below reference:
config,task,,SetLevel,<value|calculation>
[#GetLevel]

I never managed to set or get anything in HA from “Regulator” through MQTT.
Anyone can advice the right syntax. Among many others I’ve tried below:

number:
  - name: "Numer"
    state_topic: "home/ESPeasy_switch_2/Regulator/SetLevel/value"
    command_topic: "home/ESPeasy_switch_2/Regulator/SetLevel"