Aller au contenu

coyote01

Membres confirmés
  • Compteur de contenus

    4
  • Inscription

  • Dernière visite

Tout ce qui a été posté par coyote01

  1. http://www.domotique-fibaro.fr/index.php/topic/616-device-sonos-player-télécommande-pour-diffuseur-sonos/?p=51524
  2. Change for _a, _b in string.gmatch(s, "(%w+)=([%w%s?!.,;:]+)|") do in main loop to for _a, _b in string.gmatch(s, "(%w+)=(.-)|") do
  3. Hello, When global variable "SonosTTS" have text in UTF-8 e.g. fibaro:setGlobal("SonosTTS", "lng=pl|dr=auto|vol=25|txt=Piękny tekścik.|"); pattern "(%w+)=([%w%s?!.,;:]+)|" from line for _a, _b in string.gmatch(s, "(%w+)=([%w%s?!.,;:]+)|") do does not match text variable, and TTS not working. (%w not matching the text in UTF-8) maybe could use "(%w+)=(.-)|" as the pattern?
  4. Hello, I'm Michael from Poland. I am a user of the Fibaro system.
×
×
  • Créer...