Navigation

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

    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

    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 5
    • Best 0
    • Groups 1

    helpingman

    @helpingman

    0
    Reputation
    7
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    helpingman Follow
    Starter

    Latest posts made by helpingman

    • RE: ZigBee neue/unbekannte Geräte - ab 1.3.0

      @leon Den TS0505A kannst du mit

          // LED Stripe Lidl
          {
              models: ['TS0505A'],
              icon: 'img/innr_flex_FL130C.png',
              states: lightStatesWithColor,
              syncStates: [sync.brightness],
          },
      

      in der devices.js ans laufen bringen.

      Wenn das Gerät mit aktualisiertem Converter dann HG06104A heißt dann so

          // LED Stripe Lidl
          {
              models: ['HG06104A'],
              icon: 'img/innr_flex_FL130C.png',
              states: lightStatesWithColor,
              syncStates: [sync.brightness],
          },
      

      Gruß,
      Tom

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

      Moin zusammen...

      Habe zwei Geräte die im ioBroker erst nach manueller Bearbeitung der devices.js erkannt werden. Schalten ist nun möglich, bekomme aber kein Status von den Geräten zurück wenn ich an dem jeweiligen Gerät den Schalter von Hand betätige.

      iCasa ICZB-IW11SW:

      model:ICZB-IW11SW
      vendor:iCasa
      description:Zigbee 3.0 AC switch
      supports:on/off
      model:ICZB-IW11SW
      type:Router
      nwk:58120
      manuf id:4644
      manufacturer:icasa
      power:Mains (single phase)
      app version:0
      hard version:0
      zcl version:3
      stack version:0
      date code:NULL
      build:2.5.3_r47
      interviewed:true
      configured:true
      endpoint:1
      profile:260
      input clusters:
      genBasic (0)
      genIdentify (3)
      genGroups (4)
      genScenes (5)
      genOnOff (6)
      haDiagnostic (2821)
      touchlink (4096)
      output clusters:
      genOta (25)
      endpoint:242
      profile:41440
      input clusters:
      greenPower (33)
      output clusters:
      greenPower (33)

          {
              vendor: 'iCasa',
              models: ['ICZB-IW11SW'],
              icon: 'img/sunricher_dimmer.png',
              states: [states.state],
          },
      

      LXN56-LC27LX1.3 (wird intern als HGZB-01A erkannt):

      model:HGZB-01A
      vendor:Nue / 3A
      description:Smart in-wall switch
      supports:on/off
      model:LXN56-LC27LX1.3
      type:Router
      nwk:19095
      manuf id:4478
      manufacturer:3A SMart Home DE
      power:Mains (single phase)
      app version:1
      hard version:1
      zcl version:2
      stack version:1
      date code:20190917
      build:1000-0001
      interviewed:true
      configured:false
      endpoint:11
      profile:49246
      input clusters:genBasic (0)
      genGroups (4)
      genIdentify (3)
      genOnOff (6)
      genScenes (5)
      touchlink (4096)
      genLevelCtrl (8)
      output clusters:genOta (25)

          {
              vendor: 'Nue / 3A',
              models: ['LXN56-LC27LX1.3'],
              icon: 'img/zbt_smart_switch.png',
              states: [states.state],
          },
      

      Bitte die Bilder nicht beachten, habe einfach optisch ähnliche Platzhalter verwendet.

      Vielleicht kann mir jemand den richtigen Anstoß geben wo ich suchen und was eintragen muss damit Zustandsänderungen auch an den ioBroker übermittelt werden.

      posted in Entwicklung
      H
      helpingman
    • RE: Z-Wave Adapter stürzt bei Aeon Labs ZW088 ab

      Moin Tony,

      ich habe mittlerweile die vier ZW088 zurückgeschickt und eine Fibaro und eine Popp erfolgreich paaren können (klingt irgendwie komisch - iss aber so ^^). Mit den beiden FBs hat es auf Anhieb geklappt.

      Aber nichts desto trotz habe ich die aktuellste OZW installiert und schaue ob das Z-Wave-Mesh nu stabiler läuft. Die Aussetzer habe ich zwar nur ab und an, aber bei ner Türschließung ist's auch wenn's ab und an mal hakt Mist.

      Danke dir für deine Tests!

      Gruß,
      Tom

      posted in Error/Bug
      H
      helpingman
    • RE: Z-Wave Adapter stürzt bei Aeon Labs ZW088 ab

      Hallo zusammen,

      ich habe den selben Fehler und bin daher auch sehr an einer Lösung interessiert. Ich habe verschiedenste Versionen von openzwave und auch vom zwave Adapter getestet inkl. der neusten 2.0.0 .

      Auch bei mir erkennt er die FB nach dem Neustart des Adapters wenn ich über die FB ein WakeUp-Signal (2 Sekunden drücken der Learn Taste) sende. Das Excludieren klappt nach dem Neustart auch einwandfrei.

      @getle Hast du vll noch ein Backup der funktionierenen (alten) Konfiguration mit den alten Versionen?

      Hier mal meine Logs mit Includieren und Excludieren:

      zwave.0	2020-04-25 08:05:40.872	info	(13597) disabled exclusion mode
      zwave.0	2020-04-25 08:04:43.721	info	(13597) node removed: 47
      zwave.0	2020-04-25 08:04:43.716	info	(13597) controller command feedback for node 47: state: "The command has completed successfully", error: "No error", helpmsg: "RemoveDevice ControllerCommand - Completed"
      zwave.0	2020-04-25 08:04:43.606	info	(13597) controller command feedback for node 47: state: "The controller is communicating with the other device to carry out the command", error: "No error", helpmsg: "RemoveDevice ControllerCommand -
      zwave.0	2020-04-25 08:04:43.316	info	(13597) controller command feedback for node 0: state: "The controller is communicating with the other device to carry out the command", error: "No error", helpmsg: "RemoveDevice ControllerCommand -
      zwave.0	2020-04-25 08:04:40.876	info	(13597) controller command feedback for node 0: state: "Controller is waiting for a user action (60s)", error: "No error", helpmsg: "RemoveDevice ControllerCommand - Waiting"
      zwave.0	2020-04-25 08:04:40.873	info	(13597) controller command feedback for node 0: state: "The command is starting", error: "No error", helpmsg: "RemoveDevice ControllerCommand - Starting"
      zwave.0	2020-04-25 08:04:40.871	info	(13597) Execute removeNode
      zwave.0	2020-04-25 08:04:39.003	info	(13597) List of ports: [{"comName":"/dev/ttyACM0"},{"comName":"/dev/ttyACM2"},{"comName":"/dev/ttyAMA0"}]
      zwave.0	2020-04-25 08:04:34.011	info	(13597) node ready nodeID: 1, nodeInfo: {"manufacturer":"Z-Wave.Me","manufacturerid":"0x0115","product":"ZME_UZB1 USB Stick","producttype":"0x0400","productid":"0x0001","type":"Static PC Controller",
      zwave.0	2020-04-25 08:04:33.994	info	(13597) driver ready: homeid = d0ed46ae
      zwave.0	2020-04-25 08:04:33.993	info	(13597) scanning homeid=0xd0ed46ae...
      zwave.0	2020-04-25 08:04:33.712	info	(13597) device connected: OZW = 1.6.989
      zwave.0	2020-04-25 08:04:32.557	info	(13597) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.zwave, node: v10.18.1
      host.raspberrypi	2020-04-25 07:04:30.225	info	instance system.adapter.zwave.0 started with pid 13597
      host.raspberrypi	2020-04-25 07:04:00.191	info	Restart adapter system.adapter.zwave.0 because enabled
      host.raspberrypi	2020-04-25 07:04:00.191	info	instance system.adapter.zwave.0 terminated with code NaN ()
      host.raspberrypi	2020-04-25 07:04:00.191	warn	instance system.adapter.zwave.0 terminated due to SIGABRT
      host.raspberrypi	2020-04-25 07:04:00.191	error	Caught by controller[0]: what(): Manager.cpp:1565 - InvalidValueIDError (101) Msg: Invalid ValueID passed to GetValueLabel
      host.raspberrypi	2020-04-25 07:04:00.190	error	Caught by controller[0]: terminate called after throwing an instance of 'OpenZWave::OZWException'
      zwave.0	2020-04-25 08:04:00.135	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Acked_Frames = undefined, index = 9, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.134	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = 0, index = 9, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.131	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Test_Status = undefined, index = 8, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.129	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = Failed, index = 8, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.127	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Report = undefined, index = 7, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.125	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = undefined, index = 7, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.122	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Test = undefined, index = 6, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.121	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = undefined, index = 6, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.118	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Frame_Count = undefined, index = 5, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.117	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = 0, index = 5, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.114	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Test_Powerlevel = undefined, index = 4, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.112	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = Normal, index = 4, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.110	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Test_Node = undefined, index = 3, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.108	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = 0, index = 3, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.105	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Set_Powerlevel = undefined, index = 2, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.104	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = undefined, index = 2, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.101	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Timeout = undefined, index = 1, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.100	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = 0, index = 1, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.097	info	(13574) State created: zwave.0.NODE47.POWERLEVEL.Powerlevel = undefined, index = 0, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.095	info	(13574) Channel created: zwave.0.NODE47.POWERLEVEL = Normal, index = 0, comClass = 115, instance = 1
      zwave.0	2020-04-25 08:04:00.091	info	(13574) State created: zwave.0.NODE47.BATTERY.Battery_Level_1 = undefined, index = 0, comClass = 128, instance = 1
      zwave.0	2020-04-25 08:04:00.090	info	(13574) Channel created: zwave.0.NODE47.BATTERY = 100, index = 0, comClass = 128, instance = 1
      zwave.0	2020-04-25 08:04:00.087	info	(13574) State created: zwave.0.NODE47.VERSION.Application_Version = undefined, index = 2, comClass = 134, instance = 1
      zwave.0	2020-04-25 08:04:00.086	info	(13574) Channel created: zwave.0.NODE47.VERSION = Unknown, index = 2, comClass = 134, instance = 1
      zwave.0	2020-04-25 08:04:00.083	info	(13574) State created: zwave.0.NODE47.VERSION.Protocol_Version = undefined, index = 1, comClass = 134, instance = 1
      zwave.0	2020-04-25 08:04:00.082	info	(13574) Channel created: zwave.0.NODE47.VERSION = Unknown, index = 1, comClass = 134, instance = 1
      zwave.0	2020-04-25 08:04:00.079	info	(13574) State created: zwave.0.NODE47.VERSION.Library_Version = undefined, index = 0, comClass = 134, instance = 1
      zwave.0	2020-04-25 08:04:00.077	info	(13574) Channel created: zwave.0.NODE47.VERSION = Unknown, index = 0, comClass = 134, instance = 1
      zwave.0	2020-04-25 08:04:00.075	info	(13574) State created: zwave.0.NODE47.ZWAVE_PLUS_INFO.UserIcon = undefined, index = 2, comClass = 94, instance = 1
      zwave.0	2020-04-25 08:04:00.073	info	(13574) Channel created: zwave.0.NODE47.ZWAVE_PLUS_INFO = 0, index = 2, comClass = 94, instance = 1
      zwave.0	2020-04-25 08:04:00.071	info	(13574) State created: zwave.0.NODE47.ZWAVE_PLUS_INFO.InstallerIcon = undefined, index = 1, comClass = 94, instance = 1
      zwave.0	2020-04-25 08:04:00.069	info	(13574) Channel created: zwave.0.NODE47.ZWAVE_PLUS_INFO = 0, index = 1, comClass = 94, instance = 1
      zwave.0	2020-04-25 08:04:00.066	info	(13574) State created: zwave.0.NODE47.ZWAVE_PLUS_INFO.ZWave+_Version = undefined, index = 0, comClass = 94, instance = 1
      zwave.0	2020-04-25 08:04:00.060	info	(13574) Channel created: zwave.0.NODE47.ZWAVE_PLUS_INFO = 0, index = 0, comClass = 94, instance = 1
      zwave.0	2020-04-25 08:03:57.080	info	(13574) controller command feedback for node 255: state: "The command has completed successfully", error: "No error", helpmsg: "AddDevice ControllerCommand - Completed"
      zwave.0	2020-04-25 08:03:57.032	info	(13574) controller command feedback for node 255: state: "The command was cancelled", error: "No error", helpmsg: "AddDevice ControllerCommand - Canceled"
      zwave.0	2020-04-25 08:03:57.029	info	(13574) disabled exclusion mode
      zwave.0	2020-04-25 08:03:57.027	info	(13574) disabled inclusion mode
      zwave.0	2020-04-25 08:03:56.097	info	(13574) controller command feedback for node 0: state: "Controller is waiting for a user action (60s)", error: "No error", helpmsg: "AddDevice ControllerCommand - Waiting"
      zwave.0	2020-04-25 08:03:56.093	info	(13574) controller command feedback for node 0: state: "The command is starting", error: "No error", helpmsg: "AddDevice ControllerCommand - Starting"
      zwave.0	2020-04-25 08:03:56.088	info	(13574) Execute addNode secure
      zwave.0	2020-04-25 08:03:54.338	info	(13574) List of ports: [{"comName":"/dev/ttyACM0"},{"comName":"/dev/ttyACM2"},{"comName":"/dev/ttyAMA0"}]
      zwave.0	2020-04-25 08:03:38.971	info	(13574) node ready nodeID: 1, nodeInfo: {"manufacturer":"Z-Wave.Me","manufacturerid":"0x0115","product":"ZME_UZB1 USB Stick","producttype":"0x0400","productid":"0x0001","type":"Static PC Controller",
      zwave.0	2020-04-25 08:03:38.955	info	(13574) driver ready: homeid = d0ed46ae
      zwave.0	2020-04-25 08:03:38.954	info	(13574) scanning homeid=0xd0ed46ae...
      zwave.0	2020-04-25 08:03:38.776	info	(13574) device connected: OZW = 1.6.989
      zwave.0	2020-04-25 08:03:37.507	info	(13574) starting. Version 2.0.0 in /opt/iobroker/node_modules/iobroker.zwave, node: v10.18.1
      host.raspberrypi	2020-04-25 07:03:35.054	info	instance system.adapter.zwave.0 started with pid 13574
      

      Es sind meine ersten Gehversuche mit Z-Wave und bisher trete ich wohl in jedes Fettnäpfchen was sich so finden lässt.
      Bin für jede Anregung dankbar.

      Gruß,
      Tom

      posted in Error/Bug
      H
      helpingman
    • RE: [Aufruf] IKEA-Trådfri v0.5.0 testen

      Hallo zusammen,

      ich habe nun auch die 0.5.4 installiert und erhalte die Meldung "unexpected response (4.01) to getAllGroups" und "unexpected response (4.01) to getAllDevices im Log wenn ich den Adapter wieder starte.

      Habe bereits den Adapter gelöscht und alle Objekte gelöscht, neuinstalliert und auch einen Reset des Gateways durchgefürt, leider ohne Erfolg. Der Adapter ist bei mir nun unbrauchbar.

      So wie es scheint hat sich das Gateway heute auch ein Update gezogen und auch die ndroid-App verlangt ein Update welches im Play-Store nicht verfügbar ist.

      Gruß,

      Tom

      posted in Tester
      H
      helpingman
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo