Weiter zum Inhalt

ioBroker Allgemein

29.7k Themen 437.2k Beiträge
Integrationtsplattform für IoT

NEWS

  • Tasmota V720 Constance ist da

    tasmota esp8266
    1
    0 Stimmen
    1 Beiträge
    225 Aufrufe
    Niemand hat geantwortet
  • MQTT Broker Subscribe

    Verschoben
    2
    0 Stimmen
    2 Beiträge
    367 Aufrufe
    Michael RomanerM
    Hallo, ich stehe gerade vor dem gleichen Problem. Wenn ich erst den Server dann die Clients boote funktioniert alles einwandfrei. Nachdem der Server neu startet steht im logfile subscribes on "null". Kann hier jemand weiter helfen? Danke!
  • [gelöst] homematic Probleme nach backup

    homematic adapter fehler hm-rpc
    5
    1
    0 Stimmen
    5 Beiträge
    799 Aufrufe
    R
    @Homoran :man-facepalming: bei den Adaptern stand als Adapter-Adresse noch "auf alle IPs hören". Das war der Fehler. Danke
  • Hilfe - Zigbee-Adapter pairing Eurotronic Heizkörper SPZB0001

    zigbee eurotronic
    7
    0 Stimmen
    7 Beiträge
    765 Aufrufe
    Q
    Hi, das Problem lässt sich recht einfach lösen. Bei der Ersteinrichtung muss erstmal ein Reset durchgeführt werden ( Siehe Bedienungsanleitung). Danach blickt die mittlere Taste und ein pairen funktioniert Problem los. Überigens bis jetzt die beste Lösung zur Heizungsteuerung. Die eingestellte Temperatur ist auf den Punkt genau (auch wenn mehrere Heizungen in einem Raum sind) und reagieren im Millisekundenbereich ( kleine Pause zwischen den Befehlen bei der Steuerung mehrerer Ventile einplanen.
  • Aqara/Xiaomi Aqara Opple Scene Switch ?

    xiaomi aqara aqara switch zigbee adapter cc2531
    24
    0 Stimmen
    24 Beiträge
    6k Aufrufe
    D
    Mittlerweile läuft der CC1352p-2 perfekt... Jetzt hätte ich noch einige Fragen zu dem eigentlichen Thema. Habe mittlerweile zum testen einen 2 und einen 3 fach angelernt. Mit diesen will ich komplexere Licht bzw. Rollädenaktionen steuern. Laut Spezifikation hat ja jede Taste 3 States (je "klick", "Doppel Klick" und Hold") Beim 2 fach werden aber nur die Einzelklicks und bei den Tasten 3 und 4 der Doppelklick ausgewertet. Bei den 3 fachen gibt für die 6 Tasten Datenpunkte für "1 Klick" und "Hold", Bei den Tasten 5 + 6 kommt das hold noch nicht an. Doppelklick ist gar nicht angelegt. Meint ihr, das die Funktionen (die es ja gibt) noch in den Converter kommen? Anwendungsbeispiele wären bei mir z.B. beim 3 Fach: 4 Rolläden auswählen (Tasten 1-4), Taste 5+6 das gewählte Gerät hoch/runter, Doppelklick für Gruppen, Langklick z.B. halbauf usw.) Hier mal ein Beispiel wie ich den 2'er für 2 Rolläden einsetze (Wäre bei mehr States erweiterbar): [image: 1577033085854-rollo.jpg] <xml xmlns="http://www.w3.org/1999/xhtml"> <block type="on_ext" id=".0d7*E`Yb8OSqohCEaOY" x="413" y="-187"> <mutation items="2"></mutation> <field name="CONDITION">ne</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="57a*DW+5*z?}S[q6~1:n"> <field name="oid">zigbee.0.04cf8cdf3c75c2c5.button_1_click</field> </shadow> </value> <value name="OID1"> <shadow type="field_oid" id="/h7,9FT~)z5Gej$tF;8p"> <field name="oid">zigbee.0.04cf8cdf3c75c2c5.button_2_click</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="RYqD#k:fyc``${^G!=eZ"> <value name="IF0"> <block type="logic_compare" id="l(+S7jpPy++ZPPf@v53X"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="fCxjt(RxkhP{Pb5Kr,Hq"> <field name="ATTR">val</field> <field name="OID">zigbee.0.04cf8cdf3c75c2c5.button_1_click</field> </block> </value> <value name="B"> <block type="logic_boolean" id="[?wE_H;MJ9=7w`oG~Yay"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> <statement name="DO0"> <block type="update" id=":bl`VubQV0!yC;]/vAxt"> <mutation delay_input="false"></mutation> <field name="OID">Datenpunkte.0.Schalter.Rolo_Gästezimmer.Auswahl_1oder2</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="UQ80CCApJvBV4MRS?:tV"> <field name="NUM">1</field> </block> </value> </block> </statement> <next> <block type="controls_if" id="XPiTz1[-G.8=%,FE3MmQ"> <value name="IF0"> <block type="logic_compare" id="DpnYk2kcC]-fD|;^]XfV"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="CbMpT7|g0J~OQ^ywC@%."> <field name="ATTR">val</field> <field name="OID">zigbee.0.04cf8cdf3c75c2c5.button_2_click</field> </block> </value> <value name="B"> <block type="logic_boolean" id="DN98:}at[,PolOD)/630"> <field name="BOOL">TRUE</field> </block> </value> </block> </value> <statement name="DO0"> <block type="update" id="P=j*2bOyKLB)`*blE5qc"> <mutation delay_input="false"></mutation> <field name="OID">Datenpunkte.0.Schalter.Rolo_Gästezimmer.Auswahl_1oder2</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="jI)}.M$@lqM%L[]IR9HU"> <field name="NUM">2</field> </block> </value> </block> </statement> </block> </next> </block> </statement> </block> <block type="comment" id=",P)@suff0a?kCas-5#8," x="263" y="113"> <field name="COMMENT">Runter</field> <next> <block type="on_ext" id="Xvhn}X6UC$ceDr[}p=.="> <mutation items="1"></mutation> <field name="CONDITION">gt</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="QG{w##2BP4fs{Y)p]58["> <field name="oid">zigbee.0.04cf8cdf3c75c2c5.button_3_click</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="}SI,5P-KWZ4KUr8?QP.x"> <mutation elseif="1" else="1"></mutation> <value name="IF0"> <block type="logic_operation" id="l.1G!0C_t(]weVQ1h%#?" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="uP=$*:)?SV.aF__C+Y4k"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="$gCdbMv;d:~PMKlk5Ki}"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.state</field> </block> </value> <value name="B"> <block type="text" id="~nA2LWg?#L;e)zi:q^Q9"> <field name="TEXT">stop</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="5.}JG45I8jK0TKArVTw?"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="l~LruBDb4_Q-={DZlU|B"> <field name="ATTR">val</field> <field name="OID">Datenpunkte.0.Schalter.Rolo_Gästezimmer.Auswahl_1oder2</field> </block> </value> <value name="B"> <block type="math_number" id="oxsB|^})3)(Z9xW5a`sh"> <field name="NUM">1</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="N9`guhbKO4GmvU_w1]8B"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.Close</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="rW}%G)H2T8`vzVF`%1.="> <field name="BOOL">TRUE</field> </block> </value> </block> </statement> <value name="IF1"> <block type="logic_operation" id=",;jI9#)teQ(aJ;$`2~rM" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="g|j2Lu@Gf?WI/B/REFhp"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="/n=.joLPtEV`=DRf=h#+"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.state</field> </block> </value> <value name="B"> <block type="text" id="s=?u)Rqu*@SCmvcVvZT."> <field name="TEXT">stop</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="M8l5Lrt1?f=}oh[v,OW."> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="M^(|,?$w9D@y^y]~N/0A"> <field name="ATTR">val</field> <field name="OID">Datenpunkte.0.Schalter.Rolo_Gästezimmer.Auswahl_1oder2</field> </block> </value> <value name="B"> <block type="math_number" id="Hz4l4*%YTP}G7!K%Fs}W"> <field name="NUM">2</field> </block> </value> </block> </value> </block> </value> <statement name="DO1"> <block type="control" id="+k!IcXI3aD+6:Ux`V}D_"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.Close</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="qbJ?ro[v-x!`|UTiW$6]"> <field name="BOOL">TRUE</field> </block> </value> </block> </statement> <statement name="ELSE"> <block type="control" id="Fe=XP#k915u5_Le{@p0y"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.Pause</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="hvTa|GQ_~]Aao~enYwwo"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="control" id="@NrULQ/rWWb%fh|LzNB+"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.Pause</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id=";ngiLtscuq;*{eMGC1.x"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </statement> </block> </statement> <next> <block type="on_ext" id="u3]?c{Q|p3dj-va5M#;N"> <mutation items="1"></mutation> <field name="CONDITION">gt</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="Tt7J,ol2I+Zqz#A-5/b5"> <field name="oid">zigbee.0.04cf8cdf3c75c2c5.button_3_double</field> </shadow> </value> <statement name="STATEMENT"> <block type="control" id="L$Q|+d*bMP;^b-6t)l@h"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.Position</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="@0R(8%G93M;%+qvoOGuc"> <field name="NUM">60</field> </block> </value> <next> <block type="control" id="D4THI;,u1q[0OPyo4=.O"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.Position</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="k1go#1$(9|~Joht}5;J;"> <field name="NUM">60</field> </block> </value> </block> </next> </block> </statement> </block> </next> </block> </next> </block> <block type="comment" id="$UkOw`loGVh;miDIomp;" x="988" y="113"> <field name="COMMENT">Hoch</field> <next> <block type="on_ext" id="VkZ_oq3Vu{UfN~)pJ]K4"> <mutation items="1"></mutation> <field name="CONDITION">gt</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="4CVD{F{wyc#1FqGNaBE*"> <field name="oid">zigbee.0.04cf8cdf3c75c2c5.button_4_click</field> </shadow> </value> <statement name="STATEMENT"> <block type="controls_if" id="A+M^^Xg#LT2^hMOr41|?"> <mutation elseif="1" else="1"></mutation> <value name="IF0"> <block type="logic_operation" id="g3g$LLFo_-AMvkRo#dlV" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="@`qF43rc%naq1tQFCtT["> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="$vN)TuY3b#nH}-1rQ9I3"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.state</field> </block> </value> <value name="B"> <block type="text" id="V9ysp.r+l{G_z,}37K1A"> <field name="TEXT">stop</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="fcoE)p?)9{7OP44q;S}|"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="z1e/0x9s4~LFs[,b8OI1"> <field name="ATTR">val</field> <field name="OID">Datenpunkte.0.Schalter.Rolo_Gästezimmer.Auswahl_1oder2</field> </block> </value> <value name="B"> <block type="math_number" id="j5xp`^aV8mX}++KPquG!"> <field name="NUM">1</field> </block> </value> </block> </value> </block> </value> <statement name="DO0"> <block type="control" id="VpZx+yz[)/1B9F,a-3X%"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.Open</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="WSeVf6~7XK=@R)nj.|!7"> <field name="BOOL">TRUE</field> </block> </value> </block> </statement> <value name="IF1"> <block type="logic_operation" id="uW-RfjT]x,WHbFu(3;}7" inline="false"> <field name="OP">AND</field> <value name="A"> <block type="logic_compare" id="w$~%j8A0|P;`u4$@-RHL"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="s*X#cA(ng-qYE1~JFfQt"> <field name="ATTR">val</field> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.state</field> </block> </value> <value name="B"> <block type="text" id="*C+FxNI})7:nV~sy_`!4"> <field name="TEXT">stop</field> </block> </value> </block> </value> <value name="B"> <block type="logic_compare" id="?m.zIt^(J0D9P!YtsfGz"> <field name="OP">EQ</field> <value name="A"> <block type="get_value" id="1MG^D,b{,5*Chx9rD_Im"> <field name="ATTR">val</field> <field name="OID">Datenpunkte.0.Schalter.Rolo_Gästezimmer.Auswahl_1oder2</field> </block> </value> <value name="B"> <block type="math_number" id="*LLPfI2]l}1g[n)#DpwL"> <field name="NUM">2</field> </block> </value> </block> </value> </block> </value> <statement name="DO1"> <block type="control" id=";lLquTPU@6DT(w{gCbbm"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.Open</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="4fHjx]s{P:SO$FrQVChE"> <field name="BOOL">TRUE</field> </block> </value> </block> </statement> <statement name="ELSE"> <block type="control" id="?(|i2O6Z_sDV*R.?}.la"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.Pause</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="|*i`5vJYITq/-({:9Tdt"> <field name="BOOL">TRUE</field> </block> </value> <next> <block type="control" id="pga}R;?C0{BQ*|M:MU|l"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.Pause</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="logic_boolean" id="[~f|+o`-5(zbs3!x.HJw"> <field name="BOOL">TRUE</field> </block> </value> </block> </next> </block> </statement> </block> </statement> <next> <block type="on_ext" id="O{r?8#9H:!^Gl*.!n$e["> <mutation items="1"></mutation> <field name="CONDITION">gt</field> <field name="ACK_CONDITION"></field> <value name="OID0"> <shadow type="field_oid" id="Hzw?(EJv;lxz,-$-MA(x"> <field name="oid">zigbee.0.04cf8cdf3c75c2c5.button_4_double</field> </shadow> </value> <statement name="STATEMENT"> <block type="control" id="pnE4vFdcTVZKSL:{FH`5"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#72ECFA#1.Shutter.Position</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="XqV}fKdsQleh[YPE_M1v"> <field name="NUM">60</field> </block> </value> <next> <block type="control" id="t.ip9[%D?zqfrgFps2p4"> <mutation delay_input="false"></mutation> <field name="OID">shelly.0.SHSW-25#734426#1.Shutter.Position</field> <field name="WITH_DELAY">FALSE</field> <value name="VALUE"> <block type="math_number" id="hXDUz^$#|,.vLxfxWtC("> <field name="NUM">60</field> </block> </value> </block> </next> </block> </statement> </block> </next> </block> </next> </block> </xml>
  • Funk Rauchmelder C50W

    rauchmelder
    14
    0 Stimmen
    14 Beiträge
    712 Aufrufe
    ChaotC
    @padrino Ja und nein. Ich sehe hier zwei verschieden Anwendungen. 866 MHz = Kettenbildung für große Strecken ohne viel Aufwand WLan = Einbindung in Hausautomation um weiter Funktionen zu steuern. Bsp. alle Lichter an im Alarmfall, Türen entriegeln usw. Willst du 100 % brauchst du Verkabelung mit Saboschleife und BMZ. Dann kann kaum was Schiefgehen. Das lässt sich dann auch wieder smart anbinden. Aber da werden dir die Kosten ganz schön Herzschmerzen verursachen und die Gattin dürfte das Messer in der Hand haben wenn du über alle Decken Kabel verlegst.
  • Toggle Switch aus 2 einzelnen bauen

    toggle switch aus 2 schaltern
    1
    0 Stimmen
    1 Beiträge
    196 Aufrufe
    Niemand hat geantwortet
  • PC mit ioBroker herunterfahren

    Ungelöst herunterfahren blockly
    6
    0 Stimmen
    6 Beiträge
    2k Aufrufe
    U
    Ich kram mal das Thema raus.. Versuche auch einen Windows PC auszuschalten bzw. neuzustarten.. Und zwar soll das ganze über VPN passieren. Tunnel vom Raspy zum Windows PC steht, kann ihn pingen Feuere ich nun folgenden Befehl von der Konsole auf den PC net rpc -S 10.1.1.6 -U admin%pw shutdown -t 0 -f Erhalte ich folgenden Fehler: Could not connect to server 10.1.1.6 Connection failed: NT_STATUS_ACCESS_DENIED Could not connect to server 10.1.1.6 Connection failed: NT_STATUS_ACCESS_DENIED Was muss ich an der Windows Kiste noch einstellen.. An der Firewall kanns nicht liegen die hab ich grad komplett deaktiviert
  • iobroker läuft plötzlich nicht mehr

    iobroker absturz
    3
    0 Stimmen
    3 Beiträge
    2k Aufrufe
    A
    Hi! Ohje, das wäre natürlich fatal, wenn iobroker komplett neu machen müsste. Ja, die Tipps auf Deinem Link hatte ich schon größtenteils alle durch. pi@IOBROKER:~ $ ps -A | grep iobroker 522 ? 00:00:02 iobroker.js-con pi@IOBROKER:/opt/iobroker $ iobroker start pi@IOBROKER:/opt/iobroker $ pi@IOBROKER:/opt/iobroker $ node node_modules/iobroker.js-controller/controller.js --logs 2019-12-22 15:29:16.556 - info: host.IOBROKER iobroker.js-controller version 2.1.1 js-controller starting 2019-12-22 15:29:16.573 - info: host.IOBROKER Copyright (c) 2014-2019 bluefox, 2014 hobbyquaker 2019-12-22 15:29:16.576 - info: host.IOBROKER hostname: IOBROKER, node: v8.16.2 2019-12-22 15:29:16.581 - info: host.IOBROKER ip addresses: 192.168.100.20 fe80::blablabla... 2019-12-22 15:29:16.618 - info: host.IOBROKER Error inMem-objects listening on port 9001 2019-12-22 15:29:16.634 - info: host.IOBROKER Error inMem-states listening on port 9000 2019-12-22 15:29:16.693 - info: host.IOBROKER connected to Objects and States 2019-12-22 15:29:16.765 - info: host.IOBROKER no instances found pi@IOBROKER:/opt/iobroker $ netstat -n -a -p TCP (Es konnten nicht alle Prozesse identifiziert werden; Informationen über nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.) Aktive Internetverbindungen (Server und stehende Verbindungen) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN - tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN - pi@IOBROKER:/opt/iobroker $ npm install iobroker.js-controller iobroker.js-controller@2.1.1 preinstall /opt/iobroker/node_modules/iobroker.js-controller node lib/preinstallCheck.js NPM version: 6.13.4 iobroker.js-controller@2.1.1 install /opt/iobroker/node_modules/iobroker.js-controller node iobroker.js setup first object system.certificates updated The following notifications happened during sync: Ignoring Directory "alexa2.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "backitup.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "bosesoundtouch.admin" because officially not created as meta object. Please remove dire ctory! Ignoring Directory "cloud.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory ! Ignoring Directory "find-my-iphone.admin" because officially not created as meta object. Please remove dire ctory! Ignoring Directory "fritzbox.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "fritzdect.admin" because officially not created as meta object. Please remove directory ! Ignoring Directory "ham.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "hm-rega.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "hm-rpc.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "hue.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "ical.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "icons-icons8" because officially not created as meta object. Please remove directory! Ignoring Directory "icons-icons8.admin" because officially not created as meta object. Please remove direct ory! Ignoring Directory "icons-mfd-svg.admin" because officially not created as meta object. Please remove direc tory! Ignoring Directory "icons-ultimate-png" because officially not created as meta object. Please remove direct ory! Ignoring Directory "icons-ultimate-png.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove director y! Ignoring Directory "onkyo.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "openhab.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "ping.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "ring.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "rpi2.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "samsung.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "shelly.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove director y! Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "sonoff.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "sony-bravia.admin" because officially not created as meta object. Please remove directo ry! Ignoring Directory "spotify-premium.admin" because officially not created as meta object. Please remove dir ectory! Ignoring Directory "terminal" because officially not created as meta object. Please remove directory! Ignoring Directory "terminal.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "tr-064.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "tradfri.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "unifi" because officially not created as meta object. Please remove directory! Ignoring Directory "unifi.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "vis" because officially not created as meta object. Please remove directory! Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "vis-canvas-gauges.admin" because officially not created as meta object. Please remove d irectory! Ignoring Directory "vis-fancyswitch.admin" because officially not created as meta object. Please remove dir ectory! Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove direc tory! Ignoring Directory "vis-justgage.admin" because officially not created as meta object. Please remove direct ory! Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory ! Ignoring Directory "vis-rgraph.admin" because officially not created as meta object. Please remove director y! Ignoring Directory "vis-timeandweather.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory! Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "web" because officially not created as meta object. Please remove directory! Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory! Ignoring Directory "wifilight.admin" because officially not created as meta object. Please remove directory ! Ignoring Directory "zigbee.admin" because officially not created as meta object. Please remove directory! npm WARN notsup Unsupported engine for rsa-compat@2.0.8: wanted: {"node":">=10.12"} (current: {"node":"8.16.2 ","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: rsa-compat@2.0.8 npm WARN notsup Unsupported engine for rsa-compat@1.9.4: wanted: {"node":">=10.12"} (current: {"node":"8.16.2 ","npm":"6.13.4"}) npm WARN notsup Not compatible with your version of node/npm: rsa-compat@1.9.4 npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer depende ncies yourself. npm WARN winston-daily-rotate-file@4.4.0 requires a peer of winston@^3 but none is installed. You must instal l peer dependencies yourself. npm WARN winston-syslog@2.3.0 requires a peer of winston@^3.0.0 but none is installed. You must install peer dependencies yourself. iobroker.js-controller@2.1.1 added 6 packages from 7 contributors, removed 1 package and updated 9 packages in 132.824s 2 packages are looking for funding run npm fund for details
  • JS-Controller RaspberryMatic + IOBroker

    raspberry matic js-controller update
    3
    0 Stimmen
    3 Beiträge
    928 Aufrufe
    paul53P
    @dominik-oyen sagte: cd /usr/local/addons/hm-iobroker Läuft ioBroker als Addon unter RasperryMatic ? Dann solltest Du die Frage im HomeMatic-Forum stellen.
  • Osram Lightify über Echo Hub Alexa2 und YAHKA

    osram alexa2 echo hub
    1
    1
    0 Stimmen
    1 Beiträge
    311 Aufrufe
    Niemand hat geantwortet
  • MagicMirror

    Verschoben
    53
    0 Stimmen
    53 Beiträge
    19k Aufrufe
    F
    Hallo Leute, Mein Problem hat nicht wirklich was mit IO-Broker zu tun, eventuell kann mir aber einer helfen. Ich betreibe einen Glancr. https://glancr.de/ Über das Textfeldmodul kann ich HTML einfügen um mir ein Bild vom Node-Red Dashboard anzeigen zu lassen. Der Code dazu sieht so aus. <iframe src="http://192.168.0.43:1880/ui/#!/8#%2F0" height="300" width="1220"frameBorder="0"></iframe> Gibt es jetzt die Möglichkeit eine weitere Quelle einzubauen um zwischen der ersten und der zweiten automatisch wechseln zu lassen? Ich würde gerne einfach mehr Informationen auf den Bildschirm holen, bin aber vom Platz her begrenzt Gruß Andy
  • deconz conbee2 - aqara wall switch

    conbee iobroker aqara qbkg03lm xiaomi
    27
    0 Stimmen
    27 Beiträge
    2k Aufrufe
    L
    @Jey-Cee sagte in deconz conbee2 - aqara wall switch: @ltsalvatore du hast ja schon bei deconz im dafür geöffneten issue geschrieben und wenn dir da niemand helfen kann geht es noch nicht. Warte einfach mal noch ein bisschen, die Leute dort machen es möglich wenn es möglich ist. Dauert manchmal halt etwas. wird schon seine gründe haben, wieso ich nochmals nachhake. wäre nett, wenn du ein forum mal forum lassen sein könntest. ich habe das gefühl dass du ein bisschen zu übertrieben an die sache rangehst als administrator dieses forums. das scheinen andere admins hier im forum mit weit mehr taktgefühl zu machen.
  • Z-Wave 6 Fach Sender + 1 Schalter Typ: ZHC5002

    z-wave 6 fach sender zhc5002 –
    13
    2
    0 Stimmen
    13 Beiträge
    2k Aufrufe
    R
    EDIT: hier geht es weiter Test-Adapter: https://forum.iobroker.net/topic/27796/test-adapter-z-wave-2-v0-6-x
  • iobroker und Homematic Geräte steuern

    homematic
    3
    0 Stimmen
    3 Beiträge
    345 Aufrufe
    HomoranH
    @gubel4ever Wie meinst du "ansteuern"? manuell? automatisch? Zeitgesteuert? eventgesteuert?
  • Mi Home Vacuum aktuallisiert alle 10 Sek.

    xiaomi vacuum
    6
    0 Stimmen
    6 Beiträge
    397 Aufrufe
    TroyaT
    @Meistertr Schade, wie könnte man das alternativ clever machen? Vielleicht notieren wieviel m² gefahren wurde seit dem letzten Ausleeren und dann eine Datenpunkt damit füttern (Button im Vis ) . Dann ein Script schreiben, welches den damaligen Stand beim Ausleeren vom aktuellen Stand abzieht und bei überschreiten des Wertes aus dem Datenpunkt fährt der Robi zum Mülleimer in die Küche. Dann könnte man das darauffolgende "going to dock" nehmen um den aktuellen Stand wieder in den Datenpunkt des letzten Ausleerens zu schreiben und es beginnt von vorn... Ist nicht groß durchgedacht, eher Brainstorming
  • [gelöst] Discovery bei admin-Aufruf verhindern

    discovery browser admin
    9
    0 Stimmen
    9 Beiträge
    392 Aufrufe
    oberfraggerO
    @crunchip Genau!
  • RPI2-Adapter unter PI4

    rpi2 raspberry pi4 cpu-frequenz
    5
    0 Stimmen
    5 Beiträge
    661 Aufrufe
    HomoranH
    @StefanH-0 sagte in RPI2-Adapter unter PI4: Was könnte ich tun, wenn es wirklich an den Root-Rechten Nichts
  • Umzug auf NUC mit REDIS

    redis umzug
    6
    0 Stimmen
    6 Beiträge
    323 Aufrufe
    C
    @arteck said in Umzug auf NUC mit REDIS: @ChrisXY du hast meine Frage nicht verstanden du hast ein extra redis Server laufen ... wo läuft der auf welcher Maschiene ?? und soll diese Maschiene mit auf dem NUC oder bleibt der REDIS Server wie der ist und du willst nur die connection zu diesem Muss ich das Redit erst wieder zurück ändern ? Weil einfach das Redit später auf dem neuen System kopieren das wird ja nicht klappen
  • bash: line1: Found: command not found

    iobroker installation
    10
    0 Stimmen
    10 Beiträge
    2k Aufrufe
    G
    Super, kleiner Fehler wohl. Komme erst mal weiter. Er installiert gerade iobroker. Super vielen Dank.

300

Online

32.8k

Benutzer

82.8k

Themen

1.3m

Beiträge