Skip to content
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta)

NEWS

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

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

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

Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta)

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
391 Beiträge 39 Kommentatoren 66.9k Aufrufe 38 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M Marty56

    @apollon77

    Gerade bemerkt, dass sich der Datenpunkt
    'alexa2.0.Echo-Devices.Gxxxxxxx.Music-Provider.Amazon Music'
    geändert hat, vorher war ein Bindestrich zwischen
    "Amazon-Music".

    Keine Ahnung, ob das gewollt ist oder nicht. Ich habe mein Script angepasst.

    apollon77A Online
    apollon77A Online
    apollon77
    schrieb am zuletzt editiert von
    #23

    @marty56 ooohhh. Nein nicht Absicht. Ändere ich in neuer Version die heute kommt zurück. Sorry und danke für die Meldung.

    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 Antwort Letzte Antwort
    0
    • apollon77A apollon77

      @flexer und mit der 3.13 aus Beta? GitHub ist grad schon massiv weiter in der nächsten Version. Und bitte debug log von dem speak call.

      FlexerF Offline
      FlexerF Offline
      Flexer
      schrieb am zuletzt editiert von Flexer
      #24

      @apollon77 Ich habe mal ein Hallo in den Speak DP geschrieben. Es kommt kein Fehler aber das im Protokoll. Letzte Version Git. Ich mache gleich noch ein Downgrade auf die 3.13. Beta und mache das selbe. Siehe unten. Text to Command geht auch nicht.

      
      alexa2.0
      2022-07-06 09:36:02.061	debug	Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/preview","method":"POST","timeout":10000,"headers":{}} and data={"behaviorId":"PREVIEW","sequenceJson":"{\"@type\":\"com.amazon.alexa.behaviors.model.Sequence\",\"startNode\":{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"textToSpeak\":\"ALEXA\"},\"type\":\"Alexa.Speak\"}]}]}]}}","status":"ENABLED"}
      
      alexa2.0
      2022-07-06 09:36:02.061	debug	Alexa-Remote: Authentication check successfull
      
      alexa2.0
      2022-07-06 09:36:02.060	debug	Alexa-Remote: Response: {"authentication":{"authenticated":true,"canAccessPrimeMusicContent":true,"customerEmail":"tristan.baumann@gmx.de","customerId":"AALB885UUQNQH","customerName":"Tristan Baumann"}}
      
      alexa2.0
      2022-07-06 09:36:01.867	debug	Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/bootstrap?version=0","method":"GET","timeout":10000,"headers":{}}
      
      alexa2.0
      2022-07-06 09:36:01.866	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Commands.speak: {"val":"ALEXA","ack":false,"ts":1657092961865,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1657092961865}
      

      So hier Version 3.13. Beta.
      Wenn man in Speak etwas schreibt kommt ein Biep aber kein Text. Im Datenpunkt Speak Volume muss eine Zahl stehen. Vorher konnte dieser leer sein wodurch kein Biep ausgelöst wurde. Es kam einfach nur der Text aus Speak. Jetzt kommt Biep und kein Text.

      Hier das Log nach dem schreiben von Speak

      
      alexa2.0
      2022-07-06 09:42:50.492	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Player.muted: {"val":false,"ack":true,"ts":1657093370489,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1637514912094}
      
      alexa2.0
      2022-07-06 09:42:50.490	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Player.volume: {"val":40,"ack":true,"ts":1657093370489,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1657092893260}
      
      alexa2.0
      2022-07-06 09:42:50.487	debug	Alexa-Push-Connection Device Volume change for G090XG07936526UB -> 40/false
      
      alexa2.0
      2022-07-06 09:42:50.487	debug	Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: { "destinationUserId": "ANW35Y9CPLLQA", "dopplerId": { "deviceType": "A1RABVCI4QCIKC", "deviceSerialNumber": "G090XG07936526UB" }, "volumeSetting": 40, "isMuted": false }
      
      alexa2.0
      2022-07-06 09:42:50.486	debug	Alexa-Remote WS-MQTT: Incoming message: {"service":"FABE","messageType":"MSG","channel":866,"messageId":1215079711,"moreFlag":1711276032,"seq":1,"checksum":459724553,"content":{"messageType":"GWM","subMessageType":"MSG","channel":46201,"destinationIdentityUrn":"urn:tcomm-endpoint:service:serviceName:DeeWebsiteMessagingService:domain:prod:realm:USAmazon","deviceIdentityUrn":"urn:tcomm-endpoint:device:customerId:AALB885UUQNQH:deviceType:A2IVLV5VM2W81:deviceSerialNumber:885931c2366cae49232d93a7fb7b820a","payload":{"command":"PUSH_VOLUME_CHANGE","payload":{"destinationUserId":"ANW35Y9CPLLQA","dopplerId":{"deviceType":"A1RABVCI4QCIKC","deviceSerialNumber":"G090XG07936526UB"},"volumeSetting":40,"isMuted":false},"timeStamp":1657093370427}}}
      
      alexa2.0
      2022-07-06 09:42:50.486	debug	Alexa-Remote WS-MQTT: Incoming RAW message: 4d534700000362486ca51f66000000011b66d7090000021747574d204d5347203078303030306234373920307830303030303035632075726e3a74636f6d6d2d656e64706f696e743a736572766963653a736572766963654e616d653a446565576562736974654d6573736167696e67536572766963653a646f6d61696e3a70726f643a7265616c6d3a5553416d617a6f6e20307830303030303037662075726e3a74636f6d6d2d656e64706f696e743a6465766963653a637573746f6d657249643a41414c423838355555514e51483a646576696365547970653a413249564c5635564d325738313a64657669636553657269616c4e756d6265723a3838353933316332333636636165343932333264393361376662376238323061207b22636f6d6d616e64223a22505553485f564f4c554d455f4348414e4745222c227061796c6f6164223a227b5c2264657374696e6174696f6e5573657249645c223a5c22414e573335593943504c4c51415c222c5c22646f70706c657249645c223a7b5c22646576696365547970655c223a5c224131524142564349345143494b435c222c5c2264657669636553657269616c4e756d6265725c223a5c22473039305847303739333635323655425c227d2c5c22766f6c756d6553657474696e675c223a34302c5c2269734d757465645c223a66616c73657d222c2274696d655374616d70223a313635373039333337303432377d46414245
      
      alexa2.0
      2022-07-06 09:42:49.805	debug	Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/preview","method":"POST","timeout":10000,"headers":{}} and data={"behaviorId":"PREVIEW","sequenceJson":"{\"@type\":\"com.amazon.alexa.behaviors.model.Sequence\",\"startNode\":{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"value\":40},\"type\":\"Alexa.DeviceControls.Volume\"}]},{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"textToSpeak\":\"Ingo\"},\"type\":\"Alexa.Speak\"}]}]},{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"value\":40},\"type\":\"Alexa.DeviceControls.Volume\"}]}]}}","status":"ENABLED"}
      
      alexa2.0
      2022-07-06 09:42:49.805	debug	Alexa-Remote: No authentication check needed (time elapsed 215450)
      
      alexa2.0
      2022-07-06 09:42:49.804	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Commands.speak: {"val":"Ingo","ack":false,"ts":1657093369802,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1657093369802}
      

      Text Command geht auch nicht. Muss noch eine Version weiter runter gehen, dass meine Türklingel mit TextCommand wieder geht. Die spielt für mich eine MP3 ab.

      Liebe Grüüüße

      Unterm Strich ist alles besser.


      Ja, voll geil hier!

      apollon77A 1 Antwort Letzte Antwort
      0
      • FlexerF Flexer

        @apollon77 Ich habe mal ein Hallo in den Speak DP geschrieben. Es kommt kein Fehler aber das im Protokoll. Letzte Version Git. Ich mache gleich noch ein Downgrade auf die 3.13. Beta und mache das selbe. Siehe unten. Text to Command geht auch nicht.

        
        alexa2.0
        2022-07-06 09:36:02.061	debug	Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/preview","method":"POST","timeout":10000,"headers":{}} and data={"behaviorId":"PREVIEW","sequenceJson":"{\"@type\":\"com.amazon.alexa.behaviors.model.Sequence\",\"startNode\":{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"textToSpeak\":\"ALEXA\"},\"type\":\"Alexa.Speak\"}]}]}]}}","status":"ENABLED"}
        
        alexa2.0
        2022-07-06 09:36:02.061	debug	Alexa-Remote: Authentication check successfull
        
        alexa2.0
        2022-07-06 09:36:02.060	debug	Alexa-Remote: Response: {"authentication":{"authenticated":true,"canAccessPrimeMusicContent":true,"customerEmail":"tristan.baumann@gmx.de","customerId":"AALB885UUQNQH","customerName":"Tristan Baumann"}}
        
        alexa2.0
        2022-07-06 09:36:01.867	debug	Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/bootstrap?version=0","method":"GET","timeout":10000,"headers":{}}
        
        alexa2.0
        2022-07-06 09:36:01.866	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Commands.speak: {"val":"ALEXA","ack":false,"ts":1657092961865,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1657092961865}
        

        So hier Version 3.13. Beta.
        Wenn man in Speak etwas schreibt kommt ein Biep aber kein Text. Im Datenpunkt Speak Volume muss eine Zahl stehen. Vorher konnte dieser leer sein wodurch kein Biep ausgelöst wurde. Es kam einfach nur der Text aus Speak. Jetzt kommt Biep und kein Text.

        Hier das Log nach dem schreiben von Speak

        
        alexa2.0
        2022-07-06 09:42:50.492	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Player.muted: {"val":false,"ack":true,"ts":1657093370489,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1637514912094}
        
        alexa2.0
        2022-07-06 09:42:50.490	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Player.volume: {"val":40,"ack":true,"ts":1657093370489,"q":0,"from":"system.adapter.alexa2.0","user":"system.user.admin","lc":1657092893260}
        
        alexa2.0
        2022-07-06 09:42:50.487	debug	Alexa-Push-Connection Device Volume change for G090XG07936526UB -> 40/false
        
        alexa2.0
        2022-07-06 09:42:50.487	debug	Alexa-Remote WS-MQTT: Command PUSH_VOLUME_CHANGE: { "destinationUserId": "ANW35Y9CPLLQA", "dopplerId": { "deviceType": "A1RABVCI4QCIKC", "deviceSerialNumber": "G090XG07936526UB" }, "volumeSetting": 40, "isMuted": false }
        
        alexa2.0
        2022-07-06 09:42:50.486	debug	Alexa-Remote WS-MQTT: Incoming message: {"service":"FABE","messageType":"MSG","channel":866,"messageId":1215079711,"moreFlag":1711276032,"seq":1,"checksum":459724553,"content":{"messageType":"GWM","subMessageType":"MSG","channel":46201,"destinationIdentityUrn":"urn:tcomm-endpoint:service:serviceName:DeeWebsiteMessagingService:domain:prod:realm:USAmazon","deviceIdentityUrn":"urn:tcomm-endpoint:device:customerId:AALB885UUQNQH:deviceType:A2IVLV5VM2W81:deviceSerialNumber:885931c2366cae49232d93a7fb7b820a","payload":{"command":"PUSH_VOLUME_CHANGE","payload":{"destinationUserId":"ANW35Y9CPLLQA","dopplerId":{"deviceType":"A1RABVCI4QCIKC","deviceSerialNumber":"G090XG07936526UB"},"volumeSetting":40,"isMuted":false},"timeStamp":1657093370427}}}
        
        alexa2.0
        2022-07-06 09:42:50.486	debug	Alexa-Remote WS-MQTT: Incoming RAW message: 4d534700000362486ca51f66000000011b66d7090000021747574d204d5347203078303030306234373920307830303030303035632075726e3a74636f6d6d2d656e64706f696e743a736572766963653a736572766963654e616d653a446565576562736974654d6573736167696e67536572766963653a646f6d61696e3a70726f643a7265616c6d3a5553416d617a6f6e20307830303030303037662075726e3a74636f6d6d2d656e64706f696e743a6465766963653a637573746f6d657249643a41414c423838355555514e51483a646576696365547970653a413249564c5635564d325738313a64657669636553657269616c4e756d6265723a3838353933316332333636636165343932333264393361376662376238323061207b22636f6d6d616e64223a22505553485f564f4c554d455f4348414e4745222c227061796c6f6164223a227b5c2264657374696e6174696f6e5573657249645c223a5c22414e573335593943504c4c51415c222c5c22646f70706c657249645c223a7b5c22646576696365547970655c223a5c224131524142564349345143494b435c222c5c2264657669636553657269616c4e756d6265725c223a5c22473039305847303739333635323655425c227d2c5c22766f6c756d6553657474696e675c223a34302c5c2269734d757465645c223a66616c73657d222c2274696d655374616d70223a313635373039333337303432377d46414245
        
        alexa2.0
        2022-07-06 09:42:49.805	debug	Alexa-Remote: Sending Request with {"host":"alexa.amazon.de","path":"/api/behaviors/preview","method":"POST","timeout":10000,"headers":{}} and data={"behaviorId":"PREVIEW","sequenceJson":"{\"@type\":\"com.amazon.alexa.behaviors.model.Sequence\",\"startNode\":{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"value\":40},\"type\":\"Alexa.DeviceControls.Volume\"}]},{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.SerialNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"textToSpeak\":\"Ingo\"},\"type\":\"Alexa.Speak\"}]}]},{\"@type\":\"com.amazon.alexa.behaviors.model.ParallelNode\",\"name\":null,\"nodesToExecute\":[{\"@type\":\"com.amazon.alexa.behaviors.model.OpaquePayloadOperationNode\",\"operationPayload\":{\"deviceType\":\"A1RABVCI4QCIKC\",\"deviceSerialNumber\":\"G090XG07936526UB\",\"locale\":\"de-DE\",\"customerId\":\"AALB885UUQNQH\",\"value\":40},\"type\":\"Alexa.DeviceControls.Volume\"}]}]}}","status":"ENABLED"}
        
        alexa2.0
        2022-07-06 09:42:49.805	debug	Alexa-Remote: No authentication check needed (time elapsed 215450)
        
        alexa2.0
        2022-07-06 09:42:49.804	debug	State changed alexa2.0.Echo-Devices.G090XG07936526UB.Commands.speak: {"val":"Ingo","ack":false,"ts":1657093369802,"q":0,"from":"system.adapter.admin.0","user":"system.user.admin","lc":1657093369802}
        

        Text Command geht auch nicht. Muss noch eine Version weiter runter gehen, dass meine Türklingel mit TextCommand wieder geht. Die spielt für mich eine MP3 ab.

        Liebe Grüüüße

        apollon77A Online
        apollon77A Online
        apollon77
        schrieb am zuletzt editiert von apollon77
        #25

        @flexer Dann bitte volles Debug Log vom Start bis alles erledigt ist mit der Version wo es geht und der 3.13 bitte per E-mail an mich iobroker@fischer-ka.de (Bitte aus dem Logfile nehmen und nicht vom Admin oder so kopieren)

        EDIT: ABer bitte lig mit Speak dannmachen und nicht TextCommand. Bei TextCommand gibts in 1.13.1 ein known issue

        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 Antwort Letzte Antwort
        0
        • apollon77A Online
          apollon77A Online
          apollon77
          schrieb am zuletzt editiert von
          #26

          So, damit Euch nicht langweilig wird hier das nächste Alexa2 Featurepack, aka 3.14.0, welches demnächst im Repo autuchen sollte.

          Changelog:

          • (Apollon77) Allow to define if Lists and Smart home devices are synced by the adapter with the Amazon Cloud at all
          • (Apollon77) Enhance Smart Home Device support by adding various controllers and states. If in your Alexa App something is configurable which is not in ioBroker please send a debug log!
          • (Apollon77) Re-Introduce the ability to poll smart home device states in intervals, but only devices are queried that report their status proactively to Amazon-Cloud to prevent Skill developer costs! ioBroker (and OpenHab) devices are NOT queried! The interval can be configured but must not be lower than 60s! Querying is disabled by default.
          • (Apollon77) Add message to send out sequences of commands to alexa devices
          • (Apollon77) Add Info states for macAddress and WifiSSID of the Alexa devices
          • (Apollon77) Add several new states for Player for allowed actions, medium quality
          • (Apollon77) Add mediaId and also allow to set it to jump to a defined entry in the playlist
          • (Apollon77) Add Commands.sound to play a sound
          • (Apollon77) Do not set the speak-volume when executing textCommand and deviceStop
          • (Apollon77) Do not set speak-volume if the volume is already as wanted when executing commands
          • (Apollon77) update Do-Not-Disturb status once on start and with device configuration updates
          • (Apollon77) Allow to specify the title in notification commands
          • (Apollon77) When a device plays music in a group then new states in "Player"will indicate this together with the group ID
          • (Apollon77) Allow to enable and disable smart home devices - this will be synced together with the smart home state updates from the cloud if changed in the app!
          • (Apollon77) Detect Rate limit exceeded response and do one automatic request retry 10s later (plus a random part)
          • (Apollon77) Slow down the update of player status to prevent rate limit exceeded errors. initial update of the player states is delayed on startup of the adapter
          • (Apollon77) Restore character replacement for Music providers (space is now again a "-")
          • (Apollon77) Add more devices
          • (Apollon77) Optimize startup and unload handling

          Wer mit der 3.13. Probleme hatte bitte die 3.14.0 nehmen wenn es darum geht Logs zu erzeugen.

          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
          DJMarc75D 1 Antwort Letzte Antwort
          3
          • apollon77A apollon77

            So, damit Euch nicht langweilig wird hier das nächste Alexa2 Featurepack, aka 3.14.0, welches demnächst im Repo autuchen sollte.

            Changelog:

            • (Apollon77) Allow to define if Lists and Smart home devices are synced by the adapter with the Amazon Cloud at all
            • (Apollon77) Enhance Smart Home Device support by adding various controllers and states. If in your Alexa App something is configurable which is not in ioBroker please send a debug log!
            • (Apollon77) Re-Introduce the ability to poll smart home device states in intervals, but only devices are queried that report their status proactively to Amazon-Cloud to prevent Skill developer costs! ioBroker (and OpenHab) devices are NOT queried! The interval can be configured but must not be lower than 60s! Querying is disabled by default.
            • (Apollon77) Add message to send out sequences of commands to alexa devices
            • (Apollon77) Add Info states for macAddress and WifiSSID of the Alexa devices
            • (Apollon77) Add several new states for Player for allowed actions, medium quality
            • (Apollon77) Add mediaId and also allow to set it to jump to a defined entry in the playlist
            • (Apollon77) Add Commands.sound to play a sound
            • (Apollon77) Do not set the speak-volume when executing textCommand and deviceStop
            • (Apollon77) Do not set speak-volume if the volume is already as wanted when executing commands
            • (Apollon77) update Do-Not-Disturb status once on start and with device configuration updates
            • (Apollon77) Allow to specify the title in notification commands
            • (Apollon77) When a device plays music in a group then new states in "Player"will indicate this together with the group ID
            • (Apollon77) Allow to enable and disable smart home devices - this will be synced together with the smart home state updates from the cloud if changed in the app!
            • (Apollon77) Detect Rate limit exceeded response and do one automatic request retry 10s later (plus a random part)
            • (Apollon77) Slow down the update of player status to prevent rate limit exceeded errors. initial update of the player states is delayed on startup of the adapter
            • (Apollon77) Restore character replacement for Music providers (space is now again a "-")
            • (Apollon77) Add more devices
            • (Apollon77) Optimize startup and unload handling

            Wer mit der 3.13. Probleme hatte bitte die 3.14.0 nehmen wenn es darum geht Logs zu erzeugen.

            DJMarc75D Online
            DJMarc75D Online
            DJMarc75
            schrieb am zuletzt editiert von DJMarc75
            #27

            @apollon77 BIsher läuft das Teil super ABER:
            irgendwie ist mir das in den Objekten unter EchoDevices, wenn man APP-Devices in der Konfig aktiviert, sehr unschlüssig weil:
            Screenshot 2022-07-06 180722.png

            Was hat das mit den vielen, vielen Ordnern auf sich?
            Werd da no net so schlau draus. Hab auf 2 Phones die APP und an 2 PC, mehr eigentlich nicht.

            Lehrling seit 1975 !!!
            Beitrag geholfen ? dann gerne ein upvote rechts unten im Beitrag klicken ;)
            https://forum.iobroker.net/topic/51555/hinweise-f%C3%BCr-gute-forenbeitr%C3%A4ge

            apollon77A 1 Antwort Letzte Antwort
            0
            • DJMarc75D DJMarc75

              @apollon77 BIsher läuft das Teil super ABER:
              irgendwie ist mir das in den Objekten unter EchoDevices, wenn man APP-Devices in der Konfig aktiviert, sehr unschlüssig weil:
              Screenshot 2022-07-06 180722.png

              Was hat das mit den vielen, vielen Ordnern auf sich?
              Werd da no net so schlau draus. Hab auf 2 Phones die APP und an 2 PC, mehr eigentlich nicht.

              apollon77A Online
              apollon77A Online
              apollon77
              schrieb am zuletzt editiert von
              #28

              @djmarc75 Tja, diese Frage musst Du Amazon stellen ... Das war der grund warum App Devices bisher ausgeblendet waren (und es im Default auch sind) ... Ja wenn man weiss was davon genau seine Handy App ist kann man da ggf auch Kommandos ausführen 🙂

              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
              DiginixD 1 Antwort Letzte Antwort
              1
              • FlexerF Offline
                FlexerF Offline
                Flexer
                schrieb am zuletzt editiert von Flexer
                #29

                @apollon77 Idee bzw Frage. Gibt es einen Datenpunkt um Alexa zum Zuhören zubewegen.

                Fiktives Beispiel

                Alexa: Mach das Licht heller —> Trigger Alexa hört zu —> Auf wieviel Prozent soll ich das Licht einstellen?
                80% —> Licht wird auf 80% gestellt.

                Man könnte so ein Gespräch bauen.

                Grüsse

                Unterm Strich ist alles besser.


                Ja, voll geil hier!

                BananaJoeB apollon77A 2 Antworten Letzte Antwort
                0
                • FlexerF Flexer

                  @apollon77 Idee bzw Frage. Gibt es einen Datenpunkt um Alexa zum Zuhören zubewegen.

                  Fiktives Beispiel

                  Alexa: Mach das Licht heller —> Trigger Alexa hört zu —> Auf wieviel Prozent soll ich das Licht einstellen?
                  80% —> Licht wird auf 80% gestellt.

                  Man könnte so ein Gespräch bauen.

                  Grüsse

                  BananaJoeB Online
                  BananaJoeB Online
                  BananaJoe
                  Most Active
                  schrieb am zuletzt editiert von
                  #30

                  @flexer sagte in Alexa2 Adapter 3.13.0 (Beta):

                  @apollon77 Idee bzw Frage. Gibt es einen Datenpunkt um Alexa zum Zuhören zubewegen.

                  Fiktives Beispiel

                  Alexa: Mach das Licht heller —> Trigger Alexa hört zu —> Auf wieviel Prozent soll ich das Licht einstellen?
                  80% —> Licht wird auf 80% gestellt.

                  Man könnte so ein Gespräch bauen.

                  Grüsse

                  Wenn du etwas im Forum suchst:

                  • Entweder eigener Skill bei Amazon
                  • du greifst das alexa2.0.History.summary Feld ab und unterdrückst die Fehlermeldungen / meckern von Alexa

                  ioBroker@Ubuntu 24.04 LTS (VMware) für: >260 Geräte, 5 Switche, 7 AP, 9 IP-Cam, 1 NAS 42TB, 1 ESXi 15TB, 4 Proxmox 1TB, 1 Hyper-V 44TB, 14 x Echo, 5x FireTV, 5 x Tablett/Handy VIS || >=157 Tasmota/Shelly || >=88 ZigBee || PV 8.1kW / Akku 14kWh || 2x USV 900/750W kaskadiert || Creality CR-10 SE 3D-Drucker

                  1 Antwort Letzte Antwort
                  1
                  • FlexerF Flexer

                    @apollon77 Idee bzw Frage. Gibt es einen Datenpunkt um Alexa zum Zuhören zubewegen.

                    Fiktives Beispiel

                    Alexa: Mach das Licht heller —> Trigger Alexa hört zu —> Auf wieviel Prozent soll ich das Licht einstellen?
                    80% —> Licht wird auf 80% gestellt.

                    Man könnte so ein Gespräch bauen.

                    Grüsse

                    apollon77A Online
                    apollon77A Online
                    apollon77
                    schrieb am zuletzt editiert von apollon77
                    #31

                    @flexer leider „was bananajoe sagt“ … Bzw. Man kann an sich auch skills starten. Dann könnte etwas über custom skill von iobroker gehen. Dann kommen die Texte im
                    Iot Adapter Bzw Text2command an … und man könnte Skripten.

                    Wäre dann Sondas was passiert was den skill triggert und dann sagt Madame: „hallo, was möchtest du wissen oder steuern?“ und hört zu.

                    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
                    M 1 Antwort Letzte Antwort
                    0
                    • apollon77A apollon77

                      @flexer leider „was bananajoe sagt“ … Bzw. Man kann an sich auch skills starten. Dann könnte etwas über custom skill von iobroker gehen. Dann kommen die Texte im
                      Iot Adapter Bzw Text2command an … und man könnte Skripten.

                      Wäre dann Sondas was passiert was den skill triggert und dann sagt Madame: „hallo, was möchtest du wissen oder steuern?“ und hört zu.

                      M Offline
                      M Offline
                      Marty56
                      schrieb am zuletzt editiert von Marty56
                      #32

                      @apollon77

                      Ich bekomme eine Warnung mit der 3.13.0

                      State "alexa2.0.Echo-Devices.25F271CC81A045A7B2FD9AE6C925CEF0.Preferences.ringNotificationsEnabled" has no existing object, this might lead to an error in future versions
                      

                      Es gibt aber kein Device mit der Kennung "25F271CC81A045A7B2FD9AE6C925CEF0".

                      Die Warnung bekomme ich zweimal. Das zweite Mal mit einer anderen Kennung, bei der es auch kein zugehöriges Echo gibt.

                      HW:NUC (16 GB Ram)
                      OS: Debian Bullseye, Promox V7, node v16.x npm 8.19.3

                      Thomas BraunT 1 Antwort Letzte Antwort
                      0
                      • M Marty56

                        @apollon77

                        Ich bekomme eine Warnung mit der 3.13.0

                        State "alexa2.0.Echo-Devices.25F271CC81A045A7B2FD9AE6C925CEF0.Preferences.ringNotificationsEnabled" has no existing object, this might lead to an error in future versions
                        

                        Es gibt aber kein Device mit der Kennung "25F271CC81A045A7B2FD9AE6C925CEF0".

                        Die Warnung bekomme ich zweimal. Das zweite Mal mit einer anderen Kennung, bei der es auch kein zugehöriges Echo gibt.

                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        schrieb am zuletzt editiert von
                        #33

                        @marty56 Das habe ich auch. Hab mal ein issue dazu aufgemacht:

                        https://github.com/Apollon77/ioBroker.alexa2/issues/911

                        Linux-Werkzeugkasten:
                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                        NodeJS Fixer Skript:
                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                        apollon77A 1 Antwort Letzte Antwort
                        2
                        • Thomas BraunT Thomas Braun

                          @marty56 Das habe ich auch. Hab mal ein issue dazu aufgemacht:

                          https://github.com/Apollon77/ioBroker.alexa2/issues/911

                          apollon77A Online
                          apollon77A Online
                          apollon77
                          schrieb am zuletzt editiert von
                          #34

                          @thomas-braun Fix kommt in die nächste Verison

                          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 Antwort Letzte Antwort
                          1
                          • apollon77A apollon77

                            Hi All,

                            heute gibt mal ein lang ersehntes Update von Alexa2 auf die 3.13.0 (und am 6.7. auf 3.14.0 und am 9.7. auf 3.15.0) im beta Repo. Sollte im laufe des Tages bei allen auftauchen.

                            Primär sollten die User die wegen komischen Family-Account-Konstellationen Probleme mit der 3.12 hatten jetzt mit der 3.13 wieder keine Probleme haben. Erstes GitHub Feedback legt dies zumindestens nahe.

                            User die viele Geräte haben und daher Kommandos an Gruppen immer nur Teileise ausgeführt wurden sollten mit der 3.13 auch weniger Issues haben weil jetzt nicht mehr ein Request pro Gerät sondern nur einer für alles gemacht wird - sollte damit keine "Rate Limit" Fehler mehr geben.

                            Weiterhin geht das aufrufen von TuneIn Station- und Topic-IDs wieder.

                            Wer GitHub Issues erstellt hatte die jetzt gelöst sind bitte schliesen bzw kommentieren (auch wenn schon geschlossen).

                            Das folgende ist der komplette Changelog der 3.13:

                            • IMPORTANT List Names are now checked for invalid characters and replaced. Might change the name of objects in ioBroker. Old ones need to be deleted manually!
                            • (Apollon77) Fix command sending in multi owner environments (e.g. Family shared devices)
                            • (Apollon77) Add some new devices
                            • (ammawel) Add the date of an alarm as state, not only time
                            • (Apollon77) Add option to also query the App Devices to allow to send commands to them
                            • (Apollon77) Rework Multiroom for commands to prevent rate limiting issues!
                            • (Apollon77) Fix Routine Naming if triggers were used
                            • (Apollon77) Support devices with "Ziggy" as wake word
                            • (Apollon77) All commands with voice output respect the defined speak-volume now
                            • (Apollon77) Allow again to directly enter TuneIn station Ids (s*) and topicIds (t*)
                            • (Apollon77) Add media states to show remaining time of media playback
                            • (simatec) Adjust link color im Admin configuration
                            • (Apollon77) Some requests are automatically retried with a slight delay if Amazon responds with error 503

                            Changelog der 3.14:

                            • (Apollon77) Allow to define if Lists and Smart home devices are synced by the adapter with the Amazon Cloud at all
                            • (Apollon77) Enhance Smart Home Device support by adding various controllers and states. If in your Alexa App something is configurable which is not in ioBroker please send a debug log!
                            • (Apollon77) Re-Introduce the ability to poll smart home device states in intervals, but only devices are queried that report their status proactively to Amazon-Cloud to prevent Skill developer costs! ioBroker (and OpenHab) devices are NOT queried! The interval can be configured but must not be lower than 60s! Querying is disabled by default.
                            • (Apollon77) Add message to send out sequences of commands to alexa devices
                            • (Apollon77) Add Info states for macAddress and WifiSSID of the Alexa devices
                            • (Apollon77) Add several new states for Player for allowed actions, medium quality
                            • (Apollon77) Add mediaId and also allow to set it to jump to a defined entry in the playlist
                            • (Apollon77) Add Commands.sound to play a sound
                            • (Apollon77) Do not set the speak-volume when executing textCommand and deviceStop
                            • (Apollon77) Do not set speak-volume if the volume is already as wanted when executing commands
                            • (Apollon77) update Do-Not-Disturb status once on start and with device configuration updates
                            • (Apollon77) Allow to specify the title in notification commands
                            • (Apollon77) When a device plays music in a group then new states in "Player"will indicate this together with the group ID
                            • (Apollon77) Allow to enable and disable smart home devices - this will be synced together with the smart home state updates from the cloud if changed in the app!
                            • (Apollon77) Detect Rate limit exceeded response and do one automatic request retry 10s later (plus a random part)
                            • (Apollon77) Slow down the update of player status to prevent rate limit exceeded errors. initial update of the player states is delayed on startup of the adapter
                            • (Apollon77) Restore character replacement for Music providers (space is now again a "-")
                            • (Apollon77) Add more devices
                            • (Apollon77) Optimize startup and unload handling

                            Changelog der 3.15:

                            • (Apollon77) IMPORTANT: Format to specify multiple Details on "New" for Alarms and Reminders changed, see documentation!
                            • (Apollon77) Add Alarm/Reminder triggered state per device which will contain the ID of the alarm that got triggered when it is triggered
                            • (Apollon77) Add several more fields for Alarms and Reminders to show better the details of the alarm
                            • (Apollon77) Allow to cancel Reminders and Alarms as in the Alexa App
                            • (Apollon77) Allow to also edit Alarm/Reminder Dates additionally to the times
                            • (Apollon77) Allow to set a custom Volume for Reminders and Alarms - it will be set 2s before the expected trigger and restored afterwards
                            • (Apollon77) Calculate the "nextTriggerDate" as Timestamp of next expected triggering
                            • (Apollon77) Add a JSON-Array with all running timers and the "next id" as state
                            • (Apollon77) Allow to stop a timer by ID
                            • (Apollon77) Add the days-list of Alarms when configured for recurrency
                            • (Apollon77) Add new Commands skill and skillYours to start Skills
                            • (Apollon77) Add Notification volume, Ascending Alarm setting and default notification sounds as preferences
                            • (Apollon77) Slow down the initialization of all data a bit, so startup could take longer

                            3.16.0 ist auf dem Weg:

                            • (Apollon77) Add (official) support for Music-Alarms - they are now listed under "Alarms" together with the other Alarms! The "sound" list will contain the device specific music targets - so you can basically zse the ones that you created at least once via voice commands.
                            • (Apollon77) For a Music Alarm the "customVolume" on the alarm is used to set the normal device volume 2s before the alarm but do not (!) reset it afterwards
                            • (Apollon77) Prevent crashes on one time Alarms that just triggered

                            3.17.1 bringt noch dazu:

                            • (Apollon77) Add support to play Audible books in Music-Providers
                            • (Apollon77) Optimize deletion of alarms and reminders
                            • (Apollon77) Optimize requesting smart home device data
                            • (Apollon77) Work around timing issues with speak-volume when using announcement
                            • (Apollon77) Correctly initialize volume/mute on startup also when player data are not available
                            • (Apollon77) Do not overwrite speak-volume (and some other fields) with null on adapter start
                            • (Apollon77) Fix crash cases reported by Sentry

                            Viel Spass beim testen und Danke für Euer Feedback!

                            Ingo

                            DiginixD Offline
                            DiginixD Offline
                            Diginix
                            schrieb am zuletzt editiert von
                            #35

                            @apollon77 sagte in Alexa2 Adapter 3.13.0 (Beta):

                            (Apollon77) When a device plays music in a group then new states in "Player"will indicate this together with the group ID

                            Könnte man den Wert statt null auch leer lassen wenn gerade keine Musik über eine Gruppe läuft?
                            null macht mir gerade in javis v2 bissel Probleme bei der gewünschten Darstellung.

                            ..:: So long! Tom ::..

                            NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                            apollon77A 1 Antwort Letzte Antwort
                            0
                            • DiginixD Diginix

                              @apollon77 sagte in Alexa2 Adapter 3.13.0 (Beta):

                              (Apollon77) When a device plays music in a group then new states in "Player"will indicate this together with the group ID

                              Könnte man den Wert statt null auch leer lassen wenn gerade keine Musik über eine Gruppe läuft?
                              null macht mir gerade in javis v2 bissel Probleme bei der gewünschten Darstellung.

                              apollon77A Online
                              apollon77A Online
                              apollon77
                              schrieb am zuletzt editiert von
                              #36

                              @diginix ja generell geht das ... Was macht jarvis denn bei "null"?

                              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
                              DiginixD 1 Antwort Letzte Antwort
                              0
                              • apollon77A apollon77

                                @diginix ja generell geht das ... Was macht jarvis denn bei "null"?

                                DiginixD Offline
                                DiginixD Offline
                                Diginix
                                schrieb am zuletzt editiert von Diginix
                                #37

                                @apollon77 Der zeigt im Frontend dann false an. Wenn ich es aber per JSON umschreiben will, funktioniert das alles nicht:

                                {
                                  "": "",
                                  "null": "",
                                  "false": "",
                                  "default": "",
                                  "12346d9a33674943a2f4baac27a0fa48": "Wohnung",
                                  "1234925d014243fab4cd04b9b28f7373": "Überall"
                                }
                                

                                Ich möchte im Frontend kein Text solange keine echte GroupID als Wert im Objekt alexa2..Echo-Devices..Player.playingInGroupId steht.

                                Edit: Konnte es zu einem "echten" false über jarvis Datenpunkt Eigenschaften (JSON Format) umschreiben:

                                {
                                  "value": "val => val == null ? false : val"
                                }
                                

                                Dadurch greift dann wiederum die Regel aus Anzeigevariante (JSON Format)
                                Also kein Anpassungsbedarf mehr von meiner Seite.

                                ..:: So long! Tom ::..

                                NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                1 Antwort Letzte Antwort
                                1
                                • apollon77A apollon77

                                  @djmarc75 Tja, diese Frage musst Du Amazon stellen ... Das war der grund warum App Devices bisher ausgeblendet waren (und es im Default auch sind) ... Ja wenn man weiss was davon genau seine Handy App ist kann man da ggf auch Kommandos ausführen 🙂

                                  DiginixD Offline
                                  DiginixD Offline
                                  Diginix
                                  schrieb am zuletzt editiert von Diginix
                                  #38

                                  @apollon77 sagte in Alexa2 Adapter 3.13.0 (Beta):

                                  Das war der grund warum App Devices bisher ausgeblendet waren (und es im Default auch sind) ... Ja wenn man weiss was davon genau seine Handy App ist kann man da ggf auch Kommandos ausführen

                                  Ich sehe schon immer die Smartphones mit der Alexa App als Echo Device:
                                  47c72617-1e85-49b6-affa-197b9148d1e2-image.png

                                  Auch ohne die neue Einstellung aktiviert zu haben. Kann es sein, dass App Devices wie im Bild von @DJMarc75 hier noch was anderes als Smartphones mit der Alexa App sind?

                                  ..:: So long! Tom ::..

                                  NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                  apollon77A 1 Antwort Letzte Antwort
                                  0
                                  • DiginixD Diginix

                                    @apollon77 sagte in Alexa2 Adapter 3.13.0 (Beta):

                                    Das war der grund warum App Devices bisher ausgeblendet waren (und es im Default auch sind) ... Ja wenn man weiss was davon genau seine Handy App ist kann man da ggf auch Kommandos ausführen

                                    Ich sehe schon immer die Smartphones mit der Alexa App als Echo Device:
                                    47c72617-1e85-49b6-affa-197b9148d1e2-image.png

                                    Auch ohne die neue Einstellung aktiviert zu haben. Kann es sein, dass App Devices wie im Bild von @DJMarc75 hier noch was anderes als Smartphones mit der Alexa App sind?

                                    apollon77A Online
                                    apollon77A Online
                                    apollon77
                                    schrieb am zuletzt editiert von
                                    #39

                                    @diginix Ja, Nein,. Vllt ... Gibt mehrere "Device-t<pen" die man Apps zuordnen kann ... wir haben einen bestimmten Typ ausgeblendet ...

                                    Ich kapiere eh net was bei Amazon manchmal was warum ist 🙂

                                    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
                                    DiginixD 1 Antwort Letzte Antwort
                                    1
                                    • apollon77A apollon77

                                      @diginix Ja, Nein,. Vllt ... Gibt mehrere "Device-t<pen" die man Apps zuordnen kann ... wir haben einen bestimmten Typ ausgeblendet ...

                                      Ich kapiere eh net was bei Amazon manchmal was warum ist 🙂

                                      DiginixD Offline
                                      DiginixD Offline
                                      Diginix
                                      schrieb am zuletzt editiert von
                                      #40

                                      @apollon77 Ok, ich lass den Haken vorerst mal aus weil ich mir von den weiteren nichts erhoffe.
                                      Ich hoffe du hast bald Zeit für iot v3 und vielen neuen Gerätetypen darin. 😉

                                      ..:: So long! Tom ::..

                                      NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                      apollon77A 1 Antwort Letzte Antwort
                                      0
                                      • DiginixD Diginix

                                        @apollon77 Ok, ich lass den Haken vorerst mal aus weil ich mir von den weiteren nichts erhoffe.
                                        Ich hoffe du hast bald Zeit für iot v3 und vielen neuen Gerätetypen darin. 😉

                                        apollon77A Online
                                        apollon77A Online
                                        apollon77
                                        schrieb am zuletzt editiert von
                                        #41

                                        @diginix sagte in Alexa2 Adapter 3.13.0 (Beta):

                                        Ich hoffe du hast bald Zeit für iot v3 und vielen neuen Gerätetypen darin.

                                        Ich arbeite gerade alle Themen ab die davor auf meiner Liste stehen 🙂 Alexa2 Update war eins davon

                                        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
                                        DiginixD 1 Antwort Letzte Antwort
                                        3
                                        • apollon77A apollon77

                                          @diginix sagte in Alexa2 Adapter 3.13.0 (Beta):

                                          Ich hoffe du hast bald Zeit für iot v3 und vielen neuen Gerätetypen darin.

                                          Ich arbeite gerade alle Themen ab die davor auf meiner Liste stehen 🙂 Alexa2 Update war eins davon

                                          DiginixD Offline
                                          DiginixD Offline
                                          Diginix
                                          schrieb am zuletzt editiert von Diginix
                                          #42

                                          @apollon77 alexa2.*.Echo-Devices.*.Commands.doNotDisturb ist bei mir gerade schreibend bei allen meinen Echo Dot funktionslos mit v3.14.0. DND lässt sich darüber also nicht steuern. Der Wert stimmt aber wenn man DND per App oder Stimme beim Echo setzt.

                                          Im normalen Log ist nichts zu sehen.

                                          Wieso ist der Datentyp eigentlich "mixed" und nicht boolean?

                                          ..:: So long! Tom ::..

                                          NUC7i3 (Ubuntu Proxmox VM) | Echo Dots 2+3. Gen | Xiaomi Sensoren | Mi Robot 1S | Yeelight | Sonoff | Shelly | H801 RGB | Gosund SP1 | NodeMCU+ESP32 | Kostal Plenticore PV+BYD | openWB

                                          apollon77A 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          718

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe