Navigation

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

    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

    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 42
    • Best 0
    • Groups 1

    Mappy

    @Mappy

    -1
    Reputation
    45
    Profile views
    42
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Mappy Follow
    Starter

    Latest posts made by Mappy

    • Gleiches Script aber klappt nicht mit dem Hue Adapter

      Hi !

      Habe ein Script für meinen Bewegungsmelder in der Küche. Bisher ging das auch ohne Probleme.
      Plötzlich jedoch reagiert er nicht mehr.
      Wenn ich den die Auslösung aber über den HUE Extended Adapter laufen lasse gehts.
      Der "normale" Hue Adapter ist aber nicht defekt. Wenn ich manuell über die Objekte den Wert auf true oder false setzte reagieren die Lampen auch.

      An sich wäre mir das egal über welchen Adapter ich steuere. Aber der HUE Extendet hat doch eine gewisse Verzögerung die doof ist.
      Screenshot 2023-09-07 175110.jpg Screenshot 2023-09-07 175131.jpg

      posted in Blockly
      Mappy
      Mappy
    • RE: Aqara Motion Sensor P1

      @crunchip Habe das V3 Gateway aber auhc das alte dazu

      posted in Einsteigerfragen
      Mappy
      Mappy
    • RE: Aqara Motion Sensor P1

      @crunchip Habe Deutschland China und Singapur versucht

      posted in Einsteigerfragen
      Mappy
      Mappy
    • RE: Aqara Motion Sensor P1

      Danke für eure Rückmeldungen.
      Aber den Sensor soll man ja individuell einstellen können. Ich finde den nur auch nicht in der App zum Anmelden an meinen Aquara Hub. Seht ihr das Produkt bei euch ?

      posted in Einsteigerfragen
      Mappy
      Mappy
    • Aqara Motion Sensor P1

      Hi !

      Ich habe den neuen P1 Sensor mit dem Zigbee Sensor und dem CC2652P verbunden. Der findet den auch und eigentlich geht auch alles, nur kann ich leider die Frequenz für den Motion detect zwar von den 30 Sek. Standard auf 10 stellen nur leider bleibt es bei den 30 Sekunden die standardmäßig eingestellt sind in echt.
      Er zeigt zwar 10 Sek an aber triggert doch erst nach 30 erneut.

      67ade5eb-82d4-4ec9-841f-3f6e15a11d03-image.png

      posted in Einsteigerfragen
      Mappy
      Mappy
    • LEGRAND Gateway Support

      Hallo !

      Wir ziehen bald in unsere neue Wohnung und dort sind smarte Schalter und das Gateway von LEGRAND verbaut.
      Gibts eine Möglichkeit die Geräte in den IoBroker zu bringen?

      Legrand 752196 Valena Life with Netatmo Starterpaket Gateway ist dort verbaut.

      Danke

      posted in Hardware
      Mappy
      Mappy
    • hue-extended und hue parallel

      Hi !
      Kann man gut die beiden Adapter parallel betreiben? Und wenn ja macht es Sinn, bzw. geht es überhaupt wenn man mehrere Benutzer macht ?

      hue-extended benutze ich halt parallel wegen dem Wakeup Light.

      Danke für eure Infos.

      posted in ioBroker Allgemein
      Mappy
      Mappy
    • RE: Hue Lichtwecker mit Alexa

      @Hilwi

      Hi !

      Also mit dem aktualisierten Script geht es am ersten Tag. An den folgenden dann nicht mehr. Aber ich stelle einfach jeden Tag nen Wecker.

      Aber was ich echt super finden würde, wenn man den Wecker löscht, dass dann der gestartete Sonnenaufgang auch stoppt oder die Lampe ausgeht. Wenn ich nämlich früher wach werde muss die zweite Person im Bett trotz abgebrochenen Wecker dann nicht "meinen" Sonnenaufgang mitmachen 😉

      posted in Cloud Dienste
      Mappy
      Mappy
    • RE: IRobot Roomba Adapter

      Dache ich muss da meine IP rein bekommen.

      Beim Versuch das ganze nochmals auszuführen:

      /opt/iobroker/dorita980$ npm install

      npm
      WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
      npm WARN eslint-plugin-react@6.8.0 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.

      audited 1182 packages in 7.115s
      found 2 vulnerabilities (1 low, 1 critical)
      run npm audit fix to fix them, or npm audit for details

      ///////////////////////////////

      /opt/iobroker/dorita980$ npm run getpassword <robotIP>

      /bin/sh: 1: Syntax error: end of file unexpected
      /opt/iobroker/dorita980$

      posted in ioBroker Allgemein
      Mappy
      Mappy
    • RE: IRobot Roomba Adapter

      @Zefau

      node ./bin/getpassword.js "192.168.168.128"

      Make sure your robot is on the Home Base and powered on (green lights on). Then press and hold the HOME button on your robot until it plays a series of tones (about 2 seconds). Release the button and your robot will flash WIFI light.
      Then press any key here...
      /opt/iobroker/dorita980/bin/getpassword.js:120
      process.stdin.setRawMode(true);
      ^

      TypeError: process.stdin.setRawMode is not a function
      at Object.<anonymous> (/opt/iobroker/dorita980/bin/getpassword.js:120:17)
      at Module._compile (module.js:653:30)
      at Object.Module._extensions..js (module.js:664:10)
      at Module.load (module.js:566:32)
      at tryModuleLoad (module.js:506:12)
      at Function.Module._load (module.js:498:3)
      at Function.Module.runMain (module.js:694:10)
      at startup (bootstrap_node.js:204:16)
      at bootstrap_node.js:625:3
      npm
      ERR! code ELIFECYCLE
      npm ERR! errno 1
      npm
      ERR! dorita980@3.1.4 getpassword: node ./bin/getpassword.js "192.168.168.128"
      npm ERR! Exit status 1
      npm
      ERR!
      npm ERR! Failed at the dorita980@3.1.4 getpassword script.
      npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

      npm ERR! A complete log of this run can be found in:
      npm ERR! /home/iobroker/.npm/_logs/2019-09-22T13_09_28_515Z-debug.log
      /opt/iobroker/dorita980$

      posted in ioBroker Allgemein
      Mappy
      Mappy
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo