Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Parser Adapter

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    Parser Adapter

    This topic has been deleted. Only users with topic management privileges can see it.
    • Q
      Qlink @Homoran last edited by

      @homoran said in Parser Adapter:

      "Drive Warning"[^}]+[^\d]+(\d+)

      Ich will den Wert im grünen Kreis, bekomme aber den Wert im roten Kreis:

      cc909d9a-ca1a-46ff-9365-facdc923859d-image.png

      Also die Zahl am Ende dieser Zeile:

      hwi_drive_warning_yesno{unit="Yes/No",sensor_type="SENSOR_TYPE_OTHER",sensor="Drive Warning",source="S.M.A.R.T.: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0
      

      ob ich bei Typ number(,) oder number(.) im Parser Adapter auswähle macht scheinbar keinen Unterschied...

      Homoran 2 Replies Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Qlink last edited by

        @qlink hast du mein Regex versucht?
        Wenn es damit auch nicht klappt musst du die Regel löschen! und mit Number neu anlegen.

        Eine Änderung des Typs kann zu einem Hänger führen

        Q 1 Reply Last reply Reply Quote 0
        • Homoran
          Homoran Global Moderator Administrators @Qlink last edited by

          @qlink Wenn das hier nicht hilft: \"Drive Warning\"[^\}]+[^\d]+(\d+)$ kopier mal bitte den Quelltext aus dem Parser Editor hier rein.
          ggf. ist der anders formatiert als im Browser

          Q 1 Reply Last reply Reply Quote 0
          • Q
            Qlink @Homoran last edited by

            @homoran said in Parser Adapter:

            @qlink hast du mein Regex versucht?
            Wenn es damit auch nicht klappt musst du die Regel löschen! und mit Number neu anlegen.

            Eine Änderung des Typs kann zu einem Hänger führen

            Ja, der Screenshot aus meinem letzten Post ist mit deinem Regex.
            Hätte jetzt auch nochmal probiert die komplette Regel zu löschen und neu anzulegen.

            Bekomme immer dasselbe Ergebnis bzw. den falschen Wert wie oben gepostet zurück ... 😞

            Homoran 1 Reply Last reply Reply Quote 0
            • Q
              Qlink @Homoran last edited by

              @homoran said in Parser Adapter:

              @qlink Wenn das hier nicht hilft: \"Drive Warning\"[^\}]+[^\d]+(\d+)$ kopier mal bitte den Quelltext aus dem Parser Editor hier rein.
              ggf. ist der anders formatiert als im Browser

              mit diesem Regex nimmt er die Zahl zwei Stellen vorher:

              6ddd881d-1a1b-480b-a375-ea1b0d29a3a0-image.png
              seltsamerweise zeigt er aber bei Ergebnis nichts an....

              Hier der Code direkt aus dem Parser Editor:

              
              # HELP hwi_bus_clock_mhz Bus Clock MHz - CPU [#0]: Intel Xeon E3-1225 v3
              hwi_bus_clock_mhz{unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="Bus Clock",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 97.61008134825474
              # HELP hwi_core_clock_mhz Core Clock MHz - CPU [#0]: Intel Xeon E3-1225 v3
              hwi_core_clock_mhz{coreno="0",unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="Core 0 Clock",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 3123.5226031441516
              hwi_core_clock_mhz{coreno="1",unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="Core 1 Clock",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 3123.5226031441516
              hwi_core_clock_mhz{coreno="2",unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="Core 2 Clock",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 3123.5226031441516
              hwi_core_clock_mhz{coreno="3",unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="Core 3 Clock",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 3123.5226031441516
              # HELP hwi_core_ratio_x Core Ratio x - CPU [#0]: Intel Xeon E3-1225 v3
              hwi_core_ratio_x{coreno="0",unit="x",sensor_type="SENSOR_TYPE_OTHER",sensor="Core 0 Ratio",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 32
              hwi_core_ratio_x{coreno="1",unit="x",sensor_type="SENSOR_TYPE_OTHER",sensor="Core 1 Ratio",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 32
              hwi_core_ratio_x{coreno="2",unit="x",sensor_type="SENSOR_TYPE_OTHER",sensor="Core 2 Ratio",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 32
              hwi_core_ratio_x{coreno="3",unit="x",sensor_type="SENSOR_TYPE_OTHER",sensor="Core 3 Ratio",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 32
              # HELP hwi_core_residency Core Residency % - CPU [#0]: Intel Xeon E3-1225 v3: C-State Residency
              hwi_core_residency{coreno="0",category="C3",unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Core 0 C3 Residency",source="CPU [#0]: Intel Xeon E3-1225 v3: C-State Residency",host="ASROCK"} 80.15015365152505
              hwi_core_residency{coreno="1",category="C3",unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Core 1 C3 Residency",source="CPU [#0]: Intel Xeon E3-1225 v3: C-State Residency",host="ASROCK"} 65.78857951491227
              hwi_core_residency{coreno="2",category="C3",unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Core 2 C3 Residency",source="CPU [#0]: Intel Xeon E3-1225 v3: C-State Residency",host="ASROCK"} 74.38991256541709
              hwi_core_residency{coreno="3",category="C3",unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Core 3 C3 Residency",source="CPU [#0]: Intel Xeon E3-1225 v3: C-State Residency",host="ASROCK"} 71.01332961211648
              # HELP hwi_core_vid_v Core VID V - CPU [#0]: Intel Xeon E3-1225 v3
              hwi_core_vid_v{coreno="0",unit="V",sensor_type="SENSOR_TYPE_VOLT",sensor="Core 0 VID",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 0.9827880859375
              hwi_core_vid_v{coreno="1",unit="V",sensor_type="SENSOR_TYPE_VOLT",sensor="Core 1 VID",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 0.9827880859375
              hwi_core_vid_v{coreno="2",unit="V",sensor_type="SENSOR_TYPE_VOLT",sensor="Core 2 VID",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 0.9827880859375
              hwi_core_vid_v{coreno="3",unit="V",sensor_type="SENSOR_TYPE_VOLT",sensor="Core 3 VID",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 0.9825439453125
              # HELP hwi_drive_failure_yesno Drive Failure Yes/No - (multiple sources)
              hwi_drive_failure_yesno{unit="Yes/No",sensor_type="SENSOR_TYPE_OTHER",sensor="Drive Failure",source="S.M.A.R.T.: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0
              hwi_drive_failure_yesno{unit="Yes/No",sensor_type="SENSOR_TYPE_OTHER",sensor="Drive Failure",source="S.M.A.R.T.: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 0
              hwi_drive_failure_yesno{unit="Yes/No",sensor_type="SENSOR_TYPE_OTHER",sensor="Drive Failure",source="S.M.A.R.T.: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 0
              # HELP hwi_drive_host_reads_gb Drive Host Reads GB - (multiple sources)
              hwi_drive_host_reads_gb{aggregationtype="Total",unit="GB",sensor_type="SENSOR_TYPE_OTHER",sensor="Total Host Reads",source="S.M.A.R.T.: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 13388
              hwi_drive_host_reads_gb{aggregationtype="Total",unit="GB",sensor_type="SENSOR_TYPE_OTHER",sensor="Total Host Reads",source="S.M.A.R.T.: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 554298
              hwi_drive_host_reads_gb{aggregationtype="Total",unit="GB",sensor_type="SENSOR_TYPE_OTHER",sensor="Total Host Reads",source="S.M.A.R.T.: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 4893
              # HELP hwi_drive_host_writes_gb Drive Host Writes GB - (multiple sources)
              hwi_drive_host_writes_gb{aggregationtype="Total",unit="GB",sensor_type="SENSOR_TYPE_OTHER",sensor="Total Host Writes",source="S.M.A.R.T.: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 9971
              hwi_drive_host_writes_gb{aggregationtype="Total",unit="GB",sensor_type="SENSOR_TYPE_OTHER",sensor="Total Host Writes",source="S.M.A.R.T.: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 103590
              hwi_drive_host_writes_gb{aggregationtype="Total",unit="GB",sensor_type="SENSOR_TYPE_OTHER",sensor="Total Host Writes",source="S.M.A.R.T.: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 1823
              # HELP hwi_drive_read_activity Drive Read Activity % - (multiple sources)
              hwi_drive_read_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Read Activity",source="Drive: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0
              hwi_drive_read_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Read Activity",source="Drive: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 6.915
              hwi_drive_read_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Read Activity",source="Drive: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 2.71
              # HELP hwi_drive_read_rate_mbs Drive Read Rate MB/s - (multiple sources)
              hwi_drive_read_rate_mbs{unit="MB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Read Rate",source="Drive: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0
              hwi_drive_read_rate_mbs{unit="MB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Read Rate",source="Drive: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 12.036
              hwi_drive_read_rate_mbs{unit="MB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Read Rate",source="Drive: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 4.533
              # HELP hwi_drive_remaining_life Drive Remaining Life % - (multiple sources)
              hwi_drive_remaining_life{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Drive Remaining Life",source="S.M.A.R.T.: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 97
              hwi_drive_remaining_life{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Drive Remaining Life",source="S.M.A.R.T.: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 59
              hwi_drive_remaining_life{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Drive Remaining Life",source="S.M.A.R.T.: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 99
              # HELP hwi_drive_temperature_c Drive Temperature °C - (multiple sources)
              hwi_drive_temperature_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="Drive Airflow Temperature",source="S.M.A.R.T.: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 34
              hwi_drive_temperature_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="Drive Airflow Temperature",source="S.M.A.R.T.: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 33
              # HELP hwi_drive_total_activity Drive Total Activity % - (multiple sources)
              hwi_drive_total_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Total Activity",source="Drive: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0.004
              hwi_drive_total_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Total Activity",source="Drive: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 7.077
              hwi_drive_total_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Total Activity",source="Drive: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 2.861
              # HELP hwi_drive_warning_yesno Drive Warning Yes/No - (multiple sources)
              hwi_drive_warning_yesno{unit="Yes/No",sensor_type="SENSOR_TYPE_OTHER",sensor="Drive Warning",source="S.M.A.R.T.: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0
              hwi_drive_warning_yesno{unit="Yes/No",sensor_type="SENSOR_TYPE_OTHER",sensor="Drive Warning",source="S.M.A.R.T.: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 0
              hwi_drive_warning_yesno{unit="Yes/No",sensor_type="SENSOR_TYPE_OTHER",sensor="Drive Warning",source="S.M.A.R.T.: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 0
              # HELP hwi_drive_write_activity Drive Write Activity % - (multiple sources)
              hwi_drive_write_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Write Activity",source="Drive: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0.004
              hwi_drive_write_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Write Activity",source="Drive: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 0.162
              hwi_drive_write_activity{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Write Activity",source="Drive: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 0.15
              # HELP hwi_drive_write_rate_mbs Drive Write Rate MB/s - (multiple sources)
              hwi_drive_write_rate_mbs{unit="MB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Write Rate",source="Drive: INTEL SSDSA2CW120G3 (CVPR344400F1120LGN)",host="ASROCK"} 0.001
              hwi_drive_write_rate_mbs{unit="MB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Write Rate",source="Drive: Samsung SSD 860 EVO 500GB (S3Z2NB0M460334M)",host="ASROCK"} 0.2
              hwi_drive_write_rate_mbs{unit="MB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Write Rate",source="Drive: Samsung SSD 860 PRO 512GB (S42YNX0N507289T)",host="ASROCK"} 0.2
              # HELP hwi_effective_clock_mhz Effective Clock MHz - CPU [#0]: Intel Xeon E3-1225 v3
              hwi_effective_clock_mhz{aggregationtype="Average",unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="Average Effective Clock",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 884.3905456148119
              # HELP hwi_gpu_clock_mhz GPU Clock MHz - CPU [#0]: Intel Xeon E3-1225 v3: Enhanced
              hwi_gpu_clock_mhz{unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="GPU Clock",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 585.6604880895284
              # HELP hwi_gpu_d3d_memory_dedicated_mb GPU D3D Memory Dedicated MB - CPU [#0]: Intel Xeon E3-1225 v3: Enhanced
              hwi_gpu_d3d_memory_dedicated_mb{unit="MB",sensor_type="SENSOR_TYPE_OTHER",sensor="GPU D3D Memory Dedicated",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 6
              # HELP hwi_gpu_d3d_memory_dynamic_mb GPU D3D Memory Dynamic MB - CPU [#0]: Intel Xeon E3-1225 v3: Enhanced
              hwi_gpu_d3d_memory_dynamic_mb{unit="MB",sensor_type="SENSOR_TYPE_OTHER",sensor="GPU D3D Memory Dynamic",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 252.05078125
              # HELP hwi_gpu_d3d_usage GPU D3D Usage % - CPU [#0]: Intel Xeon E3-1225 v3: Enhanced
              hwi_gpu_d3d_usage{unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="GPU D3D Usage",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 0.15913690476190476
              # HELP hwi_mb_cpu_c MB CPU °C - (multiple sources)
              hwi_mb_cpu_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU (PECI)",source="ASRock C226 WS (Nuvoton NCT6776F)",host="ASROCK"} 35
              hwi_mb_cpu_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU GT Cores (Graphics)",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 30
              hwi_mb_cpu_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU IA Cores",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 35
              hwi_mb_cpu_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU Package",source="CPU [#0]: Intel Xeon E3-1225 v3: DTS",host="ASROCK"} 34
              hwi_mb_cpu_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU Package",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 35
              hwi_mb_cpu_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="CPU",source="ASRock C226 WS (Nuvoton NCT6776F)",host="ASROCK"} 37.5
              # HELP hwi_mb_cpu_rpm MB CPU RPM - ASRock C226 WS (Nuvoton NCT6776F)
              hwi_mb_cpu_rpm{unit="RPM",sensor_type="SENSOR_TYPE_NONE",sensor="CPUFANIN0",source="ASRock C226 WS (Nuvoton NCT6776F)",host="ASROCK"} 1124
              # HELP hwi_mb_cpu_w MB CPU W - CPU [#0]: Intel Xeon E3-1225 v3: Enhanced
              hwi_mb_cpu_w{unit="W",sensor_type="SENSOR_TYPE_POWER",sensor="CPU Package Power",source="CPU [#0]: Intel Xeon E3-1225 v3: Enhanced",host="ASROCK"} 13.322686269124457
              # HELP hwi_mb_motherboard_c MB Motherboard °C - ASRock C226 WS (Nuvoton NCT6776F)
              hwi_mb_motherboard_c{unit="°C",sensor_type="SENSOR_TYPE_TEMP",sensor="Motherboard",source="ASRock C226 WS (Nuvoton NCT6776F)",host="ASROCK"} 29
              # HELP hwi_memory_available_mb Memory Available MB - System
              hwi_memory_available_mb{category="Physical",unit="MB",sensor_type="SENSOR_TYPE_OTHER",sensor="Physical Memory Available",source="System",host="ASROCK"} 12274
              hwi_memory_available_mb{category="Virtual",unit="MB",sensor_type="SENSOR_TYPE_OTHER",sensor="Virtual Memory Available",source="System",host="ASROCK"} 18789
              # HELP hwi_memory_clock_mhz Memory Clock MHz - Memory Timings
              hwi_memory_clock_mhz{unit="MHz",sensor_type="SENSOR_TYPE_CLOCK",sensor="Memory Clock",source="Memory Timings",host="ASROCK"} 780.8806507860379
              # HELP hwi_memory_clock_ratio_x Memory Clock Ratio x - Memory Timings
              hwi_memory_clock_ratio_x{unit="x",sensor_type="SENSOR_TYPE_OTHER",sensor="Memory Clock Ratio",source="Memory Timings",host="ASROCK"} 8
              # HELP hwi_memory_command_rate_t Memory Command Rate T - Memory Timings
              hwi_memory_command_rate_t{unit="T",sensor_type="SENSOR_TYPE_OTHER",sensor="Command Rate",source="Memory Timings",host="ASROCK"} 2
              # HELP hwi_memory_commited_mb Memory Commited MB - System
              hwi_memory_commited_mb{category="Virtual",unit="MB",sensor_type="SENSOR_TYPE_OTHER",sensor="Virtual Memory Commited",source="System",host="ASROCK"} 18547
              # HELP hwi_memory_load Memory Load % - System
              hwi_memory_load{category="Physical",unit="%",sensor_type="SENSOR_TYPE_OTHER",sensor="Physical Memory Load",source="System",host="ASROCK"} 62.2
              hwi_memory_load{category="Virtual",unit="%",sensor_type="SENSOR_TYPE_OTHER",sensor="Virtual Memory Load",source="System",host="ASROCK"} 49.6
              # HELP hwi_memory_page_file_usage Memory Page File Usage % - System
              hwi_memory_page_file_usage{unit="%",sensor_type="SENSOR_TYPE_OTHER",sensor="Page File Usage",source="System",host="ASROCK"} 3.4275255705180916
              # HELP hwi_memory_tcas_t Memory Tcas T - Memory Timings
              hwi_memory_tcas_t{unit="T",sensor_type="SENSOR_TYPE_OTHER",sensor="Tcas",source="Memory Timings",host="ASROCK"} 11
              # HELP hwi_memory_tras_t Memory Tras T - Memory Timings
              hwi_memory_tras_t{unit="T",sensor_type="SENSOR_TYPE_OTHER",sensor="Tras",source="Memory Timings",host="ASROCK"} 28
              # HELP hwi_memory_trcd_t Memory Trcd T - Memory Timings
              hwi_memory_trcd_t{unit="T",sensor_type="SENSOR_TYPE_OTHER",sensor="Trcd",source="Memory Timings",host="ASROCK"} 11
              # HELP hwi_memory_trfc_t Memory Trfc T - Memory Timings
              hwi_memory_trfc_t{unit="T",sensor_type="SENSOR_TYPE_OTHER",sensor="Trfc",source="Memory Timings",host="ASROCK"} 208
              # HELP hwi_memory_trp_t Memory Trp T - Memory Timings
              hwi_memory_trp_t{unit="T",sensor_type="SENSOR_TYPE_OTHER",sensor="Trp",source="Memory Timings",host="ASROCK"} 11
              # HELP hwi_memory_used_mb Memory Used MB - System
              hwi_memory_used_mb{category="Physical",unit="MB",sensor_type="SENSOR_TYPE_OTHER",sensor="Physical Memory Used",source="System",host="ASROCK"} 20198
              # HELP hwi_network_dl_rate_kbs Network DL rate KB/s - Network: Intel I210AT Copper (Springville) Network Adapter
              hwi_network_dl_rate_kbs{unit="KB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Current DL rate",source="Network: Intel I210AT Copper (Springville) Network Adapter",host="ASROCK"} 0
              hwi_network_dl_rate_kbs{unit="KB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Current DL rate",source="Network: Intel I210AT Copper (Springville) Network Adapter",host="ASROCK"} 1.522758995037221
              # HELP hwi_network_up_rate_kbs Network UP rate KB/s - Network: Intel I210AT Copper (Springville) Network Adapter
              hwi_network_up_rate_kbs{unit="KB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Current UP rate",source="Network: Intel I210AT Copper (Springville) Network Adapter",host="ASROCK"} 0
              hwi_network_up_rate_kbs{unit="KB/s",sensor_type="SENSOR_TYPE_OTHER",sensor="Current UP rate",source="Network: Intel I210AT Copper (Springville) Network Adapter",host="ASROCK"} 0.11486119727047146
              # HELP hwi_usage Usage % - CPU [#0]: Intel Xeon E3-1225 v3
              hwi_usage{aggregationtype="Max",K"} 2.1
              category="CPU/Thread",unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Max CPU/Thread Usage",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROCK"} 3.1
              hwi_usage{aggregationtype="Total",category="CPU",unit="%",sensor_type="SENSOR_TYPE_USAGE",sensor="Total CPU Usage",source="CPU [#0]: Intel Xeon E3-1225 v3",host="ASROC
              [/s]
              
              Homoran 3 Replies Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @Qlink last edited by

                @qlink sagte in Parser Adapter:

                Ja, der Screenshot aus meinem letzten Post ist mit deinem Regex.

                so was kann man auf dem Handy schlecht entziffern, der zitierte sieht anders aus

                1 Reply Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Qlink last edited by

                  @qlink sagte in Parser Adapter:

                  mit diesem Regex nimmt er die Zahl zwei Stellen vorher:

                  und was steht im Datenpunkt?

                  @qlink sagte in Parser Adapter:

                  Hier der Code direkt aus dem Parser Editor:

                  Das sehe ich mir mal an

                  1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @Qlink last edited by Homoran

                    @qlink klappt bei mir einwandfrei.
                    Habe auch mal mit anderen Parametern probiert, bei denen ich Nachkommastellen brauche: \"Drive Warning\"[^\}]+[^\d]+([\d\.]+)

                    Parser_SMART.png

                    1 Reply Last reply Reply Quote 0
                    • Homoran
                      Homoran Global Moderator Administrators @Qlink last edited by

                      @qlink Habe ein wenig weiter gespielt:

                      nehme ich die Ergebnisgruppe raus findet der Parser alles nach Vorschrift:
                      Parser_SMART01.png

                      füge ich dann die Gruppe hinzu, kommt auch das richtige Ergebnis
                      Parser_SMART02.png

                      Klicke ich dann auf den Start-Button wird die falsche Stelle markiert, es bleibt das richtige Ergebnis:
                      Parser_SMART03.png

                      Das sieht man, wenn man einen anderen Parameter wählt:
                      Parser_SMART04.png

                      und nach klick auf Play
                      Parser_SMART05.png

                      Q 1 Reply Last reply Reply Quote 0
                      • Q
                        Qlink @Homoran last edited by

                        @homoran said in Parser Adapter:

                        Klicke ich dann auf den Start-Button wird die falsche Stelle markiert, es bleibt das richtige Ergebnis:
                        Parser_SMART03.png

                        Vielen Dank für deine Tests.
                        Verstehe ich es richtig, dass der Regex somit stimmt und eigentlich die Ziffer 0 am Ende der Zeile als Ergebnis kommt, der Parser Adapter aber auf Grund eines Bugs o.ä. die falsche 0 markiert ?

                        kurz: der Regex stimmt, der Parser Adapter zeigts nur falsch an ?

                        1 Reply Last reply Reply Quote 0
                        • Homoran
                          Homoran Global Moderator Administrators last edited by

                          @qlink sagte in Parser Adapter:

                          kurz: der Regex stimmt, der Parser Adapter zeigts nur falsch an ?

                          so sieht es für mich aus

                          1 Reply Last reply Reply Quote 1
                          • First post
                            Last post

                          Support us

                          ioBroker
                          Community Adapters
                          Donate
                          FAQ Cloud / IOT
                          HowTo: Node.js-Update
                          HowTo: Backup/Restore
                          Downloads
                          BLOG

                          724
                          Online

                          32.0k
                          Users

                          80.4k
                          Topics

                          1.3m
                          Posts

                          4
                          49
                          2321
                          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