Navigation

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

    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

    V
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 22
    • Best 1
    • Groups 1

    voodoo78

    @voodoo78

    1
    Reputation
    20
    Profile views
    22
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    voodoo78 Follow
    Starter

    Best posts made by voodoo78

    • RE: (gelöst) Node-Red "Alexa local" nicht mehr möglich

      So, jetzt läuft alles! 👍

      daa44057-4266-48b8-94e5-2a46d004a158-image.png

      [
          {
              "id": "5df1cdf9.12a114",
              "type": "amazon-echo-hub",
              "z": "485361c3.89313",
              "port": "8080",
              "enableinput": false,
              "x": 130,
              "y": 160,
              "wires": [
                  [
                      "d85d3a2c.2a4718"
                  ]
              ]
          },
          {
              "id": "d85d3a2c.2a4718",
              "type": "amazon-echo-device",
              "z": "485361c3.89313",
              "name": "Bürolicht",
              "topic": "",
              "x": 320,
              "y": 160,
              "wires": [
                  [
                      "4ee1947d.ea686c"
                  ]
              ]
          },
          {
              "id": "97d67de7.6ebf1",
              "type": "ioBroker out",
              "z": "485361c3.89313",
              "name": "Brightness",
              "topic": "zigbee.0.0017880102a2d093.brightness",
              "ack": "false",
              "autoCreate": "false",
              "x": 790,
              "y": 120,
              "wires": []
          },
          {
              "id": "780047d.93fc5b8",
              "type": "function",
              "z": "485361c3.89313",
              "name": "Dimmer",
              "func": "var newMsg = { payload: Math.round (msg.bri*100/254) } ;\nreturn newMsg;",
              "outputs": 1,
              "noerr": 0,
              "x": 620,
              "y": 120,
              "wires": [
                  [
                      "97d67de7.6ebf1"
                  ]
              ]
          },
          {
              "id": "ab21ca8a.670b88",
              "type": "ioBroker out",
              "z": "485361c3.89313",
              "name": "Switch state",
              "topic": "zigbee.0.0017880102a2d093.state",
              "ack": "false",
              "autoCreate": "false",
              "x": 850,
              "y": 200,
              "wires": []
          },
          {
              "id": "6bc055cb.09d2cc",
              "type": "change",
              "z": "485361c3.89313",
              "name": "on/off -> true/false",
              "rules": [
                  {
                      "t": "change",
                      "p": "payload",
                      "pt": "msg",
                      "from": "on",
                      "fromt": "str",
                      "to": "true",
                      "tot": "bool"
                  },
                  {
                      "t": "change",
                      "p": "payload",
                      "pt": "msg",
                      "from": "off",
                      "fromt": "str",
                      "to": "false",
                      "tot": "bool"
                  }
              ],
              "action": "",
              "property": "",
              "from": "",
              "to": "",
              "reg": false,
              "x": 650,
              "y": 200,
              "wires": [
                  [
                      "ab21ca8a.670b88"
                  ]
              ]
          },
          {
              "id": "4ee1947d.ea686c",
              "type": "switch",
              "z": "485361c3.89313",
              "name": "on/off",
              "property": "payload",
              "propertyType": "msg",
              "rules": [
                  {
                      "t": "eq",
                      "v": "on",
                      "vt": "str"
                  },
                  {
                      "t": "eq",
                      "v": "off",
                      "vt": "str"
                  }
              ],
              "checkall": "true",
              "repair": false,
              "outputs": 2,
              "x": 470,
              "y": 160,
              "wires": [
                  [
                      "780047d.93fc5b8",
                      "6bc055cb.09d2cc"
                  ],
                  [
                      "6bc055cb.09d2cc"
                  ]
              ]
          }
      ]
      
      posted in Node-Red
      V
      voodoo78

    Latest posts made by voodoo78

    • RE: CC2531 flashen

      @arteck Aus der Region Hof.

      Wo liegt eigentlich hier der Unterschied?

      https://www.ebay.de/itm/CC-Debugger-ZigBee-Programmer-Adapterkabel-fur-CC2531-CC2530/372671807403?hash=item56c4f87fab:g:aVwAAOSw5WRdvXvp

      und

      https://www.ebay.de/itm/CC-Debugger-ZigBee-Programmer-Adapterkabel-fur-CC2531-CC2530/372769003371?hash=item56cac3976b:g:FFAAAOSwTHFde1gH

      posted in Hardware
      V
      voodoo78
    • CC2531 flashen

      Hallo,

      da mein CC2531 (USB) eine uralte Firmware hat, wurde mir geraten, diese zu aktualisieren, damit ich iobroker.zigbee fehlerfrei nutzen kann. Könnte mir bitte jemand sagen, welche Firmware ich brauche? Bzw. wie ich den Stick am besten flashe, ein CC-Debugger steht mir leider nicht zur Verfügung.

      posted in Hardware
      V
      voodoo78
    • RE: ZigBee neue/unbekannte Geräte - ab 1.0.0

      @arteck Dann werde ich mal versuchen eine neue Firmware da drauf zu bekommen.

      posted in Entwicklung
      V
      voodoo78
    • RE: ZigBee neue/unbekannte Geräte - ab 1.0.0

      @arteck Nach wiederholter Installation ging gar nichts mehr, erst ein Downgrade auf 0.11.5 brachte Abhilfe.

      zigbee.0	2020-01-09 09:26:01.841	warn	Failed to execute LQI for '0x0017880102874503'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:26:01.646	warn	Failed to execute LQI for '0x0017880102a2d093'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:25:51.840	warn	Failed to execute routing table for '0x0017880102ec9907' router not responding
      zigbee.0	2020-01-09 09:25:51.625	warn	Failed to execute routing table for '0x00158d0002f45dfe' router not responding
      zigbee.0	2020-01-09 09:25:41.838	warn	Failed to execute routing table for '0x001788010402a498' router not responding
      zigbee.0	2020-01-09 09:25:41.621	warn	Failed to execute routing table for '0x00158d0002f45dfe' router not responding
      zigbee.0	2020-01-09 09:25:31.836	warn	Failed to execute LQI for '0x0017880102ec9907'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:25:31.618	warn	Failed to execute LQI for '0x00158d0002f45dfe'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:25:21.837	warn	Failed to execute LQI for '0x001788010402a498'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:25:21.593	warn	Failed to execute LQI for '0x00158d0002f45dfe'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:25:11.754	warn	Failed to execute routing table for '0x84182600000d9ba5' router not responding
      zigbee.0	2020-01-09 09:25:11.583	warn	Failed to execute routing table for '0x0017880104029e9b' router not responding
      zigbee.0	2020-01-09 09:25:01.749	warn	Failed to execute routing table for '0x0017880102a2d093' router not responding
      zigbee.0	2020-01-09 09:25:01.580	warn	Failed to execute routing table for '0x0017880104029e9b' router not responding
      zigbee.0	2020-01-09 09:24:51.748	warn	Failed to execute LQI for '0x84182600000d9ba5'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:24:51.579	warn	Failed to execute LQI for '0x0017880104029e9b'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/u
      zigbee.0	2020-01-09 09:24:41.746	warn	Failed to execute LQI for '0x0017880102a2d093'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:24:41.566	warn	Failed to execute LQI for '0x0017880104029e9b'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:24:31.745	warn	Failed to execute routing table for '0x0017880102ec9907' router not responding
      zigbee.0	2020-01-09 09:24:31.563	warn	Failed to execute routing table for '0x00158d0002f45dfe' router not responding
      zigbee.0	2020-01-09 09:24:21.744	warn	Failed to execute routing table for '0x0017880102ec9907' router not responding
      zigbee.0	2020-01-09 09:24:21.555	warn	Failed to execute LQI for '0x00158d0002f45dfe'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:24:11.743	warn	Failed to execute LQI for '0x0017880102ec9907'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:24:11.546	warn	Failed to execute routing table for '0x0017880104029e9b' router not responding
      zigbee.0	2020-01-09 09:24:01.590	warn	Failed to execute LQI for '0x0017880102ec9907'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:24:01.543	warn	Failed to execute routing table for '0x84182600000d9ba5' router not responding
      zigbee.0	2020-01-09 09:23:51.584	warn	Failed to execute LQI for '0x0017880104029e9b'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:23:51.540	warn	Failed to execute routing table for '0x84182600000d9ba5' router not responding
      zigbee.0	2020-01-09 09:23:41.541	warn	Failed to execute routing table for '0x0017880102ec9907' router not responding
      zigbee.0	2020-01-09 09:23:41.537	warn	Failed to execute LQI for '0x84182600000d9ba5'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:23:36.197	info	Do action succesfully 0x00124b0018ed23e3 undefined
      zigbee.0	2020-01-09 09:23:36.193	info	Do action on 0x00124b0018ed23e3 undefined
      zigbee.0	2020-01-09 09:23:36.192	info	Succesfully delay action for 0x00124b0018ed23e3 undefined
      zigbee.0	2020-01-09 09:23:31.538	warn	Failed to execute LQI for '0x0017880102ec9907'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:23:31.534	warn	Failed to execute LQI for '0x84182600000d9ba5'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:23:21.534	warn	Failed to execute routing table for '0x84182600000d9ba5' router not responding
      zigbee.0	2020-01-09 09:23:11.527	warn	Failed to execute LQI for '0x84182600000d9ba5'. "Error: AREQ - ZDO - mgmtLqiRsp after 10000ms\n at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/
      zigbee.0	2020-01-09 09:23:09.417	info	Do action succesfully 0x00158d0002f45dfe RB 245
      zigbee.0	2020-01-09 09:23:09.402	info	Do action on 0x00158d0002f45dfe RB 245
      zigbee.0	2020-01-09 09:23:09.398	info	Succesfully delay action for 0x00158d0002f45dfe RB 245
      zigbee.0	2020-01-09 09:23:08.608	error	at Timer.processTimers (timers.js:223:10))
      zigbee.0	2020-01-09 09:23:08.608	error	at listOnTimeout (timers.js:263:5)
      zigbee.0	2020-01-09 09:23:08.608	error	at tryOnTimeout (timers.js:300:5)
      zigbee.0	2020-01-09 09:23:08.608	error	at ontimeout (timers.js:436:11)
      zigbee.0	2020-01-09 09:23:08.608	error	at Timeout.object.timer.setTimeout [as _onTimeout] (/opt/iobroker/node_modules/zigbee-herdsman/dist/utils/waitress.js:44:24)
      zigbee.0	2020-01-09 09:23:08.608	error	Failed to configure 0x84182600000fd61b Plug 01, attempt 1 (Error: AREQ - ZDO - bindRsp after 10000ms
      zigbee.0	2020-01-09 09:22:58.603	info	Zigbee started
      zigbee.0	2020-01-09 09:22:58.602	info	0x00158d0002f42087 (addr 8326): RB 245 - Innr E14 candle (Router)
      zigbee.0	2020-01-09 09:22:58.602	info	0x84182600000fd61b (addr 30936): AB3257001NJ - OSRAM Smart+ plug (Router)
      zigbee.0	2020-01-09 09:22:58.602	info	0x00158d0002fe7c3c (addr 22848): RB 265 - Innr E27 bulb (Router)
      zigbee.0	2020-01-09 09:22:58.602	info	0x00158d00030004b4 (addr 44377): RB 265 - Innr E27 bulb (Router)
      zigbee.0	2020-01-09 09:22:58.602	info	0x0017880102f1817d (addr 32393): 8718696449691 - Philips Hue White Single bulb B22 (Router)
      zigbee.0	2020-01-09 09:22:58.601	info	0x0017880102874503 (addr 59060): 8718696449691 - Philips Hue White Single bulb B22 (Router)
      zigbee.0	2020-01-09 09:22:58.601	info	0x001788010402a498 (addr 47659): 8718696449691 - Philips Hue White Single bulb B22 (Router)
      zigbee.0	2020-01-09 09:22:58.601	info	0x0017880102a2d093 (addr 3490): 8718696449691 - Philips Hue White Single bulb B22 (Router)
      zigbee.0	2020-01-09 09:22:58.601	info	0x00158d0002f45dfe (addr 62391): RB 245 - Innr E14 candle (Router)
      zigbee.0	2020-01-09 09:22:58.601	info	0x0017880104029e9b (addr 59864): 8718696449691 - Philips Hue White Single bulb B22 (Router)
      zigbee.0	2020-01-09 09:22:58.600	info	0x0017880102ec9907 (addr 52366): 8718696449691 - Philips Hue White Single bulb B22 (Router)
      zigbee.0	2020-01-09 09:22:58.600	info	0x84182600000d9ba5 (addr 52684): AB3257001NJ - OSRAM Smart+ plug (Router)
      zigbee.0	2020-01-09 09:22:58.593	info	Configuring 0x84182600000fd61b Plug 01
      zigbee.0	2020-01-09 09:22:58.590	info	Currently 12 devices are joined:
      zigbee.0	2020-01-09 09:22:58.562	info	Disable LED
      zigbee.0	2020-01-09 09:22:58.553	info	Coordinator firmware version: {"type":"zStack12","meta":{"transportrev":2,"product":0,"majorrel":2,"minorrel":6,"maintrel":3,"revision":20180815}}
      zigbee.0	2020-01-09 09:22:54.893	info	Starting Zigbee...
      zigbee.0	2020-01-09 09:22:54.847	info	starting. Version 1.0.0-c in /opt/iobroker/node_modules/iobroker.zigbee, node: v10.17.0
      
      posted in Entwicklung
      V
      voodoo78
    • RE: ZigBee neue/unbekannte Geräte - ab 1.0.0

      Unbenannt.PNG

      innr RB 245 wir nicht erkannt.

      posted in Entwicklung
      V
      voodoo78
    • RE: (gelöst) Node-Red "Alexa local" nicht mehr möglich

      @Jan1
      Ja, ich habe bloß mal einen Denkanstoß gebraucht.

      posted in Node-Red
      V
      voodoo78
    • RE: (gelöst) Node-Red "Alexa local" nicht mehr möglich

      So, jetzt läuft alles! 👍

      daa44057-4266-48b8-94e5-2a46d004a158-image.png

      [
          {
              "id": "5df1cdf9.12a114",
              "type": "amazon-echo-hub",
              "z": "485361c3.89313",
              "port": "8080",
              "enableinput": false,
              "x": 130,
              "y": 160,
              "wires": [
                  [
                      "d85d3a2c.2a4718"
                  ]
              ]
          },
          {
              "id": "d85d3a2c.2a4718",
              "type": "amazon-echo-device",
              "z": "485361c3.89313",
              "name": "Bürolicht",
              "topic": "",
              "x": 320,
              "y": 160,
              "wires": [
                  [
                      "4ee1947d.ea686c"
                  ]
              ]
          },
          {
              "id": "97d67de7.6ebf1",
              "type": "ioBroker out",
              "z": "485361c3.89313",
              "name": "Brightness",
              "topic": "zigbee.0.0017880102a2d093.brightness",
              "ack": "false",
              "autoCreate": "false",
              "x": 790,
              "y": 120,
              "wires": []
          },
          {
              "id": "780047d.93fc5b8",
              "type": "function",
              "z": "485361c3.89313",
              "name": "Dimmer",
              "func": "var newMsg = { payload: Math.round (msg.bri*100/254) } ;\nreturn newMsg;",
              "outputs": 1,
              "noerr": 0,
              "x": 620,
              "y": 120,
              "wires": [
                  [
                      "97d67de7.6ebf1"
                  ]
              ]
          },
          {
              "id": "ab21ca8a.670b88",
              "type": "ioBroker out",
              "z": "485361c3.89313",
              "name": "Switch state",
              "topic": "zigbee.0.0017880102a2d093.state",
              "ack": "false",
              "autoCreate": "false",
              "x": 850,
              "y": 200,
              "wires": []
          },
          {
              "id": "6bc055cb.09d2cc",
              "type": "change",
              "z": "485361c3.89313",
              "name": "on/off -> true/false",
              "rules": [
                  {
                      "t": "change",
                      "p": "payload",
                      "pt": "msg",
                      "from": "on",
                      "fromt": "str",
                      "to": "true",
                      "tot": "bool"
                  },
                  {
                      "t": "change",
                      "p": "payload",
                      "pt": "msg",
                      "from": "off",
                      "fromt": "str",
                      "to": "false",
                      "tot": "bool"
                  }
              ],
              "action": "",
              "property": "",
              "from": "",
              "to": "",
              "reg": false,
              "x": 650,
              "y": 200,
              "wires": [
                  [
                      "ab21ca8a.670b88"
                  ]
              ]
          },
          {
              "id": "4ee1947d.ea686c",
              "type": "switch",
              "z": "485361c3.89313",
              "name": "on/off",
              "property": "payload",
              "propertyType": "msg",
              "rules": [
                  {
                      "t": "eq",
                      "v": "on",
                      "vt": "str"
                  },
                  {
                      "t": "eq",
                      "v": "off",
                      "vt": "str"
                  }
              ],
              "checkall": "true",
              "repair": false,
              "outputs": 2,
              "x": 470,
              "y": 160,
              "wires": [
                  [
                      "780047d.93fc5b8",
                      "6bc055cb.09d2cc"
                  ],
                  [
                      "6bc055cb.09d2cc"
                  ]
              ]
          }
      ]
      
      posted in Node-Red
      V
      voodoo78
    • RE: (gelöst) Node-Red "Alexa local" nicht mehr möglich

      @Jan1
      Das Problem ist, dass über das Amazon Echo Device ein Wert zwischen 1 und 254 weitergegeben wird, das Object aber Werte zwischen 0 und 100 erwartet.

      posted in Node-Red
      V
      voodoo78
    • RE: (gelöst) Node-Red "Alexa local" nicht mehr möglich

      @Jan1
      Jetzt bekomme ich Fehlermeldungen, dass die übermittelten Werte zu hoch sind.

      174f45a8-32c1-41fa-b9e4-51ec6981a681-image.png

      posted in Node-Red
      V
      voodoo78
    • RE: (gelöst) Node-Red "Alexa local" nicht mehr möglich

      @Jan1
      So ganz klar sind mir die Zeilen 3, 5 und 14 noch nicht.

      posted in Node-Red
      V
      voodoo78
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo