Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Einbindung von Geräten
    5. Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)

    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

    Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev)

    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      lukas.g @mickym last edited by

      Ich habe ein ähnliches Problem mit meinem Hichi IR Lesegerät und wurde hierher verwiesen.
      "proposed updates" werden nicht als neuer erkannt.
      "backports" führt zu einem segmentation fault.
      Ist dieser backport nicht kompatibel mit meinem Raspi Zero?
      WARNUNG: Siehe unten!

      proposed updates:

      lukas@rpi-lg2:/etc/apt/sources.list.d $ apt policy udev
      udev:
        Installed: 247.3-7+rpi1+deb11u2
        Candidate: 247.3-7+rpi1+deb11u2
        Version table:
       *** 247.3-7+rpi1+deb11u2 500
              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
              100 /var/lib/dpkg/status
           247.3-7+deb11u4 500
              500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
      lukas@rpi-lg2:/etc/apt/sources.list.d $ sudo apt -t bullseye-proposed-updates install udev
      Reading package lists... Done
      Building dependency tree... Done
      Reading state information... Done
      udev is already the newest version (247.3-7+rpi1+deb11u2).
      0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
      

      backports:

      lukas@rpi-lg2:/etc/apt/sources.list.d $ sudo apt -t bullseye-backports install udev
      [...hier wurden die Ausgaben teilweise überschrieben...]
      See "systemctl status systemd-udevd.service" and "journalctl -xe" for details.
      invoke-rc.d: initscript udev, action "restart" failed.
      ● systemd-udevd.service - Rule-based Manager for Device Events and Files
           Loaded: loaded (/lib/systemd/system/systemd-udevd.service; static)
           Active: activating (start) since Sat 2023-07-22 10:39:29 CEST; 121ms ago
      TriggeredBy: ● systemd-udevd-kernel.socket
                   ● systemd-udevd-control.socket
             Docs: man:systemd-udevd.service(8)
                   man:udev(7)
         Main PID: 2989 ((md-udevd))
            Tasks: 1
              CPU: 49ms
           CGroup: /system.slice/systemd-udevd.service
                   └─2989 (md-udevd)
      
      Jul 22 10:39:29 rpi-lg2 systemd[1]: Starting Rule-based Manager for Device Events and Files...
      Jul 22 10:39:29 rpi-lg2 systemd[1]: systemd-udevd.service: Main process exited, code=killed, status=11/SEGV
      Jul 22 10:39:29 rpi-lg2 systemd[1]: systemd-udevd.service: Failed with result 'signal'.
      Jul 22 10:39:29 rpi-lg2 systemd[1]: Failed to start Rule-based Manager for Device Events and Files.
      Jul 22 10:39:29 rpi-lg2 systemd[1]: systemd-udevd.service: Scheduled restart job, restart counter is at 2.
      Jul 22 10:39:29 rpi-lg2 systemd[1]: Stopped Rule-based Manager for Device Events and Files.
      Jul 22 10:39:29 rpi-lg2 systemd[1]: Starting Rule-based Manager for Device Events and Files...
      dpkg: error processing package udev (--configure):
       installed udev package post-installation script subprocess returned error exit status 1
      Setting up libudev-dev:armhf (252.5-2~bpo11+1) ...
      Processing triggers for libc-bin (2.31-13+rpt2+rpi1+deb11u5) ...
      Processing triggers for man-db (2.9.4-2) ...
      Processing triggers for initramfs-tools (0.140) ...
      Errors were encountered while processing:
       udev
      E: Sub-process /usr/bin/dpkg returned an error code (1)
      

      Anschließend war das System kaputt. Ich werde es neu Aufsetzen und gleich das "hold" auf udev setzen...

      mickym Thomas Braun 2 Replies Last reply Reply Quote 0
      • mickym
        mickym Most Active @lukas.g last edited by mickym

        @lukas-g du weißt aber schon, dass du vor dem

        sudo apt -t bullseye-proposed-updates install udev
        
        

        nochmalnein

        
        sudo apt update
        
        
        

        Hättest ausführen müssen. Also ggf. Genau lesen.

        Außerdem sehe ich nicht, dass du die Dateien unter sources.list.d erstellt hast.

        L 1 Reply Last reply Reply Quote 0
        • Thomas Braun
          Thomas Braun Most Active @lukas.g last edited by Thomas Braun

          @lukas-g

          Und du hast ein 32bit System. Sonderfall, steht aber auch drin.

          Und offenbar passte dein udev nicht zur libudev1.
          Hast du irgendwie reingeprügelt.

          Also System selber kaputt gemacht.

          L 1 Reply Last reply Reply Quote 0
          • L
            lukas.g @mickym last edited by

            @mickym said:

            nochmalnein
            sudo apt update
            Hättest ausführen müssen. Also ggf. Genau lesen.

            Hatte ich, nur nicht dokumentiert, sorry.
            Ist aber vielleicht auch daran erkennbar, dass apt policy udev die Quelle auflistet.

            @thomas-braun said:

            Und du hast ein 32bit System. Sonderfall, steht aber auch drin.

            Das erklärt wohl, warum der erste Anlauf nicht funktionierte, aber doch hoffentlich nicht, warum der zweite zu einem SEGFAULT führt, oder?

            Thomas Braun 1 Reply Last reply Reply Quote 0
            • L
              lukas.g @Thomas Braun last edited by

              @thomas-braun said in Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev):

              Hast du irgendwie reingeprügelt.

              Ich wüsste nicht, wie.
              Ich denke, ich habe mich an die hier genannten Vorschläge gehalten!

              Thomas Braun 1 Reply Last reply Reply Quote 0
              • Thomas Braun
                Thomas Braun Most Active @lukas.g last edited by

                @lukas-g

                Beim zweiten hast du offenbar unpassende Versionen von udev und der libudev1 miteinander vermengt.

                Da müsste man die Meldungen von dpkg/apt dazu sehen.

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @lukas.g last edited by

                  @lukas-g sagte in Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev):

                  Ich denke, ich habe mich an die hier genannten Vorschläge gehalten!

                  Nö, dann hätte es ja funktioniert.

                  1 Reply Last reply Reply Quote 0
                  • D
                    DerJonas @DJMarc75 last edited by

                    Hallo nochmal, und schon einmal vielen Dank für die Antworten!

                    @djmarc75 said in Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev):

                    seit welchem update ?

                    Das Update, von welchem dieser Thread handelt!? Es steht im Titel des Threads, ich dachte deshalb das wäre eindeutig. Ich hatte einfach apt update und upgrade ausgeführt und mir damit den Fehler herein geholt.

                    @thomas-braun said in Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev):

                    Wenn mann wüsste was mit 'herumgeteste' konkret gemeint ist...

                    Das weiß ich leider auch nicht mehr, Sorry! Ich habe so viel herum probiert. Ich hatte relativ früh (Ich glaube im Mai) dieses Problem und habe verschiedene Dinge die hier beschrieben wurden und aber auch andere Dinge ausprobiert. Ich hatte auch dieses Problem mit den Schlüsseln. Leider kenne ich mich mit mit der Rechte/User-Thematik nicht aus.
                    Leider sind auch viele Anleitungen die man online findet gerade was das angeht veraltet.

                    @thomas-braun said in Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev):

                    Ist aber auch eine Frage für einen eigenen Thread.
                    Ausgaben des LogFiles wären dann dort auch hilfreich.

                    Ich versuch es mal, ich hoffe damit könnt Ihr etwas anfangen.

                    pi@iobroker-pi:~ $ ls -la /dev/serial/by-id/
                    insgesamt 0
                    drwxr-xr-x 2 root root 60 23. Jul 11:17 .
                    drwxr-xr-x 4 root root 80 23. Jul 11:17 ..
                    lrwxrwxrwx 1 root root 13 23. Jul 11:17 usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0 -> ../../ttyUSB0
                    

                    Hier wird der Sonoff Stick gefunden. Ich kopiere die Ausgabe aus Zeile 5 und setze diese in den Einstellungen der Instanz Zigbee.0 unter "COM port name" direkt hinter "/dev/serial/by-id/". Also: "/dev/serial/by-id/usb-Silicon_Labs_Sonoff_Zigbee_3.0_USB_Dongle_Plus_0001-if00-port0"

                    Ich hoffe, das hier ist der richtige Log!?

                    zigbee.0
                    	2023-07-23 11:24:25.015	debug	DeviceAvailability:Publish LQ for 0x04cd15fffedb2b9e = 0
                    zigbee.0
                    	2023-07-23 11:24:25.008	debug	DeviceAvailability:Publish available for 0x04cd15fffedb2b9e = false
                    zigbee.0
                    	2023-07-23 11:24:25.000	warn	DeviceAvailability:Failed to ping 0x04cd15fffedb2b9e TS0505B
                    zigbee.0
                    	2023-07-23 11:24:23.796	debug	DeviceAvailability:Exception in readState of '0x04cd15fffedb2b9e' - error : 'Error: Read 0x04cd15fffedb2b9e/1 genOnOff(["onOff"], {"sendWhen":"immediate","timeout":10000,"disableResponse":false,"disableRecovery":false,"disableDefaultResponse":true,"direction":0,"srcEndpoint":null,"reservedBits":0,"manufacturerCode":null,"transactionSequenceNumber":null,"writeUndiv":false}) failed (Data request failed with error: 'No network route' (205))'
                    zigbee.0
                    	2023-07-23 11:24:02.911	debug	DeviceAvailability:Publish LQ for 0x04cd15fffedb2b9e = 10
                    zigbee.0
                    	2023-07-23 11:24:02.903	debug	DeviceAvailability:Publish available for 0x04cd15fffedb2b9e = true
                    zigbee.0
                    	2023-07-23 11:24:02.047	info	debug devices set to []
                    zigbee.0
                    	2023-07-23 11:24:02.030	debug	DeviceAvailability:register device Ping for "0x04cd15fffedb2b9e"
                    zigbee.0
                    	2023-07-23 11:24:02.028	debug	getGroups result: {}
                    zigbee.0
                    	2023-07-23 11:24:01.909	info	Zigbee started
                    zigbee.0
                    	2023-07-23 11:24:01.908	info	0x04cd15fffedb2b9e (addr 61306): 14156506L - Lidl Livarno Lux smart LED mood light (Router)
                    zigbee.0
                    	2023-07-23 11:24:01.905	debug	New device event: {"type":"device","device":{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":2,"_type":"Router","_ieeeAddr":"0x04cd15fffedb2b9e","_networkAddress":61306,"_manufacturerID":4098,"_endpoints":[{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":1,"profileID":260,"deviceID":269,"inputClusters":[0,3,4,5,6,4096,8,768,61184],"outputClusters":[25,10],"deviceNetworkAddress":61306,"deviceIeeeAddress":"0x04cd15fffedb2b9e","clusters":{"genBasic":{"attributes":{"modelId":"TS0505B","manufacturerName":"_TZ3210_r0xgkft5","powerSource":1,"zclVersion":3,"appVersion":90,"stackVersion":0,"hwVersion":1,"dateCode":""}},"lightingColorCtrl":{"attributes":{"colorCapabilities":29}},"genOnOff":{"attributes":{"onOff":1}}},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{},"sendInProgress":false},{"_events":{},"_eventsCount":0,"_maxListeners":100,"ID":242,"profileID":41440,"deviceID":97,"inputClusters":[],"outputClusters":[33],"deviceNetworkAddress":61306,"deviceIeeeAddress":"0x04cd15fffedb2b9e","clusters":{},"_binds":[],"_configuredReportings":[],"meta":{},"pendingRequests":{},"sendInProgress":false}],"_manufacturerName":"_TZ3210_r0xgkft5","_powerSource":"Mains (single phase)","_modelID":"TS0505B","_applicationVersion":90,"_stackVersion":0,"_zclVersion":3,"_hardwareVersion":1,"_dateCode":"","_interviewCompleted":true,"_interviewing":false,"_skipDefaultResponse":false,"_skipTimeResponse":false,"meta":{"configured":1842547789},"_lastSeen":1689967873313,"_defaultSendRequestWhen":"immediate","_pendingRequestTimeout":0},"mapped":{"exposes":[{"type":"light","features":[{"type":"binary","name":"state","property":"state","access":7,"value_on":"ON","value_off":"OFF","value_toggle":"TOGGLE","description":"On/off state of this light"},{"type":"numeric","name":"brightness","property":"brightness","access":7,"value_min":0,"value_max":254,"description":"Brightness of this light"},{"type":"numeric","name":"color_temp","property":"color_temp","access":7,"unit":"mired","value_min":153,"value_max":500,"description":"Color temperature of this light","presets":[{"name":"coolest","value":153,"description":"Coolest temperature supported"},{"name":"cool","value":250,"description":"Cool temperature (250 mireds / 4000 Kelvin)"},{"name":"neutral","value":370,"description":"Neutral temperature (370 mireds / 2700 Kelvin)"},{"name":"warm","value":454,"description":"Warm temperature (454 mireds / 2200 Kelvin)"},{"name":"warmest","value":500,"description":"Warmest temperature supported"}]},{"type":"composite","property":"color","name":"color_xy","features":[{"type":"numeric","name":"x","property":"x","access":7},{"type":"numeric","name":"y","property":"y","access":7}],"access":7,"description":"Color of this light in the CIE 1931 color space (x/y)"}]},{"type":"enum","name":"effect","property":"effect","access":2,"values":["blink","breathe","okay","channel_change","finish_effect","stop_effect"],"description":"Triggers an effect on the light (e.g. make light blink for a few seconds)"},{"type":"binary","name":"do_not_disturb","property":"do_not_disturb","access":3,"value_on":true,"value_off":false,"description":"Do not disturb mode, when enabled this function will keep the light OFF after a power outage"},{"type":"enum","name":"color_power_on_behavior","property":"color_power_on_behavior","access":3,"values":["initial","previous","cutomized"],"description":"Power on behavior state"},{"type":"numeric","name":"linkquality","property":"linkquality","access":1,"unit":"lqi","description":"Link quality (signal strength)","value_min":0,"value_max":255}],"fromZigbee":[{"cluster":"lightingColorCtrl","type":["attributeReport","readResponse"],"options":[{"type":"binary","name":"color_sync","property":"color_sync","access":2,"value_on":true,"value_off":false,"description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true)."}]},{"cluster":"genOnOff","type":["attributeReport","readResponse"],"options":[{"type":"binary","name":"state_action","property":"state_action","access":2,"value_on":true,"value_off":false,"description":"State actions will also be published as 'action' when true (default false)."}]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genLevelCtrl","type":["attributeReport","readResponse"]},{"cluster":"genBasic","type":["attributeReport","readResponse"]}],"toZigbee":[{"key":["state","brightness","brightness_percent","on_time"],"options":[{"type":"numeric","name":"transition","property":"transition","access":2,"value_min":0,"description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition)."}]},{"key":["color","color_temp","color_temp_percent"],"options":[{"type":"binary","name":"color_sync","property":"color_sync","access":2,"value_on":true,"value_off":false,"description":"When enabled colors will be synced, e.g. if the light supports both color x/y and color temperature a conversion from color x/y to color temperature will be done when setting the x/y color (default true)."},{"type":"numeric","name":"transition","property":"transition","access":2,"value_min":0,"description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition)."}]},{"key":["transition"],"attr":[]},{"key":["rate"],"attr":[]},{"key":["brightness_move","brightness_move_onoff"]},{"key":["colortemp_move","color_temp_move"]},{"key":["brightness_step","brightness_step_onoff"],"options":[{"type":"numeric","name":"transition","property":"transition","access":2,"value_min":0,"description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition)."}]},{"key":["color_temp_step"],"options":[{"type":"numeric","name":"transition","property":"transition","access":2,"value_min":0,"description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition)."}]},{"key":["hue_move","saturation_move"]},{"key":["hue_step","saturation_step"],"options":[{"type":"numeric","name":"transition","property":"transition","access":2,"value_min":0,"description":"Controls the transition time (in seconds) of on/off, brightness, color temperature (if applicable) and color (if applicable) changes. Defaults to `0` (no transition)."}]},{"key":["level_config"]},{"key":["color_options"]},{"key":["color_mode"]},{"key":["effect","alert","flash"]},{"key":["do_not_disturb"]},{"key":["color_power_on_behavior"]},{"key":["scene_store"]},{"key":["scene_recall"]},{"key":["scene_add"]},{"key":["scene_remove"]},{"key":["scene_remove_all"]},{"key":["read"]},{"key":["write"]},{"key":["command"]},{"key":["reset"]}],"meta":{"applyRedFix":true,"supportsEnhancedHue":false},"zigbeeModel":["TS0505B"],"model":"14156506L","vendor":"Lidl","description":"Livarno Lux smart LED mood light","whiteLabel":[{"vendor":"Mercator Ikuü","model":"SMD4106W-RGB-ZB"},{"vendor":"TuYa","model":"A5C-21F7-01"},{"vendor":"Mercator Ikuü","model":"S9E27LED9W-RGB-Z"},{"vendor":"Aldi","model":"L122CB63H11A9.0W","description":"LIGHTWAY smart home LED-lamp - bulb"},{"vendor":"Lidl","model":"14153706L","description":"Livarno smart LED ceiling light"},{"vendor":"Zemismart","model":"LXZB-ZB-09A","description":"Zemismart LED Surface Mounted Downlight 9W RGBW"},{"vendor":"Feconn","model":"FE-GU10-5W","description":"Zigbee GU10 5W smart bulb"},{"vendor":"Nedis","model":"ZBLC1E14"},{"vendor":"Aldi","model":"L122FF63H11A5.0W","description":"LIGHTWAY smart home LED-lamp - spot","fingerprint":[{"manufacturerName":"_TZ3000_j0gtlepx"}]},{"vendor":"Aldi","model":"L122AA63H11A6.5W","description":"LIGHTWAY smart home LED-lamp - candle","fingerprint":[{"manufacturerName":"_TZ3000_iivsrikg"}]},{"vendor":"Aldi","model":"C422AC11D41H140.0W","description":"MEGOS LED panel RGB+CCT 40W 3600lm 62 x 62 cm","fingerprint":[{"manufacturerName":"_TZ3000_v1srfw9x"}]},{"vendor":"Aldi","model":"C422AC14D41H140.0W","description":"MEGOS LED panel RGB+CCT 40W 3600lm 30 x 120 cm","fingerprint":[{"manufacturerName":"_TZ3000_gb5gaeca"}]},{"vendor":"MiBoxer","model":"FUT066Z","description":"RGB+CCT LED Downlight","fingerprint":[{"manufacturerName":"_TZ3210_zrvxvydd"}]},{"vendor":"Miboxer","model":"FUT039Z","description":"RGB+CCT LED controller","fingerprint":[{"manufacturerName":"_TZ3210_jicmoite"}]},{"vendor":"Lidl","model":"14156506L","description":"Livarno Lux smart LED mood light","fingerprint":[{"manufacturerName":"_TZ3210_r0xgkft5"}]},{"vendor":"Lidl","model":"HG08010","description":"Livarno Home outdoor spotlight","fingerprint":[{"manufacturerName":"_TZ3210_umi6vbsz"}]},{"vendor":"Lidl","model":"HG08008","description":"Livarno Home LED ceiling light","fingerprint":[{"manufacturerName":"_TZ3210_p9ao60da"}]},{"vendor":"TuYa","model":"HG08007","description":"Livarno Home outdoor LED band","fingerprint":[{"manufacturerName":"_TZ3210_zbabx9wh"}]},{"vendor":"Lidl","model":"14158704L","description":"Livarno Home LED floor lamp, RGBW","fingerprint":[{"manufacturerName":"_TZ3210_z1vlyufu"}]},{"vendor":"Lidl","model":"14158804L","description":"Livarno Home LED desk lamp RGBW","fingerprint":[{"manufacturerName":"_TZ3210_hxtfthp5"}]},{"vendor":"Lidl","model":"HG07834A","description":"Livarno Lux GU10 spot RGB","fingerprint":[{"manufacturerName":"_TZ3000_quqaeew6"}]},{"vendor":"Lidl","model":"HG07834B","description":"Livarno Lux E14 candle RGB","fingerprint":[{"manufacturerName":"_TZ3000_th6zqqy6"},{"manufacturerName":"_TZ3000_wr6g6olr"}]},{"vendor":"Lidl","model":"HG08131C","description":"Livarno Home outdoor E27 bulb in set with flare","fingerprint":[{"manufacturerName":"_TZ3000_q50zhdsc"}]},{"vendor":"Lidl","model":"HG07834C","description":"Livarno Lux E27 bulb RGB","fingerprint":[{"manufacturerName":"_TZ3000_qd7hej8u"}]},{"vendor":"Lidl","model":"HG08383B","description":"Livarno outdoor LED light chain","fingerprint":[{"manufacturerName":"_TZ3000_bwlvyjwk"}]},{"vendor":"Lidl","model":"HG08383A","description":"Livarno outdoor LED light chain","fingerprint":[{"manufacturerName":"_TZ3000_taspddvq"}]},{"vendor":"Garza Smart","model":"Garza-Standard-A60","description":"Standard A60 bulb","fingerprint":[{"manufacturerName":"_TZ3210_sln7ah6r"}]},{"vendor":"UR Lighting","model":"TH008L10RGBCCT","description":"10W RGB+CCT downlight","fingerprint":[{"manufacturerName":"_TZ3210_dn5higyl"}]},{"vendor":"Lidl","model":"HG08010","description":"Livarno Home outdoor spotlight","fingerprint":[{"manufacturerName":"_TZ3210_umi6vbsz"}]},{"vendor":"Lidl","model":"HG08008","description":"Livarno Home LED ceiling light","fingerprint":[{"manufacturerName":"_TZ3210_p9ao60da"}]},{"vendor":"Lidl","model":"HG08007","description":"Livarno Home outdoor LED band","fingerprint":[{"manufacturerName":"_TZ3210_zbabx9wh"}]},{"vendor":"Lidl","model":"399629_2110","description":"Livarno Lux Ceiling Panel RGB+CCT","fingerprint":[{"manufacturerName":"_TZ3210_c0s1xloa"}]},{"vendor":"Skydance","model":"WZ5_dim_2","description":"Zigbee & RF 5 in 1 LED controller (DIM mode)","fingerprint":[{"manufacturerName":"_TZB210_3zfp8mki"}]},{"vendor":"TuYa","model":"TS0505B_1_1","description":"Zigbee 3.0 18W led light bulb E27 RGBCW","fingerprint":[{"manufacturerName":"_TZ3210_jd3z4yig"}]},{"vendor":"TuYa","model":"TS0505B_1_2","description":"Zigbee E14 dimmable smart bulb RGB+CW+WW","fingerprint":[{"manufacturerName":"_TZ3210_it1u8ahz"}]},{"vendor":"TuYa","model":"TS0505B_1_3","description":"Zigbee 10W Downlight RGB CCW","fingerprint":[{"manufacturerName":"_TZ3210_it1u8ahz"}]}],"options":["[Circular]","[Circular]","[Circular]"]},"name":"0x04cd15fffedb2b9e"}
                    zigbee.0
                    	2023-07-23 11:24:01.900	debug	DeviceConfigure:DeviceConfigure 0x04cd15fffedb2b9e TS0505B not needed
                    zigbee.0
                    	2023-07-23 11:24:01.897	info	Currently 1 devices are joined:
                    zigbee.0
                    	2023-07-23 11:24:01.886	info	--> transmitPower : normal
                    zigbee.0
                    	2023-07-23 11:24:01.875	info	Unable to disable LED, unsupported function.
                    zigbee.0
                    	2023-07-23 11:24:01.872	debug	Zigbee network parameters: panID=6754 channel=25 extendedPanID=4da8f910b3cc47a7
                    zigbee.0
                    	2023-07-23 11:24:01.864	info	Coordinator firmware version: {"type":"zStack3x0","meta":{"transportrev":2,"product":1,"majorrel":2,"minorrel":7,"maintrel":1,"revision":20210708}}
                    zigbee.0
                    	2023-07-23 11:24:01.852	debug	zigbee-herdsman started
                    

                    Ich habe jetzt einfach den Text aus dem Browser heraus aus der Seite "Protokolle" kopiert.
                    Ich hoffe, ich habe das richtig verstanden.
                    Vielen Dank schon mal und beste Grüße!

                    Jonas

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • A
                      andy005 last edited by

                      Ja geht mir genau so
                      Ich habe extra wegen Problemen mit dem Netatmo Adapter, iobroker neu auf den Pi aufgesetzt. Erster Adapter Zigbee läuft schon mal nicht, auch mit der udev/stable 247.3-7+deb11u2 Änderung auf udev/stable 247.3-7+deb11u1 selbe Ergebnis. Stunden verblödelt ohne Ergebnis. Bitte Nachricht wenn es wieder funktioniert.

                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @DerJonas last edited by

                        @derjonas

                        Dann wird der Stick ja eingebunden. Dürfte jetzt eine Einstellungssache sein.

                        1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @andy005 last edited by Thomas Braun

                          @andy005 sagte in Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev):

                          Bitte Nachricht wenn es wieder funktioniert.

                          Funktioniert, wenn man es richtig umstellt.
                          Oder man wartet auf ein Update beim nächsten PointRelease.

                          247.3-7+deb11u4 aus den proposed-updates funktioniert jedenfalls.

                          1 Reply Last reply Reply Quote 0
                          • K
                            k_b last edited by

                            Erstmal danke, dass Ihr Euch des Themas angenommen habt.
                            Bei mir (4B, 64Bit) führt das Durchlaufen der Anweisungen leider nicht zum gewünschten Ende.
                            Ich erhalte die Meldung, dass udev schon im aktuellen Stand ist.

                            rolf@home:~ $ uname -m
                            aarch64
                            rolf@home:~ $ cat /etc/apt/sources.list.d/bullseye-proposed-updates.list
                            # bullseye-proposed-updates
                            deb http://deb.debian.org/debian bullseye-proposed-updates main
                            rolf@home:~ $ sudo apt update
                            OK:1 http://deb.debian.org/debian bullseye-proposed-updates InRelease
                            OK:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                            OK:3 http://phoscon.de/apt/deconz bullseye InRelease
                            OK:4 http://archive.raspberrypi.org/debian bullseye InRelease
                            OK:5 https://deb.nodesource.com/node_18.x bullseye InRelease
                            OK:6 https://repos.influxdata.com/debian stable InRelease
                            OK:7 https://repos.influxdata.com/debian bullseye InRelease
                            Holen:8 https://dl.cloudsmith.io/public/evcc/stable/deb/raspbian bullseye InRelease [5.127 B]
                            Es wurden 5.127 B in 3 s geholt (1.757 B/s).
                            Paketlisten werden gelesen… Fertig
                            Abhängigkeitsbaum wird aufgebaut… Fertig
                            Statusinformationen werden eingelesen… Fertig
                            Alle Pakete sind aktuell.
                            rolf@home:~ $ sudo apt -t bullseye-proposed-updates install udev
                            Paketlisten werden gelesen… Fertig
                            Abhängigkeitsbaum wird aufgebaut… Fertig
                            Statusinformationen werden eingelesen… Fertig
                            udev ist schon die neueste Version (247.3-7+rpi1+deb11u2).
                            0 aktualisiert, 0 neu installiert, 0 zu entfernen und 25 nicht aktualisiert.
                            

                            Kann mir jemand einen Hinweis geben, was ich falsch mache/gemacht habe.
                            Danke

                            Thomas Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @k_b last edited by Thomas Braun

                              @k_b

                              apt policy udev
                              

                              sagt? Vermutlich trifft bei dir der Fall unter
                              EDIT 10.06.2023
                              zu. Kein reines 64bit-System, sondern lediglich der Kernel, userland wird 32bit sein.

                              K 1 Reply Last reply Reply Quote 0
                              • K
                                k_b @Thomas Braun last edited by

                                @thomas-braun
                                Hier die Ausgabe ...

                                rolf@home:~ $ apt policy udev
                                udev:
                                  Installiert:           247.3-7+rpi1+deb11u2
                                  Installationskandidat: 247.3-7+rpi1+deb11u2
                                  Versionstabelle:
                                 *** 247.3-7+rpi1+deb11u2 500
                                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     247.3-7+deb11u4 500
                                        500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @k_b last edited by

                                  @k_b

                                  Joh, ist genau die Situation die ich im vorherigen Posting vermutete.

                                  K 1 Reply Last reply Reply Quote 0
                                  • K
                                    k_b @Thomas Braun last edited by

                                    @thomas-braun
                                    Danke, hab die Anleitung durchgeführt und die udev-Version sieht jetzt wie gewünscht aus:

                                    rolf@home:~ $ apt policy udev
                                    udev:
                                      Installiert:           247.3-7+deb11u4
                                      Installationskandidat: 247.3-7+rpi1+deb11u2
                                      Versionstabelle:
                                         247.3-7+rpi1+deb11u2 500
                                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                     *** 247.3-7+deb11u4 500
                                            500 http://deb.debian.org/debian bullseye-proposed-updates/main armhf Packages
                                            100 /var/lib/dpkg/status
                                    

                                    Update ist auf hold gesetzt. Was Deine Aussage zum userland bedeutet muss ich mir dann wohl mal ansehen.

                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @k_b last edited by

                                      @k_b

                                      Das bedeutet, dass bei dir NUR der Kernel 64bittig ist, der ganze Rest (das sog. 'userland') ist weiterhin auf 32bit.

                                      Thomas Braun 1 Reply Last reply Reply Quote 0
                                      • Thomas Braun
                                        Thomas Braun Most Active @Thomas Braun last edited by

                                        @all

                                        Ich glaube die gefixte Version ist jetzt auch über die offiziellen Update-Repos verfügbar.
                                        Bitte mal per

                                        sudo apt update
                                        apt policy udev libudev1
                                        

                                        schauen was da wo hängt. Insbesondere die 32bit-RaspberryOS-Fahrer.

                                        T R 2 Replies Last reply Reply Quote 0
                                        • T
                                          TT-Tom @Thomas Braun last edited by TT-Tom

                                          @thomas-braun

                                          hi, habe ein komplett 64bit Raspi - System. Habe udev aber noch auf hold.

                                          pi@iobmaster:~ $ apt policy udev libudev1
                                          udev:
                                            Installiert:           247.3-7+deb11u1
                                            Installationskandidat: 247.3-7+deb11u4
                                            Versionstabelle:
                                               247.3-7+deb11u4 500
                                                  500 http://deb.debian.org/debian bullseye-updates/main arm64 Packages
                                               247.3-7+deb11u2 500
                                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                           *** 247.3-7+deb11u1 100
                                                  100 /var/lib/dpkg/status
                                          libudev1:
                                            Installiert:           247.3-7+deb11u1
                                            Installationskandidat: 247.3-7+deb11u4
                                            Versionstabelle:
                                               247.3-7+deb11u4 500
                                                  500 http://deb.debian.org/debian bullseye-updates/main arm64 Packages
                                               247.3-7+deb11u2 500
                                                  500 http://deb.debian.org/debian bullseye/main arm64 Packages
                                           *** 247.3-7+deb11u1 100
                                                  100 /var/lib/dpkg/status
                                          pi@iobmaster:~ $ 
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @TT-Tom last edited by

                                            @tt-tom sagte in Zigbee/Conbee2 funktioniert nach Update nicht mehr (udev):

                                            Habe udev aber noch auf hold.

                                            Kannste rausnehmen, der Installationskandidat 247.3-7+deb11u4 dürfte funktionieren.

                                            T 2 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            455
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            conbee 2 usb port zigbee2mqtt
                                            42
                                            361
                                            62577
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo