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. Cloud Dienste
  4. Neuer Adapter: iobroker.alexa2

NEWS

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

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

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.3k

Neuer Adapter: iobroker.alexa2

Scheduled Pinned Locked Moved Cloud Dienste
581 Posts 76 Posters 170.6k Views 3 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.
  • L Offline
    L Offline
    LaBamba
    wrote on last edited by
    #146

    Ja das habe ich auch schon versucht!

    pi@raspberrypi:/opt/iobroker $ sudo npm install iobroker.alexa2

    iobroker.inst@1.1.2 /opt/iobroker

    └── iobroker.alexa2@0.2.4

    pi@raspberrypi:/opt/iobroker $ sudo iobroker upload alexa2

    got /opt/iobroker/node_modules/iobroker.alexa2/admin

    upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html

    upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index.html index.html text/html

    upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png

    system.adapter.alexa2 does not exist

    Du siehst es funtkioniert auch nicht!

    1 Reply Last reply
    0
    • L Offline
      L Offline
      LaBamba
      wrote on last edited by
      #147

      Wie postet man Code-Tags?

      1 Reply Last reply
      0
      • HomoranH Do not disturb
        HomoranH Do not disturb
        Homoran
        Global Moderator Administrators
        wrote on last edited by
        #148

        @LaBamba:

        Wie postet man Code-Tags? `
        Du warst dicht dran ;-)

        nicht url sondern der Button mit ""

        Gruß

        Rainer

        kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

        1 Reply Last reply
        0
        • L Offline
          L Offline
          LaBamba
          wrote on last edited by
          #149

          So nochmals der Code

          pi@raspberrypi:/opt/iobroker $ sudo npm install iobroker.alexa2
          iobroker.inst@1.1.2 /opt/iobroker
          └── iobroker.alexa2@0.2.4 
          
          pi@raspberrypi:/opt/iobroker $ sudo iobroker upload alexa2
          got /opt/iobroker/node_modules/iobroker.alexa2/admin
          upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html
          upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index.html index.html text/html
          upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png
          system.adapter.alexa2 does not exist
          
          

          Wieder etwas dazu gelernt!

          1 Reply Last reply
          0
          • apollon77A Offline
            apollon77A Offline
            apollon77
            wrote on last edited by
            #150

            Vor dem Upload muss mal mindestens mal eine Instanz angelegt sein.

            iobroker add alexa2
            

            danach das Upload

            Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

            • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
            • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
            1 Reply Last reply
            0
            • L Offline
              L Offline
              LaBamba
              wrote on last edited by
              #151

              Ok habe ich gemacht!

              pi@raspberrypi:/opt/iobroker $ iobroker add alexa2
              host.raspberrypi install adapter alexa2
              npm install --production (System call) in "/opt/iobroker/node_modules/iobroker.alexa2"
              got /opt/iobroker/node_modules/iobroker.alexa2/admin
              upload [2] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index_m.html index_m.html text/html
              upload [1] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/index.html index.html text/html
              upload [0] alexa2.admin /opt/iobroker/node_modules/iobroker.alexa2/admin/alexa.png alexa.png image/png
              host.raspberrypi object system.adapter.alexa2 created
              host.raspberrypi create instance alexa2
              host.raspberrypi object alexa2.0.info.csrf created
              host.raspberrypi object alexa2.0.info.cookie created
              host.raspberrypi object alexa2.0.info.connection created
              host.raspberrypi object alexa2.0.info created
              host.raspberrypi object system.adapter.alexa2.0.outputCount created
              host.raspberrypi object system.adapter.alexa2.0.inputCount created
              host.raspberrypi object system.adapter.alexa2.0.uptime created
              host.raspberrypi object system.adapter.alexa2.0.memRss created
              host.raspberrypi object system.adapter.alexa2.0.memHeapTotal created
              host.raspberrypi object system.adapter.alexa2.0.memHeapUsed created
              host.raspberrypi object system.adapter.alexa2.0.connected created
              host.raspberrypi object system.adapter.alexa2.0.alive created
              host.raspberrypi object system.adapter.alexa2.0 created
              pi@raspberrypi:/opt/iobroker $ sudo npm install iobroker.alexa2
              - arr-diff@4.0.0 node_modules/iobroker.alexa2/node_modules/arr-diff
              - arr-flatten@1.1.0 node_modules/iobroker.alexa2/node_modules/arr-flatten
              - arr-union@3.1.0 node_modules/iobroker.alexa2/node_modules/arr-union
              - array-flatten@1.1.1 node_modules/iobroker.alexa2/node_modules/array-flatten
              - array-unique@0.3.2 node_modules/iobroker.alexa2/node_modules/array-unique
              - assign-symbols@1.0.0 node_modules/iobroker.alexa2/node_modules/assign-symbols
              - atob@2.1.1 node_modules/iobroker.alexa2/node_modules/atob
              - buffer-from@1.1.0 node_modules/iobroker.alexa2/node_modules/buffer-from
              - bufferhelper@0.2.1 node_modules/iobroker.alexa2/node_modules/bufferhelper
              - bytes@3.0.0 node_modules/iobroker.alexa2/node_modules/bytes
              - component-emitter@1.2.1 node_modules/iobroker.alexa2/node_modules/component-emitter
              - content-disposition@0.5.2 node_modules/iobroker.alexa2/node_modules/content-disposition
              - content-type@1.0.4 node_modules/iobroker.alexa2/node_modules/content-type
              - cookie@0.3.1 node_modules/iobroker.alexa2/node_modules/cookie
              - cookie-signature@1.0.6 node_modules/iobroker.alexa2/node_modules/cookie-signature
              - copy-descriptor@0.1.1 node_modules/iobroker.alexa2/node_modules/copy-descriptor
              - core-util-is@1.0.2 node_modules/iobroker.alexa2/node_modules/core-util-is
              - decode-uri-component@0.2.0 node_modules/iobroker.alexa2/node_modules/decode-uri-component
              - depd@1.1.2 node_modules/iobroker.alexa2/node_modules/depd
              - destroy@1.0.4 node_modules/iobroker.alexa2/node_modules/destroy
              - ee-first@1.1.1 node_modules/iobroker.alexa2/node_modules/ee-first
              - encodeurl@1.0.2 node_modules/iobroker.alexa2/node_modules/encodeurl
              - escape-html@1.0.3 node_modules/iobroker.alexa2/node_modules/escape-html
              - etag@1.8.1 node_modules/iobroker.alexa2/node_modules/etag
              - eventemitter3@3.1.0 node_modules/iobroker.alexa2/node_modules/eventemitter3
              - for-in@1.0.2 node_modules/iobroker.alexa2/node_modules/for-in
              - forwarded@0.1.2 node_modules/iobroker.alexa2/node_modules/forwarded
              - fresh@0.5.2 node_modules/iobroker.alexa2/node_modules/fresh
              - get-value@2.0.6 node_modules/iobroker.alexa2/node_modules/get-value
              - https@1.0.0 node_modules/iobroker.alexa2/node_modules/https
              - iconv-lite@0.4.19 node_modules/iobroker.alexa2/node_modules/iconv-lite
              - inherits@2.0.3 node_modules/iobroker.alexa2/node_modules/inherits
              - ipaddr.js@1.6.0 node_modules/iobroker.alexa2/node_modules/ipaddr.js
              - is-buffer@1.1.6 node_modules/iobroker.alexa2/node_modules/is-buffer
              - kind-of@4.0.0 node_modules/iobroker.alexa2/node_modules/has-values/node_modules/kind-of
              - kind-of@3.2.2 node_modules/iobroker.alexa2/node_modules/is-accessor-descriptor/node_modules/kind-of
              - is-accessor-descriptor@0.1.6 node_modules/iobroker.alexa2/node_modules/is-accessor-descriptor
              - kind-of@3.2.2 node_modules/iobroker.alexa2/node_modules/is-data-descriptor/node_modules/kind-of
              - is-data-descriptor@0.1.4 node_modules/iobroker.alexa2/node_modules/is-data-descriptor
              - kind-of@5.1.0 node_modules/iobroker.alexa2/node_modules/is-descriptor/node_modules/kind-of
              - is-descriptor@0.1.6 node_modules/iobroker.alexa2/node_modules/is-descriptor
              - define-property@0.2.5 node_modules/iobroker.alexa2/node_modules/class-utils/node_modules/define-property
              - define-property@0.2.5 node_modules/iobroker.alexa2/node_modules/expand-brackets/node_modules/define-property
              - is-extendable@0.1.1 node_modules/iobroker.alexa2/node_modules/is-extendable
              - extend-shallow@2.0.1 node_modules/iobroker.alexa2/node_modules/braces/node_modules/extend-shallow
              - extend-shallow@2.0.1 node_modules/iobroker.alexa2/node_modules/expand-brackets/node_modules/extend-shallow
              - extend-shallow@2.0.1 node_modules/iobroker.alexa2/node_modules/extglob/node_modules/extend-shallow
              - extend-shallow@2.0.1 node_modules/iobroker.alexa2/node_modules/fill-range/node_modules/extend-shallow
              - is-extglob@2.1.1 node_modules/iobroker.alexa2/node_modules/is-extglob
              - is-glob@4.0.0 node_modules/iobroker.alexa2/node_modules/is-glob
              - kind-of@3.2.2 node_modules/iobroker.alexa2/node_modules/is-number/node_modules/kind-of
              - is-number@3.0.0 node_modules/iobroker.alexa2/node_modules/is-number
              - has-values@1.0.0 node_modules/iobroker.alexa2/node_modules/has-values
              - is-windows@1.0.2 node_modules/iobroker.alexa2/node_modules/is-windows
              - isarray@1.0.0 node_modules/iobroker.alexa2/node_modules/isarray
              - isobject@3.0.1 node_modules/iobroker.alexa2/node_modules/isobject
              - has-value@1.0.0 node_modules/iobroker.alexa2/node_modules/has-value
              - is-plain-object@2.0.4 node_modules/iobroker.alexa2/node_modules/is-plain-object
              - is-extendable@1.0.1 node_modules/iobroker.alexa2/node_modules/extend-shallow/node_modules/is-extendable
              - extend-shallow@3.0.2 node_modules/iobroker.alexa2/node_modules/extend-shallow
              - kind-of@6.0.2 node_modules/iobroker.alexa2/node_modules/kind-of
              - is-accessor-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/base/node_modules/is-accessor-descriptor
              - is-data-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/base/node_modules/is-data-descriptor
              - is-descriptor@1.0.2 node_modules/iobroker.alexa2/node_modules/base/node_modules/is-descriptor
              - define-property@1.0.0 node_modules/iobroker.alexa2/node_modules/base/node_modules/define-property
              - is-accessor-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/define-property/node_modules/is-accessor-descriptor
              - is-data-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/define-property/node_modules/is-data-descriptor
              - is-descriptor@1.0.2 node_modules/iobroker.alexa2/node_modules/define-property/node_modules/is-descriptor
              - define-property@2.0.2 node_modules/iobroker.alexa2/node_modules/define-property
              - is-accessor-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/extglob/node_modules/is-accessor-descriptor
              - is-data-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/extglob/node_modules/is-data-descriptor
              - is-descriptor@1.0.2 node_modules/iobroker.alexa2/node_modules/extglob/node_modules/is-descriptor
              - define-property@1.0.0 node_modules/iobroker.alexa2/node_modules/extglob/node_modules/define-property
              - lodash@4.17.10 node_modules/iobroker.alexa2/node_modules/lodash
              - map-cache@0.2.2 node_modules/iobroker.alexa2/node_modules/map-cache
              - fragment-cache@0.2.1 node_modules/iobroker.alexa2/node_modules/fragment-cache
              - media-typer@0.3.0 node_modules/iobroker.alexa2/node_modules/media-typer
              - merge-descriptors@1.0.1 node_modules/iobroker.alexa2/node_modules/merge-descriptors
              - methods@1.1.2 node_modules/iobroker.alexa2/node_modules/methods
              - mime@1.4.1 node_modules/iobroker.alexa2/node_modules/mime
              - mime-db@1.35.0 node_modules/iobroker.alexa2/node_modules/mime-db
              - mime-types@2.1.19 node_modules/iobroker.alexa2/node_modules/mime-types
              - is-extendable@1.0.1 node_modules/iobroker.alexa2/node_modules/mixin-deep/node_modules/is-extendable
              - mixin-deep@1.3.1 node_modules/iobroker.alexa2/node_modules/mixin-deep
              - ms@2.0.0 node_modules/iobroker.alexa2/node_modules/ms
              - debug@2.6.9 node_modules/iobroker.alexa2/node_modules/debug
              - debug@3.1.0 node_modules/iobroker.alexa2/node_modules/follow-redirects/node_modules/debug
              - follow-redirects@1.5.1 node_modules/iobroker.alexa2/node_modules/follow-redirects
              - negotiator@0.6.1 node_modules/iobroker.alexa2/node_modules/negotiator
              - accepts@1.3.5 node_modules/iobroker.alexa2/node_modules/accepts
              - define-property@0.2.5 node_modules/iobroker.alexa2/node_modules/object-copy/node_modules/define-property
              - kind-of@3.2.2 node_modules/iobroker.alexa2/node_modules/object-copy/node_modules/kind-of
              - object-copy@0.1.0 node_modules/iobroker.alexa2/node_modules/object-copy
              - object-visit@1.0.1 node_modules/iobroker.alexa2/node_modules/object-visit
              - map-visit@1.0.0 node_modules/iobroker.alexa2/node_modules/map-visit
              - collection-visit@1.0.0 node_modules/iobroker.alexa2/node_modules/collection-visit
              - object.pick@1.3.0 node_modules/iobroker.alexa2/node_modules/object.pick
              - on-finished@2.3.0 node_modules/iobroker.alexa2/node_modules/on-finished
              - parseurl@1.3.2 node_modules/iobroker.alexa2/node_modules/parseurl
              - pascalcase@0.1.1 node_modules/iobroker.alexa2/node_modules/pascalcase
              - path-to-regexp@0.1.7 node_modules/iobroker.alexa2/node_modules/path-to-regexp
              - posix-character-classes@0.1.1 node_modules/iobroker.alexa2/node_modules/posix-character-classes
              - process-nextick-args@2.0.0 node_modules/iobroker.alexa2/node_modules/process-nextick-args
              - proxy-addr@2.0.3 node_modules/iobroker.alexa2/node_modules/proxy-addr
              - qs@6.5.1 node_modules/iobroker.alexa2/node_modules/qs
              - querystring@0.2.0 node_modules/iobroker.alexa2/node_modules/querystring
              - range-parser@1.2.0 node_modules/iobroker.alexa2/node_modules/range-parser
              - depd@1.1.1 node_modules/iobroker.alexa2/node_modules/raw-body/node_modules/depd
              - setprototypeof@1.0.3 node_modules/iobroker.alexa2/node_modules/raw-body/node_modules/setprototypeof
              - repeat-element@1.1.2 node_modules/iobroker.alexa2/node_modules/repeat-element
              - repeat-string@1.6.1 node_modules/iobroker.alexa2/node_modules/repeat-string
              - requires-port@1.0.0 node_modules/iobroker.alexa2/node_modules/requires-port
              - http-proxy@1.17.0 node_modules/iobroker.alexa2/node_modules/http-proxy
              - resolve-url@0.2.1 node_modules/iobroker.alexa2/node_modules/resolve-url
              - ret@0.1.15 node_modules/iobroker.alexa2/node_modules/ret
              - safe-buffer@5.1.1 node_modules/iobroker.alexa2/node_modules/safe-buffer
              - safe-regex@1.1.0 node_modules/iobroker.alexa2/node_modules/safe-regex
              - regex-not@1.0.2 node_modules/iobroker.alexa2/node_modules/regex-not
              - extend-shallow@2.0.1 node_modules/iobroker.alexa2/node_modules/set-value/node_modules/extend-shallow
              - setprototypeof@1.1.0 node_modules/iobroker.alexa2/node_modules/setprototypeof
              - is-accessor-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/snapdragon-node/node_modules/is-accessor-descriptor
              - is-data-descriptor@1.0.0 node_modules/iobroker.alexa2/node_modules/snapdragon-node/node_modules/is-data-descriptor
              - is-descriptor@1.0.2 node_modules/iobroker.alexa2/node_modules/snapdragon-node/node_modules/is-descriptor
              - define-property@1.0.0 node_modules/iobroker.alexa2/node_modules/snapdragon-node/node_modules/define-property
              - kind-of@3.2.2 node_modules/iobroker.alexa2/node_modules/snapdragon-util/node_modules/kind-of
              - snapdragon-util@3.0.1 node_modules/iobroker.alexa2/node_modules/snapdragon-util
              - snapdragon-node@2.1.1 node_modules/iobroker.alexa2/node_modules/snapdragon-node
              - define-property@0.2.5 node_modules/iobroker.alexa2/node_modules/snapdragon/node_modules/define-property
              - extend-shallow@2.0.1 node_modules/iobroker.alexa2/node_modules/snapdragon/node_modules/extend-shallow
              - source-map@0.5.7 node_modules/iobroker.alexa2/node_modules/source-map
              - source-map-url@0.4.0 node_modules/iobroker.alexa2/node_modules/source-map-url
              - split-string@3.1.0 node_modules/iobroker.alexa2/node_modules/split-string
              - set-value@2.0.0 node_modules/iobroker.alexa2/node_modules/set-value
              - define-property@0.2.5 node_modules/iobroker.alexa2/node_modules/static-extend/node_modules/define-property
              - static-extend@0.1.2 node_modules/iobroker.alexa2/node_modules/static-extend
              - class-utils@0.3.6 node_modules/iobroker.alexa2/node_modules/class-utils
              - statuses@1.4.0 node_modules/iobroker.alexa2/node_modules/statuses
              - http-errors@1.6.3 node_modules/iobroker.alexa2/node_modules/http-errors
              - http-errors@1.6.2 node_modules/iobroker.alexa2/node_modules/raw-body/node_modules/http-errors
              - send@0.16.2 node_modules/iobroker.alexa2/node_modules/send
              - serve-static@1.13.2 node_modules/iobroker.alexa2/node_modules/serve-static
              - string_decoder@1.1.1 node_modules/iobroker.alexa2/node_modules/string_decoder
              - kind-of@3.2.2 node_modules/iobroker.alexa2/node_modules/to-object-path/node_modules/kind-of
              - to-object-path@0.3.0 node_modules/iobroker.alexa2/node_modules/to-object-path
              - to-regex@3.0.2 node_modules/iobroker.alexa2/node_modules/to-regex
              - to-regex-range@2.1.1 node_modules/iobroker.alexa2/node_modules/to-regex-range
              - fill-range@4.0.0 node_modules/iobroker.alexa2/node_modules/fill-range
              - type-is@1.6.16 node_modules/iobroker.alexa2/node_modules/type-is
              - typedarray@0.0.6 node_modules/iobroker.alexa2/node_modules/typedarray
              - extend-shallow@2.0.1 node_modules/iobroker.alexa2/node_modules/union-value/node_modules/extend-shallow
              - set-value@0.4.3 node_modules/iobroker.alexa2/node_modules/union-value/node_modules/set-value
              - union-value@1.0.0 node_modules/iobroker.alexa2/node_modules/union-value
              - unpipe@1.0.0 node_modules/iobroker.alexa2/node_modules/unpipe
              - finalhandler@1.1.1 node_modules/iobroker.alexa2/node_modules/finalhandler
              - raw-body@2.3.2 node_modules/iobroker.alexa2/node_modules/raw-body
              - body-parser@1.18.2 node_modules/iobroker.alexa2/node_modules/body-parser
              - isobject@2.1.0 node_modules/iobroker.alexa2/node_modules/unset-value/node_modules/has-value/node_modules/isobject
              - has-values@0.1.4 node_modules/iobroker.alexa2/node_modules/unset-value/node_modules/has-values
              - has-value@0.3.1 node_modules/iobroker.alexa2/node_modules/unset-value/node_modules/has-value
              - unset-value@1.0.0 node_modules/iobroker.alexa2/node_modules/unset-value
              - cache-base@1.0.1 node_modules/iobroker.alexa2/node_modules/cache-base
              - base@0.11.2 node_modules/iobroker.alexa2/node_modules/base
              - urix@0.1.0 node_modules/iobroker.alexa2/node_modules/urix
              - source-map-resolve@0.5.2 node_modules/iobroker.alexa2/node_modules/source-map-resolve
              - use@3.1.1 node_modules/iobroker.alexa2/node_modules/use
              - snapdragon@0.8.2 node_modules/iobroker.alexa2/node_modules/snapdragon
              - braces@2.3.2 node_modules/iobroker.alexa2/node_modules/braces
              - expand-brackets@2.1.4 node_modules/iobroker.alexa2/node_modules/expand-brackets
              - extglob@2.0.4 node_modules/iobroker.alexa2/node_modules/extglob
              - nanomatch@1.2.13 node_modules/iobroker.alexa2/node_modules/nanomatch
              - micromatch@3.1.10 node_modules/iobroker.alexa2/node_modules/micromatch
              - http-proxy-middleware@0.18.0 node_modules/iobroker.alexa2/node_modules/http-proxy-middleware
              - util-deprecate@1.0.2 node_modules/iobroker.alexa2/node_modules/util-deprecate
              - readable-stream@2.3.6 node_modules/iobroker.alexa2/node_modules/readable-stream
              - concat-stream@1.6.2 node_modules/iobroker.alexa2/node_modules/concat-stream
              - http-proxy-response-rewrite@0.0.1 node_modules/iobroker.alexa2/node_modules/http-proxy-response-rewrite
              - utils-merge@1.0.1 node_modules/iobroker.alexa2/node_modules/utils-merge
              - vary@1.1.2 node_modules/iobroker.alexa2/node_modules/vary
              - express@4.16.3 node_modules/iobroker.alexa2/node_modules/express
              - alexa-cookie2@0.2.2 node_modules/iobroker.alexa2/node_modules/alexa-cookie2
              - alexa-remote2@0.2.4 node_modules/iobroker.alexa2/node_modules/alexa-remote2
              iobroker.inst@1.1.2 /opt/iobroker
              └── iobroker.alexa2@0.2.4 
              
                 ╭─────────────────────────────────────╮
                 │                                     │
                 │   Update available 4.6.1 → 6.2.0    │
                 │     Run npm i -g npm to update      │
                 │                                     │
                 ╰─────────────────────────────────────╯
              
              

              Soll ich das update von 4.6.1 → 6.2.0 machen?

              1 Reply Last reply
              0
              • L Offline
                L Offline
                LaBamba
                wrote on last edited by
                #152

                @apollon77:

                Vor dem Upload muss mal mindestens mal eine Instanz angelegt sein.

                iobroker add alexa2
                

                danach das Upload `

                Jetzt taucht der Adapter schon einmal in den Instanzen auf!

                Aus meiner Sicht wäre es hilfreich, wenn ihr diesen Punkt noch in der Adapterbeschreibung hinzufügt.

                1 Reply Last reply
                0
                • HomoranH Do not disturb
                  HomoranH Do not disturb
                  Homoran
                  Global Moderator Administrators
                  wrote on last edited by
                  #153

                  Wenn es läuft, bitte im Moment nicht.

                  Da scheint ein Bug/Inkompatibilität in npm 6.x zu sein

                  Gruß

                  Rainer

                  kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                  Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                  der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                  1 Reply Last reply
                  0
                  • HomoranH Do not disturb
                    HomoranH Do not disturb
                    Homoran
                    Global Moderator Administrators
                    wrote on last edited by
                    #154

                    @LaBamba:

                    Aus meiner Sicht wäre es hilfreich, wenn ihr diesen Punkt noch in der Adapterbeschreibung hinzufügt. `
                    Wieso?

                    Es ist doch normal, dass eine Installation eines Adapters noch keine Instanz erzeugt.

                    Eine Instanz muss immer händisch angelegt werdn (Außer beim Admin)

                    Gruß

                    Rainer

                    kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                    1 Reply Last reply
                    0
                    • chucky666C Offline
                      chucky666C Offline
                      chucky666
                      wrote on last edited by
                      #155

                      Ja warte lieber die 6.2 hat bei mir auch Probleme gemacht

                      Gesendet von iPad mit Tapatalk Pro

                      1 Reply Last reply
                      0
                      • L Offline
                        L Offline
                        LaBamba
                        wrote on last edited by
                        #156

                        @Homoran:

                        @LaBamba:

                        Aus meiner Sicht wäre es hilfreich, wenn ihr diesen Punkt noch in der Adapterbeschreibung hinzufügt. `
                        Wieso?

                        Es ist doch normal, dass eine Installation eines Adapters noch keine Instanz erzeugt.

                        Eine Instanz muss immer händisch angelegt werdn (Außer beim Admin)

                        Gruß

                        Rainer `

                        Ihr seit Profis! Als Anfänger kann man an solchen kleinen Problemen scheitern.

                        1 Reply Last reply
                        0
                        • HomoranH Do not disturb
                          HomoranH Do not disturb
                          Homoran
                          Global Moderator Administrators
                          wrote on last edited by
                          #157

                          ~~@[url=http://www.iobroker.net/docu/?page_id=5473⟨=de#Adapter:~~

                          Doku"]http://www.iobroker.net/docu/?page_id=5379&lang=de

                          Hier werden die verfügbaren und installierten Adapter angezeigt und verwaltet.

                          http://www.iobroker.net/docu/?page_id=5474&lang=de

                          Hier werden die bereits über den Reiter Adapter installierten Instanzen aufgelistet und können entsprechend konfiguriert werden. `

                          kein Support per PN! - Fragen im Forum stellen - es gibt fast nichts, was nicht auch für andere interessant ist.

                          Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.

                          der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            stephan
                            wrote on last edited by
                            #158

                            @stephan:

                            Hallo, war lange nicht mehr an meinem Iobroker…

                            Doch durch den neuen Adapter bin ich wieder munter geworden.

                            Installiert bekomme ich ihn nur wirft er mir nur Fehler im Log.

                            Habe nur meinen Benutzer und Passwort im Adapter eingegeben, oder fehlen da noch mehr eingaben.

                            host.ioBroker-Pi 2018-07-23 17:17:17.129 info Restart adapter system.adapter.alexa2.0 because enabled

                            host.ioBroker-Pi 2018-07-23 17:17:17.129 error instance system.adapter.alexa2.0 terminated with code 1 ()

                            host.ioBroker-Pi 2018-07-23 17:17:16.791 info instance system.adapter.alexa2.0 started with pid 20703

                            host.ioBroker-Pi 2018-07-23 17:16:46.762 info Restart adapter system.adapter.alexa2.0 because enabled

                            host.ioBroker-Pi 2018-07-23 17:16:46.761 error instance system.adapter.alexa2.0 terminated with code 1 ()

                            host.ioBroker-Pi 2018-07-23 17:16:46.380 info instance system.adapter.alexa2.0 started with pid 20634

                            Was mache ich denn da verkehrt ?

                            Danke schon mal im vorrauss `
                            Hat keiner eine Antwort auf mein Problem…

                            1 Reply Last reply
                            0
                            • C Offline
                              C Offline
                              chrizzel
                              wrote on last edited by
                              #159

                              ` > ````

                              sudo apt-get install git

                              wird das beheben.
                              
                              Gruß
                              
                              rainer `  
                              

                              Ich danke dir! Das hat geholfen!

                              Beste Grüße

                              Chris

                              1 Reply Last reply
                              0
                              • apollon77A Offline
                                apollon77A Offline
                                apollon77
                                wrote on last edited by
                                #160

                                @stephan:

                                Hallo, war lange nicht mehr an meinem Iobroker…

                                Doch durch den neuen Adapter bin ich wieder munter geworden.

                                Installiert bekomme ich ihn nur wirft er mir nur Fehler im Log.

                                Habe nur meinen Benutzer und Passwort im Adapter eingegeben, oder fehlen da noch mehr eingaben.

                                host.ioBroker-Pi 2018-07-23 17:17:17.129 info Restart adapter system.adapter.alexa2.0 because enabled

                                host.ioBroker-Pi 2018-07-23 17:17:17.129 error instance system.adapter.alexa2.0 terminated with code 1 ()

                                host.ioBroker-Pi 2018-07-23 17:17:16.791 info instance system.adapter.alexa2.0 started with pid 20703

                                host.ioBroker-Pi 2018-07-23 17:16:46.762 info Restart adapter system.adapter.alexa2.0 because enabled

                                host.ioBroker-Pi 2018-07-23 17:16:46.761 error instance system.adapter.alexa2.0 terminated with code 1 ()

                                host.ioBroker-Pi 2018-07-23 17:16:46.380 info instance system.adapter.alexa2.0 started with pid 20634

                                Was mache ich denn da verkehrt ?

                                Danke schon mal im vorrauss `

                                Interessant. Welche js.controller Version?

                                mach mal: Kommandozeile ins iobroker verzeichnis. Dort dann

                                node node_modules/iobroker.alexa2/main.js --force --logs 
                                

                                Was ist die Ausgabe?

                                Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                1 Reply Last reply
                                0
                                • S Offline
                                  S Offline
                                  stephan
                                  wrote on last edited by
                                  #161

                                  sorry bin absoluter Anfänger…wie mache ich das

                                  1 Reply Last reply
                                  0
                                  • S Offline
                                    S Offline
                                    stephan
                                    wrote on last edited by
                                    #162

                                    @apollon77:

                                    @stephan:

                                    Hallo, war lange nicht mehr an meinem Iobroker…

                                    Doch durch den neuen Adapter bin ich wieder munter geworden.

                                    Installiert bekomme ich ihn nur wirft er mir nur Fehler im Log.

                                    Habe nur meinen Benutzer und Passwort im Adapter eingegeben, oder fehlen da noch mehr eingaben.

                                    host.ioBroker-Pi 2018-07-23 17:17:17.129 info Restart adapter system.adapter.alexa2.0 because enabled

                                    host.ioBroker-Pi 2018-07-23 17:17:17.129 error instance system.adapter.alexa2.0 terminated with code 1 ()

                                    host.ioBroker-Pi 2018-07-23 17:17:16.791 info instance system.adapter.alexa2.0 started with pid 20703

                                    host.ioBroker-Pi 2018-07-23 17:16:46.762 info Restart adapter system.adapter.alexa2.0 because enabled

                                    host.ioBroker-Pi 2018-07-23 17:16:46.761 error instance system.adapter.alexa2.0 terminated with code 1 ()

                                    host.ioBroker-Pi 2018-07-23 17:16:46.380 info instance system.adapter.alexa2.0 started with pid 20634

                                    Was mache ich denn da verkehrt ?

                                    Danke schon mal im vorrauss `

                                    Interessant. Welche js.controller Version?

                                    mach mal: Kommandozeile ins iobroker verzeichnis. Dort dann

                                    node node_modules/iobroker.alexa2/main.js --force --logs 
                                    

                                    Was ist die Ausgabe? `
                                    sorry bin absoluter Anfänger…wie mache ich das

                                    1 Reply Last reply
                                    0
                                    • apollon77A Offline
                                      apollon77A Offline
                                      apollon77
                                      wrote on last edited by
                                      #163

                                      SSH auf deinen Raspi oder was such immer du nutzt

                                      cd /opt/iobroker

                                      Dann das was oben steht.

                                      Gesendet vom Handy …

                                      Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                      • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                      • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                      1 Reply Last reply
                                      0
                                      • ? Offline
                                        ? Offline
                                        A Former User
                                        wrote on last edited by
                                        #164
                                        Changelog
                                        0.3.0 (2018-07-23)
                                        
                                            (Bluefox) Admin3 fixes and slight changes to roles and code
                                            (Apollon77) Combine Player-Control and Player-Info into channel Player to support better detection and material support
                                        
                                        

                                        :shock: Das heisst, wir bauen nun unsere Views und Skripte wieder um.

                                        1 Reply Last reply
                                        0
                                        • apollon77A Offline
                                          apollon77A Offline
                                          apollon77
                                          wrote on last edited by
                                          #165

                                          Hi,

                                          Die 0.3.0 ist noch nicht fertig also bitte Finger weg vom GitHub heute ;-)

                                          Aber ja leider. Es wurde nötig weil Bluefox gerade für Material einige dinge standardisiert und wie sind jetzt immer noch eher früh unterwegs.

                                          Sollte aber die letzte Anpassung sein. Sorry.

                                          Gesendet vom Handy …

                                          Beitrag hat geholfen? Votet rechts unten im Beitrag :-) https://paypal.me/Apollon77 / https://github.com/sponsors/Apollon77

                                          • Debug-Log für Instanz einschalten? Admin -> Instanzen -> Expertenmodus -> Instanz aufklappen - Loglevel ändern
                                          • Logfiles auf Platte /opt/iobroker/log/… nutzen, Admin schneidet Zeilen ab
                                          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
                                          FAQ Cloud / IOT
                                          HowTo: Node.js-Update
                                          HowTo: Backup/Restore
                                          Downloads
                                          BLOG

                                          443

                                          Online

                                          32.6k

                                          Users

                                          82.3k

                                          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