Skip to content
  • Home
  • 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
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Tester
  4. ioBroker.upnp - please test

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    16
    1
    1.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    900

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

ioBroker.upnp - please test

Scheduled Pinned Locked Moved Tester
testadapter
196 Posts 18 Posters 27.4k Views 17 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.
  • SBorgS SBorg

    node 8.15.0 + npm 6.8.0 sieht ganz gut aus. Datenpunkte alle wieder da, lassen sich auch befüllen, nur bekomme ich im 10 Minuten-Rhytmus leider noch den call stack:

    2019-02-21 09:39:02.485 - info: upnp.0 Found new device: http://192.168.1.1:49000/igd2desc.xml
    2019-02-21 09:39:02.505 - info: upnp.0 Found new device: http://192.168.1.1:49000/igd2desc.xml
    2019-02-21 09:39:02.510 - info: upnp.0 Found new device: http://192.168.1.1:49000/igd2desc.xml
    2019-02-21 09:39:02.535 - info: upnp.0 Found new device: http://192.168.1.1:49000/igd2desc.xml
    2019-02-21 09:39:04.301 - error: upnp.0 uncaught exception: Maximum call stack size exceeded
    2019-02-21 09:39:04.301 - error: upnp.0 RangeError: Maximum call stack size exceeded
    at tryParse (/opt/iobroker/node_modules/socket.io-parser/index.js:336:12)
    at decodeString (/opt/iobroker/node_modules/socket.io-parser/index.js:325:9)
    at Decoder.add (/opt/iobroker/node_modules/socket.io-parser/index.js:237:14)
    at Manager.ondata (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:322:16)
    at Socket. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
    at Socket.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
    at Socket.onPacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/socket.js:451:14)
    at WS. (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/socket.js:268:10)
    at WS.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
    at WS.Transport.onPacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/transport.js:145:8)
    at WS.Transport.onData (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/transport.js:137:8)
    at WebSocket.ws.onmessage (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/transports/websocket.js:146:10)
    at WebSocket.onMessage (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/ws/lib/WebSocket.js:442:14)
    at emitTwo (events.js:126:13)
    at WebSocket.emit (events.js:214:7)
    at Receiver.ontext (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/ws/lib/WebSocket.js:841:10)
    2019-02-21 09:39:04.307 - info: upnp.0 cleaned everything up...
    2019-02-21 09:39:04.307 - info: upnp.0 Alive and sid states cleared
    2019-02-21 09:39:04.365 - error: Caught by controller[0]: RangeError: Maximum call stack size exceeded
    2019-02-21 09:39:04.366 - error: Caught by controller[0]: at tryParse (/opt/iobroker/node_modules/socket.io-parser/index.js:336:12)
    2019-02-21 09:39:04.366 - error: Caught by controller[0]: at decodeString (/opt/iobroker/node_modules/socket.io-parser/index.js:325:9)
    2019-02-21 09:39:04.366 - error: Caught by controller[0]: at Decoder.add (/opt/iobroker/node_modules/socket.io-parser/index.js:237:14)
    2019-02-21 09:39:04.366 - error: Caught by controller[0]: at Manager.ondata (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/socket.io-client/lib/manager.js:322:16)
    2019-02-21 09:39:04.366 - error: Caught by controller[0]: at Socket. (/opt/iobroker/node_modules/component-bind/index.js:21:15)
    2019-02-21 09:39:04.366 - error: Caught by controller[0]: at Socket.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
    2019-02-21 09:39:04.366 - error: Caught by controller[0]: at Socket.onPacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/socket.js:451:14)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at WS. (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/socket.js:268:10)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at WS.Emitter.emit (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/component-emitter/index.js:133:20)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at WS.Transport.onPacket (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/transport.js:145:8)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at WS.Transport.onData (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/transport.js:137:8)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at WebSocket.ws.onmessage (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/engine.io-client/lib/transports/websocket.js:146:10)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at WebSocket.onMessage (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/ws/lib/WebSocket.js:442:14)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at emitTwo (events.js:126:13)
    2019-02-21 09:39:04.367 - error: Caught by controller[0]: at WebSocket.emit (events.js:214:7)
    2019-02-21 09:39:04.368 - error: Caught by controller[0]: at Receiver.ontext (/opt/iobroker/node_modules/iobroker.js-controller/node_modules/ws/lib/WebSocket.js:841:10)
    2019-02-21 09:39:04.368 - error: host.Ubuntu instance system.adapter.upnp.0 terminated with code 0 (OK)
    2019-02-21 09:39:04.368 - info: host.Ubuntu Restart adapter system.adapter.upnp.0 because enabled
    2019-02-21 09:39:34.386 - info: host.Ubuntu instance system.adapter.upnp.0 started with pid 28606
    2019-02-21 09:39:36.420 - info: upnp.0 starting. Version 1.0.2 in /opt/iobroker/node_modules/iobroker.upnp, node: v8.15.0
    2019-02-21 09:39:36.467 - info: upnp.0 Auto discover: true
    
    BluefoxB Offline
    BluefoxB Offline
    Bluefox
    wrote on last edited by
    #40

    @SBorg UNd bitte noch mal vom git testen.

    ? SBorgS 2 Replies Last reply
    0
    • BluefoxB Bluefox

      @SBorg UNd bitte noch mal vom git testen.

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #41

      @Bluefox Danke für das Update, schon etwas besser, der Adapter läuft durch, allerdings schreibt er keine Werte in die Objekte, und meine 3 Octopi-Raspis mag er einfach nicht, solange diese online sind, hängt er bei den in einer Schleife und erkennt sie jedesmal wieder als neues Device - und kommt dann natürlich zu nix anderes mehr..
      Habe die drei jetzt mal runtergefahren, und siehe da, es werden noch mehr Geräte erkannt ( ich hab in den Settings alle 3 Haken an) jetzt keine Schleife mehr, aber noch keine Werte in den Objekten.

      Logfileauszug von der Schleife:

      2019-02-21 23:15:33.713  - debug: upnp.0 Started processTasks with 1 tasks
      2019-02-21 23:15:33.713  - debug: upnp.0 firstDevLookup for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.745  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.746  - debug: upnp.0 Parsing the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.746  - debug: upnp.0 Creating objects for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.746  - debug: upnp.0 TypeOfDevice Basic
      2019-02-21 23:15:33.746  - debug: upnp.0 Can not find a icon for 192.168.178.32
      2019-02-21 23:15:33.746  - debug: upnp.0 Creating root element for device: OctoPrint_instance_on_berrymotion
      2019-02-21 23:15:33.746  - debug: upnp.0 Cannot parse answer from 192.168.178.32: TypeError: Cannot read property 'length' of undefined
      2019-02-21 23:15:33.749  - debug: upnp.0 All tasks processed
      2019-02-21 23:15:33.792  - info: upnp.0 Found new device: http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.792  - debug: upnp.0 Started processTasks with 1 tasks
      2019-02-21 23:15:33.792  - debug: upnp.0 firstDevLookup for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.817  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.817  - debug: upnp.0 Parsing the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.817  - debug: upnp.0 Creating objects for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.817  - debug: upnp.0 TypeOfDevice Basic
      2019-02-21 23:15:33.817  - debug: upnp.0 Can not find a icon for 192.168.178.28
      2019-02-21 23:15:33.817  - debug: upnp.0 Creating root element for device: OctoPrint_instance__Octopi
      2019-02-21 23:15:33.818  - debug: upnp.0 Cannot parse answer from 192.168.178.28: TypeError: Cannot read property 'length' of undefined
      2019-02-21 23:15:33.821  - debug: upnp.0 All tasks processed
      2019-02-21 23:15:33.851  - info: upnp.0 Found new device: http://192.168.178.34:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.851  - debug: upnp.0 Started processTasks with 1 tasks
      2019-02-21 23:15:33.851  - debug: upnp.0 firstDevLookup for http://192.168.178.34:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.904  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.34:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.904  - debug: upnp.0 Parsing the XML file for http://192.168.178.34:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.904  - debug: upnp.0 Creating objects for http://192.168.178.34:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:33.904  - debug: upnp.0 TypeOfDevice Basic
      2019-02-21 23:15:33.904  - debug: upnp.0 Can not find a icon for 192.168.178.34
      2019-02-21 23:15:33.904  - debug: upnp.0 Creating root element for device: OctoPrint_instance_on_gymberry
      2019-02-21 23:15:33.904  - debug: upnp.0 Cannot parse answer from 192.168.178.34: TypeError: Cannot read property 'length' of undefined
      2019-02-21 23:15:33.908  - debug: upnp.0 All tasks processed
      2019-02-21 23:15:39.112  - debug: upnp.0 Started processTasks with 8 tasks
      2019-02-21 23:15:39.127  - debug: upnp.0 All tasks processed
      2019-02-21 23:15:43.729  - info: upnp.0 Found new device: http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.730  - debug: upnp.0 Started processTasks with 1 tasks
      2019-02-21 23:15:43.730  - debug: upnp.0 firstDevLookup for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.780  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.782  - debug: upnp.0 Parsing the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.782  - debug: upnp.0 Creating objects for http://192.168.178.32:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.782  - debug: upnp.0 TypeOfDevice Basic
      2019-02-21 23:15:43.782  - debug: upnp.0 Can not find a icon for 192.168.178.32
      2019-02-21 23:15:43.783  - debug: upnp.0 Creating root element for device: OctoPrint_instance_on_berrymotion
      2019-02-21 23:15:43.783  - debug: upnp.0 Cannot parse answer from 192.168.178.32: TypeError: Cannot read property 'length' of undefined
      2019-02-21 23:15:43.785  - debug: upnp.0 All tasks processed
      2019-02-21 23:15:43.828  - info: upnp.0 Found new device: http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.828  - debug: upnp.0 Started processTasks with 1 tasks
      2019-02-21 23:15:43.828  - debug: upnp.0 firstDevLookup for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.853  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.853  - debug: upnp.0 Parsing the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.853  - debug: upnp.0 Creating objects for http://192.168.178.28:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.853  - debug: upnp.0 TypeOfDevice Basic
      2019-02-21 23:15:43.853  - debug: upnp.0 Can not find a icon for 192.168.178.28
      2019-02-21 23:15:43.853  - debug: upnp.0 Creating root element for device: OctoPrint_instance__Octopi
      2019-02-21 23:15:43.853  - debug: upnp.0 Cannot parse answer from 192.168.178.28: TypeError: Cannot read property 'length' of undefined
      2019-02-21 23:15:43.857  - debug: upnp.0 All tasks processed
      2019-02-21 23:15:43.878  - info: upnp.0 Found new device: http://192.168.178.34:80/plugin/discovery/discovery.xml
      2019-02-21 23:15:43.878  - debug: upnp.0 Started processTasks with 1 tasks
      
      

      und das ging solange so weiter, bis ich die drei runtergefahren hab ( Drucke gerade nicht, daher gings..).

      Nehme an, es hat vielleicht damit was zu tun:
      019-02-21 23:15:33.818 - debug: upnp.0 Cannot parse answer from 192.168.178.28: TypeError: Cannot read property 'length' of undefined

      BluefoxB 1 Reply Last reply
      0
      • ? A Former User

        @Bluefox Danke für das Update, schon etwas besser, der Adapter läuft durch, allerdings schreibt er keine Werte in die Objekte, und meine 3 Octopi-Raspis mag er einfach nicht, solange diese online sind, hängt er bei den in einer Schleife und erkennt sie jedesmal wieder als neues Device - und kommt dann natürlich zu nix anderes mehr..
        Habe die drei jetzt mal runtergefahren, und siehe da, es werden noch mehr Geräte erkannt ( ich hab in den Settings alle 3 Haken an) jetzt keine Schleife mehr, aber noch keine Werte in den Objekten.

        Logfileauszug von der Schleife:

        2019-02-21 23:15:33.713  - debug: upnp.0 Started processTasks with 1 tasks
        2019-02-21 23:15:33.713  - debug: upnp.0 firstDevLookup for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.745  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.746  - debug: upnp.0 Parsing the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.746  - debug: upnp.0 Creating objects for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.746  - debug: upnp.0 TypeOfDevice Basic
        2019-02-21 23:15:33.746  - debug: upnp.0 Can not find a icon for 192.168.178.32
        2019-02-21 23:15:33.746  - debug: upnp.0 Creating root element for device: OctoPrint_instance_on_berrymotion
        2019-02-21 23:15:33.746  - debug: upnp.0 Cannot parse answer from 192.168.178.32: TypeError: Cannot read property 'length' of undefined
        2019-02-21 23:15:33.749  - debug: upnp.0 All tasks processed
        2019-02-21 23:15:33.792  - info: upnp.0 Found new device: http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.792  - debug: upnp.0 Started processTasks with 1 tasks
        2019-02-21 23:15:33.792  - debug: upnp.0 firstDevLookup for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.817  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.817  - debug: upnp.0 Parsing the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.817  - debug: upnp.0 Creating objects for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.817  - debug: upnp.0 TypeOfDevice Basic
        2019-02-21 23:15:33.817  - debug: upnp.0 Can not find a icon for 192.168.178.28
        2019-02-21 23:15:33.817  - debug: upnp.0 Creating root element for device: OctoPrint_instance__Octopi
        2019-02-21 23:15:33.818  - debug: upnp.0 Cannot parse answer from 192.168.178.28: TypeError: Cannot read property 'length' of undefined
        2019-02-21 23:15:33.821  - debug: upnp.0 All tasks processed
        2019-02-21 23:15:33.851  - info: upnp.0 Found new device: http://192.168.178.34:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.851  - debug: upnp.0 Started processTasks with 1 tasks
        2019-02-21 23:15:33.851  - debug: upnp.0 firstDevLookup for http://192.168.178.34:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.904  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.34:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.904  - debug: upnp.0 Parsing the XML file for http://192.168.178.34:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.904  - debug: upnp.0 Creating objects for http://192.168.178.34:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:33.904  - debug: upnp.0 TypeOfDevice Basic
        2019-02-21 23:15:33.904  - debug: upnp.0 Can not find a icon for 192.168.178.34
        2019-02-21 23:15:33.904  - debug: upnp.0 Creating root element for device: OctoPrint_instance_on_gymberry
        2019-02-21 23:15:33.904  - debug: upnp.0 Cannot parse answer from 192.168.178.34: TypeError: Cannot read property 'length' of undefined
        2019-02-21 23:15:33.908  - debug: upnp.0 All tasks processed
        2019-02-21 23:15:39.112  - debug: upnp.0 Started processTasks with 8 tasks
        2019-02-21 23:15:39.127  - debug: upnp.0 All tasks processed
        2019-02-21 23:15:43.729  - info: upnp.0 Found new device: http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.730  - debug: upnp.0 Started processTasks with 1 tasks
        2019-02-21 23:15:43.730  - debug: upnp.0 firstDevLookup for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.780  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.782  - debug: upnp.0 Parsing the XML file for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.782  - debug: upnp.0 Creating objects for http://192.168.178.32:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.782  - debug: upnp.0 TypeOfDevice Basic
        2019-02-21 23:15:43.782  - debug: upnp.0 Can not find a icon for 192.168.178.32
        2019-02-21 23:15:43.783  - debug: upnp.0 Creating root element for device: OctoPrint_instance_on_berrymotion
        2019-02-21 23:15:43.783  - debug: upnp.0 Cannot parse answer from 192.168.178.32: TypeError: Cannot read property 'length' of undefined
        2019-02-21 23:15:43.785  - debug: upnp.0 All tasks processed
        2019-02-21 23:15:43.828  - info: upnp.0 Found new device: http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.828  - debug: upnp.0 Started processTasks with 1 tasks
        2019-02-21 23:15:43.828  - debug: upnp.0 firstDevLookup for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.853  - debug: upnp.0 Positive answer for request of the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.853  - debug: upnp.0 Parsing the XML file for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.853  - debug: upnp.0 Creating objects for http://192.168.178.28:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.853  - debug: upnp.0 TypeOfDevice Basic
        2019-02-21 23:15:43.853  - debug: upnp.0 Can not find a icon for 192.168.178.28
        2019-02-21 23:15:43.853  - debug: upnp.0 Creating root element for device: OctoPrint_instance__Octopi
        2019-02-21 23:15:43.853  - debug: upnp.0 Cannot parse answer from 192.168.178.28: TypeError: Cannot read property 'length' of undefined
        2019-02-21 23:15:43.857  - debug: upnp.0 All tasks processed
        2019-02-21 23:15:43.878  - info: upnp.0 Found new device: http://192.168.178.34:80/plugin/discovery/discovery.xml
        2019-02-21 23:15:43.878  - debug: upnp.0 Started processTasks with 1 tasks
        
        

        und das ging solange so weiter, bis ich die drei runtergefahren hab ( Drucke gerade nicht, daher gings..).

        Nehme an, es hat vielleicht damit was zu tun:
        019-02-21 23:15:33.818 - debug: upnp.0 Cannot parse answer from 192.168.178.28: TypeError: Cannot read property 'length' of undefined

        BluefoxB Offline
        BluefoxB Offline
        Bluefox
        wrote on last edited by
        #42

        Участник @ilovegym написал в ioBroker.upnp - please test:

        http://192.168.178.28:80/plugin/discovery/discovery.xml

        Kannst du http://192.168.178.28:80/plugin/discovery/discovery.xml Datei zeigen?

        ? 1 Reply Last reply
        0
        • BluefoxB Bluefox

          Участник @ilovegym написал в ioBroker.upnp - please test:

          http://192.168.178.28:80/plugin/discovery/discovery.xml

          Kannst du http://192.168.178.28:80/plugin/discovery/discovery.xml Datei zeigen?

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #43

          @Bluefox ja, der ist hier im Büro, bei den anderen müsste ich jetzt in den Keller laufen.. sind ja aus.. ;-)
          XML:

          <root><specVersion><major>1</major><minor>0</minor></specVersion><device><deviceType>urn:schemas-upnp-org:device:Basic:1</deviceType><friendlyName>OctoPrint instance "Octopi"</friendlyName><manufacturer>The OctoPrint Project</manufacturer><manufacturerURL>http://www.octoprint.org/</manufacturerURL><modelName>1.3.10</modelName><UDN>uuid:9a974f73-d481-44d5-8f93-088c35bd0dcd</UDN><serviceList>
                  </serviceList><presentationURL>http://192.168.178.28/</presentationURL></device></root>
          

          Source:

          http://www.w3.org/1999/xhtml" id="top"><link rel="stylesheet" href="chrome://global/content/xml/XMLPrettyPrint.css" /><div id="header" dir="ltr"><p>
                    This XML file does not appear to have any style information associated with it. The document tree is shown below.
                  </p></div><main id="tree" class="highlight"><div><details open="" class="expandable-body"><summary class="expandable-opening">&lt;<span class="start-tag">root</span>&gt;</summary><div class="expandable-children"><div><details open="" class="expandable-body"><summary class="expandable-opening">&lt;<span class="start-tag">specVersion</span>&gt;</summary><div class="expandable-children"><div>&lt;<span class="start-tag">major</span>&gt;<span class="text">1</span>&lt;/<span class="end-tag">major</span>&gt;</div><div>&lt;<span class="start-tag">minor</span>&gt;<span class="text">0</span>&lt;/<span class="end-tag">minor</span>&gt;</div></div></details><span class="expandable-closing">&lt;/<span class="end-tag">specVersion</span>&gt;</span></div><div><details open="" class="expandable-body"><summary class="expandable-opening">&lt;<span class="start-tag">device</span>&gt;</summary><div class="expandable-children"><div>&lt;<span class="start-tag">deviceType</span>&gt;<span class="text">urn:schemas-upnp-org:device:Basic:1</span>&lt;/<span class="end-tag">deviceType</span>&gt;</div><div>&lt;<span class="start-tag">friendlyName</span>&gt;<span class="text">OctoPrint instance "Octopi"</span>&lt;/<span class="end-tag">friendlyName</span>&gt;</div><div>&lt;<span class="start-tag">manufacturer</span>&gt;<span class="text">The OctoPrint Project</span>&lt;/<span class="end-tag">manufacturer</span>&gt;</div><div>&lt;<span class="start-tag">manufacturerURL</span>&gt;<span class="text">http://www.octoprint.org/</span>&lt;/<span class="end-tag">manufacturerURL</span>&gt;</div><div>&lt;<span class="start-tag">modelName</span>&gt;<span class="text">1.3.10</span>&lt;/<span class="end-tag">modelName</span>&gt;</div><div>&lt;<span class="start-tag">UDN</span>&gt;<span class="text">uuid:9a974f73-d481-44d5-8f93-088c35bd0dcd</span>&lt;/<span class="end-tag">UDN</span>&gt;</div><div>&lt;<span class="start-tag">serviceList</span>&gt;<span class="text">
                  </span>&lt;/<span class="end-tag">serviceList</span>&gt;</div><div>&lt;<span class="start-tag">presentationURL</span>&gt;<span class="text">http://192.168.178.28/</span>&lt;/<span class="end-tag">presentationURL</span>&gt;</div></div></details><span class="expandable-closing">&lt;/<span class="end-tag">device</span>&gt;</span></div></div></details><span class="expandable-closing">&lt;/<span class="end-tag">root</span>&gt;</span></div></main></div>
          

          Screenshot:
          Bildschirmfoto vom 2019-02-21 23-34-05.png

          1 Reply Last reply
          0
          • BluefoxB Bluefox

            @SBorg UNd bitte noch mal vom git testen.

            SBorgS Offline
            SBorgS Offline
            SBorg
            Forum Testing Most Active
            wrote on last edited by
            #44

            @Bluefox sagte in ioBroker.upnp - please test:

            @SBorg UNd bitte noch mal vom git testen.

            :+1: funktioniert supi, call stack ist weg und UPNP läuft wieder ohne Probleme, Danke :)

            LG SBorg ( SBorg auf GitHub)
            Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

            ? 1 Reply Last reply
            0
            • SBorgS SBorg

              @Bluefox sagte in ioBroker.upnp - please test:

              @SBorg UNd bitte noch mal vom git testen.

              :+1: funktioniert supi, call stack ist weg und UPNP läuft wieder ohne Probleme, Danke :)

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #45

              @SBorg hast du es gut.. bei mir nicht.. 3 Systeme, überall das Gleiche.. muss an meinen Devices liegen.. :-( vor allem werden die Datenpunkte nicht beschrieben, sind zwar da, aber steht nix drin..

              SBorgS 1 Reply Last reply
              0
              • ? A Former User

                @SBorg hast du es gut.. bei mir nicht.. 3 Systeme, überall das Gleiche.. muss an meinen Devices liegen.. :-( vor allem werden die Datenpunkte nicht beschrieben, sind zwar da, aber steht nix drin..

                SBorgS Offline
                SBorgS Offline
                SBorg
                Forum Testing Most Active
                wrote on last edited by SBorg
                #46

                @ilovegym sagte in ioBroker.upnp - please test:

                @SBorg ...sind zwar da, aber steht nix drin..

                Sollte da überhaupt was drin stehen? IMHO schickt UPNP von Hause aus doch nix von selbst? Ich schick per UPNP eine Anfrage an das Device, dann schickt es mir die gewünschten Daten.
                Soll heißen, starte ich UPNP sind z.B. bei meiner FritzBox auch alle DPs leer, schick ich dann ein "send", bekomme ich die gewünschten Daten in die entsprechenden DPs übermittelt.

                EDIT auch richtig zitieren will gelernt sein...

                LG SBorg ( SBorg auf GitHub)
                Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

                sigi234S 1 Reply Last reply
                0
                • SBorgS SBorg

                  @ilovegym sagte in ioBroker.upnp - please test:

                  @SBorg ...sind zwar da, aber steht nix drin..

                  Sollte da überhaupt was drin stehen? IMHO schickt UPNP von Hause aus doch nix von selbst? Ich schick per UPNP eine Anfrage an das Device, dann schickt es mir die gewünschten Daten.
                  Soll heißen, starte ich UPNP sind z.B. bei meiner FritzBox auch alle DPs leer, schick ich dann ein "send", bekomme ich die gewünschten Daten in die entsprechenden DPs übermittelt.

                  EDIT auch richtig zitieren will gelernt sein...

                  sigi234S Online
                  sigi234S Online
                  sigi234
                  Forum Testing Most Active
                  wrote on last edited by sigi234
                  #47

                  @SBorg sagte in ioBroker.upnp - please test:

                  @ilovegym sagte in ioBroker.upnp - please test:

                  @SBorg ...sind zwar da, aber steht nix drin..
                  Sollte da überhaupt was drin stehen? IMHO schickt UPNP von Hause aus doch nix von selbst? Ich schick per UPNP eine Anfrage an das Device, dann schickt es mir die gewünschten Daten.
                  Soll heißen, starte ich UPNP sind z.B. bei meiner FritzBox auch alle DPs leer, schick ich dann ein "send", bekomme ich die gewünschten Daten in die entsprechenden DPs übermittelt.

                  So ist es, habe ein Skrip laufen das mir die Werte holt.......von der Fritz Box

                  schedule("*/10 * * * * *",  function () { 
                     setState( "upnp.0.FRITZ!Box_6590_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties"/*GetCommonLinkProperties*/,'send');
                     setState( "upnp.0.FRITZ!Box_6590_Cable.WANDevice.WANCommonInterfaceConfig.GetAddonInfos"/*GetAddonInfos*/,'send');
                  });
                  

                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                  Immer Daten sichern!

                  ? 1 Reply Last reply
                  0
                  • sigi234S sigi234

                    @SBorg sagte in ioBroker.upnp - please test:

                    @ilovegym sagte in ioBroker.upnp - please test:

                    @SBorg ...sind zwar da, aber steht nix drin..
                    Sollte da überhaupt was drin stehen? IMHO schickt UPNP von Hause aus doch nix von selbst? Ich schick per UPNP eine Anfrage an das Device, dann schickt es mir die gewünschten Daten.
                    Soll heißen, starte ich UPNP sind z.B. bei meiner FritzBox auch alle DPs leer, schick ich dann ein "send", bekomme ich die gewünschten Daten in die entsprechenden DPs übermittelt.

                    So ist es, habe ein Skrip laufen das mir die Werte holt.......von der Fritz Box

                    schedule("*/10 * * * * *",  function () { 
                       setState( "upnp.0.FRITZ!Box_6590_Cable.WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties"/*GetCommonLinkProperties*/,'send');
                       setState( "upnp.0.FRITZ!Box_6590_Cable.WANDevice.WANCommonInterfaceConfig.GetAddonInfos"/*GetAddonInfos*/,'send');
                    });
                    
                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #48

                    @sigi234 :face_palm: danke, ich hatte zwar ein Script, aber auf dem Testsystem war der Javascriptadapter deaktiviert, damit mir die Scripte keinen durcheinander machen... und ohne das Script geht ja nix.. oh Mann..

                    1 Reply Last reply
                    0
                    • opossumO Offline
                      opossumO Offline
                      opossum
                      wrote on last edited by
                      #49

                      Hallo,
                      jetzt läuft das bei mir mit Version 1.0.3, alle Werte, die ich brauche, sind aus meiner Fritzbox wieder da, vielen Dank.

                      Gruß
                      opossum

                      https://schlepper-petersdorf.jimdofree.com/

                      1 Reply Last reply
                      0
                      • ? Offline
                        ? Offline
                        A Former User
                        wrote on last edited by
                        #50

                        Hab den upnp seit ein paar Stunden im Produktivsystem laufen, und bis auf die Fehler mit den Octopi's funktioniert er auch ( Daten werden auch eingetragen, da läuft ja mein Javascriptadapter ;-))

                        Hat noch irgendeiner hier OctoPi's im Netzwerk und kann das nachvollziehen?

                        1 Reply Last reply
                        0
                        • BluefoxB Offline
                          BluefoxB Offline
                          Bluefox
                          wrote on last edited by
                          #51

                          Ich habe noch mal upnp upgedatet (für den Octopus fall)
                          ABER: Da ich bemerkt habe, dass Object Tree total falsch war, habe ich die Struktur geändert.
                          Dazu habe ich schedule Funktionalität eingebaut, so dass man bei "request" variablen CRON Regel setzen kann und man braucht kein JScript mehr um die Variable zu pollen.
                          Bitte Beachten: Dabei alte JS Scripte werden nicht funktionieren!

                          1 Reply Last reply
                          1
                          • BluefoxB Offline
                            BluefoxB Offline
                            Bluefox
                            wrote on last edited by
                            #52

                            b9372c48-5a32-414c-b8d4-1293ece7b810-image.png
                            deb4b299-1b4e-41cd-9b61-c94a54dd9d26-image.png

                            1 Reply Last reply
                            0
                            • BluefoxB Offline
                              BluefoxB Offline
                              Bluefox
                              wrote on last edited by
                              #53

                              Kann jemand bei upnp ja/nein sagen? Das ist einzige was js-controller 1.5.7 vom Release abhält...

                              sigi234S ? 2 Replies Last reply
                              0
                              • SBorgS Offline
                                SBorgS Offline
                                SBorg
                                Forum Testing Most Active
                                wrote on last edited by
                                #54

                                Eben getestet, will bei mir nicht, kommen keine Daten.
                                Habe zwar "upnp.0 2019-02-24 10:29:51.958 info enabled polling of upnp.0.WANDevice_-FRITZ!Box_7490(UI).WANDevice.WANCommonInterfaceConfig.GetCommonLinkProperties.request with schedule */20 * * * * *" im Log, kommen aber keine Daten. Auch beim druck auf den Button kommt nix.
                                Sicherheitshalber hatte ich alle Datenpunkte gelöscht und Broker neu gestartet.

                                LG SBorg ( SBorg auf GitHub)
                                Projekte: Lebensmittelwarnung.de | WLAN-Wetterstation | PimpMyStation

                                1 Reply Last reply
                                0
                                • BluefoxB Bluefox

                                  Kann jemand bei upnp ja/nein sagen? Das ist einzige was js-controller 1.5.7 vom Release abhält...

                                  sigi234S Online
                                  sigi234S Online
                                  sigi234
                                  Forum Testing Most Active
                                  wrote on last edited by sigi234
                                  #55

                                  @Bluefox

                                  es kommen keine Daten.............
                                  Ich bin wieder auf die Alte Version umgestiegen.....da funktioniert es.

                                  Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                  Immer Daten sichern!

                                  1 Reply Last reply
                                  0
                                  • BluefoxB Bluefox

                                    Kann jemand bei upnp ja/nein sagen? Das ist einzige was js-controller 1.5.7 vom Release abhält...

                                    ? Offline
                                    ? Offline
                                    A Former User
                                    wrote on last edited by
                                    #56

                                    @Bluefox Hi, Danke fürs Update, keine Fehler im Log, gute Idee mit dem Cron da!
                                    Leider holt der Adapter keine Werte, auch wenn der request button manuell ausgeführt wird.
                                    Die Schleife new device... bei den Octopis ist behoben, super!

                                    Hier mein Log ( debug ):
                                    logfile.txt

                                    ? 1 Reply Last reply
                                    0
                                    • ? A Former User

                                      @Bluefox Hi, Danke fürs Update, keine Fehler im Log, gute Idee mit dem Cron da!
                                      Leider holt der Adapter keine Werte, auch wenn der request button manuell ausgeführt wird.
                                      Die Schleife new device... bei den Octopis ist behoben, super!

                                      Hier mein Log ( debug ):
                                      logfile.txt

                                      ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by A Former User
                                      #57

                                      wenn man den request button betätigt, kommt im Log nur das hier:

                                      2019-02-24 17:36:15.516 - debug: upnp.0 Send Command for upnp.0.WANDevice_-_FRITZ!Box_7590.WANDevice.WANCommonInterfaceConfig.GetAddonInfos.request
                                      2019-02-24 17:36:15.743 - debug: upnp.0 response

                                      1 Reply Last reply
                                      1
                                      • BluefoxB Offline
                                        BluefoxB Offline
                                        Bluefox
                                        wrote on last edited by
                                        #58

                                        Ich habe einen Fehler bei request gefunden.
                                        Bitte noch mal probieren, jetzt aber direkt vom master und nicht vom Branch:

                                        cd /<dein Verzeichnis>/iobroker
                                        iobroker upnp stop
                                        npm i https://github.com/iobroker-community-adapters/ioBroker.upnp/tarball/master --production
                                        iobroker u upnp
                                        iobroker upnp restart
                                        
                                        ? 1 Reply Last reply
                                        0
                                        • BluefoxB Bluefox

                                          Ich habe einen Fehler bei request gefunden.
                                          Bitte noch mal probieren, jetzt aber direkt vom master und nicht vom Branch:

                                          cd /<dein Verzeichnis>/iobroker
                                          iobroker upnp stop
                                          npm i https://github.com/iobroker-community-adapters/ioBroker.upnp/tarball/master --production
                                          iobroker u upnp
                                          iobroker upnp restart
                                          
                                          ? Offline
                                          ? Offline
                                          A Former User
                                          wrote on last edited by
                                          #59

                                          @Bluefox sagte in ioBroker.upnp - please test:

                                          Super, läuft, Werte kommen jetzt. Keine Fehler im Log. Werte werden auch automatisch aktualisiert ganz ohne Script!
                                          Danke!

                                          sigi234S 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

                                          758

                                          Online

                                          32.6k

                                          Users

                                          82.2k

                                          Topics

                                          1.3m

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

                                          • Don't have an account? Register

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