Ankündigung

Einklappen
Keine Ankündigung bisher.

Openhab2 und Marytts

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Openhab2 und Marytts

    Hallo zusammen irgendwie bekomm ich Marytts unter Openhab2 nicht zum laufen... hier auszug aus der log

    Code:
    2016-10-22 16:35:09.179 [ERROR] [se.smarthome.core.voice.VoiceManager] - Error saying 'Achtung! Luftqualität schlecht, bitte Lüften!': Unable to find a voice for language de
    auszug aus der addon.cfg

    Code:
    # The base installation package of this openHAB instance (default is "standard")
    # Valid options:
    #   - minimal  : Installation only with dashboard, but no UIs or other addons
    #   - standard : Typical installation with all standards UIs
    #   - demo     : A demo setup which includes UIs, a few bindings, config files etc.
    #
    #package = standard
    
    # Access Remote Add-on Repositories
    # Defines whether the remote openHAB add-on repository should be used for browsing and installing add-ons.
    # This not only makes latest snapshots of add-ons available, it is also required for the installation of
    # any legacy 1.x add-on and all experimental features. (default is false for offline distro, true for online distro)
    #
    #remote = true
    
    # Include legacy 1.x bindings. If set to true, it also allows the installation of 1.x bindings for which there is 
    # already a 2.x version available (requires remote repo access, see above). (default is false)
    #
    #legacy = true
    
    # Include experimental add-ons. If set to true, it also allows the installation of extensions that are not (yet) part
    # of the official distribution and need further testing (requires remote repo access, see above). (default is false)
    #
    #experimental = true
    
    
    # A comma-separated list of bindings to install (e.g. "sonos,knx,zwave")
    binding = 
    
    # A comma-separated list of UIs to install (e.g. "basic,paper")
    ui = 
    
    # A comma-separated list of persistence services to install (e.g. "rrd4j,jpa")
    persistence = rrd4j
    
    # A comma-separated list of actions to install (e.g. "mail,pushover")
    action = pushover
    
    # A comma-separated list of transformation services to install (e.g. "map,jsonpath")
    transformation = 
    
    # A comma-separated list of voice services to install (e.g. "marytts,freetts")
    voice = marytts
    
    # A comma-separated list of miscellaneous services to install (e.g. "myopenhab")
    misc =
    addon marytts ist per webinterface installiert.

    Benutzen tuh ich einen aktuellen snap von heute auch bulid 550 ging nicht..
    muss ich bei marry tts ein sprachpaket installieren?
    Bei openhab 1 ging es ohne Probleme, Vielen Dank im vorraus

    #2
    Naja, die Fehlermeldung ist ja ziemlich eindeutig - es fehlt die Stimme für die (in OH2 gesetzte) de-Spracheinstellung. Du kannst (bis auf weiteres) vielleicht mal versuchen, auf en umzustellen, eine Lokalisierung auf deutsch liegt eh noch nicht vor. Ansonsten ist das natürlich ein issue, der irgendwie abgefangen gehört

    Kommentar


      #3
      Hab leider noch keine einstellung zu marytts gefunden bei openhab... Durch google wird man da auch nicht schlauer

      Kommentar


        #4
        Da gibt es in der Tat noch ein Problem, ich habe dazu gerade mal ein Issue erfasst: https://github.com/eclipse/smarthome/issues/2352

        Die gute Nachricht: Es gibt einen Workaround: Im Paper UI die Locale auf "de" setzen und "Country" dabei leer lassen und "SAVE" drücken. Danach sollte sich ein Logeintrag finden wie
        Code:
        21:52:21.947 [INFO ] [ore.internal.i18n.LocaleProviderImpl] - Locale set to de
        Hoffe, das hilft!
        Kai

        Bildschirmfoto 2016-10-22 um 22.00.14.png

        Kommentar


          #5
          Danke für den Tip hat leider nicht geholfen. Habs auf nur de gestellt kein erfolg dann zum test auf en leider auch kein erfolg. Welchen version hatten sie im einsatz wo das so ging?

          Kommentar


            #6
            Guten morgen habe heute früh Beta4 eingespielt da funktioniert es mit Ihren Tipp.

            Kommentar

            Lädt...
            X