Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. [Problem] Dream btw. Enigma2 Adapter

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Problem] Dream btw. Enigma2 Adapter

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

      falls es dem ein oder anderen weiter hilft man kann mit Blockly

      sowas auch bauen.

      http://forum.iobroker.net/viewtopic.php … 242#p85242

      1 Reply Last reply Reply Quote 0
      • Matten Matten
        Matten Matten last edited by

        @Vumer:

        Die komplette Infos bekomme ich von die Box, aber mute, volume und standby funktioniern nicht.

        Über Firefox z.B http://ip:port/web/vol?set=mute funktioniert es `

        soweit bin ich noch nicht.

        1 Reply Last reply Reply Quote 0
        • Vumer
          Vumer last edited by

          alles klar, Danke 😄

          1 Reply Last reply Reply Quote 0
          • Matten Matten
            Matten Matten last edited by

            also im moment hängt es bei mir stark. komme im Script mit der "send message" und dem befehlsrequest nicht weiter.

            Da es bei mir da an Fachkenntnisse zur java Programierung fehlt, bleibt es im Adapter erstmal nur beim auslesen der e2 Box. 😢

            soll ich denn noch den Adapter bei github hochladen?

            1 Reply Last reply Reply Quote 0
            • kmxak
              kmxak Most Active last edited by

              ja github wäre toll. weitere infos falls du noch welche brauchst http://www.iobroker.net/docu/?page_id=2281&lang=de

              1 Reply Last reply Reply Quote 0
              • kmxak
                kmxak Most Active last edited by

                so ganz rund läuft es noch nicht. bekomme folgende fehler:

                ! ````
                host.ioBroker 2017-09-08 15:19:28.716 info Restart adapter system.adapter.enigma2.0 because enabled
                host.ioBroker 2017-09-08 15:19:28.715 error instance system.adapter.enigma2.0 terminated with code 0 (OK)
                enigma2.0 2017-09-08 15:19:28.515 debug using no authorization
                enigma2.0 2017-09-08 15:19:28.515 debug creating request for command 'GETCURRENT' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/getcurrent')
                enigma2.0 2017-09-08 15:19:28.515 debug using no authorization
                enigma2.0 2017-09-08 15:19:28.515 debug creating request for command 'GETVOLUME' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/vol')
                enigma2.0 2017-09-08 15:19:28.515 debug using no authorization
                enigma2.0 2017-09-08 15:19:28.515 debug creating request for command 'GETINFO' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/about')
                enigma2.0 2017-09-08 15:19:28.515 debug using no authorization
                enigma2.0 2017-09-08 15:19:28.515 debug creating request for command 'GETSTANDBY' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/powerstate')
                enigma2.0 2017-09-08 15:19:28.515 debug using no authorization
                enigma2.0 2017-09-08 15:19:28.514 debug creating request for command 'MESSAGEANSWER' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/messageanswer?getanswer=now')
                enigma2.0 2017-09-08 15:19:25.507 debug stateChange enigma2.0.enigma2.COMMAND {"val":"","ack":true,"ts":1504876765502,"q":0,"from":"system.adapter.enigma2.0","lc":1504876570553}
                enigma2.0 2017-09-08 15:19:25.505 debug inMem message enigma2.0.* enigma2.0.enigma2.COMMAND
                enigma2.0 2017-09-08 15:19:25.495 info starting Polling every 3000 ms
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.COMMAND (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.MODEL (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.HDD_FREE (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.HDD_CAPACITY (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.EVENTDESCRIPTION (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.PROGRAMM_INFO (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.PROGRAMM (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.CHANAL_SERVICEREFERENCE (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.CHANNEL (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.STANDBY (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.EVENTREMAINING (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.EVENTDURATION (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.MUTED (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.MESSAGE_ANSWER (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug setObject enigma2.VOLUME (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:19:25.495 debug config Password
                enigma2.0 2017-09-08 15:19:25.495 debug config Username:
                enigma2.0 2017-09-08 15:19:25.495 debug config Port: 80
                enigma2.0 2017-09-08 15:19:25.495 debug config IPAddress: 192.168.2.55
                enigma2.0 2017-09-08 15:19:25.495 info starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.enigma2, node: v6.11.3
                host.ioBroker 2017-09-08 15:19:24.747 info instance system.adapter.enigma2.0 started with pid 1847
                hm-rpc.1 2017-09-08 15:19:22.499 info xmlrpc -> 0 devices
                hm-rpc.1 2017-09-08 15:19:22.491 info xmlrpc <- listDevices ["hm-rpc.1"]
                javascript.0 2017-09-08 15:19:00.730 info script.js.User.Verschiedene.iLO_Temperatur: 2017-09-08 13:19:00, 36, 23, 40, 37, 0, 59, 42, 47, 0, 45, 0, 35, 44, 0
                javascript.0 2017-09-08 15:19:00.389 info script.js.User.Verschiedene.iLO_Temperatur: ===> Start ILO
                host.ioBroker 2017-09-08 15:18:54.728 info Restart adapter system.adapter.enigma2.0 because enabled
                host.ioBroker 2017-09-08 15:18:54.727 error instance system.adapter.enigma2.0 terminated with code 0 (OK)
                enigma2.0 2017-09-08 15:18:54.699 info terminating
                enigma2.0 2017-09-08 15:18:54.679 debug stateChange enigma2.0.enigma2.STANDBY {"val":false,"ack":true,"ts":1504876734602,"q":0,"from":"system.adapter.enigma2.0","lc":1504876573655}
                enigma2.0 2017-09-08 15:18:54.679 debug stateChange enigma2.0.enigma2.MESSAGE_ANSWER {"val":"Keine rechtzeitige Antwort","ack":true,"ts":1504876734592,"q":0,"from":"system.adapter.enigma2.0","lc":1504876626367}
                enigma2.0 2017-09-08 15:18:54.676 debug Box Sender Servicereference: 1:0:19:83:6:85:C00000:0:0:0:
                enigma2.0 2017-09-08 15:18:54.676 debug Box eventdescription: Familienfilm
                enigma2.0 2017-09-08 15:18:54.675 debug Ab 0 Jahre
                enigma2.0 2017-09-08 15:18:54.675 debug D 2016. Von Franziska Buch, mit Emma Schweiger , Kim Bitter, Ken Duken.
                enigma2.0 2017-09-08 15:18:54.675 debug Box Programm Info: Der Start der 7. Klasse läuft für Conni (Emma Schweiger) alles andere als erfreulich: Die Zwölfjährige wird auf ihrer neuen Schule von den Mitschülerinnen gemobbt. Zu allem Überflu
                enigma2.0 2017-09-08 15:18:54.673 debug Box Programm: Conni & Co
                enigma2.0 2017-09-08 15:18:54.673 debug Box EVENTREMAINING:4567
                enigma2.0 2017-09-08 15:18:54.673 debug Box EVENTDURATION:6300
                enigma2.0 2017-09-08 15:18:54.672 debug evaluating response for command 'GETCURRENT': {"e2currentserviceinformation":{"e2service":[{"e2servicereference":["1:0:19:83:6:85:C00000:0:0:0:"],"e2servicename":["Sky Cinema HD"],"e2providername":["
                enigma2.0 2017-09-08 15:18:54.651 debug Box Muted:false
                enigma2.0 2017-09-08 15:18:54.651 debug Box Volume:60
                enigma2.0 2017-09-08 15:18:54.650 debug evaluating response for command 'GETVOLUME': {"e2volume":{"e2result":["True"],"e2resulttext":["Status"],"e2current":["60"],"e2ismuted":["False"]}}
                enigma2.0 2017-09-08 15:18:54.629 debug inMem message enigma2.0.* enigma2.0.enigma2.STANDBY val=false, ack=true, ts=1504876734602, q=0, from=system.adapter.enigma2.0, lc=1504876573655
                enigma2.0 2017-09-08 15:18:54.629 debug inMem message enigma2.0.* enigma2.0.enigma2.MESSAGE_ANSWER val=Keine rechtzeitige Antwort, ack=true, ts=1504876734592, q=0, from=system.adapter.enigma2.0, lc=1504876626367
                enigma2.0 2017-09-08 15:18:54.627 info cleaned everything up...
                enigma2.0 2017-09-08 15:18:54.626 error at Object.write (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:1314:29)
                enigma2.0 2017-09-08 15:18:54.626 error at closeTag (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:874:5)
                enigma2.0 2017-09-08 15:18:54.626 error at emitNode (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:630:3)
                enigma2.0 2017-09-08 15:18:54.626 error at emit (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:625:33)
                enigma2.0 2017-09-08 15:18:54.626 error at Object.onclosetag (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/lib/xml2js.js:423:26)
                enigma2.0 2017-09-08 15:18:54.626 error at Parser.emit (events.js:188:7)
                enigma2.0 2017-09-08 15:18:54.626 error at emitOne (events.js:96:13)
                enigma2.0 2017-09-08 15:18:54.626 error at Parser. (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/lib/xml2js.js:462:18)
                enigma2.0 2017-09-08 15:18:54.626 error at /opt/iobroker/node_modules/iobroker.enigma2/enigma2.js:155:21
                enigma2.0 2017-09-08 15:18:54.626 error at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/enigma2.js:240:87)
                enigma2.0 2017-09-08 15:18:54.626 error TypeError: Cannot read property '0' of undefined
                enigma2.0 2017-09-08 15:18:54.625 error uncaught exception: Cannot read property '0' of undefined
                enigma2.0 2017-09-08 15:18:54.618 debug Box Sender: Sky Cinema HD
                enigma2.0 2017-09-08 15:18:54.618 debug evaluating response for command 'GETINFO': {"e2abouts":{"e2about":[{"e2oeversion":["openvuplus 3.0"],"e2enigmaversion":["2017-04-10-vti-master (1881f27)"],"e2distroversion":["VTi"],"e2imageversion":[
                enigma2.0 2017-09-08 15:18:54.601 debug Box Standby: false
                enigma2.0 2017-09-08 15:18:54.601 debug evaluating response for command 'GETSTANDBY': {"e2powerstate":{"e2instandby":["\nfalse\t"]}}
                enigma2.0 2017-09-08 15:18:54.592 debug message answer: Keine rechtzeitige Antwort
                enigma2.0 2017-09-08 15:18:54.591 debug evaluating response for command 'MESSAGEANSWER': {"e2simplexmlresult":{"e2state":["False"],"e2statetext":["Keine rechtzeitige Antwort"]}}
                enigma2.0 2017-09-08 15:18:54.501 debug using no authorization
                enigma2.0 2017-09-08 15:18:54.501 debug creating request for command 'GETCURRENT' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/getcurrent')
                enigma2.0 2017-09-08 15:18:54.500 debug using no authorization
                enigma2.0 2017-09-08 15:18:54.500 debug creating request for command 'GETVOLUME' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/vol')
                enigma2.0 2017-09-08 15:18:54.500 debug using no authorization
                enigma2.0 2017-09-08 15:18:54.499 debug creating request for command 'GETINFO' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/about')
                enigma2.0 2017-09-08 15:18:54.498 debug using no authorization
                enigma2.0 2017-09-08 15:18:54.498 debug creating request for command 'GETSTANDBY' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/powerstate')
                enigma2.0 2017-09-08 15:18:54.497 debug using no authorization
                enigma2.0 2017-09-08 15:18:54.496 debug creating request for command 'MESSAGEANSWER' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/messageanswer?getanswer=now')
                enigma2.0 2017-09-08 15:18:51.501 debug stateChange enigma2.0.enigma2.COMMAND {"val":"","ack":true,"ts":1504876731495,"q":0,"from":"system.adapter.enigma2.0","lc":1504876570553}
                enigma2.0 2017-09-08 15:18:51.497 debug inMem message enigma2.0.* enigma2.0.enigma2.COMMAND val=, ack=true, ts=1504876731495, q=0, from=system.adapter.enigma2.0, lc=1504876570553
                enigma2.0 2017-09-08 15:18:51.478 info starting Polling every 3000 ms
                enigma2.0 2017-09-08 15:18:51.477 debug setObject enigma2.COMMAND (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.477 debug setObject enigma2.MODEL (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.477 debug setObject enigma2.HDD_FREE (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.476 debug setObject enigma2.HDD_CAPACITY (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.476 debug setObject enigma2.EVENTDESCRIPTION (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.476 debug setObject enigma2.PROGRAMM_INFO (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.476 debug setObject enigma2.PROGRAMM (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.476 debug setObject enigma2.CHANAL_SERVICEREFERENCE (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.475 debug setObject enigma2.CHANNEL (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.475 debug setObject enigma2.STANDBY (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.475 debug setObject enigma2.EVENTREMAINING (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.474 debug setObject enigma2.EVENTDURATION (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.474 debug setObject enigma2.MUTED (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.473 debug setObject enigma2.MESSAGE_ANSWER (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.472 debug setObject enigma2.VOLUME (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:51.471 debug config Password
                enigma2.0 2017-09-08 15:18:51.471 debug config Username:
                enigma2.0 2017-09-08 15:18:51.470 debug config Port: 80
                enigma2.0 2017-09-08 15:18:51.470 debug config IPAddress: 192.168.2.55
                enigma2.0 2017-09-08 15:18:51.467 info starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.enigma2, node: v6.11.3
                enigma2.0 2017-09-08 15:18:51.447 debug statesDB connected
                enigma2.0 2017-09-08 15:18:51.418 debug objectDB connected
                Non 2017-09-08 15:18:51.240 info npm module. No package.json
                host.ioBroker 2017-09-08 15:18:50.783 info instance system.adapter.enigma2.0 started with pid 1817
                host.ioBroker 2017-09-08 15:18:20.769 info Restart adapter system.adapter.enigma2.0 because enabled
                host.ioBroker 2017-09-08 15:18:20.768 error instance system.adapter.enigma2.0 terminated with code 0 (OK)
                enigma2.0 2017-09-08 15:18:20.738 debug stateChange enigma2.0.enigma2.STANDBY {"val":false,"ack":true,"ts":1504876700670,"q":0,"from":"system.adapter.enigma2.0","lc":1504876573655}
                enigma2.0 2017-09-08 15:18:20.738 debug stateChange enigma2.0.enigma2.MESSAGE_ANSWER {"val":"Keine rechtzeitige Antwort","ack":true,"ts":1504876700660,"q":0,"from":"system.adapter.enigma2.0","lc":1504876626367}
                enigma2.0 2017-09-08 15:18:20.728 debug inMem message enigma2.0.* enigma2.0.enigma2.STANDBY val=false, ack=true, ts=1504876700670, q=0, from=system.adapter.enigma2.0, lc=1504876573655
                enigma2.0 2017-09-08 15:18:20.727 debug inMem message enigma2.0.* enigma2.0.enigma2.MESSAGE_ANSWER val=Keine rechtzeitige Antwort, ack=true, ts=1504876700660, q=0, from=system.adapter.enigma2.0, lc=1504876626367
                enigma2.0 2017-09-08 15:18:20.725 debug Box Sender Servicereference: 1:0:19:83:6:85:C00000:0:0:0:
                enigma2.0 2017-09-08 15:18:20.724 debug Box eventdescription: Familienfilm
                enigma2.0 2017-09-08 15:18:20.723 debug Ab 0 Jahre
                enigma2.0 2017-09-08 15:18:20.723 debug D 2016. Von Franziska Buch, mit Emma Schweiger , Kim Bitter, Ken Duken.
                enigma2.0 2017-09-08 15:18:20.723 debug Box Programm Info: Der Start der 7. Klasse läuft für Conni (Emma Schweiger) alles andere als erfreulich: Die Zwölfjährige wird auf ihrer neuen Schule von den Mitschülerinnen gemobbt. Zu allem Überflu
                enigma2.0 2017-09-08 15:18:20.723 debug Box Programm: Conni & Co
                enigma2.0 2017-09-08 15:18:20.722 debug Box EVENTREMAINING:4601
                enigma2.0 2017-09-08 15:18:20.719 debug Box EVENTDURATION:6300
                enigma2.0 2017-09-08 15:18:20.719 debug evaluating response for command 'GETCURRENT': {"e2currentserviceinformation":{"e2service":[{"e2servicereference":["1:0:19:83:6:85:C00000:0:0:0:"],"e2servicename":["Sky Cinema HD"],"e2providername":["
                enigma2.0 2017-09-08 15:18:20.704 debug Box Muted:false
                enigma2.0 2017-09-08 15:18:20.704 debug Box Volume:60
                enigma2.0 2017-09-08 15:18:20.704 debug evaluating response for command 'GETVOLUME': {"e2volume":{"e2result":["True"],"e2resulttext":["Status"],"e2current":["60"],"e2ismuted":["False"]}}
                enigma2.0 2017-09-08 15:18:20.689 info cleaned everything up...
                enigma2.0 2017-09-08 15:18:20.688 error at Object.write (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:1314:29)
                enigma2.0 2017-09-08 15:18:20.688 error at closeTag (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:874:5)
                enigma2.0 2017-09-08 15:18:20.688 error at emitNode (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:630:3)
                enigma2.0 2017-09-08 15:18:20.688 error at emit (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/node_modules/sax/lib/sax.js:625:33)
                enigma2.0 2017-09-08 15:18:20.688 error at Object.onclosetag (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/lib/xml2js.js:423:26)
                enigma2.0 2017-09-08 15:18:20.688 error at Parser.emit (events.js:188:7)
                enigma2.0 2017-09-08 15:18:20.688 error at emitOne (events.js:96:13)
                enigma2.0 2017-09-08 15:18:20.688 error at Parser. (/opt/iobroker/node_modules/iobroker.enigma2/node_modules/xml2js/lib/xml2js.js:462:18)
                enigma2.0 2017-09-08 15:18:20.688 error at /opt/iobroker/node_modules/iobroker.enigma2/enigma2.js:155:21
                enigma2.0 2017-09-08 15:18:20.688 error at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/enigma2.js:240:87)
                enigma2.0 2017-09-08 15:18:20.688 error TypeError: Cannot read property '0' of undefined
                enigma2.0 2017-09-08 15:18:20.688 error uncaught exception: Cannot read property '0' of undefined
                enigma2.0 2017-09-08 15:18:20.681 debug Box Sender: Sky Cinema HD
                enigma2.0 2017-09-08 15:18:20.680 debug evaluating response for command 'GETINFO': {"e2abouts":{"e2about":[{"e2oeversion":["openvuplus 3.0"],"e2enigmaversion":["2017-04-10-vti-master (1881f27)"],"e2distroversion":["VTi"],"e2imageversion":[
                enigma2.0 2017-09-08 15:18:20.667 debug Box Standby: false
                enigma2.0 2017-09-08 15:18:20.666 debug evaluating response for command 'GETSTANDBY': {"e2powerstate":{"e2instandby":["\nfalse\t"]}}
                enigma2.0 2017-09-08 15:18:20.659 debug message answer: Keine rechtzeitige Antwort
                enigma2.0 2017-09-08 15:18:20.658 debug evaluating response for command 'MESSAGEANSWER': {"e2simplexmlresult":{"e2state":["False"],"e2statetext":["Keine rechtzeitige Antwort"]}}
                enigma2.0 2017-09-08 15:18:20.552 debug using no authorization
                enigma2.0 2017-09-08 15:18:20.552 debug creating request for command 'GETCURRENT' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/getcurrent')
                enigma2.0 2017-09-08 15:18:20.551 debug using no authorization
                enigma2.0 2017-09-08 15:18:20.551 debug creating request for command 'GETVOLUME' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/vol')
                enigma2.0 2017-09-08 15:18:20.550 debug using no authorization
                enigma2.0 2017-09-08 15:18:20.550 debug creating request for command 'GETINFO' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/about')
                enigma2.0 2017-09-08 15:18:20.550 debug using no authorization
                enigma2.0 2017-09-08 15:18:20.549 debug creating request for command 'GETSTANDBY' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/powerstate')
                enigma2.0 2017-09-08 15:18:20.548 debug using no authorization
                enigma2.0 2017-09-08 15:18:20.548 debug creating request for command 'MESSAGEANSWER' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/messageanswer?getanswer=now')
                enigma2.0 2017-09-08 15:18:17.562 debug stateChange enigma2.0.enigma2.COMMAND {"val":"","ack":true,"ts":1504876697556,"q":0,"from":"system.adapter.enigma2.0","lc":1504876570553}
                enigma2.0 2017-09-08 15:18:17.558 debug inMem message enigma2.0.* enigma2.0.enigma2.COMMAND val=, ack=true, ts=1504876697556, q=0, from=system.adapter.enigma2.0, lc=1504876570553
                enigma2.0 2017-09-08 15:18:17.525 info starting Polling every 3000 ms
                enigma2.0 2017-09-08 15:18:17.524 debug setObject enigma2.COMMAND (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.524 debug setObject enigma2.MODEL (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.523 debug setObject enigma2.HDD_FREE (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.523 debug setObject enigma2.HDD_CAPACITY (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.523 debug setObject enigma2.EVENTDESCRIPTION (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.522 debug setObject enigma2.PROGRAMM_INFO (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.522 debug setObject enigma2.PROGRAMM (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.522 debug setObject enigma2.CHANAL_SERVICEREFERENCE (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.522 debug setObject enigma2.CHANNEL (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.522 debug setObject enigma2.STANDBY (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.522 debug setObject enigma2.EVENTREMAINING (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.521 debug setObject enigma2.EVENTDURATION (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.521 debug setObject enigma2.MUTED (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.521 debug setObject enigma2.MESSAGE_ANSWER (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.519 debug setObject enigma2.VOLUME (type=state) property common.name missing, using id as name
                enigma2.0 2017-09-08 15:18:17.518 debug config Password
                enigma2.0 2017-09-08 15:18:17.518 debug config Username:
                enigma2.0 2017-09-08 15:18:17.518 debug config Port: 80
                enigma2.0 2017-09-08 15:18:17.517 debug config IPAddress: 192.168.2.55
                enigma2.0 2017-09-08 15:18:17.515 info starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.enigma2, node: v6.11.3
                enigma2.0 2017-09-08 15:18:17.504 debug statesDB connected
                enigma2.0 2017-09-08 15:18:17.485 debug objectDB connected
                Non 2017-09-08 15:18:17.328 info npm module. No package.json

                
                Unter Objekten wurde zumindest was angelegt un das richtge hinterlegt
                1 Reply Last reply Reply Quote 0
                • Matten Matten
                  Matten Matten last edited by

                  hmmm… bei mir hat er das nicht gemacht.

                  bei mir startet der Adapter so:

                  enigma2.0	2017-09-08 19:44:53.218	info	starting Polling every 3000 ms
                  enigma2.0	2017-09-08 19:44:53.214	info	starting. Version 0.0.3 in E:/Programme/ioBroker/node_modules/iobroker.enigma2, node: v4.5.0
                  Non	2017-09-08 19:44:53.017	info	npm module. No package.json
                  2017-09-08 19:44:52.508	info	instance system.adapter.enigma2.0 started with pid 9588
                  2017-09-08 19:44:50.012	info	instance system.adapter.enigma2.0 terminated with code null ()
                  2017-09-08 19:44:50.011	warn	instance system.adapter.enigma2.0 terminated due to SIGTERM
                  2017-09-08 19:44:49.997	info	stopInstance system.adapter.enigma2.0 killing pid 2476
                  2017-09-08 19:44:49.997	info	stopInstance system.adapter.enigma2.0
                  
                  1 Reply Last reply Reply Quote 0
                  • kmxak
                    kmxak Most Active last edited by

                    beim deinstallieren:

                    host.ioBroker	2017-09-08 19:46:55.688	error	Cannot write files: /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/files/enigma2.admin/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/node
                    host.ioBroker	2017-09-08 19:46:55.687	error	Cannot write files: /opt/iobroker/node_modules/iobroker.js-controller/lib/objects/../../../../iobroker-data/files/enigma2/_data.json: ENOENT: no such file or directory, open '/opt/iobroker/node_modul
                    iobroker	2017-09-08 19:46:55.254	info	exit 22
                    host.ioBroker	2017-09-08 19:46:55.049	info	object deleted system.adapter.enigma2.0
                    host.ioBroker	2017-09-08 19:46:55.049	info	object change system.adapter.enigma2.0
                    

                    neuer fehler:

                    host.ioBroker	2017-09-08 19:47:35.278	info	Restart adapter system.adapter.enigma2.0 because enabled
                    host.ioBroker	2017-09-08 19:47:35.277	error	instance system.adapter.enigma2.0 terminated with code 0 (OK)
                    enigma2.0	2017-09-08 19:47:34.799	error	TypeError: Cannot read property '0' of undefined at evaluateCommandResponse (/opt/iobroker/node_modules/iobroker.enigma2/enigma2.js:240:87) at /opt/iobroker/node_modules/iobroker.enigma2/enigm
                    enigma2.0	2017-09-08 19:47:34.799	error	uncaught exception: Cannot read property '0' of undefined
                    enigma2.0	2017-09-08 19:47:31.600	info	starting Polling every 3000 ms
                    enigma2.0	2017-09-08 19:47:31.593	info	starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.enigma2, node: v6.11.3
                    Non	2017-09-08 19:47:31.344	info	npm module. No package.json
                    
                    1 Reply Last reply Reply Quote 0
                    • Matten Matten
                      Matten Matten last edited by

                      kann das an den unterschiedlichen Versionen von Node liegen?

                      ich hab node: v4.5.0 und node: v6.11.2

                      1 Reply Last reply Reply Quote 0
                      • Matten Matten
                        Matten Matten last edited by

                        ich hab es jetzt auch nochmal auf meinem RPI3 geladen und gestartet. ohne probleme…..

                        enigma2.0	2017-09-08 18:06:00.136	info	starting Polling every 3000 ms
                        enigma2.0	2017-09-08 18:06:00.110	info	starting. Version 0.0.3 in /opt/iobroker/node_modules/iobroker.enigma2, node: v6.11.2
                        Non	2017-09-08 18:05:58.869	info	npm module. No package.json
                        host.raspberrypi	2017-09-08 18:05:57.037	info	instance system.adapter.enigma2.0 started with pid 19724
                        host.raspberrypi	2017-09-08 18:05:55.094	info	instance system.adapter.enigma2.0 terminated with code 0 (OK)
                        enigma2.0	2017-09-08 18:05:55.030	info	terminating
                        host.raspberrypi	2017-09-08 18:05:54.516	info	stopInstance system.adapter.enigma2.0 killing pid 19712
                        host.raspberrypi	2017-09-08 18:05:54.515	info	stopInstance system.adapter.enigma2.0
                        

                        Ich habe das sogar mit dream-webIf und mit openweb If getestet.

                        da muss ich noch mal genauer schauen.

                        1 Reply Last reply Reply Quote 0
                        • Matten Matten
                          Matten Matten last edited by

                          @kmxak:

                          so ganz rund läuft es noch nicht. bekomme folgende fehler:

                          <code>host.ioBroker	2017-09-08 15:19:28.716	info	Restart adapter system.adapter.enigma2.0 because enabled
                          host.ioBroker	2017-09-08 15:19:28.715	error	instance system.adapter.enigma2.0 terminated with code 0 (OK)
                          enigma2.0	2017-09-08 15:19:28.515	debug	using no authorization
                          enigma2.0	2017-09-08 15:19:28.515	debug	creating request for command 'GETCURRENT' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/getcurrent')
                          enigma2.0	2017-09-08 15:19:28.515	debug	using no authorization
                          enigma2.0	2017-09-08 15:19:28.515	debug	creating request for command 'GETVOLUME' (deviceId: 1, host: 192.168.2.55, port: 80, path: '/web/vol')
                          ......
                          
                          bekommst du die Fehler auch wenn du den vuplus Adapter von "vader722" installierst und startest?</code>
                          ``` ` 
                          1 Reply Last reply Reply Quote 0
                          • kmxak
                            kmxak Most Active last edited by

                            Den hatte ich gar nicht installiert bekommen

                            Gesendet von meinem SM-G930F mit Tapatalk

                            1 Reply Last reply Reply Quote 0
                            • rantanplan
                              rantanplan last edited by

                              @kmxak:

                              so ganz rund läuft es noch nicht. bekomme folgende fehler: `
                              Hallo kmxak

                              Bitte den Code-Tag zusätzlich in einen Spoiler-Tag packen.

                              Grüße

                              1 Reply Last reply Reply Quote 0
                              • Dutchman
                                Dutchman Developer Most Active Administrators last edited by

                                @Matten Matten:

                                hmmm… bei mir hat er das nicht gemacht.

                                ok hab noch was geändert -> https://www.dropbox.com/s/ybu1j2h7490s1 … 2.rar?dl=0

                                bei mir startet der Adapter so:

                                enigma2.0	2017-09-08 19:44:53.218	info	starting Polling every 3000 ms
                                enigma2.0	2017-09-08 19:44:53.214	info	starting. Version 0.0.3 in E:/Programme/ioBroker/node_modules/iobroker.enigma2, node: v4.5.0
                                Non	2017-09-08 19:44:53.017	info	npm module. No package.json
                                2017-09-08 19:44:52.508	info	instance system.adapter.enigma2.0 started with pid 9588
                                2017-09-08 19:44:50.012	info	instance system.adapter.enigma2.0 terminated with code null ()
                                2017-09-08 19:44:50.011	warn	instance system.adapter.enigma2.0 terminated due to SIGTERM
                                2017-09-08 19:44:49.997	info	stopInstance system.adapter.enigma2.0 killing pid 2476
                                2017-09-08 19:44:49.997	info	stopInstance system.adapter.enigma2.0
                                ```` `  
                                

                                Hi,

                                Hast du den adapter inzwischen auch auf git gestellt das macht installieren nach aenderungen doch um so einiges leichter 🙂

                                blicke jetzt nicht ganz durch ob ich dein dropbox pakket nehmen sollte oder den gitlink von vader722 : https://github.com/vader722/ioBroker.vu … its/master

                                ~Dutch

                                1 Reply Last reply Reply Quote 0
                                • Matten Matten
                                  Matten Matten last edited by

                                  https://github.com/Matten-Matten/iobroker.enigma2
                                  3476_iobroker.admin-08.09.2017_01_28_25.png
                                  3476_iobroker.admin-17.09.2017_15_48_04.png
                                  3476_iobroker.admin-17.09.2017_15_46_25.png
                                  3476_iobroker.admin-07.09.2017_16_52_30.png
                                  3476_test_frage.jpg

                                  1 Reply Last reply Reply Quote 0
                                  • N
                                    NightWatcher last edited by

                                    Was genau hast du vor? Das, was du dort absetzt, ist eine Nachricht an die VU+.

                                    Aber kein Befehl.

                                    Möchtest du per Klick auf den Homematic Button den Sender wechseln?

                                    1 Reply Last reply Reply Quote 0
                                    • Matten Matten
                                      Matten Matten last edited by

                                      @Matten Matten:

                                      hab noch nie was auf github hochgeladen (kein Plan wie) :roll: :?:

                                      deshalb den Dropbox Link bitte.

                                      https://www.dropbox.com/s/ybu1j2h7490s1 … 2.rar?dl=0 `

                                      UPDATE auf Version 0.0.4!!!

                                      hab noch ein paar sachen hinzugefügt und die Konfigurationsmaske optimiert.

                                      https://www.dropbox.com/s/oklkr9tiem7xh … 2.rar?dl=0
                                      3476_iobroker.admin-18.09.2017_19_28_29.png

                                      1 Reply Last reply Reply Quote 0
                                      • kmxak
                                        kmxak Most Active last edited by

                                        GIT wäre aber trotzdem am besten aus der DropBox ist das sehr umständlich.

                                        Schau mal hier: https://www.youtube.com/playlist?list=P … _0Uy0YLdHW

                                        GitHub ist kein Hexenwerk

                                        1 Reply Last reply Reply Quote 0
                                        • Matten Matten
                                          Matten Matten last edited by

                                          @kmxak:

                                          GIT wäre aber trotzdem am besten aus der DropBox ist das sehr umständlich.

                                          Schau mal hier: https://www.youtube.com/playlist?list=P … _0Uy0YLdHW

                                          GitHub ist kein Hexenwerk `

                                          ok, danke für den link 🙂 das werde ich mir heute Nacht mal reinziehen vielleicht hab ich's ja bis morgen früh auf github.

                                          mit freundlichen Grüßen

                                          Matze

                                          1 Reply Last reply Reply Quote 0
                                          • Matten Matten
                                            Matten Matten last edited by

                                            https://github.com/Matten-Matten/iobroker.enigma2

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate
                                            FAQ Cloud / IOT
                                            HowTo: Node.js-Update
                                            HowTo: Backup/Restore
                                            Downloads
                                            BLOG

                                            882
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

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