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.
  • M Offline
    M Offline
    maodch
    wrote on last edited by
    #57

    @unltdnetworx
    Eben, der "aval35" ist per default auf "nur lesen" gesetzt. Wenn ich den mit "write=true" in den raw-Einstellungen ändere, dann kann ich zwar reinschreiben, aber es bringt auch nach 60min nichts.

    Die zwei Screenshots mit oder ohne Temperatur sind die selben, wenn ich auf "Festwert" klicke, dann kommt die Auswahl ("EIN/AUS"), wenn ich dann "EIN" wähle, dann kommt das neue Feld mit der Möglichkeit zur Temperatureingabe. Es spielt sich aber alles hier ab :
    http://.../index.php?s=4,2,2
    (Einstellungen -> Heizen -> Grundeinstellungen)

    Hier ein Video des Verhaltens:
    festwert.mp4

    Meine Heizung ist eine WPL25A, also nichts spezielles, eine ganz normale, aussenaufgestellte Wärmepumpe.

    Das der Q-Code mies ist, kann ich mir vorstellen, denn das ISP performt sehr schlecht, aber besser als gar nichts 🙂

    Hier noch der Auszug der Attributeinstellung aus ioB.
    festwert_06.png

    Wenn ich den Wert beschreibe, wird der all Minute wieder mit "1" überschrieben, egal ob der Festwert "Ja/Nein" ist oder nicht.

    1 Reply Last reply
    0
    • M Offline
      M Offline
      maodch
      wrote on last edited by maodch
      #58

      @unltdnetworx

      Übrigens: Selbes Verhalten ist auch bei "Minimal Temperatur" (Einstellungen -> Heizen -> Heizkreis 2)
      http://.../index.php?s=4,2,1

      Einzig wo es funktioniert wie es sollte ist beim "Pufferbetrieb" (Einstellungen -> Heizen -> Grundeinstellungen).
      Einziger Unterschied hier: Nach Auswahl von JA/NEIN wird kein zusätzliches Feld sichtbar wie bei "Festwert" oder "Minimaltemperatur"

      unltdnetworxU 1 Reply Last reply
      0
      • M maodch

        @unltdnetworx

        Übrigens: Selbes Verhalten ist auch bei "Minimal Temperatur" (Einstellungen -> Heizen -> Heizkreis 2)
        http://.../index.php?s=4,2,1

        Einzig wo es funktioniert wie es sollte ist beim "Pufferbetrieb" (Einstellungen -> Heizen -> Grundeinstellungen).
        Einziger Unterschied hier: Nach Auswahl von JA/NEIN wird kein zusätzliches Feld sichtbar wie bei "Festwert" oder "Minimaltemperatur"

        unltdnetworxU Offline
        unltdnetworxU Offline
        unltdnetworx
        Developer
        wrote on last edited by unltdnetworx
        #59

        @maodch
        Hi und sry für die späte Antwort.
        Dein Problem habe ich erkannt. Leider hat Stiebel Eltron für jede Heizung seine spezielle Oberfläche und ich habe keine solchen Felder die man vorher aktivieren muss.

        Um das vllt. erweitern zu können, bräuchte ich den Quellcode der Seite mit und ohne aktiviertem Feld.

        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
        0
        • M Offline
          M Offline
          maodch
          wrote on last edited by maodch
          #60

          @unltdnetworx
          Klar, kein Stress, Festtage sind ja nicht zum coden da 🙂
          Brauchst du nur die Feldnamen "val_xxx"?

          Habe dir mal zum Testen den Festwert in ein txt gespeichert, mit AUS, und EIN 50°C

          Minimaltemperatur kann ich dir noch liefern, wenn du es perfekt haben willst, aber Festwert hat meiner Meinung nach einen Mehrwert, das Andere eher wenig bis keinen.
          Ev. liegt es auch nur daran, dass in ioBroker der State.Name = "aval35", im quellcode aber "val35" ist?

          und ja, das ist wirklich recht messy hier 🙂
          stiebel_festwert_off.txt
          stiebel_festwert_on_50.txt

          1 Reply Last reply
          0
          • M Offline
            M Offline
            maodch
            wrote on last edited by maodch
            #61

            @unltdnetworx

            Habe zum Spass mal einen State mit "val35" anstat "aval35" erstellt, und du wirst es nicht glauben, eigentlich übernimmt der ISG die Änderung ... ABER: Der Webserver des ISG nippelt so gut wie ab und es habelt dann irgend wann, nach der 3, 4 Veränderung nur noch 500 Fehler im ioBroker Log.
            -> statusText: undefined
            -> statusCode: 500

            Also ein Teilerfolg, aber sicher noch nicht die Lösung. Dachte, ev. hilft es dir.

            unltdnetworxU 1 Reply Last reply
            0
            • M maodch

              @unltdnetworx

              Habe zum Spass mal einen State mit "val35" anstat "aval35" erstellt, und du wirst es nicht glauben, eigentlich übernimmt der ISG die Änderung ... ABER: Der Webserver des ISG nippelt so gut wie ab und es habelt dann irgend wann, nach der 3, 4 Veränderung nur noch 500 Fehler im ioBroker Log.
              -> statusText: undefined
              -> statusCode: 500

              Also ein Teilerfolg, aber sicher noch nicht die Lösung. Dachte, ev. hilft es dir.

              unltdnetworxU Offline
              unltdnetworxU Offline
              unltdnetworx
              Developer
              wrote on last edited by
              #62

              @maodch
              val35 müsste in dem Fall tatsächlich passen, ist bei mir aber nicht hart codiert sondern wird in jeder Heizung dynamisch erzeugt.

              Ich kann im Moment nur völlig ins blaue hinein coden. Melde dich bitte mal, wenn du etwas Zeit zum testen hast, dann können wir ein paar neue Versionen des Codes über Github bei dir testen.

              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
              0
              • unltdnetworxU Offline
                unltdnetworxU Offline
                unltdnetworx
                Developer
                wrote on last edited by unltdnetworx
                #63

                https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11

                Probiere gern mal über die Github-Katze diese Version zu installieren. Aber ohne Gewähr, dass es funktioniert.

                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
                0
                • M Offline
                  M Offline
                  maodch
                  wrote on last edited by maodch
                  #64

                  @unltdnetworx
                  cool, danke, probier ich gleich und melde mich.

                  Hab fast immer abends Zeit zum Testen (Informatiker = always on ✌ )

                  Sorry, jetzt musst du einem Windows-Menschen helfen, was mach ich falsch? Geht eigentlich immer ...:

                  code_text
                  $ ./iobroker url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11" --debug
                  install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master
                  npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master --production --save --prefix "/opt/iobroker" (System call)
                  npm
                   ERR! code E404
                  npm
                   
                  ERR!
                   
                  404
                   Not Found - GET https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master
                  npm ERR! 404 npm ERR! 404  'https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master' is not in the npm registry.
                  
                  npm ERR! 404 Your package name is not valid, because npm ERR! 404  1. name can only contain URL-friendly characters
                  npm ERR! 404  2. name can no longer contain capital letters
                  npm ERR! 404 
                  npm ERR! 404 Note that you can also install from a
                  npm ERR! 404 tarball, folder, http url, or git url.
                  
                  
                  npm ERR! A complete log of this run can be found in:
                  npm ERR!     /home/iobroker/.npm/_logs/2020-01-09T21_13_39_629Z-debug.log
                  process exited with code 0
                  
                  unltdnetworxU 1 Reply Last reply
                  0
                  • M maodch

                    @unltdnetworx
                    cool, danke, probier ich gleich und melde mich.

                    Hab fast immer abends Zeit zum Testen (Informatiker = always on ✌ )

                    Sorry, jetzt musst du einem Windows-Menschen helfen, was mach ich falsch? Geht eigentlich immer ...:

                    code_text
                    $ ./iobroker url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11" --debug
                    install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master
                    npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master --production --save --prefix "/opt/iobroker" (System call)
                    npm
                     ERR! code E404
                    npm
                     
                    ERR!
                     
                    404
                     Not Found - GET https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master
                    npm ERR! 404 npm ERR! 404  'https://github.com/unltdnetworx/ioBroker.stiebel-isg/tree/v1.4.11/tarball/master' is not in the npm registry.
                    
                    npm ERR! 404 Your package name is not valid, because npm ERR! 404  1. name can only contain URL-friendly characters
                    npm ERR! 404  2. name can no longer contain capital letters
                    npm ERR! 404 
                    npm ERR! 404 Note that you can also install from a
                    npm ERR! 404 tarball, folder, http url, or git url.
                    
                    
                    npm ERR! A complete log of this run can be found in:
                    npm ERR!     /home/iobroker/.npm/_logs/2020-01-09T21_13_39_629Z-debug.log
                    process exited with code 0
                    
                    unltdnetworxU Offline
                    unltdnetworxU Offline
                    unltdnetworx
                    Developer
                    wrote on last edited by unltdnetworx
                    #65

                    @maodch
                    Bist du über die Katze in der Oberfläche gegangen?

                    Sry, Link falsch gepostet. Jetzt stimmt er.

                    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
                    0
                    • M Offline
                      M Offline
                      maodch
                      wrote on last edited by
                      #66

                      @unltdnetworx ja bin ich ...

                      sieht anders aus, aber er will umsverrecken nicht von der 1.10 abweichen:

                      $ ./iobroker url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11" --debug
                      install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11
                      npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11 --production --save --prefix "/opt/iobroker" (System call)
                      npm
                       WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                      
                      + iobroker.stiebel-isg@1.4.10updated 1 package and audited 15804 packages in 71.43s
                      
                      2 packages are looking for funding
                        run `npm fund` for details
                      
                      
                      found 42 vulnerabilities (30 low, 1 moderate, 11 high)  run `npm audit fix` to fix them, or `npm audit` for details
                      
                      process exited with code 0
                      
                      unltdnetworxU 2 Replies Last reply
                      0
                      • M maodch

                        @unltdnetworx ja bin ich ...

                        sieht anders aus, aber er will umsverrecken nicht von der 1.10 abweichen:

                        $ ./iobroker url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11" --debug
                        install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11
                        npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11 --production --save --prefix "/opt/iobroker" (System call)
                        npm
                         WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                        npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                        
                        + iobroker.stiebel-isg@1.4.10updated 1 package and audited 15804 packages in 71.43s
                        
                        2 packages are looking for funding
                          run `npm fund` for details
                        
                        
                        found 42 vulnerabilities (30 low, 1 moderate, 11 high)  run `npm audit fix` to fix them, or `npm audit` for details
                        
                        process exited with code 0
                        
                        unltdnetworxU Offline
                        unltdnetworxU Offline
                        unltdnetworx
                        Developer
                        wrote on last edited by
                        #67

                        @maodch
                        Also, wenn ich es nicht ausprobiert hätte?!?!

                        Probier mal diesen Branch:
                        https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A

                        Evtl. liegt es an den Punkten.

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

                        unltdnetworxU 1 Reply Last reply
                        0
                        • unltdnetworxU unltdnetworx

                          @maodch
                          Also, wenn ich es nicht ausprobiert hätte?!?!

                          Probier mal diesen Branch:
                          https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A

                          Evtl. liegt es an den Punkten.

                          unltdnetworxU Offline
                          unltdnetworxU Offline
                          unltdnetworx
                          Developer
                          wrote on last edited by
                          #68
                          $ ./iobroker url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A"
                          install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A
                          NPM version: 6.13.4
                          npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A --loglevel error --prefix "/opt/iobroker" (System call)
                          upload [4] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/words.js words.js application/javascript
                          upload [3] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/stiebel-isg.png stiebel-isg.png image/png
                          upload [2] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/index_m.html index_m.html text/html
                          upload [1] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/en/translations.json i18n/en/translations.json application/json
                          upload [0] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/de/translations.json i18n/de/translations.json application/json
                          Update "system.adapter.stiebel-isg.0"
                          process exited with code 0
                          

                          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
                          0
                          • M maodch

                            @unltdnetworx ja bin ich ...

                            sieht anders aus, aber er will umsverrecken nicht von der 1.10 abweichen:

                            $ ./iobroker url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11" --debug
                            install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11
                            npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/v1.4.11 --production --save --prefix "/opt/iobroker" (System call)
                            npm
                             WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):
                            npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                            
                            + iobroker.stiebel-isg@1.4.10updated 1 package and audited 15804 packages in 71.43s
                            
                            2 packages are looking for funding
                              run `npm fund` for details
                            
                            
                            found 42 vulnerabilities (30 low, 1 moderate, 11 high)  run `npm audit fix` to fix them, or `npm audit` for details
                            
                            process exited with code 0
                            
                            unltdnetworxU Offline
                            unltdnetworxU Offline
                            unltdnetworx
                            Developer
                            wrote on last edited by unltdnetworx
                            #69

                            @maodch
                            Oh Mann, so früh am Morgen sollte man doch zweimal hinschauen. Die zweite Ausgabe hat gepasst.

                            process exited with code 0

                            Das heißt erfolgreich.

                            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
                            0
                            • M Offline
                              M Offline
                              maodch
                              wrote on last edited by maodch
                              #70

                              @unltdnetworx
                              Der Exit 0 ist schon korrekt, nur sehe ich im Adapter immer noch die .10, guck:
                              Schlussendlich startet er 1.4.10
                              ABER: Neu ist, dass ein Fehler daher kommt:
                              uncaught exception: scriptValues.match is not a function

                              also etwas hat sich schon geändert ... der war noch nicht da, hatte noch nie einen Fehler im Adapter

                              `b179dda0-6545-456b-a259-8cb0160bd0b2-grafik.png

                              host.ioBroker-Pi	2020-01-10 09:29:07.176	info	instance system.adapter.stiebel-isg.0 started with pid 21283
                              iobroker	2020-01-10 09:29:04.753	info	exit 0
                              host.ioBroker-Pi	2020-01-10 09:29:04.745	info	instance system.adapter.stiebel-isg.0 terminated with code 156 ()
                              stiebel-isg.0	2020-01-10 09:29:04.651	info	cleaned everything up...
                              stiebel-isg.0	2020-01-10 09:29:04.641	info	cleaned everything up...
                              host.ioBroker-Pi	2020-01-10 09:29:04.638	info	stopInstance system.adapter.stiebel-isg.0 killing pid 12755
                              host.ioBroker-Pi	2020-01-10 09:29:04.637	info	stopInstance system.adapter.stiebel-isg.0
                              host.ioBroker-Pi	2020-01-10 09:29:04.637	info	object change system.adapter.stiebel-isg.0
                              iobroker	2020-01-10 09:29:04.597	info	Update "system.adapter.stiebel-isg.0"
                              iobroker	2020-01-10 09:29:04.446	info	upload [0] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/de/translations.json i18n/de/translations.json application/json
                              iobroker	2020-01-10 09:29:04.381	info	upload [1] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/en/translations.json i18n/en/translations.json application/json
                              iobroker	2020-01-10 09:29:04.312	info	upload [2] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/index_m.html index_m.html text/html
                              iobroker	2020-01-10 09:29:04.238	info	upload [3] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/stiebel-isg.png stiebel-isg.png image/png
                              iobroker	2020-01-10 09:29:04.129	info	upload [4] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/words.js words.js application/javascript
                              iobroker	2020-01-10 09:29:04.101	info	got /opt/iobroker/node_modules/iobroker.stiebel-isg/admin
                              iobroker	2020-01-10 09:29:01.935	info	upload stiebel-isg
                              host.ioBroker-Pi	2020-01-10 09:28:06.060	info	Update repository "default" under "http://download.iobroker.net/sources-dist.json"
                              iobroker	2020-01-10 09:28:05.286	info	exit 0
                              iobroker	2020-01-10 09:27:57.331	info	
                              iobroker	2020-01-10 09:27:57.324	info	WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-
                              iobroker	2020-01-10 09:27:57.322	info	npm
                              iobroker	2020-01-10 09:26:33.811	info	npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A --production --save --prefix "/opt/iobroker" (System call)
                              iobroker	2020-01-10 09:26:31.923	info	install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A
                              iobroker	2020-01-10 09:26:30.767	info	url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A"
                              

                              Hier der Fehler:

                              stiebel-isg.0	2020-01-10 09:30:58.118	info	cleaned everything up...
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.emit (events.js:203:15)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at Object.onceWrapper (events.js:286:20)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request._callback (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:436:39)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at initialize.exports.each (/opt/iobroker/node_modules/cheerio/lib/api/traversing.js:300:24)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	at Node.<anonymous> (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:561:63)
                              stiebel-isg.0	2020-01-10 09:30:58.116	error	TypeError: scriptValues.match is not a function
                              stiebel-isg.0	2020-01-10 09:30:58.115	error	uncaught exception: scriptValues.match is not a function
                              

                              Warscheinlich bin ich zu doof dafür 🙂

                              unltdnetworxU 1 Reply Last reply
                              0
                              • M maodch

                                @unltdnetworx
                                Der Exit 0 ist schon korrekt, nur sehe ich im Adapter immer noch die .10, guck:
                                Schlussendlich startet er 1.4.10
                                ABER: Neu ist, dass ein Fehler daher kommt:
                                uncaught exception: scriptValues.match is not a function

                                also etwas hat sich schon geändert ... der war noch nicht da, hatte noch nie einen Fehler im Adapter

                                `b179dda0-6545-456b-a259-8cb0160bd0b2-grafik.png

                                host.ioBroker-Pi	2020-01-10 09:29:07.176	info	instance system.adapter.stiebel-isg.0 started with pid 21283
                                iobroker	2020-01-10 09:29:04.753	info	exit 0
                                host.ioBroker-Pi	2020-01-10 09:29:04.745	info	instance system.adapter.stiebel-isg.0 terminated with code 156 ()
                                stiebel-isg.0	2020-01-10 09:29:04.651	info	cleaned everything up...
                                stiebel-isg.0	2020-01-10 09:29:04.641	info	cleaned everything up...
                                host.ioBroker-Pi	2020-01-10 09:29:04.638	info	stopInstance system.adapter.stiebel-isg.0 killing pid 12755
                                host.ioBroker-Pi	2020-01-10 09:29:04.637	info	stopInstance system.adapter.stiebel-isg.0
                                host.ioBroker-Pi	2020-01-10 09:29:04.637	info	object change system.adapter.stiebel-isg.0
                                iobroker	2020-01-10 09:29:04.597	info	Update "system.adapter.stiebel-isg.0"
                                iobroker	2020-01-10 09:29:04.446	info	upload [0] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                iobroker	2020-01-10 09:29:04.381	info	upload [1] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                iobroker	2020-01-10 09:29:04.312	info	upload [2] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/index_m.html index_m.html text/html
                                iobroker	2020-01-10 09:29:04.238	info	upload [3] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/stiebel-isg.png stiebel-isg.png image/png
                                iobroker	2020-01-10 09:29:04.129	info	upload [4] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/words.js words.js application/javascript
                                iobroker	2020-01-10 09:29:04.101	info	got /opt/iobroker/node_modules/iobroker.stiebel-isg/admin
                                iobroker	2020-01-10 09:29:01.935	info	upload stiebel-isg
                                host.ioBroker-Pi	2020-01-10 09:28:06.060	info	Update repository "default" under "http://download.iobroker.net/sources-dist.json"
                                iobroker	2020-01-10 09:28:05.286	info	exit 0
                                iobroker	2020-01-10 09:27:57.331	info	
                                iobroker	2020-01-10 09:27:57.324	info	WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-
                                iobroker	2020-01-10 09:27:57.322	info	npm
                                iobroker	2020-01-10 09:26:33.811	info	npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A --production --save --prefix "/opt/iobroker" (System call)
                                iobroker	2020-01-10 09:26:31.923	info	install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A
                                iobroker	2020-01-10 09:26:30.767	info	url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A"
                                

                                Hier der Fehler:

                                stiebel-isg.0	2020-01-10 09:30:58.118	info	cleaned everything up...
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.emit (events.js:203:15)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Object.onceWrapper (events.js:286:20)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request._callback (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:436:39)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at initialize.exports.each (/opt/iobroker/node_modules/cheerio/lib/api/traversing.js:300:24)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Node.<anonymous> (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:561:63)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	TypeError: scriptValues.match is not a function
                                stiebel-isg.0	2020-01-10 09:30:58.115	error	uncaught exception: scriptValues.match is not a function
                                

                                Warscheinlich bin ich zu doof dafür 🙂

                                unltdnetworxU Offline
                                unltdnetworxU Offline
                                unltdnetworx
                                Developer
                                wrote on last edited by unltdnetworx
                                #71

                                @maodch sagte in Test Adapter stiebel-isg v1.4.x GitHub:

                                @unltdnetworx
                                Der Exit 0 ist schon korrekt, nur sehe ich im Adapter immer noch die .10, guck:
                                Schlussendlich startet er 1.4.10
                                ABER: Neu ist, dass ein Fehler daher kommt:
                                uncaught exception: scriptValues.match is not a function

                                also etwas hat sich schon geändert ... der war noch nicht da, hatte noch nie einen Fehler im Adapter

                                `b179dda0-6545-456b-a259-8cb0160bd0b2-grafik.png

                                host.ioBroker-Pi	2020-01-10 09:29:07.176	info	instance system.adapter.stiebel-isg.0 started with pid 21283
                                iobroker	2020-01-10 09:29:04.753	info	exit 0
                                host.ioBroker-Pi	2020-01-10 09:29:04.745	info	instance system.adapter.stiebel-isg.0 terminated with code 156 ()
                                stiebel-isg.0	2020-01-10 09:29:04.651	info	cleaned everything up...
                                stiebel-isg.0	2020-01-10 09:29:04.641	info	cleaned everything up...
                                host.ioBroker-Pi	2020-01-10 09:29:04.638	info	stopInstance system.adapter.stiebel-isg.0 killing pid 12755
                                host.ioBroker-Pi	2020-01-10 09:29:04.637	info	stopInstance system.adapter.stiebel-isg.0
                                host.ioBroker-Pi	2020-01-10 09:29:04.637	info	object change system.adapter.stiebel-isg.0
                                iobroker	2020-01-10 09:29:04.597	info	Update "system.adapter.stiebel-isg.0"
                                iobroker	2020-01-10 09:29:04.446	info	upload [0] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                iobroker	2020-01-10 09:29:04.381	info	upload [1] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                iobroker	2020-01-10 09:29:04.312	info	upload [2] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/index_m.html index_m.html text/html
                                iobroker	2020-01-10 09:29:04.238	info	upload [3] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/stiebel-isg.png stiebel-isg.png image/png
                                iobroker	2020-01-10 09:29:04.129	info	upload [4] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/words.js words.js application/javascript
                                iobroker	2020-01-10 09:29:04.101	info	got /opt/iobroker/node_modules/iobroker.stiebel-isg/admin
                                iobroker	2020-01-10 09:29:01.935	info	upload stiebel-isg
                                host.ioBroker-Pi	2020-01-10 09:28:06.060	info	Update repository "default" under "http://download.iobroker.net/sources-dist.json"
                                iobroker	2020-01-10 09:28:05.286	info	exit 0
                                iobroker	2020-01-10 09:27:57.331	info	
                                iobroker	2020-01-10 09:27:57.324	info	WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-
                                iobroker	2020-01-10 09:27:57.322	info	npm
                                iobroker	2020-01-10 09:26:33.811	info	npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A --production --save --prefix "/opt/iobroker" (System call)
                                iobroker	2020-01-10 09:26:31.923	info	install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A
                                iobroker	2020-01-10 09:26:30.767	info	url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A"
                                

                                Hier der Fehler:

                                stiebel-isg.0	2020-01-10 09:30:58.118	info	cleaned everything up...
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.emit (events.js:203:15)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Object.onceWrapper (events.js:286:20)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request._callback (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:436:39)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at initialize.exports.each (/opt/iobroker/node_modules/cheerio/lib/api/traversing.js:300:24)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	at Node.<anonymous> (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:561:63)
                                stiebel-isg.0	2020-01-10 09:30:58.116	error	TypeError: scriptValues.match is not a function
                                stiebel-isg.0	2020-01-10 09:30:58.115	error	uncaught exception: scriptValues.match is not a function
                                

                                Warscheinlich bin ich zu doof dafür 🙂

                                Also die Anziege der Version hab ich nicht geändert. Ich wollte erst mal die Funktion hinbekommen.

                                Den Fehler schau ich mir an.

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

                                M 1 Reply Last reply
                                0
                                • unltdnetworxU unltdnetworx

                                  @maodch sagte in Test Adapter stiebel-isg v1.4.x GitHub:

                                  @unltdnetworx
                                  Der Exit 0 ist schon korrekt, nur sehe ich im Adapter immer noch die .10, guck:
                                  Schlussendlich startet er 1.4.10
                                  ABER: Neu ist, dass ein Fehler daher kommt:
                                  uncaught exception: scriptValues.match is not a function

                                  also etwas hat sich schon geändert ... der war noch nicht da, hatte noch nie einen Fehler im Adapter

                                  `b179dda0-6545-456b-a259-8cb0160bd0b2-grafik.png

                                  host.ioBroker-Pi	2020-01-10 09:29:07.176	info	instance system.adapter.stiebel-isg.0 started with pid 21283
                                  iobroker	2020-01-10 09:29:04.753	info	exit 0
                                  host.ioBroker-Pi	2020-01-10 09:29:04.745	info	instance system.adapter.stiebel-isg.0 terminated with code 156 ()
                                  stiebel-isg.0	2020-01-10 09:29:04.651	info	cleaned everything up...
                                  stiebel-isg.0	2020-01-10 09:29:04.641	info	cleaned everything up...
                                  host.ioBroker-Pi	2020-01-10 09:29:04.638	info	stopInstance system.adapter.stiebel-isg.0 killing pid 12755
                                  host.ioBroker-Pi	2020-01-10 09:29:04.637	info	stopInstance system.adapter.stiebel-isg.0
                                  host.ioBroker-Pi	2020-01-10 09:29:04.637	info	object change system.adapter.stiebel-isg.0
                                  iobroker	2020-01-10 09:29:04.597	info	Update "system.adapter.stiebel-isg.0"
                                  iobroker	2020-01-10 09:29:04.446	info	upload [0] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                  iobroker	2020-01-10 09:29:04.381	info	upload [1] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                  iobroker	2020-01-10 09:29:04.312	info	upload [2] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/index_m.html index_m.html text/html
                                  iobroker	2020-01-10 09:29:04.238	info	upload [3] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/stiebel-isg.png stiebel-isg.png image/png
                                  iobroker	2020-01-10 09:29:04.129	info	upload [4] stiebel-isg.admin /opt/iobroker/node_modules/iobroker.stiebel-isg/admin/words.js words.js application/javascript
                                  iobroker	2020-01-10 09:29:04.101	info	got /opt/iobroker/node_modules/iobroker.stiebel-isg/admin
                                  iobroker	2020-01-10 09:29:01.935	info	upload stiebel-isg
                                  host.ioBroker-Pi	2020-01-10 09:28:06.060	info	Update repository "default" under "http://download.iobroker.net/sources-dist.json"
                                  iobroker	2020-01-10 09:28:05.286	info	exit 0
                                  iobroker	2020-01-10 09:27:57.331	info	
                                  iobroker	2020-01-10 09:27:57.324	info	WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.4 (node_modules/osx-temperature-sensor):npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-
                                  iobroker	2020-01-10 09:27:57.322	info	npm
                                  iobroker	2020-01-10 09:26:33.811	info	npm install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A --production --save --prefix "/opt/iobroker" (System call)
                                  iobroker	2020-01-10 09:26:31.923	info	install https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A
                                  iobroker	2020-01-10 09:26:30.767	info	url "https://github.com/unltdnetworx/ioBroker.stiebel-isg/tarball/WPL25A"
                                  

                                  Hier der Fehler:

                                  stiebel-isg.0	2020-01-10 09:30:58.118	info	cleaned everything up...
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.emit (events.js:203:15)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at Object.onceWrapper (events.js:286:20)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at IncomingMessage.<anonymous> (/opt/iobroker/node_modules/request/request.js:1083:12)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.<anonymous> (/opt/iobroker/node_modules/request/request.js:1161:10)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.emit (events.js:198:13)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request.self.callback (/opt/iobroker/node_modules/request/request.js:185:22)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at Request._callback (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:436:39)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at initialize.exports.each (/opt/iobroker/node_modules/cheerio/lib/api/traversing.js:300:24)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	at Node.<anonymous> (/opt/iobroker/node_modules/iobroker.stiebel-isg/main.js:561:63)
                                  stiebel-isg.0	2020-01-10 09:30:58.116	error	TypeError: scriptValues.match is not a function
                                  stiebel-isg.0	2020-01-10 09:30:58.115	error	uncaught exception: scriptValues.match is not a function
                                  

                                  Warscheinlich bin ich zu doof dafür 🙂

                                  Also die Anziege der Version hab ich nicht geändert. Ich wollte erst mal die Funktion hinbekommen.

                                  Den Fehler schau ich mir an.

                                  M Offline
                                  M Offline
                                  maodch
                                  wrote on last edited by
                                  #72

                                  @unltdnetworx sagte in Test Adapter stiebel-isg v1.4.x GitHub:

                                  Also die Anziege der Version hab ich nicht geändert. Ich wollte erst mal die Funktion hinbekommen.

                                  🤣 🤣 🤣
                                  Gut zu wissen, dann kann ich noch lange üben
                                  🤣 🤣 🤣

                                  unltdnetworxU 1 Reply Last reply
                                  0
                                  • M maodch

                                    @unltdnetworx sagte in Test Adapter stiebel-isg v1.4.x GitHub:

                                    Also die Anziege der Version hab ich nicht geändert. Ich wollte erst mal die Funktion hinbekommen.

                                    🤣 🤣 🤣
                                    Gut zu wissen, dann kann ich noch lange üben
                                    🤣 🤣 🤣

                                    unltdnetworxU Offline
                                    unltdnetworxU Offline
                                    unltdnetworx
                                    Developer
                                    wrote on last edited by
                                    #73

                                    @maodch
                                    So neuer Versuch. Jetzt auch mit neuer Versionsnummer. Denke, jetzt sollte es passen.

                                    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
                                    0
                                    • M Offline
                                      M Offline
                                      maodch
                                      wrote on last edited by maodch
                                      #74

                                      @unltdnetworx
                                      Hello again

                                      .11 installiert, einen neue Instanz davon gezogen, damit sicher alle States geladen werden, aber der val35 kommt noch nicht:
                                      ffb59dcc-c4da-491f-9d97-a4509d0965d6-grafik.png

                                      aber Log zeigt keine Fehler und Installation war ebenso fehlerlos

                                      1 Reply Last reply
                                      0
                                      • M Offline
                                        M Offline
                                        maodch
                                        wrote on last edited by
                                        #75

                                        @unltdnetworx
                                        Was mir aber auffällt, dass sich das ISG nun regelmässig verabschieded.
                                        Daher werde ich mal eine Version zurückgehen um festzustellen, ob es wirklich nur ein "Software" Problem ist.
                                        Denn er meldet immer, dass States nicht da wären, obwohl die immer da waren und bei Prüfung auch vorhanden sind. Dann ist für eine Weile still, dann kommen die Meldungen wieder, und in dieser Zeit zeigt das ISG auch keinen Mux mehr, sprich, wird sich rebooten, denn auch via Webinterface ist dann vorbei. Etwa gleiches Verhahlten, wie wo ich probierte, den val35 von Hand zu setzen.

                                        stiebel_caseSensitive_01.png stiebel_caseSensitive_02.png stiebel_caseSensitive_03.png

                                        unltdnetworxU 1 Reply Last reply
                                        0
                                        • M maodch

                                          @unltdnetworx
                                          Was mir aber auffällt, dass sich das ISG nun regelmässig verabschieded.
                                          Daher werde ich mal eine Version zurückgehen um festzustellen, ob es wirklich nur ein "Software" Problem ist.
                                          Denn er meldet immer, dass States nicht da wären, obwohl die immer da waren und bei Prüfung auch vorhanden sind. Dann ist für eine Weile still, dann kommen die Meldungen wieder, und in dieser Zeit zeigt das ISG auch keinen Mux mehr, sprich, wird sich rebooten, denn auch via Webinterface ist dann vorbei. Etwa gleiches Verhahlten, wie wo ich probierte, den val35 von Hand zu setzen.

                                          stiebel_caseSensitive_01.png stiebel_caseSensitive_02.png stiebel_caseSensitive_03.png

                                          unltdnetworxU Offline
                                          unltdnetworxU Offline
                                          unltdnetworx
                                          Developer
                                          wrote on last edited by
                                          #76

                                          @maodch
                                          Ich schau nochmal drüber. Aber ohne Gegenstelle ist es echt schwer.

                                          Ich hatte mal mit einem anderen User die Möglichkeit bekommen, dass ich per VPN auf die Heizung zugreifen konnte.

                                          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
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          735

                                          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