Ankündigung

Einklappen
Keine Ankündigung bisher.

Neues Design, ähnlich Homeserver

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

    Hi Gringo !
    Zieh dir die Files am besten nochmals neu, habe gerade einige Updates hochgeladen. Es sollte kein root-File im Ordner flexible-quad sein, das hat vielleicht die Probleme gemacht.

    Aber prinzipiell brauchst du sonst nichts. Bei mir funktioniert es mit der neues smartvisu2.9 bestens.
    Zieh notaflls auch dort nochmals die neueste Version mittels git clone -b develop https://github.com/Martin-Gleiss/smartvisu.git

    Es sollte dann auf der Licht-Seite so aussehen - hab ich jetzt grad getestet..:

    Screen Shot 2017-12-29 at 18.40.49.png

    Kommentar


      Hallo Onkelandy,

      habe mir alles nochmal runter geladen und festgestellt das es auf meinem Testsystem (Raspberry mit stretch, apache2 und PHP7.1) nicht läuft. Auf dem Produktivsystem jedoch schon, wobei sich die "Status" Seite nicht öffnen ließ erst als ich folgende Zeile rausnahm.
      HTML-Code:
      <li data-role="list-divider">print. notifiybadge = value from that {{ visu.notifybadge('badge', 'that') }}</li>
      Aktuell nicht wichtig für mich da der rest funktioniert und ich schon mal etwas herum spielen kann
      Eine andere Frage, das Bild in deinem Post. Das ist die linke Hälfte, lässt die sich in der Breite verändern oder kann man da noch einen Block dazu hängen?

      Danke für das Update! Dadurch lief es erst auf dem Produktivsystem.

      Kommentar


        Hm Notifybadge hab ich wohl aus dem visu-File gelöscht, weiß nicht mehr genau warum Habe ein Update hochgestellt, bei dem das Widget wieder funktioniert.

        Komisch, ich habe das von dir beschriebene Setup auf meinem Raspi und da klappt es. Irgendeine Idee woran es liegen kann? Was läuft denn auf dem Produktivsystem für ne Software?
        Was passiert auf dem Testsystem? Wieder Loaderrors?
        Habe folgende Pakete installiert:
        "libawl-php",
        "php7.0-curl",
        "php7.0",
        "php7.0-json",
        "libapache2-mod-php7.0",
        "libmcrypt4",
        "php7.0-xml",
        "apache2",
        "mbstring"

        Dann noch ausgeführt:
        phpenmod mbstring
        Zuletzt geändert von Onkelandy; 30.12.2017, 19:48.

        Kommentar


          Um noch auf die andere Frage einzugehen.. 2ndsky hatte das so aufgebaut, dass es vier Quadranten gibt:
          content, quad_main_bottom links
          quad_top und quad_bottom rechts.

          Du kannst also zB rechts daneben einen Plot einbauen via:
          Code:
          {% block quad_top %}
          {{ visu.activelist('active1', 'this', 'this', 'light_light.svg', 'light_light.svg', 1, 0, 'icon1', 'hidden') }}<br>
          {% endblock %}
          Ist aber eh in den Beispielen schon so drin.

          Wenn du das nicht brauchst/willst, kannst du einfach im visu.css das abändern.. zB content-primary auf 100%, dann füllt's die ganze Seite aus:
          Code:
          .content-primary {
              width: 50%;
              position: fixed;
              top: 64px;
              left: 0;
              bottom: 0;
              overflow: auto;
          }
          
          .content-secondary {
              width: 50%;
              position: fixed;
              top: 64px;
              right: 0;
              bottom: 0;
          }

          Kommentar


            Zitat von Onkelandy Beitrag anzeigen
            In dem Fall nehm ich das aus dem status-File, danke für den Hinweis.
            Bitte

            Zitat von Onkelandy Beitrag anzeigen
            Was läuft denn auf dem Produktivsystem für ne Software?
            Das Produktivsystem ist komplett unterschiedlich, HP Server mit docker und diesem image https://hub.docker.com/r/foxi352/smartvisu/
            basierent auf jessie.

            Zitat von Onkelandy Beitrag anzeigen
            Komisch, ich habe das von dir beschriebene Setup auf meinem Raspi und da klappt es. Irgendeine Idee woran es liegen kann?
            Was passiert auf dem Testsystem? Wieder Loaderrors?
            Habe folgende Pakete installiert:
            "libawl-php",
            "php7.0-curl",
            "php7.0",
            "php7.0-json",
            "libapache2-mod-php7.0",
            "libmcrypt4",
            "php7.0-xml",
            "apache2",
            "mbstring"

            Dann noch ausgeführt:
            phpenmod mbstring
            Ich habe alle Pakete wie von dir angeführt installiert, auch mbstring ausgeführt. Um sicher zu gehen habe ich das Testsystem mehrfach neu aufgesetzt, bin auf der Suche für ein automatisierte Installation über eine ansible Repo gestolpert das wohl deine ist https://github.com/smarthomeNG/ansible

            Die Installation mit 03_Smartvisu.yml wurde mit folgender Fehlermeldung abgebrochen

            Code:
            PLAY [Install Smartvisu] ***************************************************************************************************************************
            
            TASK [Gathering Facts] *****************************************************************************************************************************
            ok: [image]
            
            TASK [Install Apache and Co] ***********************************************************************************************************************
            changed: [image] =&gt; (item=[u'libawl-php', u'php7.0-curl', u'php7.0', u'php7.0-json', u'libapache2-mod-php7.0', u'libmcrypt4', u'php7.0-xml', u'apache2'])
            
            TASK [debug] ***************************************************************************************************************************************
            ok: [image] =&gt; {
                "apt": {
                    "changed": true,
                    "msg": "All items completed",
                    "results": [
                        {
                            "_ansible_ignore_errors": null,
                            "_ansible_item_result": true,
                            "_ansible_no_log": false,
                            "_ansible_parsed": true,
                            "cache_update_time": 1514618355,
                            "cache_updated": true,
                            "changed": true,
                            "diff": {},
                            "failed": false,
                            "invocation": {
                                "module_args": {
                                    "allow_unauthenticated": false,
                                    "autoclean": false,
                                    "autoremove": false,
                                    "cache_valid_time": 0,
                                    "deb": null,
                                    "default_release": null,
                                    "dpkg_options": "force-confdef,force-confold",
                                    "force": false,
                                    "force_apt_get": false,
                                    "install_recommends": null,
                                    "name": [
                                        "libawl-php",
                                        "php7.0-curl",
                                        "php7.0",
                                        "php7.0-json",
                                        "libapache2-mod-php7.0",
                                        "libmcrypt4",
                                        "php7.0-xml",
                                        "apache2"
                                    ],
                                    "only_upgrade": false,
                                    "package": [
                                        "libawl-php",
                                        "php7.0-curl",
                                        "php7.0",
                                        "php7.0-json",
                                        "libapache2-mod-php7.0",
                                        "libmcrypt4",
                                        "php7.0-xml",
                                        "apache2"
                                    ],
                                    "purge": false,
                                    "state": "latest",
                                    "update_cache": true,
                                    "upgrade": null
                                }
                            },
                            "item": [
                                "libawl-php",
                                "php7.0-curl",
                                "php7.0",
                                "php7.0-json",
                                "libapache2-mod-php7.0",
                                "libmcrypt4",
                                "php7.0-xml",
                                "apache2"
                            ],
                            "stderr": "",
                            "stderr_lines": [],
                            "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n  apache2-bin apache2-data apache2-utils libapr1 libaprutil1\n  libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 libxslt1.1 php-common\n  php7.0-cli php7.0-common php7.0-opcache php7.0-readline ssl-cert\nSuggested packages:\n  www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom\n  php-pear libmcrypt-dev mcrypt openssl-blacklist\nThe following NEW packages will be installed:\n  apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php7.0 libapr1\n  libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libawl-php liblua5.2-0\n  libmcrypt4 libxslt1.1 php-common php7.0 php7.0-cli php7.0-common php7.0-curl\n  php7.0-json php7.0-opcache php7.0-readline php7.0-xml ssl-cert\n0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 5137 kB of archives.\nAfter this operation, 18.9 MB of additional disk space will be used.\nGet:1 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libapr1 armhf 1.5.2-5 [79.8 kB]\nGet:2 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libaprutil1 armhf 1.5.4-3 [75.9 kB]\nGet:3 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libaprutil1-dbd-sqlite3 armhf 1.5.4-3 [17.9 kB]\nGet:4 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libaprutil1-ldap armhf 1.5.4-3 [16.9 kB]\nGet:5 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf liblua5.2-0 armhf 5.2.4-1.1 [82.8 kB]\nGet:6 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2-bin armhf 2.4.25-3+deb9u3 [1038 kB]\nGet:7 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2-utils armhf 2.4.25-3+deb9u3 [218 kB]\nGet:8 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2-data all 2.4.25-3+deb9u3 [162 kB]\nGet:9 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2 armhf 2.4.25-3+deb9u3 [235 kB]\nGet:10 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php-common all 1:49 [14.1 kB]\nGet:11 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-common armhf 7.0.19-1 [480 kB]\nGet:12 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-json armhf 7.0.19-1 [15.3 kB]\nGet:13 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-opcache armhf 7.0.19-1 [64.8 kB]\nGet:14 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-readline armhf 7.0.19-1 [10.8 kB]\nGet:15 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-cli armhf 7.0.19-1 [1054 kB]\nGet:16 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libapache2-mod-php7.0 armhf 7.0.19-1 [1014 kB]\nGet:17 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libmcrypt4 armhf 2.5.8-3.3 [64.2 kB]\nGet:18 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libxslt1.1 armhf 1.1.29-2.1 [214 kB]\nGet:19 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0 all 7.0.19-1 [48.7 kB]\nGet:20 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-curl armhf 7.0.19-1 [24.6 kB]\nGet:21 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-xml armhf 7.0.19-1 [87.0 kB]\nGet:22 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf ssl-cert all 1.0.39 [20.8 kB]\nGet:23 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libawl-php all 0.57-1 [97.9 kB]\nPreconfiguring packages ...\nFetched 5137 kB in 13s (373 kB/s)\nSelecting previously unselected package libapr1:armhf.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 34486 files and directories currently installed.)\r\nPreparing to unpack .../00-libapr1_1.5.2-5_armhf.deb ...\r\nUnpacking libapr1:armhf (1.5.2-5) ...\r\nSelecting previously unselected package libaprutil1:armhf.\r\nPreparing to unpack .../01-libaprutil1_1.5.4-3_armhf.deb ...\r\nUnpacking libaprutil1:armhf (1.5.4-3) ...\r\nSelecting previously unselected package libaprutil1-dbd-sqlite3:armhf.\r\nPreparing to unpack .../02-libaprutil1-dbd-sqlite3_1.5.4-3_armhf.deb ...\r\nUnpacking libaprutil1-dbd-sqlite3:armhf (1.5.4-3) ...\r\nSelecting previously unselected package libaprutil1-ldap:armhf.\r\nPreparing to unpack .../03-libaprutil1-ldap_1.5.4-3_armhf.deb ...\r\nUnpacking libaprutil1-ldap:armhf (1.5.4-3) ...\r\nSelecting previously unselected package liblua5.2-0:armhf.\r\nPreparing to unpack .../04-liblua5.2-0_5.2.4-1.1_armhf.deb ...\r\nUnpacking liblua5.2-0:armhf (5.2.4-1.1) ...\r\nSelecting previously unselected package apache2-bin.\r\nPreparing to unpack .../05-apache2-bin_2.4.25-3+deb9u3_armhf.deb ...\r\nUnpacking apache2-bin (2.4.25-3+deb9u3) ...\r\nSelecting previously unselected package apache2-utils.\r\nPreparing to unpack .../06-apache2-utils_2.4.25-3+deb9u3_armhf.deb ...\r\nUnpacking apache2-utils (2.4.25-3+deb9u3) ...\r\nSelecting previously unselected package apache2-data.\r\nPreparing to unpack .../07-apache2-data_2.4.25-3+deb9u3_all.deb ...\r\nUnpacking apache2-data (2.4.25-3+deb9u3) ...\r\nSelecting previously unselected package apache2.\r\nPreparing to unpack .../08-apache2_2.4.25-3+deb9u3_armhf.deb ...\r\nUnpacking apache2 (2.4.25-3+deb9u3) ...\r\nSelecting previously unselected package php-common.\r\nPreparing to unpack .../09-php-common_1%3a49_all.deb ...\r\nUnpacking php-common (1:49) ...\r\nSelecting previously unselected package php7.0-common.\r\nPreparing to unpack .../10-php7.0-common_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-common (7.0.19-1) ...\r\nSelecting previously unselected package php7.0-json.\r\nPreparing to unpack .../11-php7.0-json_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-json (7.0.19-1) ...\r\nSelecting previously unselected package php7.0-opcache.\r\nPreparing to unpack .../12-php7.0-opcache_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-opcache (7.0.19-1) ...\r\nSelecting previously unselected package php7.0-readline.\r\nPreparing to unpack .../13-php7.0-readline_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-readline (7.0.19-1) ...\r\nSelecting previously unselected package php7.0-cli.\r\nPreparing to unpack .../14-php7.0-cli_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-cli (7.0.19-1) ...\r\nSelecting previously unselected package libapache2-mod-php7.0.\r\nPreparing to unpack .../15-libapache2-mod-php7.0_7.0.19-1_armhf.deb ...\r\nUnpacking libapache2-mod-php7.0 (7.0.19-1) ...\r\nSelecting previously unselected package libmcrypt4.\r\nPreparing to unpack .../16-libmcrypt4_2.5.8-3.3_armhf.deb ...\r\nUnpacking libmcrypt4 (2.5.8-3.3) ...\r\nSelecting previously unselected package libxslt1.1:armhf.\r\nPreparing to unpack .../17-libxslt1.1_1.1.29-2.1_armhf.deb ...\r\nUnpacking libxslt1.1:armhf (1.1.29-2.1) ...\r\nSelecting previously unselected package php7.0.\r\nPreparing to unpack .../18-php7.0_7.0.19-1_all.deb ...\r\nUnpacking php7.0 (7.0.19-1) ...\r\nSelecting previously unselected package php7.0-curl.\r\nPreparing to unpack .../19-php7.0-curl_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-curl (7.0.19-1) ...\r\nSelecting previously unselected package php7.0-xml.\r\nPreparing to unpack .../20-php7.0-xml_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-xml (7.0.19-1) ...\r\nSelecting previously unselected package ssl-cert.\r\nPreparing to unpack .../21-ssl-cert_1.0.39_all.deb ...\r\nUnpacking ssl-cert (1.0.39) ...\r\nSelecting previously unselected package libawl-php.\r\nPreparing to unpack .../22-libawl-php_0.57-1_all.deb ...\r\nUnpacking libawl-php (0.57-1) ...\r\nSetting up libapr1:armhf (1.5.2-5) ...\r\nSetting up libawl-php (0.57-1) ...\r\nSetting up apache2-data (2.4.25-3+deb9u3) ...\r\nSetting up ssl-cert (1.0.39) ...\r\nSetting up libxslt1.1:armhf (1.1.29-2.1) ...\r\nProcessing triggers for libc-bin (2.24-11+deb9u1) ...\r\nSetting up libaprutil1:armhf (1.5.4-3) ...\r\nSetting up php-common (1:49) ...\r\nCreated symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer -&gt; /lib/systemd/system/phpsessionclean.timer.\r\nProcessing triggers for systemd (232-25+deb9u1) ...\r\nProcessing triggers for man-db (2.7.6.1-2) ...\r\nSetting up liblua5.2-0:armhf (5.2.4-1.1) ...\r\nSetting up php7.0-common (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/mods-available/calendar.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/ctype.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/exif.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/fileinfo.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/ftp.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/gettext.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/iconv.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/pdo.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/phar.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/posix.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/shmop.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/sockets.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/sysvmsg.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/sysvsem.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/sysvshm.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/tokenizer.ini with new version\r\nSetting up php7.0-xml (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/mods-available/dom.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/simplexml.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/wddx.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/xml.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/xmlreader.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/xmlwriter.ini with new version\r\n\r\nCreating config file /etc/php/7.0/mods-available/xsl.ini with new version\r\nSetting up libmcrypt4 (2.5.8-3.3) ...\r\nSetting up libaprutil1-ldap:armhf (1.5.4-3) ...\r\nSetting up php7.0-readline (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/mods-available/readline.ini with new version\r\nSetting up php7.0-opcache (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/mods-available/opcache.ini with new version\r\nSetting up libaprutil1-dbd-sqlite3:armhf (1.5.4-3) ...\r\nSetting up apache2-utils (2.4.25-3+deb9u3) ...\r\nSetting up apache2-bin (2.4.25-3+deb9u3) ...\r\nSetting up php7.0-curl (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/mods-available/curl.ini with new version\r\nSetting up php7.0-json (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/mods-available/json.ini with new version\r\nSetting up apache2 (2.4.25-3+deb9u3) ...\r\nEnabling module mpm_event.\r\nEnabling module authz_core.\r\nEnabling module authz_host.\r\nEnabling module authn_core.\r\nEnabling module auth_basic.\r\nEnabling module access_compat.\r\nEnabling module authn_file.\r\nEnabling module authz_user.\r\nEnabling module alias.\r\nEnabling module dir.\r\nEnabling module autoindex.\r\nEnabling module env.\r\nEnabling module mime.\r\nEnabling module negotiation.\r\nEnabling module setenvif.\r\nEnabling module filter.\r\nEnabling module deflate.\r\nEnabling module status.\r\nEnabling module reqtimeout.\r\nEnabling conf charset.\r\nEnabling conf localized-error-pages.\r\nEnabling conf other-vhosts-access-log.\r\nEnabling conf security.\r\nEnabling conf serve-cgi-bin.\r\nEnabling site 000-default.\r\nCreated symlink /etc/systemd/system/multi-user.target.wants/apache2.service -&gt; /lib/systemd/system/apache2.service.\r\nCreated symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service -&gt; /lib/systemd/system/apache-htcacheclean.service.\r\nSetting up php7.0-cli (7.0.19-1) ...\r\nupdate-alternatives: using /usr/bin/php7.0 to provide /usr/bin/php (php) in auto mode\r\nupdate-alternatives: using /usr/bin/phar7.0 to provide /usr/bin/phar (phar) in auto mode\r\nupdate-alternatives: using /usr/bin/phar.phar7.0 to provide /usr/bin/phar.phar (phar.phar) in auto mode\r\n\r\nCreating config file /etc/php/7.0/cli/php.ini with new version\r\nSetting up libapache2-mod-php7.0 (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/apache2/php.ini with new version\r\nModule mpm_event disabled.\r\nEnabling module mpm_prefork.\r\napache2_switch_mpm Switch to prefork\r\napache2_invoke: Enable module php7.0\r\nSetting up php7.0 (7.0.19-1) ...\r\nProcessing triggers for libc-bin (2.24-11+deb9u1) ...\r\nProcessing triggers for systemd (232-25+deb9u1) ...\r\n",
                            "stdout_lines": [
                                "Reading package lists...",
                                "Building dependency tree...",
                                "Reading state information...",
                                "The following additional packages will be installed:",
                                "  apache2-bin apache2-data apache2-utils libapr1 libaprutil1",
                                "  libaprutil1-dbd-sqlite3 libaprutil1-ldap liblua5.2-0 libxslt1.1 php-common",
                                "  php7.0-cli php7.0-common php7.0-opcache php7.0-readline ssl-cert",
                                "Suggested packages:",
                                "  www-browser apache2-doc apache2-suexec-pristine | apache2-suexec-custom",
                                "  php-pear libmcrypt-dev mcrypt openssl-blacklist",
                                "The following NEW packages will be installed:",
                                "  apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php7.0 libapr1",
                                "  libaprutil1 libaprutil1-dbd-sqlite3 libaprutil1-ldap libawl-php liblua5.2-0",
                                "  libmcrypt4 libxslt1.1 php-common php7.0 php7.0-cli php7.0-common php7.0-curl",
                                "  php7.0-json php7.0-opcache php7.0-readline php7.0-xml ssl-cert",
                                "0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.",
                                "Need to get 5137 kB of archives.",
                                "After this operation, 18.9 MB of additional disk space will be used.",
                                "Get:1 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libapr1 armhf 1.5.2-5 [79.8 kB]",
                                "Get:2 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libaprutil1 armhf 1.5.4-3 [75.9 kB]",
                                "Get:3 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libaprutil1-dbd-sqlite3 armhf 1.5.4-3 [17.9 kB]",
                                "Get:4 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libaprutil1-ldap armhf 1.5.4-3 [16.9 kB]",
                                "Get:5 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf liblua5.2-0 armhf 5.2.4-1.1 [82.8 kB]",
                                "Get:6 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2-bin armhf 2.4.25-3+deb9u3 [1038 kB]",
                                "Get:7 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2-utils armhf 2.4.25-3+deb9u3 [218 kB]",
                                "Get:8 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2-data all 2.4.25-3+deb9u3 [162 kB]",
                                "Get:9 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf apache2 armhf 2.4.25-3+deb9u3 [235 kB]",
                                "Get:10 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php-common all 1:49 [14.1 kB]",
                                "Get:11 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-common armhf 7.0.19-1 [480 kB]",
                                "Get:12 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-json armhf 7.0.19-1 [15.3 kB]",
                                "Get:13 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-opcache armhf 7.0.19-1 [64.8 kB]",
                                "Get:14 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-readline armhf 7.0.19-1 [10.8 kB]",
                                "Get:15 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-cli armhf 7.0.19-1 [1054 kB]",
                                "Get:16 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libapache2-mod-php7.0 armhf 7.0.19-1 [1014 kB]",
                                "Get:17 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libmcrypt4 armhf 2.5.8-3.3 [64.2 kB]",
                                "Get:18 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libxslt1.1 armhf 1.1.29-2.1 [214 kB]",
                                "Get:19 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0 all 7.0.19-1 [48.7 kB]",
                                "Get:20 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-curl armhf 7.0.19-1 [24.6 kB]",
                                "Get:21 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-xml armhf 7.0.19-1 [87.0 kB]",
                                "Get:22 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf ssl-cert all 1.0.39 [20.8 kB]",
                                "Get:23 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf libawl-php all 0.57-1 [97.9 kB]",
                                "Preconfiguring packages ...",
                                "Fetched 5137 kB in 13s (373 kB/s)",
                                "Selecting previously unselected package libapr1:armhf.",
                                "(Reading database ... ",
                                "(Reading database ... 5%",
                                "(Reading database ... 10%",
                                "(Reading database ... 15%",
                                "(Reading database ... 20%",
                                "(Reading database ... 25%",
                                "(Reading database ... 30%",
                                "(Reading database ... 35%",
                                "(Reading database ... 40%",
                                "(Reading database ... 45%",
                                "(Reading database ... 50%",
                                "(Reading database ... 55%",
                                "(Reading database ... 60%",
                                "(Reading database ... 65%",
                                "(Reading database ... 70%",
                                "(Reading database ... 75%",
                                "(Reading database ... 80%",
                                "(Reading database ... 85%",
                                "(Reading database ... 90%",
                                "(Reading database ... 95%",
                                "(Reading database ... 100%",
                                "(Reading database ... 34486 files and directories currently installed.)",
                                "Preparing to unpack .../00-libapr1_1.5.2-5_armhf.deb ...",
                                "Unpacking libapr1:armhf (1.5.2-5) ...",
                                "Selecting previously unselected package libaprutil1:armhf.",
                                "Preparing to unpack .../01-libaprutil1_1.5.4-3_armhf.deb ...",
                                "Unpacking libaprutil1:armhf (1.5.4-3) ...",
                                "Selecting previously unselected package libaprutil1-dbd-sqlite3:armhf.",
                                "Preparing to unpack .../02-libaprutil1-dbd-sqlite3_1.5.4-3_armhf.deb ...",
                                "Unpacking libaprutil1-dbd-sqlite3:armhf (1.5.4-3) ...",
                                "Selecting previously unselected package libaprutil1-ldap:armhf.",
                                "Preparing to unpack .../03-libaprutil1-ldap_1.5.4-3_armhf.deb ...",
                                "Unpacking libaprutil1-ldap:armhf (1.5.4-3) ...",
                                "Selecting previously unselected package liblua5.2-0:armhf.",
                                "Preparing to unpack .../04-liblua5.2-0_5.2.4-1.1_armhf.deb ...",
                                "Unpacking liblua5.2-0:armhf (5.2.4-1.1) ...",
                                "Selecting previously unselected package apache2-bin.",
                                "Preparing to unpack .../05-apache2-bin_2.4.25-3+deb9u3_armhf.deb ...",
                                "Unpacking apache2-bin (2.4.25-3+deb9u3) ...",
                                "Selecting previously unselected package apache2-utils.",
                                "Preparing to unpack .../06-apache2-utils_2.4.25-3+deb9u3_armhf.deb ...",
                                "Unpacking apache2-utils (2.4.25-3+deb9u3) ...",
                                "Selecting previously unselected package apache2-data.",
                                "Preparing to unpack .../07-apache2-data_2.4.25-3+deb9u3_all.deb ...",
                                "Unpacking apache2-data (2.4.25-3+deb9u3) ...",
                                "Selecting previously unselected package apache2.",
                                "Preparing to unpack .../08-apache2_2.4.25-3+deb9u3_armhf.deb ...",
                                "Unpacking apache2 (2.4.25-3+deb9u3) ...",
                                "Selecting previously unselected package php-common.",
                                "Preparing to unpack .../09-php-common_1%3a49_all.deb ...",
                                "Unpacking php-common (1:49) ...",
                                "Selecting previously unselected package php7.0-common.",
                                "Preparing to unpack .../10-php7.0-common_7.0.19-1_armhf.deb ...",
                                "Unpacking php7.0-common (7.0.19-1) ...",
                                "Selecting previously unselected package php7.0-json.",
                                "Preparing to unpack .../11-php7.0-json_7.0.19-1_armhf.deb ...",
                                "Unpacking php7.0-json (7.0.19-1) ...",
                                "Selecting previously unselected package php7.0-opcache.",
                                "Preparing to unpack .../12-php7.0-opcache_7.0.19-1_armhf.deb ...",
                                "Unpacking php7.0-opcache (7.0.19-1) ...",
                                "Selecting previously unselected package php7.0-readline.",
                                "Preparing to unpack .../13-php7.0-readline_7.0.19-1_armhf.deb ...",
                                "Unpacking php7.0-readline (7.0.19-1) ...",
                                "Selecting previously unselected package php7.0-cli.",
                                "Preparing to unpack .../14-php7.0-cli_7.0.19-1_armhf.deb ...",
                                "Unpacking php7.0-cli (7.0.19-1) ...",
                                "Selecting previously unselected package libapache2-mod-php7.0.",
                                "Preparing to unpack .../15-libapache2-mod-php7.0_7.0.19-1_armhf.deb ...",
                                "Unpacking libapache2-mod-php7.0 (7.0.19-1) ...",
                                "Selecting previously unselected package libmcrypt4.",
                                "Preparing to unpack .../16-libmcrypt4_2.5.8-3.3_armhf.deb ...",
                                "Unpacking libmcrypt4 (2.5.8-3.3) ...",
                                "Selecting previously unselected package libxslt1.1:armhf.",
                                "Preparing to unpack .../17-libxslt1.1_1.1.29-2.1_armhf.deb ...",
                                "Unpacking libxslt1.1:armhf (1.1.29-2.1) ...",
                                "Selecting previously unselected package php7.0.",
                                "Preparing to unpack .../18-php7.0_7.0.19-1_all.deb ...",
                                "Unpacking php7.0 (7.0.19-1) ...",
                                "Selecting previously unselected package php7.0-curl.",
                                "Preparing to unpack .../19-php7.0-curl_7.0.19-1_armhf.deb ...",
                                "Unpacking php7.0-curl (7.0.19-1) ...",
                                "Selecting previously unselected package php7.0-xml.",
                                "Preparing to unpack .../20-php7.0-xml_7.0.19-1_armhf.deb ...",
                                "Unpacking php7.0-xml (7.0.19-1) ...",
                                "Selecting previously unselected package ssl-cert.",
                                "Preparing to unpack .../21-ssl-cert_1.0.39_all.deb ...",
                                "Unpacking ssl-cert (1.0.39) ...",
                                "Selecting previously unselected package libawl-php.",
                                "Preparing to unpack .../22-libawl-php_0.57-1_all.deb ...",
                                "Unpacking libawl-php (0.57-1) ...",
                                "Setting up libapr1:armhf (1.5.2-5) ...",
                                "Setting up libawl-php (0.57-1) ...",
                                "Setting up apache2-data (2.4.25-3+deb9u3) ...",
                                "Setting up ssl-cert (1.0.39) ...",
                                "Setting up libxslt1.1:armhf (1.1.29-2.1) ...",
                                "Processing triggers for libc-bin (2.24-11+deb9u1) ...",
                                "Setting up libaprutil1:armhf (1.5.4-3) ...",
                                "Setting up php-common (1:49) ...",
                                "Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer -&gt; /lib/systemd/system/phpsessionclean.timer.",
                                "Processing triggers for systemd (232-25+deb9u1) ...",
                                "Processing triggers for man-db (2.7.6.1-2) ...",
                                "Setting up liblua5.2-0:armhf (5.2.4-1.1) ...",
                                "Setting up php7.0-common (7.0.19-1) ...",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/calendar.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/ctype.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/exif.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/fileinfo.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/ftp.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/gettext.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/iconv.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/pdo.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/phar.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/posix.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/shmop.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/sockets.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/sysvmsg.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/sysvsem.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/sysvshm.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/tokenizer.ini with new version",
                                "Setting up php7.0-xml (7.0.19-1) ...",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/dom.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/simplexml.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/wddx.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/xml.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/xmlreader.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/xmlwriter.ini with new version",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/xsl.ini with new version",
                                "Setting up libmcrypt4 (2.5.8-3.3) ...",
                                "Setting up libaprutil1-ldap:armhf (1.5.4-3) ...",
                                "Setting up php7.0-readline (7.0.19-1) ...",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/readline.ini with new version",
                                "Setting up php7.0-opcache (7.0.19-1) ...",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/opcache.ini with new version",
                                "Setting up libaprutil1-dbd-sqlite3:armhf (1.5.4-3) ...",
                                "Setting up apache2-utils (2.4.25-3+deb9u3) ...",
                                "Setting up apache2-bin (2.4.25-3+deb9u3) ...",
                                "Setting up php7.0-curl (7.0.19-1) ...",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/curl.ini with new version",
                                "Setting up php7.0-json (7.0.19-1) ...",
                                "",
                                "Creating config file /etc/php/7.0/mods-available/json.ini with new version",
                                "Setting up apache2 (2.4.25-3+deb9u3) ...",
                                "Enabling module mpm_event.",
                                "Enabling module authz_core.",
                                "Enabling module authz_host.",
                                "Enabling module authn_core.",
                                "Enabling module auth_basic.",
                                "Enabling module access_compat.",
                                "Enabling module authn_file.",
                                "Enabling module authz_user.",
                                "Enabling module alias.",
                                "Enabling module dir.",
                                "Enabling module autoindex.",
                                "Enabling module env.",
                                "Enabling module mime.",
                                "Enabling module negotiation.",
                                "Enabling module setenvif.",
                                "Enabling module filter.",
                                "Enabling module deflate.",
                                "Enabling module status.",
                                "Enabling module reqtimeout.",
                                "Enabling conf charset.",
                                "Enabling conf localized-error-pages.",
                                "Enabling conf other-vhosts-access-log.",
                                "Enabling conf security.",
                                "Enabling conf serve-cgi-bin.",
                                "Enabling site 000-default.",
                                "Created symlink /etc/systemd/system/multi-user.target.wants/apache2.service -&gt; /lib/systemd/system/apache2.service.",
                                "Created symlink /etc/systemd/system/multi-user.target.wants/apache-htcacheclean.service -&gt; /lib/systemd/system/apache-htcacheclean.service.",
                                "Setting up php7.0-cli (7.0.19-1) ...",
                                "update-alternatives: using /usr/bin/php7.0 to provide /usr/bin/php (php) in auto mode",
                                "update-alternatives: using /usr/bin/phar7.0 to provide /usr/bin/phar (phar) in auto mode",
                                "update-alternatives: using /usr/bin/phar.phar7.0 to provide /usr/bin/phar.phar (phar.phar) in auto mode",
                                "",
                                "Creating config file /etc/php/7.0/cli/php.ini with new version",
                                "Setting up libapache2-mod-php7.0 (7.0.19-1) ...",
                                "",
                                "Creating config file /etc/php/7.0/apache2/php.ini with new version",
                                "Module mpm_event disabled.",
                                "Enabling module mpm_prefork.",
                                "apache2_switch_mpm Switch to prefork",
                                "apache2_invoke: Enable module php7.0",
                                "Setting up php7.0 (7.0.19-1) ...",
                                "Processing triggers for libc-bin (2.24-11+deb9u1) ...",
                                "Processing triggers for systemd (232-25+deb9u1) ..."
                            ]
                        }
                    ]
                }
            }
            
            TASK [Install git] *********************************************************************************************************************************
            changed: [image]
            
            TASK [debug] ***************************************************************************************************************************************
            ok: [image] =&gt; {
                "git": {
                    "cache_update_time": 1514618355,
                    "cache_updated": false,
                    "changed": true,
                    "diff": {},
                    "failed": false,
                    "stderr": "",
                    "stderr_lines": [],
                    "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n  git-man liberror-perl\nSuggested packages:\n  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk\n  gitweb git-arch git-cvs git-mediawiki git-svn\nThe following NEW packages will be installed:\n  git git-man liberror-perl\n0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 4839 kB of archives.\nAfter this operation, 26.3 MB of additional disk space will be used.\nGet:1 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf liberror-perl all 0.17024-1 [26.9 kB]\nGet:2 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf git-man all 1:2.11.0-3+deb9u2 [1432 kB]\nGet:3 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf git armhf 1:2.11.0-3+deb9u2 [3380 kB]\nFetched 4839 kB in 3s (1395 kB/s)\nSelecting previously unselected package liberror-perl.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 35426 files and directories currently installed.)\r\nPreparing to unpack .../liberror-perl_0.17024-1_all.deb ...\r\nUnpacking liberror-perl (0.17024-1) ...\r\nSelecting previously unselected package git-man.\r\nPreparing to unpack .../git-man_1%3a2.11.0-3+deb9u2_all.deb ...\r\nUnpacking git-man (1:2.11.0-3+deb9u2) ...\r\nSelecting previously unselected package git.\r\nPreparing to unpack .../git_1%3a2.11.0-3+deb9u2_armhf.deb ...\r\nUnpacking git (1:2.11.0-3+deb9u2) ...\r\nSetting up git-man (1:2.11.0-3+deb9u2) ...\r\nSetting up liberror-perl (0.17024-1) ...\r\nProcessing triggers for man-db (2.7.6.1-2) ...\r\nSetting up git (1:2.11.0-3+deb9u2) ...\r\n",
                    "stdout_lines": [
                        "Reading package lists...",
                        "Building dependency tree...",
                        "Reading state information...",
                        "The following additional packages will be installed:",
                        "  git-man liberror-perl",
                        "Suggested packages:",
                        "  git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk",
                        "  gitweb git-arch git-cvs git-mediawiki git-svn",
                        "The following NEW packages will be installed:",
                        "  git git-man liberror-perl",
                        "0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.",
                        "Need to get 4839 kB of archives.",
                        "After this operation, 26.3 MB of additional disk space will be used.",
                        "Get:1 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf liberror-perl all 0.17024-1 [26.9 kB]",
                        "Get:2 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf git-man all 1:2.11.0-3+deb9u2 [1432 kB]",
                        "Get:3 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf git armhf 1:2.11.0-3+deb9u2 [3380 kB]",
                        "Fetched 4839 kB in 3s (1395 kB/s)",
                        "Selecting previously unselected package liberror-perl.",
                        "(Reading database ... ",
                        "(Reading database ... 5%",
                        "(Reading database ... 10%",
                        "(Reading database ... 15%",
                        "(Reading database ... 20%",
                        "(Reading database ... 25%",
                        "(Reading database ... 30%",
                        "(Reading database ... 35%",
                        "(Reading database ... 40%",
                        "(Reading database ... 45%",
                        "(Reading database ... 50%",
                        "(Reading database ... 55%",
                        "(Reading database ... 60%",
                        "(Reading database ... 65%",
                        "(Reading database ... 70%",
                        "(Reading database ... 75%",
                        "(Reading database ... 80%",
                        "(Reading database ... 85%",
                        "(Reading database ... 90%",
                        "(Reading database ... 95%",
                        "(Reading database ... 100%",
                        "(Reading database ... 35426 files and directories currently installed.)",
                        "Preparing to unpack .../liberror-perl_0.17024-1_all.deb ...",
                        "Unpacking liberror-perl (0.17024-1) ...",
                        "Selecting previously unselected package git-man.",
                        "Preparing to unpack .../git-man_1%3a2.11.0-3+deb9u2_all.deb ...",
                        "Unpacking git-man (1:2.11.0-3+deb9u2) ...",
                        "Selecting previously unselected package git.",
                        "Preparing to unpack .../git_1%3a2.11.0-3+deb9u2_armhf.deb ...",
                        "Unpacking git (1:2.11.0-3+deb9u2) ...",
                        "Setting up git-man (1:2.11.0-3+deb9u2) ...",
                        "Setting up liberror-perl (0.17024-1) ...",
                        "Processing triggers for man-db (2.7.6.1-2) ...",
                        "Setting up git (1:2.11.0-3+deb9u2) ..."
                    ]
                }
            }
            
            TASK [Install mbstring] ****************************************************************************************************************************
            changed: [image]
            
            TASK [debug] ***************************************************************************************************************************************
            ok: [image] =&gt; {
                "git": {
                    "cache_update_time": 1514618355,
                    "cache_updated": false,
                    "changed": true,
                    "diff": {},
                    "failed": false,
                    "stderr": "",
                    "stderr_lines": [],
                    "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nThe following additional packages will be installed:\n  php7.0-mbstring\nThe following NEW packages will be installed:\n  php-mbstring php7.0-mbstring\n0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.\nNeed to get 419 kB of archives.\nAfter this operation, 1233 kB of additional disk space will be used.\nGet:1 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-mbstring armhf 7.0.19-1 [414 kB]\nGet:2 http://raspbian.c3sl.ufpr.br/raspbian stretch/main armhf php-mbstring all 1:7.0+49 [5058 B]\nFetched 419 kB in 1s (215 kB/s)\nSelecting previously unselected package php7.0-mbstring.\r\n(Reading database ... \r(Reading database ... 5%\r(Reading database ... 10%\r(Reading database ... 15%\r(Reading database ... 20%\r(Reading database ... 25%\r(Reading database ... 30%\r(Reading database ... 35%\r(Reading database ... 40%\r(Reading database ... 45%\r(Reading database ... 50%\r(Reading database ... 55%\r(Reading database ... 60%\r(Reading database ... 65%\r(Reading database ... 70%\r(Reading database ... 75%\r(Reading database ... 80%\r(Reading database ... 85%\r(Reading database ... 90%\r(Reading database ... 95%\r(Reading database ... 100%\r(Reading database ... 36299 files and directories currently installed.)\r\nPreparing to unpack .../php7.0-mbstring_7.0.19-1_armhf.deb ...\r\nUnpacking php7.0-mbstring (7.0.19-1) ...\r\nSelecting previously unselected package php-mbstring.\r\nPreparing to unpack .../php-mbstring_1%3a7.0+49_all.deb ...\r\nUnpacking php-mbstring (1:7.0+49) ...\r\nSetting up php7.0-mbstring (7.0.19-1) ...\r\n\r\nCreating config file /etc/php/7.0/mods-available/mbstring.ini with new version\r\nProcessing triggers for libapache2-mod-php7.0 (7.0.19-1) ...\r\nSetting up php-mbstring (1:7.0+49) ...\r\n",
                    "stdout_lines": [
                        "Reading package lists...",
                        "Building dependency tree...",
                        "Reading state information...",
                        "The following additional packages will be installed:",
                        "  php7.0-mbstring",
                        "The following NEW packages will be installed:",
                        "  php-mbstring php7.0-mbstring",
                        "0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.",
                        "Need to get 419 kB of archives.",
                        "After this operation, 1233 kB of additional disk space will be used.",
                        "Get:1 http://mirror.nbtelecom.com.br/raspberryPI/raspbian stretch/main armhf php7.0-mbstring armhf 7.0.19-1 [414 kB]",
                        "Get:2 http://raspbian.c3sl.ufpr.br/raspbian stretch/main armhf php-mbstring all 1:7.0+49 [5058 B]",
                        "Fetched 419 kB in 1s (215 kB/s)",
                        "Selecting previously unselected package php7.0-mbstring.",
                        "(Reading database ... ",
                        "(Reading database ... 5%",
                        "(Reading database ... 10%",
                        "(Reading database ... 15%",
                        "(Reading database ... 20%",
                        "(Reading database ... 25%",
                        "(Reading database ... 30%",
                        "(Reading database ... 35%",
                        "(Reading database ... 40%",
                        "(Reading database ... 45%",
                        "(Reading database ... 50%",
                        "(Reading database ... 55%",
                        "(Reading database ... 60%",
                        "(Reading database ... 65%",
                        "(Reading database ... 70%",
                        "(Reading database ... 75%",
                        "(Reading database ... 80%",
                        "(Reading database ... 85%",
                        "(Reading database ... 90%",
                        "(Reading database ... 95%",
                        "(Reading database ... 100%",
                        "(Reading database ... 36299 files and directories currently installed.)",
                        "Preparing to unpack .../php7.0-mbstring_7.0.19-1_armhf.deb ...",
                        "Unpacking php7.0-mbstring (7.0.19-1) ...",
                        "Selecting previously unselected package php-mbstring.",
                        "Preparing to unpack .../php-mbstring_1%3a7.0+49_all.deb ...",
                        "Unpacking php-mbstring (1:7.0+49) ...",
                        "Setting up php7.0-mbstring (7.0.19-1) ...",
                        "",
                        "Creating config file /etc/php/7.0/mods-available/mbstring.ini with new version",
                        "Processing triggers for libapache2-mod-php7.0 (7.0.19-1) ...",
                        "Setting up php-mbstring (1:7.0+49) ..."
                    ]
                }
            }
            
            TASK [Git Smartvisu develop] ***********************************************************************************************************************
            changed: [image]
            
            TASK [debug] ***************************************************************************************************************************************
            ok: [image] =&gt; {
                "git": {
                    "after": "2100eff688769e9287e8ac5a468ae1011992ff7d",
                    "before": null,
                    "changed": true,
                    "failed": false
                }
            }
            
            TASK [Git Smartvisu master] ************************************************************************************************************************
            changed: [image]
            
            TASK [debug] ***************************************************************************************************************************************
            ok: [image] =&gt; {
                "git": {
                    "after": "d0b8b34e0e5aa986c9d7d926fb3a26fd59391a71",
                    "before": null,
                    "changed": true,
                    "failed": false
                }
            }
            
            TASK [ignore perm2] ********************************************************************************************************************************
            changed: [image]
            
            TASK [ignore perm29] *******************************************************************************************************************************
            changed: [image]
            
            TASK [flexible-quad] *******************************************************************************************************************************
            changed: [image]
            
            TASK [debug] ***************************************************************************************************************************************
            ok: [image] =&gt; {
                "quad": {
                    "changed": true,
                    "dest": "/var/www/html/smartVISU2.9/pages/",
                    "extract_results": {
                        "cmd": [
                            "/bin/tar",
                            "--extract",
                            "-C",
                            "/var/www/html/smartVISU2.9/pages/",
                            "-f",
                            "/home/pi/.ansible/tmp/ansible-tmp-1514620742.0-215514117406932/source"
                        ],
                        "err": "",
                        "out": "",
                        "rc": 0
                    },
                    "failed": false,
                    "gid": 0,
                    "group": "root",
                    "handler": "TarArchive",
                    "mode": "0755",
                    "owner": "root",
                    "size": 4096,
                    "src": "/home/pi/.ansible/tmp/ansible-tmp-1514620742.0-215514117406932/source",
                    "state": "directory",
                    "uid": 0
                }
            }
            
            TASK [Copy cover] **********************************************************************************************************************************
            An exception occurred during task execution. To see the full traceback, use -vvv. The error was:     /etc/ansible/private/cover_empty.jpg
            fatal: [image]: FAILED! =&gt; {"changed": false, "msg": "Could not find or access 'private/cover_empty.jpg'\nSearched in:\n\t/etc/ansible/files/private/cover_empty.jpg\n\t/etc/ansible/private/cover_empty.jpg\n\t/etc/ansible/files/private/cover_empty.jpg\n\t/etc/ansible/private/cover_empty.jpg"}
                to retry, use: --limit @/etc/ansible/03_Smartvisu.retry
            
            PLAY RECAP *****************************************************************************************************************************************
            image                      : ok=15   changed=8    unreachable=0    failed=1
            Die restlichen Schritte habe ich dann manuell gemacht mit Ausnahme von /private/cover_empty.jpg da ich die Datei nicht habe zu dem habe ich keine Ahnung für was die .jpg gebraucht wird. Mein erster Kontakt mit ansible... Egal welche Art von Installation ich probiert hatte smartvisu läuft wie immer, die Probleme mit den Error loadings unter Flexible-Quad sind aber noch immer da. Ist es vielleicht möglich das ein http timeout zuschlägt? Habe nur ich diese Probleme auf stretch? Ich werde weiter testen...

            Kommentar


              Zitat von Onkelandy Beitrag anzeigen
              Um noch auf die andere Frage einzugehen.. 2ndsky hatte das so aufgebaut, dass es vier Quadranten gibt:
              content, quad_main_bottom links
              quad_top und quad_bottom rechts.

              Du kannst also zB rechts daneben einen Plot einbauen via: Code:

              {% block quad_top %} {{ visu.activelist('active1', 'this', 'this', 'light_light.svg', 'light_light.svg', 1, 0, 'icon1', 'hidden') }}<br> {% endblock %}
              Ist aber eh in den Beispielen schon so drin.

              Wenn du das nicht brauchst/willst, kannst du einfach im visu.css das abändern.. zB content-primary auf 100%, dann füllt's die ganze Seite aus: Code:

              .content-primary { width: 50%; position: fixed; top: 64px; left: 0; bottom: 0; overflow: auto; } .content-secondary { width: 50%; position: fixed; top: 64px; right: 0; bottom: 0; }
              Vielen dank, das hilft mir schon sehr!
              Werde ich mir dann ansehen wenn das stretch Image mal läuft.

              Kommentar


                Das Ansible File habe ich korrigiert, war tatsächlich ein kleiner Fehler. Das cover.jpg ist nun im config Ordner. Es wird nur bei einem bestimmten Widget gebraucht, das ich in der flexible quad eingebaut habe.

                Achte darauf, dass beim Durchlaufen des Ansible Files eine ältere quad-flexible installiert wird. Also am besten den Ordner nochmals raus löschen und über git neu auf deinen Rechner ziehen.

                Alternativ kannst du natürlich den ganzen Smartvisuordner nochmals löschen und vor dem Ausführen des Ansible-Skripts einfach den Teil raus löschen:
                Code:
                  - name: flexible-quad
                    unarchive:
                      src: configs/flexible-quad.tar
                      dest: /var/www/html/smartVISU2.9/pages/
                    register: quad
                  - debug: var=quad
                Genau so könntest du auch das "Copy cover" bis zum "debug" raus löschen, braucht man ja nicht wirklich. Wichtig ist eigentlich nur der pages-Ordner "flexible-quad".

                Aber prinzipiell sieht das oben ja eh gut aus. Wichtig ist danach eigentlich nur noch:
                phpenmod mbstring
                a2enmod php7.0
                systemctl restart apache2

                Poste hier doch mal das Log, zB von den Developer Tools in Chrome, wenn du eine Seite aufrufst. Vielleicht steht da mehr drin....

                Kommentar


                  Zitat von Onkelandy Beitrag anzeigen
                  Das Ansible File habe ich korrigiert, war tatsächlich ein kleiner Fehler. Das cover.jpg ist nun im config Ordner. Es wird nur bei einem bestimmten Widget gebraucht, das ich in der flexible quad eingebaut habe.
                  Alles klar,dachte schon ich habe wieder was vergessen
                  Zitat von Onkelandy Beitrag anzeigen
                  Achte darauf, dass beim Durchlaufen des Ansible Files eine ältere quad-flexible installiert wird. Also am besten den Ordner nochmals raus löschen und über git neu auf deinen Rechner ziehen.
                  Den könnte ich aber auch durch den neuen ersetzen, wird ja bei der Installation local von meinem Rechner geholt wenn ich richtig liege.
                  Zitat von Onkelandy Beitrag anzeigen
                  Alternativ kannst du natürlich den ganzen Smartvisuordner nochmals löschen und vor dem Ausführen des Ansible-Skripts einfach den Teil raus löschen: Code:

                  - name: flexible-quad unarchive: src: configs/flexible-quad.tar dest: /var/www/html/smartVISU2.9/pages/ register: quad - debug: var=quad
                  Genau so könntest du auch das "Copy cover" bis zum "debug" raus löschen, braucht man ja nicht wirklich. Wichtig ist eigentlich nur der pages-Ordner "flexible-quad".
                  Ich werde das alles so vorbereiten das es von alleine durchläuft ohne manuell etwas ändern zu müssen, man wird faul wenn sowas öfter gemacht werden soll
                  Zitat von Onkelandy Beitrag anzeigen
                  Aber prinzipiell sieht das oben ja eh gut aus. Wichtig ist danach eigentlich nur noch:
                  phpenmod mbstring
                  a2enmod php7.0
                  systemctl restart apache2
                  Soweit ist alles an Packeten vorhanden und die notwendigen Kommandos ausgeführt.
                  Zitat von Onkelandy Beitrag anzeigen
                  Poste hier doch mal das Log, zB von den Developer Tools in Chrome, wenn du eine Seite aufrufst. Vielleicht steht da mehr drin....
                  Da steht eine ganze Menge drin... Kann damit nur nichts anfangen...
                  Code:
                  [animation.prepare]
                  animation.js:39:2
                  [animation.redraw]
                  animation.js:46:2
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  Source-Map-Fehler: request failed with status 404
                  Ressourcen-Adresse: http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js
                  Source-Map-Adresse: jquery.mobile-1.4.5.min.map
                  [Weitere Informationen]
                  Use of 'basic._icon' is deprecated (this was never officially released), use 'basic.icon' instead.
                  jquery-2.1.4.min.js%20line%202%20%3E%20eval:1:1
                  <anonym>
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js%20line%202%20%3E%20eval:1:1
                  globalEval
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:2538
                  domManip
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:17223
                  append
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:14903
                  n.fn[a]
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:17506
                  _include
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:18749
                  a.widget/</i[b]</<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:3:9624
                  _loadSuccess/<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:21340
                  f
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:3726
                  j
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:26920
                  fireWith
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:27738
                  x
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:4:11251
                  b/<
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:4:14765
                  [animation.prepare]
                  animation.js:39:2
                  TypeError: response is undefined
                  [Weitere Informationen]
                  widget.js:1435:8
                  update
                  http://192.168.1.150/smartVISU/widgets/widget.js:1435:8
                  dispatch
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:6414
                  add/r.handle
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:3224
                  trigger
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:5572
                  trigger/<
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:11534
                  each
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:2880
                  each
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:845
                  trigger
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:11513
                  refresh
                  http://192.168.1.150/smartVISU/lib/base/base.js:1214:3
                  run
                  http://192.168.1.150/smartVISU/driver/io_offline.js:79:3
                  <anonym>
                  http://192.168.1.150/smartVISU/index.php:90:3
                  dispatch
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:6414
                  add/r.handle
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:3224
                  trigger
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:5572
                  trigger/<
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:11534
                  each
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:2880
                  each
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:845
                  trigger
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:3:11513
                  _trigger
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:3:14506
                  _triggerWithDeprecated
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:20622
                  a.widget/</i[b]</<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:3:9624
                  _triggerCssTransitionEvents
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:23394
                  a.widget/</i[b]</<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:3:9624
                  _cssTransition
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:23543
                  a.widget/</i[b]</<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:3:9624
                  transition
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:26996
                  a.widget/</i[b]</<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:3:9624
                  _loadUrl/<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:24094
                  f
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:3726
                  j
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:26920
                  fireWith
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:27738
                  Deferred/</e[f[0]]
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:28704
                  _loadSuccess/<
                  http://192.168.1.150/smartVISU/vendor/jquery.mobile/jquery.mobile-1.4.5.min.js:4:21394
                  f
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:3726
                  j
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:26920
                  fireWith
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:2:27738
                  x
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:4:11251
                  b/<
                  http://192.168.1.150/smartVISU/vendor/jquery/jquery-2.1.4.min.js:4:14765
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:
                  XML-Verarbeitungsfehler: nicht wohlgeformt
                  Adresse:
                  Zeile Nr. 1, Spalte 110:

                  Kommentar


                    Also das
                    Use of 'basic._icon' is deprecated weist darauf hin, dass du da nicht die aktuellste Version von flexible-quad nutzt! In der widget_visu.html muss überall basic.icon ohne _ stehen! Wenn du das Ansible ausgeführt hast, wird Smartvisu 2.9 in den Ordner smartVISU2.9 installiert.. das irritiert mich oben im Log auch etwas..

                    Kommentar


                      Hallo,
                      sorry für die späte Rückmeldung war Krankeitsbedingt außer gefecht.
                      Als ich über Ansible das System installiert habe wurde zwei Pfade angelegt, smartvisu und smartvisu2.9. In jedem Pfad wurden die entsprechenden Daten geclont.
                      Ich habe dann smartvisu gelöscht und den 2.9 in smartvisu umbenannt. Das flexible-quad habe ich dann nochmal reinkopiert, scheinbar hatte ich noch die alten Dateien.
                      Sorry, dafür und die Verwirrung. Ich habe das Ansible-Script abgeändert das nur mehr der smartvisu Pfad angelegt wird und die 2.9 Dateien darin landen sowie die flexible-quad Dateien. Jetzt funktioniert alles und konnte schon ein wenig herumspielen. Danke für deine Hilfe!

                      Kommentar


                        Hi zusammen!
                        Auf dem github ist nun eine ziemlich "fertige" Version des quad Designs. Alle Dateien kommen nun ins base Verzeichnis. Beim root.html wäre es wohl besser, das aktuellste root von smaiLee zu nehmen und die zwei Zeilen dort direkt am Head von "head" einzufügen:
                        Code:
                        <link rel="stylesheet" href="pages/base/quad/visu.css" />
                        <script type="text/javascript" src="pages/base/quad/visu.js"></script>
                        Ansonsten kann man sowohl die Demo-Seite als auch die Doku "plug and play" nutzen. Vielleicht kann sich's mal wer ansehen und ein paar Comments posten? Am besten wäre natürlich, wenn sich jemand an eine Einbindung der eigenen Items wagt und berichtet. Gringo , hat bei dir alles geklappt?

                        Kommentar


                          Hallo Onkelandy

                          habe angefangen meine bestehenden Seiten an deine neue Version anzupassen.
                          Was wir noch unklar ist, ist das Javascript in den
                          <script>
                          $( document ).ready(function() {
                          io.write('light.dimmen', '10' );
                          io.write('light.SA', '1' );
                          io.write('led.R.dimmen', '10' );
                          io.write('led.R', '1' );
                          io.write('led.G.dimmen', '100' );
                          io.write('led.G', '1' );
                          io.write('led.B.dimmen', '0' );
                          io.write('led.B', '0' );
                          io.write('led.WW.dimmen', '255' );
                          io.write('led.WW', '1' );
                          io.write('h.value', '50' );
                          io.write('h.switch', '1' );
                          io.write('s.value', '250' );
                          io.write('s.switch', '1' );
                          io.write('v.value', '250' );
                          io.write('v.switch', '1' );
                          io.write('led.sequencer', '0' );
                          io.write('item1.automatik.autostate_name', 'Standard');
                          io.write('item1.automatik.lock', '0');
                          });

                          </script>
                          kannst du mal kurz beschreiben, was das macht ?

                          Grüße Stromie

                          Kommentar


                            Das ist nur dafür da, die Items mit werten zu befüllen. Für ne echte Installation kommt das raus, da die Werte ja von smarthomeNG oä kommen.

                            Kommentar


                              Danke für die Info.
                              Mit dem Vielen Paramenter und Klammern ist schwer rein zu kommen.

                              Kommentar


                                Für die Standardfunktionen ist es ausreichend, die normalen Attribute anzugeben. Ich würde in diesem Sinne mal mit einfachen Dingen starten wie zB das zweite Dimmer-Beispiel hier: index.php?page=quad/widget_quad.dimmer&pages=quad_docu

                                Das ginge eigentlich auch einfacher...
                                Code:
                                {{ quad.dimmer('dimmer2', 'Dimmer Example 2', 'licht.SA', 'licht.dimmen', 0, 255, 1, [icon.light(),icon.light('','','licht.dimmen') }}]
                                Falls du Ideen zur Optimierung hast, her damit. Es sollte auf jeden Fall möglich sein, nur die wichtigsten Attribute anzugeben. Falls das irgendwo nicht klappt, muss ich das überarbeiten.

                                Kommentar

                                Lädt...
                                X