Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. ACK für write-only Variablen (ON_TIME)?

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    ACK für write-only Variablen (ON_TIME)?

    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      vegetto last edited by

      Hallo,

      ich benutze das ack zu finden, ob Änderungen von iobroker noch nicht am homematic gesendet sind. Dabei ist es mir ausgefallen, dass write-only Variables wie ON_TIME nie von hm-rpc Adaptor bestätig werden.

      Uhm die zu bestätigen habe ich die folgende Circumvention benutzt:

      //Set on-time to 10 minutes
      setState("hm-rpc.0.FEQ0081866.1.ON_TIME"/*alarmclock_guestroom:1.ON_TIME*/, 600, cb(function(){
          //turn on
          setState("hm-rpc.0.FEQ0081866.1.STATE"/*alarmclock_guestroom:1.STATE*/,true);
          //Circumvention: write ACK for ON_TIME
          setState("hm-rpc.0.FEQ0081866.1.ON_TIME"/*alarmclock_guestroom:1.ON_TIME*/, 600, true);
      })); 
      
      

      Ich bin nicht sicher, ob das fehlende ACK bei hm-rpc ein bug ist. Meine Erwartung wäre, dass write-only Variablen direkt von hm-rpc bestätigt werden, nach sie an das homematic gesendet sind. Stimmt das?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      Support us

      ioBroker
      Community Adapters
      Donate

      976
      Online

      31.7k
      Users

      79.7k
      Topics

      1.3m
      Posts

      1
      1
      848
      Loading More Posts
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes
      Reply
      • Reply as topic
      Log in to reply
      Community
      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
      The ioBroker Community 2014-2023
      logo