Skip to content

Off Topic

Hier kann über alles geredet werden was sonst nirgendwo hinpasst
3.2k Topics 50.0k Posts

NEWS

Subcategories


  • 92 Topics
    2k Posts
    MartinPM
    Und täglich grüßt das Murmeltier. https://www.golem.de/news/malware-in-javascript-projekten-neuer-wurm-frisst-sich-durch-die-npm-datenbank-2602-205732.html
  • 256 4k
    256 Topics
    4k Posts
    marcel-drzalM
    habe es gefunden, hatte in Grafana *3.6 nicht als Punkt geschrieben sondern als komma
  • 148 3k
    148 Topics
    3k Posts
    A
    ich habe jetzt dein Script zum Löschen der überflüssigen Scraper- Datenreihen gefunden und lasse es bereits laufen. Mal sehen, ob es danach besser ist beim back von Influx. Danker erstmal für deine Hilfe.
  • Fragen und Hilfe zur externen SQL Datenbank

    1 5
    1 Topics
    5 Posts
    fuzzy1955F
    Teil 5: Verwenden der SQL-Daten in Diagrammen bzw. im VIS-2 Der Hauptzweck der Datenhistorisierung liegt natürlich in der grafischen bzw. tabellarischen Darstellung, um daraus mögliche Entscheidungen abzuleiten, etwa wo setzte ich beim Börsenstrompreis mein Bezugslimit. Eine einfache Möglichkeit zur grafischen Darstellung bieten die DIAGRAMME. Man wählt als Datenquellen die gewünschten SQL-Historisierungspunkte, stellt noch ein paar Dinge ein und … fertig. [image: 1770367644381-664a0f95-2fc3-48ae-babe-1a8ffafab1ad-image.png] Um das Ganze im VIS-2 anzuzeigen, nimmt man dort das Widget „Basic -IFrame“ und gibt bei Allgemein – Quelle den Link aus den Diagrammen an. [image: 1770367662940-281a33d1-fcdc-49bb-a3d9-c0fb7ea8ecd1-image.png] So kann man sich ein VIS-2-View nur für Diagramme bauen, bei der die gewünschte Art des Diagrammes angetippt wird: [image: 1770367682322-9328d9e4-3448-4e5a-8c92-8eeec3f2b52c-image.png] Die tabellarischen Darstellung im VIS-2 geschieht mit dem Widget „Basic Table“, bei dem man einen separaten Datenpunkt (Table Object ID) mit JSON-Daten befüllt. Dieses Beispiel zeigt Tages-, Monats- und Jahreswerte einer Strombilanz untereinander. [image: 1770367711812-00a9e22f-d74a-43e7-982f-0e35c37db84a-image.png] Die Datenpunkte dazu: { "alias.0.Diagrammdaten.StrombilanzJahre": { "common": { "name": "StrombilanzJahre", "desc": "Manuell erzeugt", "role": "state", "type": "json", "read": true, "write": true, "alias": { "id": "javascript.0.variables.j006" } }, "type": "state", "native": {}, "_id": "alias.0.Diagrammdaten.StrombilanzJahre", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" }, "val": "", "from": "system.adapter.admin.0", "user": "system.user.admin", "ts": 1768340995710, "ack": false }, "alias.0.Diagrammdaten.StrombilanzMonate": { "common": { "name": "StrombilanzMonate", "desc": "Manuell erzeugt", "role": "state", "type": "json", "read": true, "write": true, "alias": { "id": "javascript.0.variables.j005" } }, "type": "state", "native": {}, "_id": "alias.0.Diagrammdaten.StrombilanzMonate", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" }, "val": "", "from": "system.adapter.admin.0", "user": "system.user.admin", "ts": 1768340995710, "ack": false }, "alias.0.Diagrammdaten.StrombilanzTage": { "common": { "name": "StrombilanzTage", "desc": "Manuell erzeugt", "role": "state", "type": "json", "read": true, "write": true, "alias": { "id": "javascript.0.variables.j004" } }, "type": "state", "native": {}, "_id": "alias.0.Diagrammdaten.StrombilanzTage", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" }, "val": "", "from": "system.adapter.admin.0", "user": "system.user.admin", "ts": 1768340995710, "ack": false } } Mit einem Javascript werden die Datenpunkte zeitgesteuert befüllt. strSQL = "SELECT DATE_FORMAT (tag, '%Y-%m-%d') AS Tag, " + "ROUND(SUM(pv) / 1000.0,1) AS PV, " + "ROUND(AVG(akku)) AS Hausakku, " + "ROUND(SUM(haus) / 1000.0,1) AS Haus, " + "ROUND(SUM(eauto) / 1000.0,1) AS eAuto, " + "ROUND(SUM(gen) / 1000.0,1) AS Gen, " + "ROUND(SUM(nots) / 1000.0,1) AS Nots, " + "ROUND(SUM(gesamt) / 1000.0,1) AS gesamt, " + "ROUND(COUNT(autark)) AS autark " + "FROM iobroker.tagesstatistik " + "GROUP BY DATE_FORMAT (tag, '%Y-%m-%d') " + "ORDER BY DATE_FORMAT (tag, '%Y-%m-%d') desc;"; sendTo('sql.0', 'query', strSQL, function (result) { if (result.error) { console.error(result.error); } else { MyTrigger (idStrombilanzTage,JSON.stringify(result.result)); } }); --------------------------- Voila , das war die ganze Zauberei --------------------------- Anregungen, Fragen etc. bitte hier anhängen.
  • 271 Topics
    5k Posts
    P
    @Marc-Berg Ich habe den Datenpunkt zumm Schluß auch noch einmal so angelegt, wie du es beschrieben hat. Hat danach aber trotzdem nicht funktioniert Da ich ja dann auch den Datenpunkt mqtt.1.cmnd.tasmota_E5A25D.POWER1 hatte und ich zwischenzeitlich auch den Tasmota neu gestartet hatte, wurde mir automatisch wieder der Datenpunkt mqtt.1.cmnd.tasmota_E5A25D.POWER angelegt Ich hab es dann einfach wieder getestet und schau es funktionierte wieder Ich habs daran getestet, weil ich den POWER3 ja noch nicht eingebunden hatte ging dieser auch noch nicht über die Weboberfläche Dann habe ich den Datenpunkt mqtt.1.cmnd.tasmota_E5A25D.POWER3 erstellt und dann ging auch Schalter3 wieder Das muss echt keiner verstehen, weil, ich diese 3 Datenpunkte nicht von Hand angelegt habe, aber egal, es funktionniert wieder und das ist wichtig Vielen Dank für deine Hilfe und Bemühungen VG Thomas
  • 187 5k
    187 Topics
    5k Posts
    NegaleinN
    @BananaJoe sagte in Proxmox Cluster oder HA: Hui, wieviel hast du denn? nur 4 :)
  • Fragen zu Docker-Installationen

    21 257
    21 Topics
    257 Posts
    haselchenH
    @0815_Peter Schön, dass es jetzt geht . Setz bitte den Thread hier auf [GELÖST].
  • 48 597
    48 Topics
    597 Posts
    U
    lange vor dem Aufräumen gedrückt KI: Claude, Sonnet 4.6 ca. 20 Blockly's in TS konvertiert (Fehlerquote annähenrnd null) Ladeplaner (noch in Arbeit) basierend auf historischem Verbrauch, PV Prognose, dynamischen Strompreisen und Batteriespeicher [image: 1772881493289-f0b15f0c-d195-4a51-b7b6-d040099beecb-image.png]
  • Fujistu Esprimo - firmware failed to load i915 ...

    Moved
    22
    3
    0 Votes
    22 Posts
    2k Views
    ?
    @keksmonster sagte in Fujistu Esprimo - firmware failed to load i915 ...: /dev/sda1 is mounted Moin, einen e2fsck kann man nur machen, wenn das Laufwerk/Platte nicht eingehängt ist, also darf nicht gemountet sein. @keksmonster sagte in Fujistu Esprimo - firmware failed to load i915 ...: bei mir sieht das so aus: Ja, das, was ich da als groben Fahrplan geschrieben habe, ist ja auch nicht mit Deiner Installation zu vergleichen, Du musst da schon das eintragen was Du dort ermittelt hast, das ist bei Dir nur /dev/sda1 sonnst nix. mount /dev/sda1 /mnt/chroot Dann bei chroot weiter. So ich klinke mich aus, da ich Fußball schauen möchte :) VG Bernd
  • Shelly 2.5 an Feller-Schalter anschliessen, wie?

    Moved
    10
    4
    0 Votes
    10 Posts
    3k Views
    ?
    @dieter_p sagte in Shelly 2.5 an Feller-Schalter anschliessen, wie?: @vazi Passt. An die Dokumente der 7582 kommt ich leider selbst über interne Kanäle nicht ran. Aktuell gibt es nur den Nachfolger 7592 auf der Homepage. Aber auf auf der Seite ohne Metallbrücke hast Du Deine Anschlüsse für den Rolladenmotor (rauf&runter -> schwarz&rot) Die kommen auf die Ausgänge des Shellys; einer auf O1 und einer auf O2. Die Seite mit der Metallbrücke ist deine Phase (L). (Kommt als Zuleitung und geht weiter zum nächsten Schalter). Davon kannst Du Dir auch die Phase/L für den Shelly holen. Neu zu Verdrahten: die Seite ohne Metallbrücke werden jeweils auf SW1 und auf SW2 des Shellys gelegt. Aus der Dose brauchst ebenfalls neu noch einen Neutralleiter (N) / blau für den Shelly. Lieber Dieter_P. Ich kann heute die erfolgreiche Installation des Shellys mitteilen und danke Dir ganz ganz herzlich für die Unterstützug. An diese Stelle möchte ich einmal der ganzen Community hier einfach "Danke" sagen für die unkomplizierte und hilfreiche Hinweise, Tipps, Annahmen, Befürchtungen etc. etc. . Ihr seid eine echt tolle Truppe und ich hoffe, ich kann auch einmal etwas dazu beitragen und jemand bei seinem Problem helfen. In diesem Sinne wünsche ich Euch allen ein schönes und erholsames Wochenende. Gebt Euch acht und bleibt gesund. Gruss Vazi
  • [erl.] hat jmd mongodb 3 in unifi contr. installiert ?

    9
    0 Votes
    9 Posts
    390 Views
    Rene55R
    @liv-in-sky Danke für die ausführliche Beschreibung, die werd ich mir mal irgendwohin abspeichern. Man weiß ja nie. Ich hab den Contoller im Docker (jacobalberty/unifi:v7.4.162) laufen und weiß gar nicht, welche DB da hinter hängt.
  • Günstige dünne Litze gesucht

    13
    0 Votes
    13 Posts
    349 Views
    D
    @wolfgangfb für solche "Bastelzwecke" bin ich auch aus Preisgründen auf 0,75 hochgegangen und nehm "verunglücktes Lautsprecherkabel". Wie bereits erwähnt ist aber CCA. Das gab es aber auch schon mal in 0,5 in dem Shop und inkl. Versand zu dem Preis (14Cent/m).
  • Motioneye auf Beelink BT3 Pro unter Debian Bullseye

    24
    1
    0 Votes
    24 Posts
    2k Views
    Thomas BraunT
    @haselchen Nicht viel. Bzw. nur das, was schon drauf ist. I can't seem to find apt-get or any other package manager. What gives? motionEyeOS is not a general-purpose Linux distribution. You can't install packages like you do with a normal distro. If you need to further customize your setup, installing motionEye on a common distro is recommended. Und wenn ich mir anschaue, dass das Ding seit 3 Jahren nicht mehr angepackt worden ist... ...würde ich da einen Bogen drum machen. Scheint verwaist zu sein.
  • Daikin Perfera Inneneinheiten Wifi-AP ausschalten?

    Moved
    21
    0 Votes
    21 Posts
    5k Views
    M
    Genau das ist ja meine Frage: gibt es irgendwelche Wlan-Aktivitäten (z.B. Aufbau eines Accees Points), wenn man über die Fernbedienung die "Wlan Verbindung" abschaltet. Es wäre super, wenn ein Perfera Besitzer das mal testen und mir eine Rückmeldung geben könnte....
  • 0 Votes
    7 Posts
    1k Views
    FredFF
    @Scrub hier stand Blödsinn
  • Fehler /usr/lib/node_modules/npm/lib/cli.js:35 info-Adapter

    Moved
    33
    0 Votes
    33 Posts
    4k Views
    SmiziS
    @thomas-braun hm, ok und Danke!
  • ProtonVPN (über Wireguard der FB) keine Telefonie mehr

    wireguard fritzbox
    11
    0 Votes
    11 Posts
    518 Views
    haselchenH
    @paul53 Und da kommen wieder zu meiner Eingangsfrage/Aussage...
  • Kaminofen direkt in Heizkreis integrieren?

    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • Probleme mit zRam auf Rock64

    Moved
    15
    0 Votes
    15 Posts
    1k Views
    M
    @thomas-braun sagte in Probleme mit zRam auf Rock64: iob diag Gerne, hier die Langversion ======== Start marking the full check here ========= Skript v.2023-04-16 *** BASE SYSTEM *** Architecture : aarch64 Docker : false Virtualization : none Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye PRETTY_NAME="Debian GNU/Linux 11 (bullseye)" NAME="Debian GNU/Linux" VERSION_ID="11" VERSION="11 (bullseye)" VERSION_CODENAME=bullseye ID=debian HOME_URL="https://www.debian.org/" SUPPORT_URL="https://www.debian.org/support" BUG_REPORT_URL="https://bugs.debian.org/" Systemuptime and Load: 13:37:41 up 10 days, 18:05, 1 user, load average: 0.39, 0.43, 0.45 CPU threads: 4 *** Time and Time Zones *** Local time: Sat 2023-08-12 13:37:41 CEST Universal time: Sat 2023-08-12 11:37:41 UTC RTC time: Sat 2023-08-12 11:37:42 Time zone: Europe/Berlin (CEST, +0200) System clock synchronized: yes NTP service: n/a RTC in local TZ: no *** User and Groups *** pi /home/pi pi dialout sudo audio video plugdev systemd-journal input netdev ssh iobroker *** X-Server-Setup *** X-Server: false Desktop: Terminal: tty Boot Target: graphical.target *** MEMORY *** total used free shared buff/cache available Mem: 4.0G 1.8G 1.5G 43M 702M 2.0G Swap: 1.0G 0B 1.0G Total: 5.0G 1.8G 2.5G 3988 M total memory 1819 M used memory 2184 M active memory 211 M inactive memory 1466 M free memory 201 M buffer memory 501 M swap cache 1023 M total swap 0 M used swap 1023 M free swap *** FILESYSTEM *** Filesystem Type Size Used Avail Use% Mounted on udev devtmpfs 2.0G 0 2.0G 0% /dev tmpfs tmpfs 399M 41M 359M 11% /run /dev/mmcblk0p1 ext4 56G 5.8G 48G 11% / tmpfs tmpfs 2.0G 0 2.0G 0% /dev/shm tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock tmpfs tmpfs 2.0G 0 2.0G 0% /tmp /dev/zram0 ext4 49M 48M 0 100% /var/log tmpfs tmpfs 399M 0 399M 0% /run/user/1000 Messages concerning ext4 filesystem in dmesg: [Sat Aug 12 13:15:27 2023] EXT4-fs warning: 2 callbacks suppressed [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error: 2 callbacks suppressed [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 8192 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 12288 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 8192 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 12288 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 8192 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 12288 [Sat Aug 12 13:15:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:15:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 [Sat Aug 12 13:30:27 2023] EXT4-fs warning: 2 callbacks suppressed [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error: 2 callbacks suppressed [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 8192 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 12288 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 8192 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 12288 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 8192 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 12288 [Sat Aug 12 13:30:27 2023] EXT4-fs warning (device zram0): ext4_dirent_csum_verify:353: inode #11: comm find: No space for directory leaf checksum. Please run e2fsck -D. [Sat Aug 12 13:30:27 2023] EXT4-fs error (device zram0): ext4_readdir:189: inode #11: comm find: path /var/log/lost+found: directory fails checksum at offset 4096 Show mounted filesystems (real ones only): TARGET SOURCE FSTYPE OPTIONS / /dev/mmcblk0p1 ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600,data=ordered |-/var/log.hdd /dev/mmcblk0p1[/var/log] ext4 rw,noatime,nodiratime,errors=remount-ro,commit=600,data=ordered `-/var/log /dev/zram0 ext4 rw,relatime,discard Files in neuralgic directories: /var: 1.5G /var/ 1.1G /var/cache/apt 1.1G /var/cache 937M /var/cache/apt/archives 358M /var/lib Journal file /var/log/journal/f2f10dbdc16b4a0c88d6af121e6d1d50/system.journal is truncated, ignoring file. Archived and active journals take up 87.2M in the file system. /opt/iobroker/backups: 27M /opt/iobroker/backups/ /opt/iobroker/iobroker-data: 233M /opt/iobroker/iobroker-data/ 196M /opt/iobroker/iobroker-data/files 72M /opt/iobroker/iobroker-data/files/telegram.admin 52M /opt/iobroker/iobroker-data/files/javascript.admin 48M /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js The five largest files in iobroker-data are: 18M /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js.map 15M /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js.map 8.0M /opt/iobroker/iobroker-data/files/text2command.admin/static/js/main.274a4d8d.js 7.2M /opt/iobroker/iobroker-data/files/telegram.admin/rules/static/js/vendors-node_modules_iobroker_adapter-react-v5_assets_devices_parseNames_d_ts-node_modules_io-1d9f06.44fe4a3f.chunk.js 6.9M /opt/iobroker/iobroker-data/files/telegram.admin/custom/static/js/vendors-node_modules_mui_icons-material_esm_index_js.8fdf8cb7.chunk.js.map *** NodeJS-Installation *** /usr/bin/nodejs v18.17.0 /usr/bin/node v18.17.0 /usr/bin/npm 9.6.7 /usr/bin/npx 9.6.7 nodejs: Installed: 18.17.0-deb-1nodesource1 Candidate: 18.17.0-deb-1nodesource1 Version table: *** 18.17.0-deb-1nodesource1 500 500 https://deb.nodesource.com/node_18.x bullseye/main arm64 Packages 100 /var/lib/dpkg/status 12.22.12~dfsg-1~deb11u4 500 500 http://security.debian.org/debian-security bullseye-security/main arm64 Packages 12.22.12~dfsg-1~deb11u3 500 500 http://deb.debian.org/debian bullseye/main arm64 Packages Temp directories causing npm8 problem: 0 No problems detected *** ioBroker-Installation *** ioBroker Status iobroker is running on this host. Objects type: jsonl States type: jsonl MULTIHOSTSERVICE/enabled: false Core adapters versions js-controller: 4.0.24 admin: 6.3.5 javascript: 7.0.3 Adapters from github: 0 Adapter State + system.adapter.admin.0 : admin : ioBroker-Rock - enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin + system.adapter.backitup.0 : backitup : ioBroker-Rock - enabled + system.adapter.cloud.0 : cloud : ioBroker-Rock - enabled + system.adapter.discovery.0 : discovery : ioBroker-Rock - enabled + system.adapter.history.0 : history : ioBroker-Rock - enabled system.adapter.ical.0 : ical : ioBroker-Rock - enabled + system.adapter.javascript.0 : javascript : ioBroker-Rock - enabled + system.adapter.modbus.0 : modbus : ioBroker-Rock - enabled + system.adapter.ping.0 : ping : ioBroker-Rock - enabled + system.adapter.pvforecast.0 : pvforecast : ioBroker-Rock - enabled + system.adapter.pvforecast.1 : pvforecast : ioBroker-Rock - enabled + system.adapter.signal-cmb.0 : signal-cmb : ioBroker-Rock - enabled + system.adapter.signal-cmb.1 : signal-cmb : ioBroker-Rock - enabled system.adapter.smartmeter.0 : smartmeter : ioBroker-Rock - disabled + system.adapter.socketio.0 : socketio : ioBroker-Rock - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.telegram.0 : telegram : ioBroker-Rock - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.text2command.0 : text2command : ioBroker-Rock - enabled + system.adapter.trashschedule.0 : trashschedule : ioBroker-Rock - enabled + system.adapter.tuya.0 : tuya : ioBroker-Rock - enabled + system.adapter.web.0 : web : ioBroker-Rock - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.whatsapp-cmb.0 : whatsapp-cmb : ioBroker-Rock - enabled + system.adapter.whatsapp-cmb.1 : whatsapp-cmb : ioBroker-Rock - enabled + system.adapter.zigbee.0 : zigbee : ioBroker-Rock - enabled, port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018ECE257-if00 + system.adapter.zigbee.1 : zigbee : ioBroker-Rock - enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220708080640-if00 + instance is alive Enabled adapters with bindings + system.adapter.admin.0 : admin : ioBroker-Rock - enabled, port: 8081, bind: 0.0.0.0 (SSL), run as: admin + system.adapter.socketio.0 : socketio : ioBroker-Rock - enabled, port: 8084, bind: 0.0.0.0, run as: admin + system.adapter.telegram.0 : telegram : ioBroker-Rock - enabled, port: 8443, bind: 0.0.0.0 + system.adapter.web.0 : web : ioBroker-Rock - enabled, port: 8082, bind: 0.0.0.0, run as: admin + system.adapter.zigbee.0 : zigbee : ioBroker-Rock - enabled, port: /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0018ECE257-if00 + system.adapter.zigbee.1 : zigbee : ioBroker-Rock - enabled, port: /dev/serial/by-id/usb-ITEAD_SONOFF_Zigbee_3.0_USB_Dongle_Plus_V2_20220708080640-if00 ioBroker-Repositories stable : http://download.iobroker.net/sources-dist.json beta : http://download.iobroker.net/sources-dist-latest.json Active repo(s): stable Installed ioBroker-Instances Used repository: stable Adapter "admin" : 6.3.5 , installed 6.3.5 Adapter "backitup" : 2.6.23 , installed 2.6.23 Adapter "cloud" : 4.4.1 , installed 4.4.1 Adapter "discovery" : 3.1.0 , installed 3.1.0 Adapter "history" : 2.2.4 , installed 2.2.4 Adapter "ical" : 1.13.3 , installed 1.13.3 Adapter "javascript" : 7.0.3 , installed 7.0.3 Controller "js-controller": 4.0.24 , installed 4.0.24 Adapter "modbus" : 5.0.11 , installed 5.0.11 Adapter "ping" : 1.5.3 , installed 1.5.3 Adapter "pushover" : 3.0.3 , installed 3.0.3 Adapter "pvforecast" : 2.7.1 , installed 2.7.1 Adapter "signal-cmb" : 0.3.0 , installed 0.3.0 Adapter "simple-api" : 2.7.2 , installed 2.7.2 Adapter "smartmeter" : 3.3.4 , installed 3.3.4 Adapter "socketio" : 4.2.0 , installed 4.2.0 Adapter "telegram" : 1.16.0 , installed 1.16.0 Adapter "text2command" : 3.0.2 , installed 3.0.2 Adapter "trashschedule": 2.2.0 , installed 2.2.0 Adapter "tuya" : 3.14.2 , installed 3.14.2 Adapter "web" : 4.3.0 , installed 4.3.0 Adapter "whatsapp-cmb" : 0.2.3 , installed 0.2.3 Adapter "ws" : 1.3.0 , installed 1.3.0 Adapter "zigbee" : 1.8.23 , installed 1.8.16 [Updatable] Objects and States Please stand by - This may take a while Objects: 1467 States: 1148 *** OS-Repositories and Updates *** Hit:1 http://security.debian.org/debian-security bullseye-security InRelease Hit:2 http://deb.debian.org/debian bullseye InRelease Hit:3 http://deb.debian.org/debian bullseye-updates InRelease Hit:4 https://deb.nodesource.com/node_18.x bullseye InRelease Hit:5 http://mirrors.xtom.de/armbian bullseye InRelease Reading package lists... Pending Updates: 9 *** Listening Ports *** Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 0 15328 1/init tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 19840 910/sshd: /usr/sbin tcp 0 0 127.0.0.1:1883 0.0.0.0:* LISTEN 110 18892 905/mosquitto tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1001 21771 848/iobroker.js-con tcp 0 0 127.0.0.1:9001 0.0.0.0:* LISTEN 1001 19074 848/iobroker.js-con tcp6 0 0 :::111 :::* LISTEN 0 15330 1/init tcp6 0 0 :::8081 :::* LISTEN 1001 20123 1169/io.admin.0 tcp6 0 0 :::8082 :::* LISTEN 1001 20371 1516/io.web.0 tcp6 0 0 :::8084 :::* LISTEN 1001 20405 1532/io.socketio.0 tcp6 0 0 :::22 :::* LISTEN 0 19851 910/sshd: /usr/sbin tcp6 0 0 ::1:1883 :::* LISTEN 110 18893 905/mosquitto udp 0 0 0.0.0.0:111 0.0.0.0:* 0 15329 1/init udp 0 0 192.168.178.45:123 0.0.0.0:* 0 20935 1258/ntpd udp 0 0 127.0.0.1:123 0.0.0.0:* 0 20933 1258/ntpd udp 0 0 0.0.0.0:123 0.0.0.0:* 0 20929 1258/ntpd udp 0 0 0.0.0.0:6666 0.0.0.0:* 1001 22209 1415/io.tuya.0 udp 0 0 0.0.0.0:6667 0.0.0.0:* 1001 22210 1415/io.tuya.0 udp6 0 0 :::111 :::* 0 15331 1/init udp6 0 0 fe80::8d9b:2c4a:d7d:123 :::* 0 20939 1258/ntpd udp6 0 0 ::1:123 :::* 0 20937 1258/ntpd udp6 0 0 :::123 :::* 0 20926 1258/ntpd *** Log File - Last 25 Lines *** 2023-08-12 09:14:23.440 - warn: javascript.0 (319772) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2757:34) 2023-08-12 09:14:23.441 - warn: javascript.0 (319772) at listOnTimeout (node:internal/timers:569:17) 2023-08-12 09:14:23.441 - warn: javascript.0 (319772) at processTimers (node:internal/timers:512:7) 2023-08-12 09:14:23.453 - info: javascript.0 (319772) State value to set for "0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min" has to be type "string" but received type "boolean" 2023-08-12 11:50:36.937 - error: cloud.0 (1501) Ping timeout 2023-08-12 11:51:37.184 - info: cloud.0 (1501) Trying to connect as system.user.admin to cloud 2023-08-12 11:51:37.391 - info: cloud.0 (1501) Connection changed: connect 2023-08-12 12:28:26.788 - warn: javascript.0 (319772) You are assigning a boolean to the state "0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min" which expects a string. Please fix your code to use a string or change the state type to boolean. This warning might become an error in future versions. 2023-08-12 12:28:26.795 - warn: javascript.0 (319772) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1730:20) 2023-08-12 12:28:26.796 - warn: javascript.0 (319772) at Object.<anonymous> (script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_wieder_ZU:9:7) 2023-08-12 12:28:26.798 - warn: javascript.0 (319772) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2757:34) 2023-08-12 12:28:26.804 - warn: javascript.0 (319772) at listOnTimeout (node:internal/timers:569:17) 2023-08-12 12:28:26.805 - warn: javascript.0 (319772) at processTimers (node:internal/timers:512:7) 2023-08-12 12:28:27.146 - info: javascript.0 (319772) State value to set for "0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min" has to be type "string" but received type "boolean" 2023-08-12 12:52:58.470 - warn: javascript.0 (319772) You are assigning a boolean to the state "0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min" which expects a string. Please fix your code to use a string or change the state type to boolean. This warning might become an error in future versions. 2023-08-12 12:52:58.477 - warn: javascript.0 (319772) at setState (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:1730:20) 2023-08-12 12:52:58.478 - warn: javascript.0 (319772) at Object.<anonymous> (script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_wieder_ZU:9:7) 2023-08-12 12:52:58.479 - warn: javascript.0 (319772) at Timeout._onTimeout (/opt/iobroker/node_modules/iobroker.javascript/lib/sandbox.js:2757:34) 2023-08-12 12:52:58.479 - warn: javascript.0 (319772) at listOnTimeout (node:internal/timers:569:17) 2023-08-12 12:52:58.480 - warn: javascript.0 (319772) at processTimers (node:internal/timers:512:7) 2023-08-12 12:52:58.492 - info: javascript.0 (319772) State value to set for "0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min" has to be type "string" but received type "boolean" 2023-08-12 13:12:29.628 - info: admin.0 (1169) ==> Connected system.user.admin from ::ffff:192.168.178.137 2023-08-12 13:13:09.449 - info: admin.0 (1169) ==> Connected system.user.admin from ::ffff:192.168.178.137 2023-08-12 13:13:26.343 - info: admin.0 (1169) <== Disconnect system.user.admin from ::ffff:192.168.178.137 admin 2023-08-12 13:13:26.347 - info: admin.0 (1169) <== Disconnect system.user.admin from ::ffff:192.168.178.137 javascript ============ Mark until here for C&P ============= iob diag has finished. Zur Fehlermeldung 2023-08-12 12:52:58.492 - info: javascript.0 (319772) State value to set for "0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min" has to be type "string" but received type "boolean" Dies sind die Objektdaten von 0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min { "common": { "name": "Garagentor offen > 15Min", "desc": "Manuell erzeugt", "role": "state", "type": "string", "read": true, "write": true, "def": "" }, "type": "state", "native": {}, "from": "system.adapter.admin.0", "user": "system.user.admin", "ts": 1691235156599, "_id": "0_userdata.0.Datenpunkte.Statusänderung.Türen/Fenster.Garagentor_offen___15Min", "acl": { "object": 1636, "state": 1636, "owner": "system.user.admin", "ownerGroup": "system.group.administrator" } } Ich habe beide Javaskripte gestoppt und neu gestartet, danach kam keine Fehlermeldung (auch nicht im Skript selbst 12.8.2023, 13:56:24.749 [info ]: javascript.0 (319772) Stop script script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min 12.8.2023, 13:56:26.357 [info ]: javascript.0 (319772) Start javascript script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min 12.8.2023, 13:56:26.409 [info ]: javascript.0 (319772) script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions 12.8.2023, 13:56:31.602 [info ]: javascript.0 (319772) Stop script script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min 12.8.2023, 13:56:43.158 [info ]: javascript.0 (319772) Start javascript script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min 12.8.2023, 13:56:43.210 [info ]: javascript.0 (319772) script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions 12.8.2023, 13:56:57.793 [info ]: javascript.0 (319772) Stop script script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min 12.8.2023, 13:56:59.948 [info ]: javascript.0 (319772) Start javascript script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min 12.8.2023, 13:56:59.961 [info ]: javascript.0 (319772) script.js.common.allg__Skripte.Status_Fenster_Türen.Garagentor_offen___15Min: registered 1 subscription, 0 schedules, 0 messages, 0 logs and 0 file subscriptions Ich hoffe, das hilft etwas weiter. Jetzt schon mal DANKE
  • Tasker Position Cloud-Adapter iobroker.net

    7
    5
    0 Votes
    7 Posts
    405 Views
    DJMarc75D
    @bommel_030 https://iobroker.net/service/custom_<NAME>/xxx/<data> ich bekomms aber per iobroker.net leider nicht hin... Zwar wird mein DP beschrieben aber immer nur leer. Ist schon lange her wo ich nicht die PRO genutzt habe ;) edit: und in HTTP-Request die Methode auf POST stellen
  • Bitte löschen

    4
    0 Votes
    4 Posts
    355 Views
    HomoranH
    @ttberlin sagte in Bitte löschen: sollte eigentlich im Thema "Ulanzi TC001 mit Awtrix Light" stehen. ok! da war es nicht aber offTopic ist nicht @ttberlin sagte in Bitte löschen: falscher Forum-Bereich.
  • Wie teilt Ihr Buchsenleisten?

    8
    0 Votes
    8 Posts
    298 Views
    MartinPM
    Mühsam ist das Abfeilen nicht, finde ich: 120er Schmirgelpapier auf den Arbeitstisch, Zu bearbeitendes Stück Buchsenleiste mit der Kombizange greifen, ausrichten, und die zu begradigende Kante 3 ... 4 x über das Schmirgelpapier führen - fertig ...
  • IoGo App eingestellt?

    iogo iogo adapter iogopro
    7
    0 Votes
    7 Posts
    787 Views
    sigi234S
    @meister-mopper sagte in IoGo App eingestellt?: @berzi sagte in IoGo App eingestellt?: @sigi234 Ich danke dir dennoch für die ein, zwei Jahre in der ich deine App kurzerhand nutzen konnte! Alles Gute! Nur eine kleine Richtigstellung. Den Adapter/die App hat nicht @sigi234 realisiert sondern @nis (offenbar nicht mehr hier aktiv). So ist es!
  • Frage zu Tasmota IR Lesekopf Daten

    Moved
    34
    5
    0 Votes
    34 Posts
    4k Views
    M
    Ich hätte noch eine Frage in die Runde, wie man die Einspeisung über den Stromzähler am Alias Power (Der Wert des Netzbezugs bzw Negative Zahl bei Einspeisung) auswerten kann. Hier in meinem manuell angelegten Alias kommt der Netzbezug bzw Einspeisung (negative Zahl) so rein: "id": "mqtt.0.tasmota.tele.stromzaehler.SENSOR", "read": "JSON.parse(val)[''].Power" Würde man jetzt im IOBroker oder in der InfluxDB dazu eine Regel erstellen, um die negativen Werte die bei .Power rein kommen raus zu rechnen. Aktuell ist es vermutlich nicht viel, was am Tag eingespeist wird, aber genaue Werte habe ich leider nicht. Ich kann nur den Ertrag aus der PV (BKW) und Stromzähler gegenüber stellen. Rot die Leistung auf den 3 Fasen und blau die PV Einspeisung. [image: 1691412559802-bildschirmfoto-2023-08-07-um-14.49.02.png]
  • 1 Votes
    243 Posts
    45k Views
    haselchenH
    Bisher , toi toi toi,alles gut. Und , ich denke ihr wusstet das schon, ein Abstandshalter für den WR erhöht vielleicht seine Lebensdauer. Erst war er direkt an die Gartenhauswand genagelt = 53 Grad Jetzt einen Abstandshalter dazwischengepackt = 44 Grad
  • Tasmota: SonOff-Basic kommt nach Update nicht mehr hoch

    tasmota update
    39
    0 Votes
    39 Posts
    6k Views
    J
    @josh teste das bitte und teil das Ergebnis hier, da mich das doch interessiert ;)
  • [Erledigt] Antworten nicht möglich "Forbidden"

    7
    1
    0 Votes
    7 Posts
    416 Views
    HomoranH
    @onel04 sagte in [Erledigt] Antworten nicht möglich "Forbidden": warum das nicht vom System selber kommt! hast du Firefox?
  • Interessante Info für Eigenverbrauch-mit-Heizstab-Optimierer

    5
    0 Votes
    5 Posts
    250 Views
    MartinPM
    @paul53 In einem Forumsbeitrag unter dem Golem-Artikel wiederum 100 ... 500 ms Das wären minimal 5 Vollwellen, oder 10 Halbwellen, die man als Stellwerte hätte Aber selbst das gibt einigen Spielraum für Stellschritte ...

516

Online

32.7k

Users

82.4k

Topics

1.3m

Posts