Skip to content
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Logo
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. Test Adapter stiebel-isg v1.4.x GitHub

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.1k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.8k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.1k

Test Adapter stiebel-isg v1.4.x GitHub

Scheduled Pinned Locked Moved Tester
stiebel-isgtest
203 Posts 12 Posters 23.5k Views 14 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nik82N Offline
    nik82N Offline
    nik82
    Most Active
    wrote on last edited by
    #201

    Jetzt gehts, habs viel zu kompliziert gedacht, so funktionierts:

    if (existsState("stiebel-isg.0.Info.STATUS.BETRIEBSSTATUS.WARMWASSERBEREITUNG") == false) {
        setState("javascript.0.Tecalor_Warmwasserbereitung", false, true);
        console.log("Warmwasseraufbereitung ist nicht aktiv.");
    }
    else {
        setState("javascript.0.Tecalor_Warmwasserbereitung", true, true);
        console.log("Warmwasseraufbereitung ist aktiv.");
    };
    
    
    if (existsState("stiebel-isg.0.Info.STATUS.ANLAGENSTATUS.ABTAUEN_LL_WT") == false) {
        setState("javascript.0.Tecalor_Heizstab", false, true);
    }
    else {
        setState("javascript.0.Tecalor_Abtauen", true, true);
    };
    
    
    if (existsState("stiebel-isg.0.Info.STATUS.BETRIEBSSTATUS.ELEKTRISCHE_NACHERWÄRMUNG") == false) {
        setState("javascript.0.Tecalor_Heizstab", false, true);
    }
    else {
        setState("javascript.0.Tecalor_Heizstab", true, true);
    };
    

    Danke für eure Hilfe.

    1 Reply Last reply
    0
    • unltdnetworxU Offline
      unltdnetworxU Offline
      unltdnetworx
      Developer
      wrote on last edited by
      #202

      Bitte diesen Thread nicht mehr benutzen. Evtl. könnt ihr auch die neue Version 1.5.0 testen und im neuen Thread kurz rückmelden.
      Danke.

      Gruß, Michael
      Weitere Infos im Profil.
      Wenn euch der Beitrag weitergeholfen hat, könnt ihr die Bewertung rechts unten im Beitrag nutzen.

      1 Reply Last reply
      1
      • S Offline
        S Offline
        SaschaS
        wrote on last edited by
        #203

        Ich bin so frei an dieser Stelle noch den Link zum neuen Thread zu posten: https://forum.iobroker.net/topic/34599/test-adapter-stiebel-isg-v1-5-x

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        Support us

        ioBroker
        Community Adapters
        Donate

        658

        Online

        32.4k

        Users

        81.4k

        Topics

        1.3m

        Posts
        Community
        Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
        ioBroker Community 2014-2025
        logo
        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Recent
        • Tags
        • Unread 0
        • Categories
        • Unreplied
        • Popular
        • GitHub
        • Docu
        • Hilfe