Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Praktische Anwendungen (Showcase)
  4. kleines Projekt Z-Wave und Zigbee gleichzeitig auf PI4

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    2.1k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    933

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

kleines Projekt Z-Wave und Zigbee gleichzeitig auf PI4

Geplant Angeheftet Gesperrt Verschoben Praktische Anwendungen (Showcase)
44 Beiträge 6 Kommentatoren 3.2k Aufrufe 5 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • A AMagnum

    @alcalzone ja funktioniert mit sudo raspi-config. Die Einträge in /boot/config.txt und /boot/cmdline.txt sind bei mir auch korrekt. Leider immer noch keine Verbindung zwischen zwave2-Adapter und ttyAMA0.

    A Offline
    A Offline
    AMagnum
    schrieb am zuletzt editiert von
    #41

    @amagnum Heute ist der neue Z-Wave Stick (Modell Aeotec AEOEZW090-C) gekommen. Habe ihn gleich ausprobiert. Das Z-Wave ZMEERAZ2 Modul raus, den neuen rein. TTY wie folgt überprüft:

    pi@SmartHomePi4:/dev $ npx @serialport/list
    /dev/ttyACM0    usb-0658_0200-if00      0658
    /dev/ttyACM1    usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2427885-if00   dresden elektronik ingenieurtechnik GmbH
    /dev/ttyAMA0
    /dev/ttyS0
    

    Das neues Interface wird auf /dev/ttyACM0 angezeigt. Dieses gleich im zwave2.0 Adapter eingetragen. Die Instanz gestartet und der Adapter zeigt true, true, true. Super!!! Ich bin so glücklich! Nun kann mein kleines Projekt weitergehen.

    Hier noch das Logfile vom Adapter:

    pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2/build $ cat zwave-1326.log
    2021-04-07T18:01:18.853Z DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                      ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                        ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                       ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                      ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                      ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
    2021-04-07T18:01:18.855Z DRIVER   version 7.1.1
    2021-04-07T18:01:18.855Z DRIVER
    2021-04-07T18:01:18.856Z DRIVER   starting driver...
    2021-04-07T18:01:18.882Z DRIVER   opening serial port /dev/ttyACM0
    2021-04-07T18:01:18.908Z DRIVER   serial port opened
    2021-04-07T18:01:18.910Z SERIAL » [NAK]                                                                   (0x15)
    2021-04-07T18:01:20.417Z DRIVER   loading configuration...
    2021-04-07T18:01:29.969Z CONFIG   Device index regenerated
    2021-04-07T18:01:30.026Z DRIVER   beginning interview...
    2021-04-07T18:01:30.027Z DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                      1 registered
    2021-04-07T18:01:30.028Z DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                      1 registered
    2021-04-07T18:01:30.028Z DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                      1 registered
    2021-04-07T18:01:30.029Z CNTRLR   beginning interview...
    2021-04-07T18:01:30.030Z CNTRLR   querying version info...
    2021-04-07T18:01:30.260Z SERIAL » 0x01030015e9                                                         (5 bytes)
    2021-04-07T18:01:30.262Z DRIVER » [REQ] [GetControllerVersion]
    2021-04-07T18:01:30.268Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.271Z SERIAL « 0x011001155a2d5761766520342e3534000193                              (18 bytes)
    2021-04-07T18:01:30.273Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.275Z DRIVER « [RES] [GetControllerVersion]
                                        payload: 0x5a2d5761766520342e35340001
    2021-04-07T18:01:30.285Z CNTRLR   received version info:
                                        controller type: Static Controller
                                        library version: Z-Wave 4.54
    2021-04-07T18:01:30.286Z CNTRLR   querying controller IDs...
    2021-04-07T18:01:30.317Z SERIAL » 0x01030020dc                                                         (5 bytes)
    2021-04-07T18:01:30.318Z DRIVER » [REQ] [GetControllerId]
    2021-04-07T18:01:30.320Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.322Z SERIAL « 0x01080120eb794967016b                                              (10 bytes)
    2021-04-07T18:01:30.324Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.325Z DRIVER « [RES] [GetControllerId]
                                        payload: 0xeb79496701
    2021-04-07T18:01:30.330Z CNTRLR   received controller IDs:
                                        home ID:     0xeb794967
                                        own node ID: 1
    2021-04-07T18:01:30.331Z CNTRLR   querying controller capabilities...
    2021-04-07T18:01:30.337Z SERIAL » 0x01030005f9                                                         (5 bytes)
    2021-04-07T18:01:30.338Z DRIVER » [REQ] [GetControllerCapabilities]
    2021-04-07T18:01:30.340Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.342Z SERIAL « 0x0104010528d7                                                       (6 bytes)
    2021-04-07T18:01:30.343Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.344Z DRIVER « [RES] [GetControllerCapabilities]
                                        payload: 0x28
    2021-04-07T18:01:30.350Z CNTRLR   received controller capabilities:
                                        controller role:     primary
                                        is in other network: false
                                        is SIS present:      false
                                        was real primary:    true
                                        is a SUC:            false
    2021-04-07T18:01:30.350Z CNTRLR   querying API capabilities...
    2021-04-07T18:01:30.357Z SERIAL » 0x01030007fb                                                         (5 bytes)
    2021-04-07T18:01:30.358Z DRIVER » [REQ] [GetSerialApiCapabilities]
    2021-04-07T18:01:30.360Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.363Z SERIAL « 0x012b0107010100860001005afe81ff884f1f0000fb9f7da067000080008086000 (45 bytes)
                                      000e87300000e0000600000fa
    2021-04-07T18:01:30.365Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.366Z DRIVER « [RES] [GetSerialApiCapabilities]
                                        payload: 0x010100860001005afe81ff884f1f0000fb9f7da067000080008086000000e8730
                                      0000e0000600000
    2021-04-07T18:01:30.372Z CNTRLR   received API capabilities:
                                        serial API version:  1.1
                                        manufacturer ID:     0x86
                                        product type:        0x01
                                        product ID:          0x5a
                                        supported functions:
                                        · GetSerialApiInitData (0x02)
                                        · FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION (0x03)
                                        · ApplicationCommand (0x04)
                                        · GetControllerCapabilities (0x05)
                                        · SetSerialApiTimeouts (0x06)
                                        · GetSerialApiCapabilities (0x07)
                                        · FUNC_ID_SERIAL_API_SOFT_RESET (0x08)
                                        · UNKNOWN_FUNC_UNKNOWN_0x09 (0x09)
                                        · UNKNOWN_FUNC_RF_RECEIVE_MODE (0x10)
                                        · UNKNOWN_FUNC_SET_SLEEP_MODE (0x11)
                                        · FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
                                        · SendData (0x13)
                                        · SendDataMulticast (0x14)
                                        · GetControllerVersion (0x15)
                                        · SendDataAbort (0x16)
                                        · FUNC_ID_ZW_R_F_POWER_LEVEL_SET (0x17)
                                        · UNKNOWN_FUNC_SEND_DATA_META (0x18)
                                        · FUNC_ID_ZW_GET_RANDOM (0x1c)
                                        · GetControllerId (0x20)
                                        · UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
                                        · UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
                                        · UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
                                        · UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
                                        · UNKNOWN_FUNC_FlashAutoProgSet (0x27)
                                        · UNKNOWN_FUNC_NVMGetId (0x29)
                                        · UNKNOWN_FUNC_NVMExtReadLongBuffer (0x2a)
                                        · UNKNOWN_FUNC_NVMExtWriteLongBuffer (0x2b)
                                        · UNKNOWN_FUNC_NVMExtReadLongByte (0x2c)
                                        · UNKNOWN_FUNC_NVMExtWriteLongByte (0x2d)
                                        · GetNodeProtocolInfo (0x41)
                                        · HardReset (0x42)
                                        · FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
                                        · FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
                                        · AssignReturnRoute (0x46)
                                        · DeleteReturnRoute (0x47)
                                        · RequestNodeNeighborUpdate (0x48)
                                        · ApplicationUpdateRequest (0x49)
                                        · AddNodeToNetwork (0x4a)
                                        · RemoveNodeFromNetwork (0x4b)
                                        · FUNC_ID_ZW_CREATE_NEW_PRIMARY (0x4c)
                                        · FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
                                        · FUNC_ID_ZW_SET_LEARN_MODE (0x50)
                                        · FUNC_ID_ZW_ASSIGN_SUC_RETURN_ROUTE (0x51)
                                        · FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
                                        · FUNC_ID_ZW_SET_SUC_NODE_ID (0x54)
                                        · FUNC_ID_ZW_DELETE_SUC_RETURN_ROUTE (0x55)
                                        · GetSUCNodeId (0x56)
                                        · UNKNOWN_FUNC_SEND_SUC_ID (0x57)
                                        · FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
                                        · RequestNodeInfo (0x60)
                                        · RemoveFailedNode (0x61)
                                        · IsFailedNode (0x62)
                                        · ReplaceFailedNode (0x63)
                                        · UNKNOWN_FUNC_UNKNOWN_0x66 (0x66)
                                        · UNKNOWN_FUNC_UNKNOWN_0x67 (0x67)
                                        · GetRoutingInfo (0x80)
                                        · UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
                                        · UNKNOWN_FUNC_GET_PRIORITY_ROUTE (0x92)
                                        · UNKNOWN_FUNC_SET_PRIORITY_ROUTE (0x93)
                                        · UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
                                        · UNKNOWN_FUNC_UNKNOWN_0xB4 (0xb4)
                                        · UNKNOWN_FUNC_WATCH_DOG_ENABLE (0xb6)
                                        · UNKNOWN_FUNC_WATCH_DOG_DISABLE (0xb7)
                                        · UNKNOWN_FUNC_WATCH_DOG_KICK (0xb8)
                                        · UNKNOWN_FUNC_UNKNOWN_0xB9 (0xb9)
                                        · UNKNOWN_FUNC_RF_POWERLEVEL_GET (0xba)
                                        · UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
                                        · UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
                                        · UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
                                        · UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
                                        · UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
                                        · UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
                                        · undefined (0xee)
                                        · UNKNOWN_FUNC_UNKNOWN_0xEF (0xef)
    2021-04-07T18:01:30.372Z CNTRLR   finding SUC...
    2021-04-07T18:01:30.378Z SERIAL » 0x01030056aa                                                         (5 bytes)
    2021-04-07T18:01:30.379Z DRIVER » [REQ] [GetSUCNodeId]
    2021-04-07T18:01:30.381Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.383Z SERIAL « 0x0104015600ac                                                       (6 bytes)
    2021-04-07T18:01:30.384Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.385Z DRIVER « [RES] [GetSUCNodeId]
                                        payload: 0x00
    2021-04-07T18:01:30.396Z CNTRLR   no SUC present
    2021-04-07T18:01:30.421Z CNTRLR   querying node information...
    2021-04-07T18:01:30.429Z SERIAL » 0x01030002fe                                                         (5 bytes)
    2021-04-07T18:01:30.430Z DRIVER » [REQ] [GetSerialApiInitData]
    2021-04-07T18:01:30.432Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.529Z SERIAL « 0x0125010205001d010000000000000000000000000000000000000000000000000 (39 bytes)
                                      00000000500c5
    2021-04-07T18:01:30.530Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.531Z DRIVER « [RES] [GetSerialApiInitData]
                                        payload: 0x05001d01000000000000000000000000000000000000000000000000000000000
                                      500
    2021-04-07T18:01:30.536Z CNTRLR   received node information:
                                        controller role:            primary
                                        controller is a SUC:        false
                                        controller is a slave:      false
                                        controller supports timers: false
                                        nodes in the network:       1
    2021-04-07T18:01:30.549Z CNTRLR   [Node 001] [Manufacturer Specific] manufacturerId: metadata updated
    2021-04-07T18:01:30.550Z CNTRLR   [Node 001] [Manufacturer Specific] productType: metadata updated
    2021-04-07T18:01:30.551Z CNTRLR   [Node 001] [Manufacturer Specific] productId: metadata updated
    2021-04-07T18:01:30.552Z CNTRLR   [Node 001] [+] [Manufacturer Specific] manufacturerId: 134
    2021-04-07T18:01:30.553Z CNTRLR   [Node 001] [+] [Manufacturer Specific] productType: 1
    2021-04-07T18:01:30.554Z CNTRLR   [Node 001] [+] [Manufacturer Specific] productId: 90
    2021-04-07T18:01:30.554Z CNTRLR   setting serial API timeouts: ack = 1000 ms, byte = 150 ms
    2021-04-07T18:01:30.560Z SERIAL » 0x01050006640f97                                                     (7 bytes)
    2021-04-07T18:01:30.561Z DRIVER » [REQ] [SetSerialApiTimeouts]
                                        payload: 0x640f
    2021-04-07T18:01:30.563Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.565Z SERIAL « 0x01050106960f64                                                     (7 bytes)
    2021-04-07T18:01:30.566Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.567Z DRIVER « [RES] [SetSerialApiTimeouts]
                                        payload: 0x960f
    2021-04-07T18:01:30.571Z CNTRLR   serial API timeouts overwritten. The old values were: ack = 1500 ms, byte = 15
                                      0 ms
    2021-04-07T18:01:30.572Z CNTRLR   Interview completed
    2021-04-07T18:01:30.572Z DRIVER   driver ready
    2021-04-07T18:01:30.578Z CNTRLR   [Node 001] Beginning interview - last completed stage: None
    2021-04-07T18:01:30.579Z CNTRLR   [Node 001] new node, doing a full interview...
    2021-04-07T18:01:30.580Z CNTRLR » [Node 001] querying protocol info...
    2021-04-07T18:01:30.642Z SERIAL » 0x0104004101bb                                                       (6 bytes)
    2021-04-07T18:01:30.642Z DRIVER » [REQ] [GetNodeProtocolInfo]
                                        payload: 0x01
    2021-04-07T18:01:30.650Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.652Z SERIAL « 0x0109014193160102020133                                            (11 bytes)
    2021-04-07T18:01:30.654Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.660Z DRIVER « [RES] [GetNodeProtocolInfo]
                                        payload: 0x931601020201
    2021-04-07T18:01:30.680Z CNTRLR « [Node 001] received response for protocol info:
                                      basic device class:    Static Controller
                                      generic device class:  Static Controller
                                      specific device class: PC Controller
                                      node type:             Controller
                                      is always listening:   true
                                      is frequent listening: false
                                      can route messages:    false
                                      supports security:     false
                                      supports beaming:      true
                                      maximum data rate:     100000 kbps
                                      protocol version:      3
    2021-04-07T18:01:30.689Z CNTRLR   [Node 001] Interview stage completed: ProtocolInfo
    2021-04-07T18:01:30.690Z CNTRLR   [Node 001] not pinging the controller
    2021-04-07T18:01:30.691Z CNTRLR   [Node 001] not querying node info from the controller
    2021-04-07T18:01:30.691Z CNTRLR   [Node 001] Interview stage completed: NodeInfo
    2021-04-07T18:01:30.693Z CNTRLR   [Node 001] Interview stage completed: CommandClasses
    2021-04-07T18:01:30.694Z CNTRLR   [Node 001] trying to load device config
    2021-04-07T18:01:30.743Z CNTRLR   [Node 001] device config loaded
    2021-04-07T18:01:30.744Z CNTRLR   [Node 001] Interview stage completed: OverwriteConfig
    2021-04-07T18:01:30.744Z CNTRLR » [Node 001] requesting node neighbors...
    2021-04-07T18:01:30.754Z SERIAL » 0x010700800100000079                                                 (9 bytes)
    2021-04-07T18:01:30.755Z DRIVER » [Node 001] [REQ] [GetRoutingInfo]
                                        remove non-repeaters: false
                                        remove bad links:     false
    2021-04-07T18:01:30.760Z SERIAL « [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.766Z SERIAL « 0x01200180000000000000000000000000000000000000000000000000000000000 (34 bytes)
                                      05e
    2021-04-07T18:01:30.767Z SERIAL » [ACK]                                                                   (0x06)
    2021-04-07T18:01:30.770Z DRIVER « [RES] [GetRoutingInfo]
                                        node ids:
    2021-04-07T18:01:30.776Z CNTRLR   [Node 001] The node is alive.
    2021-04-07T18:01:30.777Z CNTRLR « [Node 001]   node neighbors received:
    2021-04-07T18:01:30.777Z CNTRLR   [Node 001] Interview stage completed: Neighbors
    2021-04-07T18:01:30.777Z CNTRLR   [Node 001] Interview completed
    2021-04-07T18:01:30.778Z CNTRLR   [Node 001] The node is ready to be used
    2021-04-07T18:01:30.779Z CNTRLR   All nodes are ready to be used
    2021-04-07T18:01:31.082Z DRIVER   Usage statistics sent - next transmission scheduled in 23 hours.
    pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2/build $
    

    So muss es aussehen, wenn alles funktioniert.

    Meinen Z-Wave ZMEERAZ2 sende ich als defekt wieder zurück.

    Danke für Eure ganzen Hilfe.

    Viele Grüße Andreas

    A 1 Antwort Letzte Antwort
    0
    • A AMagnum

      @amagnum Heute ist der neue Z-Wave Stick (Modell Aeotec AEOEZW090-C) gekommen. Habe ihn gleich ausprobiert. Das Z-Wave ZMEERAZ2 Modul raus, den neuen rein. TTY wie folgt überprüft:

      pi@SmartHomePi4:/dev $ npx @serialport/list
      /dev/ttyACM0    usb-0658_0200-if00      0658
      /dev/ttyACM1    usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_DE2427885-if00   dresden elektronik ingenieurtechnik GmbH
      /dev/ttyAMA0
      /dev/ttyS0
      

      Das neues Interface wird auf /dev/ttyACM0 angezeigt. Dieses gleich im zwave2.0 Adapter eingetragen. Die Instanz gestartet und der Adapter zeigt true, true, true. Super!!! Ich bin so glücklich! Nun kann mein kleines Projekt weitergehen.

      Hier noch das Logfile vom Adapter:

      pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2/build $ cat zwave-1326.log
      2021-04-07T18:01:18.853Z DRIVER   ███████╗ ██╗    ██╗  █████╗  ██╗   ██╗ ███████╗             ██╗ ███████╗
                                        ╚══███╔╝ ██║    ██║ ██╔══██╗ ██║   ██║ ██╔════╝             ██║ ██╔════╝
                                          ███╔╝  ██║ █╗ ██║ ███████║ ██║   ██║ █████╗   █████╗      ██║ ███████╗
                                         ███╔╝   ██║███╗██║ ██╔══██║ ╚██╗ ██╔╝ ██╔══╝   ╚════╝ ██   ██║ ╚════██║
                                        ███████╗ ╚███╔███╔╝ ██║  ██║  ╚████╔╝  ███████╗        ╚█████╔╝ ███████║
                                        ╚══════╝  ╚══╝╚══╝  ╚═╝  ╚═╝   ╚═══╝   ╚══════╝         ╚════╝  ╚══════╝
      2021-04-07T18:01:18.855Z DRIVER   version 7.1.1
      2021-04-07T18:01:18.855Z DRIVER
      2021-04-07T18:01:18.856Z DRIVER   starting driver...
      2021-04-07T18:01:18.882Z DRIVER   opening serial port /dev/ttyACM0
      2021-04-07T18:01:18.908Z DRIVER   serial port opened
      2021-04-07T18:01:18.910Z SERIAL » [NAK]                                                                   (0x15)
      2021-04-07T18:01:20.417Z DRIVER   loading configuration...
      2021-04-07T18:01:29.969Z CONFIG   Device index regenerated
      2021-04-07T18:01:30.026Z DRIVER   beginning interview...
      2021-04-07T18:01:30.027Z DRIVER   added request handler for AddNodeToNetwork (0x4a)...
                                        1 registered
      2021-04-07T18:01:30.028Z DRIVER   added request handler for RemoveNodeFromNetwork (0x4b)...
                                        1 registered
      2021-04-07T18:01:30.028Z DRIVER   added request handler for ReplaceFailedNode (0x63)...
                                        1 registered
      2021-04-07T18:01:30.029Z CNTRLR   beginning interview...
      2021-04-07T18:01:30.030Z CNTRLR   querying version info...
      2021-04-07T18:01:30.260Z SERIAL » 0x01030015e9                                                         (5 bytes)
      2021-04-07T18:01:30.262Z DRIVER » [REQ] [GetControllerVersion]
      2021-04-07T18:01:30.268Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.271Z SERIAL « 0x011001155a2d5761766520342e3534000193                              (18 bytes)
      2021-04-07T18:01:30.273Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.275Z DRIVER « [RES] [GetControllerVersion]
                                          payload: 0x5a2d5761766520342e35340001
      2021-04-07T18:01:30.285Z CNTRLR   received version info:
                                          controller type: Static Controller
                                          library version: Z-Wave 4.54
      2021-04-07T18:01:30.286Z CNTRLR   querying controller IDs...
      2021-04-07T18:01:30.317Z SERIAL » 0x01030020dc                                                         (5 bytes)
      2021-04-07T18:01:30.318Z DRIVER » [REQ] [GetControllerId]
      2021-04-07T18:01:30.320Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.322Z SERIAL « 0x01080120eb794967016b                                              (10 bytes)
      2021-04-07T18:01:30.324Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.325Z DRIVER « [RES] [GetControllerId]
                                          payload: 0xeb79496701
      2021-04-07T18:01:30.330Z CNTRLR   received controller IDs:
                                          home ID:     0xeb794967
                                          own node ID: 1
      2021-04-07T18:01:30.331Z CNTRLR   querying controller capabilities...
      2021-04-07T18:01:30.337Z SERIAL » 0x01030005f9                                                         (5 bytes)
      2021-04-07T18:01:30.338Z DRIVER » [REQ] [GetControllerCapabilities]
      2021-04-07T18:01:30.340Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.342Z SERIAL « 0x0104010528d7                                                       (6 bytes)
      2021-04-07T18:01:30.343Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.344Z DRIVER « [RES] [GetControllerCapabilities]
                                          payload: 0x28
      2021-04-07T18:01:30.350Z CNTRLR   received controller capabilities:
                                          controller role:     primary
                                          is in other network: false
                                          is SIS present:      false
                                          was real primary:    true
                                          is a SUC:            false
      2021-04-07T18:01:30.350Z CNTRLR   querying API capabilities...
      2021-04-07T18:01:30.357Z SERIAL » 0x01030007fb                                                         (5 bytes)
      2021-04-07T18:01:30.358Z DRIVER » [REQ] [GetSerialApiCapabilities]
      2021-04-07T18:01:30.360Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.363Z SERIAL « 0x012b0107010100860001005afe81ff884f1f0000fb9f7da067000080008086000 (45 bytes)
                                        000e87300000e0000600000fa
      2021-04-07T18:01:30.365Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.366Z DRIVER « [RES] [GetSerialApiCapabilities]
                                          payload: 0x010100860001005afe81ff884f1f0000fb9f7da067000080008086000000e8730
                                        0000e0000600000
      2021-04-07T18:01:30.372Z CNTRLR   received API capabilities:
                                          serial API version:  1.1
                                          manufacturer ID:     0x86
                                          product type:        0x01
                                          product ID:          0x5a
                                          supported functions:
                                          · GetSerialApiInitData (0x02)
                                          · FUNC_ID_SERIAL_API_APPL_NODE_INFORMATION (0x03)
                                          · ApplicationCommand (0x04)
                                          · GetControllerCapabilities (0x05)
                                          · SetSerialApiTimeouts (0x06)
                                          · GetSerialApiCapabilities (0x07)
                                          · FUNC_ID_SERIAL_API_SOFT_RESET (0x08)
                                          · UNKNOWN_FUNC_UNKNOWN_0x09 (0x09)
                                          · UNKNOWN_FUNC_RF_RECEIVE_MODE (0x10)
                                          · UNKNOWN_FUNC_SET_SLEEP_MODE (0x11)
                                          · FUNC_ID_ZW_SEND_NODE_INFORMATION (0x12)
                                          · SendData (0x13)
                                          · SendDataMulticast (0x14)
                                          · GetControllerVersion (0x15)
                                          · SendDataAbort (0x16)
                                          · FUNC_ID_ZW_R_F_POWER_LEVEL_SET (0x17)
                                          · UNKNOWN_FUNC_SEND_DATA_META (0x18)
                                          · FUNC_ID_ZW_GET_RANDOM (0x1c)
                                          · GetControllerId (0x20)
                                          · UNKNOWN_FUNC_MEMORY_GET_BYTE (0x21)
                                          · UNKNOWN_FUNC_MEMORY_PUT_BYTE (0x22)
                                          · UNKNOWN_FUNC_MEMORY_GET_BUFFER (0x23)
                                          · UNKNOWN_FUNC_MEMORY_PUT_BUFFER (0x24)
                                          · UNKNOWN_FUNC_FlashAutoProgSet (0x27)
                                          · UNKNOWN_FUNC_NVMGetId (0x29)
                                          · UNKNOWN_FUNC_NVMExtReadLongBuffer (0x2a)
                                          · UNKNOWN_FUNC_NVMExtWriteLongBuffer (0x2b)
                                          · UNKNOWN_FUNC_NVMExtReadLongByte (0x2c)
                                          · UNKNOWN_FUNC_NVMExtWriteLongByte (0x2d)
                                          · GetNodeProtocolInfo (0x41)
                                          · HardReset (0x42)
                                          · FUNC_ID_ZW_REPLICATION_COMMAND_COMPLETE (0x44)
                                          · FUNC_ID_ZW_REPLICATION_SEND_DATA (0x45)
                                          · AssignReturnRoute (0x46)
                                          · DeleteReturnRoute (0x47)
                                          · RequestNodeNeighborUpdate (0x48)
                                          · ApplicationUpdateRequest (0x49)
                                          · AddNodeToNetwork (0x4a)
                                          · RemoveNodeFromNetwork (0x4b)
                                          · FUNC_ID_ZW_CREATE_NEW_PRIMARY (0x4c)
                                          · FUNC_ID_ZW_CONTROLLER_CHANGE (0x4d)
                                          · FUNC_ID_ZW_SET_LEARN_MODE (0x50)
                                          · FUNC_ID_ZW_ASSIGN_SUC_RETURN_ROUTE (0x51)
                                          · FUNC_ID_ZW_REQUEST_NETWORK_UPDATE (0x53)
                                          · FUNC_ID_ZW_SET_SUC_NODE_ID (0x54)
                                          · FUNC_ID_ZW_DELETE_SUC_RETURN_ROUTE (0x55)
                                          · GetSUCNodeId (0x56)
                                          · UNKNOWN_FUNC_SEND_SUC_ID (0x57)
                                          · FUNC_ID_ZW_EXPLORE_REQUEST_INCLUSION (0x5e)
                                          · RequestNodeInfo (0x60)
                                          · RemoveFailedNode (0x61)
                                          · IsFailedNode (0x62)
                                          · ReplaceFailedNode (0x63)
                                          · UNKNOWN_FUNC_UNKNOWN_0x66 (0x66)
                                          · UNKNOWN_FUNC_UNKNOWN_0x67 (0x67)
                                          · GetRoutingInfo (0x80)
                                          · UNKNOWN_FUNC_LOCK_ROUTE_RESPONSE (0x90)
                                          · UNKNOWN_FUNC_GET_PRIORITY_ROUTE (0x92)
                                          · UNKNOWN_FUNC_SET_PRIORITY_ROUTE (0x93)
                                          · UNKNOWN_FUNC_UNKNOWN_0x98 (0x98)
                                          · UNKNOWN_FUNC_UNKNOWN_0xB4 (0xb4)
                                          · UNKNOWN_FUNC_WATCH_DOG_ENABLE (0xb6)
                                          · UNKNOWN_FUNC_WATCH_DOG_DISABLE (0xb7)
                                          · UNKNOWN_FUNC_WATCH_DOG_KICK (0xb8)
                                          · UNKNOWN_FUNC_UNKNOWN_0xB9 (0xb9)
                                          · UNKNOWN_FUNC_RF_POWERLEVEL_GET (0xba)
                                          · UNKNOWN_FUNC_GET_LIBRARY_TYPE (0xbd)
                                          · UNKNOWN_FUNC_SEND_TEST_FRAME (0xbe)
                                          · UNKNOWN_FUNC_GET_PROTOCOL_STATUS (0xbf)
                                          · UNKNOWN_FUNC_UNKNOWN_0xD2 (0xd2)
                                          · UNKNOWN_FUNC_UNKNOWN_0xD3 (0xd3)
                                          · UNKNOWN_FUNC_UNKNOWN_0xD4 (0xd4)
                                          · undefined (0xee)
                                          · UNKNOWN_FUNC_UNKNOWN_0xEF (0xef)
      2021-04-07T18:01:30.372Z CNTRLR   finding SUC...
      2021-04-07T18:01:30.378Z SERIAL » 0x01030056aa                                                         (5 bytes)
      2021-04-07T18:01:30.379Z DRIVER » [REQ] [GetSUCNodeId]
      2021-04-07T18:01:30.381Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.383Z SERIAL « 0x0104015600ac                                                       (6 bytes)
      2021-04-07T18:01:30.384Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.385Z DRIVER « [RES] [GetSUCNodeId]
                                          payload: 0x00
      2021-04-07T18:01:30.396Z CNTRLR   no SUC present
      2021-04-07T18:01:30.421Z CNTRLR   querying node information...
      2021-04-07T18:01:30.429Z SERIAL » 0x01030002fe                                                         (5 bytes)
      2021-04-07T18:01:30.430Z DRIVER » [REQ] [GetSerialApiInitData]
      2021-04-07T18:01:30.432Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.529Z SERIAL « 0x0125010205001d010000000000000000000000000000000000000000000000000 (39 bytes)
                                        00000000500c5
      2021-04-07T18:01:30.530Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.531Z DRIVER « [RES] [GetSerialApiInitData]
                                          payload: 0x05001d01000000000000000000000000000000000000000000000000000000000
                                        500
      2021-04-07T18:01:30.536Z CNTRLR   received node information:
                                          controller role:            primary
                                          controller is a SUC:        false
                                          controller is a slave:      false
                                          controller supports timers: false
                                          nodes in the network:       1
      2021-04-07T18:01:30.549Z CNTRLR   [Node 001] [Manufacturer Specific] manufacturerId: metadata updated
      2021-04-07T18:01:30.550Z CNTRLR   [Node 001] [Manufacturer Specific] productType: metadata updated
      2021-04-07T18:01:30.551Z CNTRLR   [Node 001] [Manufacturer Specific] productId: metadata updated
      2021-04-07T18:01:30.552Z CNTRLR   [Node 001] [+] [Manufacturer Specific] manufacturerId: 134
      2021-04-07T18:01:30.553Z CNTRLR   [Node 001] [+] [Manufacturer Specific] productType: 1
      2021-04-07T18:01:30.554Z CNTRLR   [Node 001] [+] [Manufacturer Specific] productId: 90
      2021-04-07T18:01:30.554Z CNTRLR   setting serial API timeouts: ack = 1000 ms, byte = 150 ms
      2021-04-07T18:01:30.560Z SERIAL » 0x01050006640f97                                                     (7 bytes)
      2021-04-07T18:01:30.561Z DRIVER » [REQ] [SetSerialApiTimeouts]
                                          payload: 0x640f
      2021-04-07T18:01:30.563Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.565Z SERIAL « 0x01050106960f64                                                     (7 bytes)
      2021-04-07T18:01:30.566Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.567Z DRIVER « [RES] [SetSerialApiTimeouts]
                                          payload: 0x960f
      2021-04-07T18:01:30.571Z CNTRLR   serial API timeouts overwritten. The old values were: ack = 1500 ms, byte = 15
                                        0 ms
      2021-04-07T18:01:30.572Z CNTRLR   Interview completed
      2021-04-07T18:01:30.572Z DRIVER   driver ready
      2021-04-07T18:01:30.578Z CNTRLR   [Node 001] Beginning interview - last completed stage: None
      2021-04-07T18:01:30.579Z CNTRLR   [Node 001] new node, doing a full interview...
      2021-04-07T18:01:30.580Z CNTRLR » [Node 001] querying protocol info...
      2021-04-07T18:01:30.642Z SERIAL » 0x0104004101bb                                                       (6 bytes)
      2021-04-07T18:01:30.642Z DRIVER » [REQ] [GetNodeProtocolInfo]
                                          payload: 0x01
      2021-04-07T18:01:30.650Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.652Z SERIAL « 0x0109014193160102020133                                            (11 bytes)
      2021-04-07T18:01:30.654Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.660Z DRIVER « [RES] [GetNodeProtocolInfo]
                                          payload: 0x931601020201
      2021-04-07T18:01:30.680Z CNTRLR « [Node 001] received response for protocol info:
                                        basic device class:    Static Controller
                                        generic device class:  Static Controller
                                        specific device class: PC Controller
                                        node type:             Controller
                                        is always listening:   true
                                        is frequent listening: false
                                        can route messages:    false
                                        supports security:     false
                                        supports beaming:      true
                                        maximum data rate:     100000 kbps
                                        protocol version:      3
      2021-04-07T18:01:30.689Z CNTRLR   [Node 001] Interview stage completed: ProtocolInfo
      2021-04-07T18:01:30.690Z CNTRLR   [Node 001] not pinging the controller
      2021-04-07T18:01:30.691Z CNTRLR   [Node 001] not querying node info from the controller
      2021-04-07T18:01:30.691Z CNTRLR   [Node 001] Interview stage completed: NodeInfo
      2021-04-07T18:01:30.693Z CNTRLR   [Node 001] Interview stage completed: CommandClasses
      2021-04-07T18:01:30.694Z CNTRLR   [Node 001] trying to load device config
      2021-04-07T18:01:30.743Z CNTRLR   [Node 001] device config loaded
      2021-04-07T18:01:30.744Z CNTRLR   [Node 001] Interview stage completed: OverwriteConfig
      2021-04-07T18:01:30.744Z CNTRLR » [Node 001] requesting node neighbors...
      2021-04-07T18:01:30.754Z SERIAL » 0x010700800100000079                                                 (9 bytes)
      2021-04-07T18:01:30.755Z DRIVER » [Node 001] [REQ] [GetRoutingInfo]
                                          remove non-repeaters: false
                                          remove bad links:     false
      2021-04-07T18:01:30.760Z SERIAL « [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.766Z SERIAL « 0x01200180000000000000000000000000000000000000000000000000000000000 (34 bytes)
                                        05e
      2021-04-07T18:01:30.767Z SERIAL » [ACK]                                                                   (0x06)
      2021-04-07T18:01:30.770Z DRIVER « [RES] [GetRoutingInfo]
                                          node ids:
      2021-04-07T18:01:30.776Z CNTRLR   [Node 001] The node is alive.
      2021-04-07T18:01:30.777Z CNTRLR « [Node 001]   node neighbors received:
      2021-04-07T18:01:30.777Z CNTRLR   [Node 001] Interview stage completed: Neighbors
      2021-04-07T18:01:30.777Z CNTRLR   [Node 001] Interview completed
      2021-04-07T18:01:30.778Z CNTRLR   [Node 001] The node is ready to be used
      2021-04-07T18:01:30.779Z CNTRLR   All nodes are ready to be used
      2021-04-07T18:01:31.082Z DRIVER   Usage statistics sent - next transmission scheduled in 23 hours.
      pi@SmartHomePi4:/opt/iobroker/node_modules/iobroker.zwave2/build $
      

      So muss es aussehen, wenn alles funktioniert.

      Meinen Z-Wave ZMEERAZ2 sende ich als defekt wieder zurück.

      Danke für Eure ganzen Hilfe.

      Viele Grüße Andreas

      A Offline
      A Offline
      AMagnum
      schrieb am zuletzt editiert von AMagnum
      #42

      @amagnum Hier noch die Ausgabe im ioBroker:
      ef765ac2-00ed-4ac7-b4b4-aced813aeb15-grafik.png

      363310ab-8eb5-4180-ab87-a222f9211bde-grafik.png

      AlCalzoneA tugsiT 2 Antworten Letzte Antwort
      0
      • A AMagnum

        @amagnum Hier noch die Ausgabe im ioBroker:
        ef765ac2-00ed-4ac7-b4b4-aced813aeb15-grafik.png

        363310ab-8eb5-4180-ab87-a222f9211bde-grafik.png

        AlCalzoneA Offline
        AlCalzoneA Offline
        AlCalzone
        Developer
        schrieb am zuletzt editiert von
        #43

        @amagnum Super - also waren wir doch nicht zu dumm :D

        Warum `sudo` böse ist: https://forum.iobroker.net/post/17109

        1 Antwort Letzte Antwort
        0
        • A AMagnum

          @amagnum Hier noch die Ausgabe im ioBroker:
          ef765ac2-00ed-4ac7-b4b4-aced813aeb15-grafik.png

          363310ab-8eb5-4180-ab87-a222f9211bde-grafik.png

          tugsiT Offline
          tugsiT Offline
          tugsi
          schrieb am zuletzt editiert von
          #44

          @amagnum Na hoffentlich kannst den RazBerry noch umtauschen

          Master ioBroker in Proxmox als LXC auf 1. Tiny-Lenovo, Proxmox-VM als Slave auf 2. Tinyi-Lenovo mit Zigbee und Monitor zur Visualisierung, Hauptautomatisierung über S7 auf Beckhoff CX, dazu noch Shelly, Homematic...

          1 Antwort Letzte Antwort
          0
          Antworten
          • In einem neuen Thema antworten
          Anmelden zum Antworten
          • Älteste zuerst
          • Neuste zuerst
          • Meiste Stimmen


          Support us

          ioBroker
          Community Adapters
          Donate

          768

          Online

          32.6k

          Benutzer

          82.2k

          Themen

          1.3m

          Beiträge
          Community
          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
          ioBroker Community 2014-2025
          logo
          • Anmelden

          • Du hast noch kein Konto? Registrieren

          • Anmelden oder registrieren, um zu suchen
          • Erster Beitrag
            Letzter Beitrag
          0
          • Home
          • Aktuell
          • Tags
          • Ungelesen 0
          • Kategorien
          • Unreplied
          • Beliebt
          • GitHub
          • Docu
          • Hilfe