NEWS
Alexa2 Adapter 3.13/3.14/3.15/3.16/3.17 (Beta)
-
@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
-
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.
-
@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:
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. -
@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
-
@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
-
@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
-
@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.
-
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.
-
@marty56 Das habe ich auch. Hab mal ein issue dazu aufgemacht:
-
@thomas-braun Fix kommt in die nächste Verison
-
@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. -
@diginix ja generell geht das ... Was macht jarvis denn bei "null"?
-
@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. -
@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:
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?
-
@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
-
@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. -
@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
-
@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?
-
@diginix Auch wenn fast keine Details in dieser meldung waren hab ich glaube ich was gefunden. Fix kommt in nächster Version
-
So, und damit der Samstag Nachmittag nicht so langweilig wird hier ein paar neue Spielereien ... Kommt demnächst im Repo
Featurepack #3 im Moment für Alexa2 - der Fokus dieses mal sollte auch schnell klar sein
Changelog der 3.15: -> 3.15.1 ist aktuelle Version
- (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