Navigation

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

    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

    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 1

    Sevelen

    @Sevelen

    Starter

    0
    Reputation
    19
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Sevelen Follow
    Starter

    Latest posts made by Sevelen

    • RE: TESTER: Neuer Adapter Webuntis

      Bei mir zeigt er alles bis auf den Stundenplan an.

      Cannot read Timetable for today - possible block by scool
      

      Jemand eine Idee?

      posted in Tester
      S
      Sevelen
    • Probleme bei MySensors und BME280

      Hallo zusammen,

      ich habe einen BME280 laufen, bekomme allerdings Baro und Temp im IoBroker angezeigt. Hum (1.1 fehlt.

      mysensors.0	2019-09-05 18:55:48.532	info	Add new object: 1.0_TEMP.V_ID - 1.0_TEMP.V_ID
      mysensors.0	2019-09-05 18:55:48.531	info	Add new object: 1.0_TEMP.V_TEMP - 1.0_TEMP.V_TEMP
      mysensors.0	2019-09-05 18:55:48.530	info	Add new object: 1.0_TEMP - 1.0_TEMP
      mysensors.0	2019-09-05 18:55:48.475	info	Add new object: 1.2_BARO.V_FORECAST - 1.2_BARO.V_FORECAST
      mysensors.0	2019-09-05 18:55:48.475	info	Add new object: 1.2_BARO.V_PRESSURE - 1.2_BARO.V_PRESSURE
      mysensors.0	2019-09-05 18:55:48.474	info	Add new object: 1.2_BARO - 1.2_BARO
      mysensors.0	2019-09-05 18:55:48.416	info	Version :1.1
      mysensors.0	2019-09-05 18:55:48.356	warn	setObject mysensors.0.1 (type=device) property native missing!
      mysensors.0	2019-09-05 18:55:48.353	info	Name :BME280 Sensor
      

      Im debug vom mysensors sehe ich aber das der HUM rausgeschickt wird.

      BME280 - Requesting new data from sensor module.
      BME280 - Sensor module has some new values ready:
      BME280 - Temperature = 25.69 °C
      BME280 - Humidity = 41.13 %
      BME280 - Pressure = 1023.98 hPa
      BME280 - Forecast = stable
      BME280 - Sending the new temperature to the gateway.
      330804 TSF:MSG:SEND,1-1-0-0,s=0,c=1,t=0,pt=7,l=5,sg=0,ft=0,st=OK:25.7
      BME280 - Sending the new humidity to the gateway.
      330816 TSF:MSG:SEND,1-1-0-0,s=1,c=1,t=0,pt=7,l=5,sg=0,ft=0,st=OK:41.1
      BME280 - Sending the new pressure to the gateway.
      330828 TSF:MSG:SEND,1-1-0-0,s=2,c=1,t=4,pt=7,l=5,sg=0,ft=0,st=OK:1024.0
      BME280 - Measurement complete. Going to wait until next measurement.
      
      

      Jemand ne idee woran das liegen kann das nur ein wert fehlt.

      posted in ioBroker Allgemein
      S
      Sevelen
    • BackItUp Problem beim Zurückspielen

      Hallo zusammen,

      ich bin neu bei IoBroker, aktuell hatte ich einige tests auf einem Rsp laufen. Diese würde ich jetzt gerne auf das produktiv System überführen. Hierzu habe ich den Adapter BackItUp verwendet. Dieser ist mittels CIFS an einem NAS angeklemmt. Das Full Backup klappt auch zuverlässig, hingegen das wieder einspielen hingegen nicht.

      Im Detail:

      • IoBroker startet neu
      • Keine Reaktion mehr mittels Syslog kann ich folgendes finden.
      Aug 26 19:04:21 ubuntuNUC kernel: [6667832.969615] CIFS VFS: cifs_mount failed w/return code = -22
      Aug 26 19:04:33 ubuntuNUC systemd[1]: Started /bin/bash /opt/iobroker/node_modules/iobroker.backitup/lib/external.sh.
      Aug 26 19:04:33 ubuntuNUC systemd[1]: Stopping ioBroker Server...
      Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Main process exited, code=exited, status=1/FAILURE
      Aug 26 19:04:34 ubuntuNUC systemd[1]: Stopped ioBroker Server.
      Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Unit entered failed state.
      Aug 26 19:04:34 ubuntuNUC systemd[1]: iobroker.service: Failed with result 'exit-code'.
      Aug 26 19:04:35 ubuntuNUC bash[24758]: /opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198
      Aug 26 19:04:35 ubuntuNUC bash[24758]:                 const lines = err.toString().split('\n');
      Aug 26 19:04:35 ubuntuNUC bash[24758]:                                   ^
      Aug 26 19:04:35 ubuntuNUC bash[24758]: TypeError: Cannot read property 'toString' of undefined
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Object.error (/opt/iobroker/node_modules/iobroker.backitup/lib/restore.js:198:35)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at targz.decompress (/opt/iobroker/node_modules/iobroker.backitup/lib/restore/total.js:22:21)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.error (/opt/iobroker/node_modules/iobroker.backitup/node_modules/targz/lib/targz.js:51:13)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.emit (events.js:203:15)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at Extract.destroy (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:196:17)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at onunlock (/opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-stream/extract.js:73:26)
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at /opt/iobroker/node_modules/iobroker.backitup/node_modules/tar-fs/index.js:248:25
      Aug 26 19:04:35 ubuntuNUC bash[24758]:     at FSReqWrap.args [as oncomplete] (fs.js:140:20)
      

      Für mich sieht das nach einem Mount fail aus. Allerdings warum sehe ich dann auf dem NAS das file?

      Danke für die Hilfe.

      posted in ioBroker Allgemein
      S
      Sevelen
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo