Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. IObroker_chris

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    I
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 8
    • Best 0
    • Groups 1

    IObroker_chris

    @IObroker_chris

    Starter

    0
    Reputation
    8
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    IObroker_chris Follow
    Starter

    Latest posts made by IObroker_chris

    • RE: Proxmox Version Updaten

      @marcuskl
      Habs bei mir jetzt auch mal versucht mit update. Leider komm ich nicht über ne Fehlermeldung hinaus:

      oot@proxmox:~# apt update && apt dist-upgrade
      Hit:1 http://download.proxmox.com/debian/pve buster InRelease
      Hit:2 http://ftp.debian.org/debian buster InRelease                                   
      Hit:3 http://ftp.debian.org/debian buster-updates InRelease                           
      Hit:4 http://download.proxmox.com/debian/pve stretch InRelease                        
      Hit:5 http://security.debian.org/debian-security buster/updates InRelease             
      Err:6 https://enterprise.proxmox.com/debian/pve buster InRelease                      
        401  Unauthorized [IP: 212.224.123.70 443]
      Reading package lists... Done                                                         
      E: Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/buster/InRelease  401  Unauthorized [IP: 212.224.123.70 443]
      E: The repository 'https://enterprise.proxmox.com/debian/pve buster InRelease' is not signed.
      N: Updating from such a repository can't be done securely, and is therefore disabled by default.
      N: See apt-secure(8) manpage for repository creation and user configuration details.
      root@proxmox:~# 
      
      posted in Proxmox
      I
      IObroker_chris
    • Fenster offen Mitteilung auf mehrere Fenster umsetzten

      Tach allerseits
      Ich hab mir ein Blockly geschrieben, das Uhrzeitabhängig ein Fensterzustand abfragt, und bei Offen ein Telegram schickt.
      Jetzt würd ich das gern so umschreiben, das es nicht nur ein Fenster abfrägt, sondern eben alle. Und das eben am besten alles in diesem Blockly. Wie würdet ihr das umsetzten ?
      Anbei mein Versuch für das erste Fenster:

      <xml xmlns="https://developers.google.com/blockly/xml">
        <variables>
          <variable type="interval" id="Intervall">Intervall</variable>
        </variables>
        <block type="controls_if" id="m#w,{e3iK]pe)`1iPY;u" x="-12" y="13">
          <value name="IF0">
            <block type="time_compare" id="n.kiq!R)M2=(lpZIBUd=">
              <mutation xmlns="http://www.w3.org/1999/xhtml" end_time="true"></mutation>
              <field name="OPTION">between</field>
              <field name="START_TIME">20:00</field>
              <field name="END_TIME">23:00</field>
            </block>
          </value>
          <statement name="DO0">
            <block type="on" id="H]~Jt_;z[bu-m+vlVDqv">
              <field name="OID">hmip.0.devices.3014F711A00000DBE9953074.channels.1.windowOpen</field>
              <field name="CONDITION">ne</field>
              <field name="ACK_CONDITION"></field>
              <statement name="STATEMENT">
                <block type="controls_if" id="kEYcUI_gk4tHC0_%gVfg">
                  <mutation else="1"></mutation>
                  <value name="IF0">
                    <block type="logic_operation" id="b:4R|Ish?Ud3W/nq^P%r">
                      <field name="OP">AND</field>
                      <value name="A">
                        <block type="logic_compare" id="6^.ROl-]cg!ua%/f@#{=">
                          <field name="OP">EQ</field>
                          <value name="A">
                            <block type="get_value" id="KTO,ZYF]Q.t}fd9-},4n">
                              <field name="ATTR">val</field>
                              <field name="OID">hmip.0.devices.3014F711A00000DBE9953074.channels.1.windowOpen</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="logic_boolean" id="?@T.QQOZn{8eyrEq=5?8">
                              <field name="BOOL">TRUE</field>
                            </block>
                          </value>
                        </block>
                      </value>
                      <value name="B">
                        <block type="logic_compare" id="IfB[X{$bD4i$7k?90k3_">
                          <field name="OP">LT</field>
                          <value name="A">
                            <block type="get_value" id="b=^4IAuwjVhvYLuVn2O?">
                              <field name="ATTR">val</field>
                              <field name="OID">openweathermap.0.forecast.current.temperature</field>
                            </block>
                          </value>
                          <value name="B">
                            <block type="math_number" id="b1Le-*8G-tF9.tg!=0BX">
                              <field name="NUM">10</field>
                            </block>
                          </value>
                        </block>
                      </value>
                    </block>
                  </value>
                  <statement name="DO0">
                    <block type="timeouts_setinterval" id="-@,T)XH{XhH-KaFWD8X;">
                      <field name="NAME">Intervall</field>
                      <field name="INTERVAL">1</field>
                      <field name="UNIT">min</field>
                      <statement name="STATEMENT">
                        <block type="telegram" id="-dAX^XP6s0B(+hUYGzen">
                          <field name="INSTANCE"></field>
                          <field name="LOG"></field>
                          <field name="SILENT">FALSE</field>
                          <field name="PARSEMODE">default</field>
                          <value name="MESSAGE">
                            <shadow type="text" id="=5hd1YOmHxLN83Mu+9tk">
                              <field name="TEXT">Das Küchenfenster ist offen</field>
                            </shadow>
                          </value>
                        </block>
                      </statement>
                    </block>
                  </statement>
                  <statement name="ELSE">
                    <block type="timeouts_clearinterval" id="mDtar$u(Fc3/-nqW?}.V">
                      <field name="NAME">Intervall</field>
                    </block>
                  </statement>
                </block>
              </statement>
            </block>
          </statement>
        </block>
      </xml>
      

      Blockly_Fenster.JPG

      posted in Blockly
      I
      IObroker_chris
    • RE: Probleme beim Backup auf Fritz Nas

      Läuft ...
      Wie ihr schon richtig beanstandet habt, der Pfad war falsch. Im Windows Explorer eingegeben, kam doch eine andere Adresse raus.
      Jetzt passt der Log und das Backup wurde geschrieben.
      Vielen Dank für eure schnelle Hilfe !

      posted in Error/Bug
      I
      IObroker_chris
    • RE: Probleme beim Backup auf Fritz Nas

      Ja läuft auf ner FRITZ!Box. Is FritzOS 07.21
      Wird auf nen USB-Stick gespeichert, daher der unterordner Verbatim
      Was die Adresse angeht, komm ich mit meinem Browser auf die NAS, und kann auch zugreifen. Daher komisch, das Backitup nicht drauf kommt

      posted in Error/Bug
      I
      IObroker_chris
    • RE: Probleme beim Backup auf Fritz Nas

      4D1A6853-B2C1-45E8-89E1-EE07EDD34677.png

      posted in Error/Bug
      I
      IObroker_chris
    • RE: Probleme beim Backup auf Fritz Nas

      Ich hab mal die Adresse aus dem Browser kopiert.
      Sollte doch eigentlich passen:

      http://192.168.188.1/nas/#/files/Verbatim/IObroker
      
      posted in Error/Bug
      I
      IObroker_chris
    • RE: Probleme beim Backup auf Fritz Nas

      Sorry, falscher log. Hab’s angepasst

      posted in Error/Bug
      I
      IObroker_chris
    • Probleme beim Backup auf Fritz Nas
      Systemdata Bitte Ausfüllen
      Hardwaresystem: PI4.
      Arbeitsspeicher: 4GB
      Festplattenart: SD-Karte
      Betriebssystem: Windows&Iphone
      Node-Version: 12.x.x
      Nodejs-Version: ?
      NPM-Version: ?
      Installationsart: Manuel
      Image genutzt: ?

      Tach allerseits
      Hab gerade Backitup eingerichtet.
      Leider bekomm ich folgende Fehlermeldung im Log

      BackItUp:
      Die Sicherung wurde nicht vollständig erstellt. Bitte überprüfe die Fehlermeldungen!!
      
      mount: Error: Command failed: sudo mount -t cifs -o username=IObroker,password=****,rw,file_mode=0777,dir_mode=0777 //192.168.188.1/nas#/files/Verbatim/IObroker /opt/iobroker/backups
      mount error(2): No such file or directory
      Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
      
      

      Woran liegt das Problem?

      Danke und Grüße

      posted in Error/Bug
      I
      IObroker_chris
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo