LoxBerry-Plugin: FOSHKplugin - Wettergateway Froggit DP1500 / Ecowitt GW1000 anbinden

Einklappen
X
 
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge
  • Lightpicture
    Lebende Foren Legende
    • 16.11.2015
    • 4086

    #706
    Zitat von olicat

    Daher kann es durchaus passieren, dass kein Sonnenschein erkannt wird, obwohl der Wert deutlich ueber 120W/m² liegt
    ....
    Oliver
    Hallo olicat

    Bei mir ist es gerade umgekehrt, es wird Sonnenschein erkannt, obwohl der Wert deutlich unter 120W/m² liegt.
    Macht das so Sinn?
    FG
    Lightpicture

    Nur ein Netzwerkkabel ist richtiges WLAN

    Kommentar


    • olicat
      olicat kommentierte
      Kommentar bearbeiten
      Ja, wenn theoretisch nur 50 moeglich sind, sollte FOSHKplugin bei 100 Sonnenschein konstatieren.
      Und wenn eben noch Sonnenschein gemeldet wurde, wird - unabhaengig vom aktuellen tatsaechlichen Messwert - fuer die Dauer von SUNSHINE_HOLD Sekunden weiterhin Sonnenschein gemeldet.
      Zuletzt geändert von olicat; vor 6 Tagen.
  • olicat
    MS Profi
    • 25.08.2015
    • 581

    #707
    Hi!

    Endlich nun eine Beta-Version von FOSHKplugin 0.10Beta 260722, die ich als Release-Kandidat ansehe.
    Dieses Mal gibt es wieder nur kleinere Verbesserungen im Vergleich zur letzten Version von Mai.

    Vorallem die Oberfläche der Loxone-Version hat ein paar Änderungen erhalten.
    Eine große Änderung (auch der generic-Version) bedeutet der Wechsel des FOSHKplugin-Dienstes von Target multi-user.target auf network-online.target - ich verspreche mir davon eine erhöhte Kompatibilität.
    Ansonsten wie üblich etliche kleinere Dinge, die aber vielleicht für Dich ganz großartig sind.
    Die Änderungen zur letzten Version 260526 von Mai 2026 sind zusammengefasst:
    Code:
    changed: added python3-paramiko as apt package (service.sh and install script)
    changed: set ImageFile.LOAD_TRUNCATED_IMAGES = True to prevent error message "image file is truncated" (FWD_TYPE = BANNER)
    fixed: Fixed detection of unknown HA items (was reporting an error for all temperature related values)
    fixed: WU-Server-Emulation http://ipaddress:port/observations/current/json/units=m[&stationId=FOSHKplugin&apiKey=MMM] (epoch, obsTimeLocal)
    fixed: output of missed sensors for MQTT/HA and InfluxDB repaired - key missing reverts to an empty string when the sensor starts transmitting again
    new: add stationtype as a field in daily CSV to monitor the firmware version
    new: Loxone version: integrate internal FOSHKplugin help page as Help button
    new: Loxone version: animated Optional Settings to illustrate the folding mechanism on plugin config page
    improved: Loxone version: improved accessibility (help texts can now also be accessed via the keyboard)
    improved: Loxone version: Translations slightly improved
    changed: Service file foshkplugin.service modified: now with Documentation, Wants/After=network-online.target, optional /etc/environment and without StandardOutput/StandardError=syslog
    changed: Heatindexs calculation includes now the Low-RH-Adjustment: RH < 13% and 80°F <= temp <= 112°F and the High-RH-Adjustment RH > 85% and 80°F <= temp <= 87°F
    new: with Export\ADD_HUMIDEX = True you can enable/disable the Humidex calculation for outdoor/indoor sensor, WH31 and WH45/46 - default: False
    new: with Export\ADD_APPARENT = True you may enable/disable the AT (Australian apparent temperature) calculation - default: False
    Das komplette Changelog findet sich hier.

    Aktuell kann die Version noch nicht über die Plugin-Verwaltung automatisiert aktualisiert werden.
    Zum Updaten daher bitte diesen Link
    Code:
    https://foshkplugin.phantasoft.de/files/loxberry-FOSHKplugin-0.0.10Beta.zip
    direkt im LoxBerry unter Plugin Management eingeben. Die Update-Installation sollte dann automatisch (und problemlos) ablaufen.
    Ich habe das hier fuer LoxBerry 2.x, 3.x sowie 4.x getestet.

    Bitte gerrne Rueckmeldungen, ob das soweit klappt.
    Dann machen wir endlich eine Stable aus der laengsten Beta der Welt ...
    :-#

    Oliver

    Kommentar

    • Gargamel
      MS Profi
      • 16.12.2018
      • 787

      #708
      Bei mir kommt immer eine Fehlermeldung wenn ich das Plugin installieren möchte. Kann mir jemand sagen was ich da tun kann?

      Vielen dank schon mal.
      Angehängte Dateien

      Kommentar


      • olicat
        olicat kommentierte
        Kommentar bearbeiten
        Deine apt-Datenbank ist kaputt - vermutlich weil die Distribution zu alt ist:
        Code:
        $ grep -e Err -e error foshkplugin.log
        Err:4 https://deb.nodesource.com/node_18.x bullseye Release
        Err:5 https://repos.influxdata.com/debian stable InRelease
        Err:6 https://packages.grafana.com/oss/deb stable InRelease
        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
        14:57:48.215 <ERROR> Error updating apt database - Error 100
        Err:5 https://deb.nodesource.com/node_18.x bullseye Release
        Err:1 https://packages.grafana.com/oss/deb stable InRelease
        Err:4 https://repos.influxdata.com/debian stable InRelease
        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.grafana.com/oss/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 963FA27710458545
        W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://repos.influxdata.com/debian stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY DA61C26A0585BD3B
        14:58:09.501 <ERROR> Error updating apt database - Error 100
        14:58:09.894 <ERROR> Error updating apt database. All servers give an error. Internet connection available? Giving up.
        14:58:22.041 <CRITICAL> Error installing  python3 python3-pip python3-setuptools libstring-escape-perl python3-pil libopenjp2-7 python3-venv python3-paramiko - Error 100
        14:59:47.255 <WARNING> An error or warning occurred
        Wobei es so aussieht, als wuerde das Plugin selbst korrekt installiert (die erforderlichen Pakete werden bei Bedarf auch ueber pip installiert):
        14:59:47.255 <OK> All Plugin files were installed successfully and system was cleaned up.
        Funktioniert FOSHKplugin denn?

        Oliver
        Zuletzt geändert von olicat; vor 3 Tagen.

      • Gargamel
        Gargamel kommentierte
        Kommentar bearbeiten
        Ok danke. Das Plugin funktioniert sogar, Werte kommen in Loxone an.
    • lantic
      Dumb Home'r
      • 28.11.2019
      • 28

      #709
      Deine APT-Datenbank ist kaputt – vermutlich weil die Distribution zu alt ist.
      Hier ist die Lösung, die mir gestern geholfen hat, eine LoxBerry-Plugin-Installation danach fehlerfrei durchzuführen:

      ### Guide: Fixing Outdated NodeSource Repository (Node 18) Error in Debian / LoxBerry

      If you encounter a 404 Not Found error on the NodeSource repository (for example, for Node 18 on Bullseye) during `sudo apt update`, you can clean it up as follows:

      1. **Open the terminal** and log in as `root` (or use `sudo`).

      2. **Run the update** to locate the error:

      sudo apt update

      Might return:
      Err:10 https://deb.nodesource.com/node_18.x bullseye Release
      404 Not Found [IP: ...

      3.
      Find where the missing reference is located within the apt directories:

      grep -rn "nodesource" /etc/apt/

      Use the file directory results between [ ] ; for step 4.

      4.
      Remove the incorrect configuration file and the GPG key:

      sudo rm /etc/apt/sources.list.d/nodesource.list
      sudo rm /usr/share/keyrings/nodesource.gpg

      5.
      Run the update again to verify that the list loads cleanly without errors:

      sudo apt update

      Kommentar


      • Gargamel
        Gargamel kommentierte
        Kommentar bearbeiten
        Vielen Dank, werde ich probieren.
    • olicat
      MS Profi
      • 25.08.2015
      • 581

      #710
      Hi!

      Zitat von olicat
      Hi!
      Schick mir bitte per PN die Log-Dateien von FOSHKplugin (gern als zip) - wir machen besser direkt miteinander weiter ...
      Das Problem von Ulairi wurde durch Update der Beta-Version von FOSHKplugin behoben.
      Es ist also durchaus lohnenswert, auf die (jeweils) aktuelle Beta zu gehen.
      ;-)

      Oliver

      Kommentar

      Lädt...