Itho daalderop met Homey pro

Ik heb het printje binnen, alles werkt prima, via MQTT & API, en op Home Assistant.
Maar koppelen met de NRGwatch app wil maar niet lukken.
Het vervelende is dat de foutmelding steeds hetzelfde is: “Ooops” :face_with_peeking_eye:

@Jim_Samson Nog interesse in MQTT hulp?
Voor verdere geïnteresseerden, hier de screenshots en topics voor het virtuele MQTT hub apparaat

Topics:
(Tik op “Geavanceerde instellingen” > “Topics” om de topics JSON lijst hieronder te copy/pasten)

{
    "fan_speed": {
    "capability": "fan_speed",
    "stateTopic": "itho/state",
    "setTopic": "itho/cmd",
    "valueTemplate": "round((value / 255) * 100)",
    "outputTemplate": "round((value / 100) * 255)",
    "displayName": "Fan Speed"
  },
  "fan_mode.timer": { 
    "capability": "fan_mode.timer", 
    "stateTopic": "itho/ithostatus", 
    "setTopic": "itho/cmd", 
    "valueTemplate": "", 
    "outputTemplate": "", 
    "displayName": "Timer mode", 
    "values": [
 { "id": "timer1", "title": "30m boost" }, 
{ "id": "timer2", "title": "60m boost" }, 
{ "id": "timer3", "title": "120m boost" } 
] 
  },
  "fan_mode": { 
    "capability": "fan_mode", 
    "stateTopic": "itho/ithostatus", 
    "setTopic": "itho/cmd", 
    "valueTemplate": "", 
    "outputTemplate": "", 
    "displayName": "Fan mode", 
    "values": [
 { "id": "low", "title": "Low" }, 
{ "id": "medium", "title": "Medium" }, 
{ "id": "high", "title": "High" } 
] 
  },
  "measure_number": {
    "capability": "measure_number",
    "stateTopic": "itho/ithostatus",
    "setTopic": "",
    "valueTemplate": "$['fan-speed_rpm']",
    "outputTemplate": "",
    "displayName": "Speed rpm"
  },
  "measure_number.2": {
    "capability": "measure_number.2",
    "stateTopic": "itho/ithostatus",
    "setTopic": "",
    "valueTemplate": "$['speed-status']",
    "outputTemplate": "",
    "displayName": "Speed %"
  },
  "measure_temperature": {
    "capability": "measure_temperature",
    "stateTopic": "itho/ithostatus",
    "setTopic": "",
    "valueTemplate": "$['temp']",
    "outputTemplate": "",
    "displayName": "Temperature"
  },
  "measure_humidity": {
    "capability": "measure_humidity",
    "stateTopic": "itho/ithostatus",
    "setTopic": "",
    "valueTemplate": "$['hum']",
    "outputTemplate": "",
    "displayName": "Humidity"
  }
}

Bij de waardes bij “displayName” en “title” mag je je eigen benamingen gebruiken.