Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. Grafana
  5. Fritzbox mit Grafana visualisieren [Version 2022]

NEWS

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    16
    1
    1.9k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    918

  • Weihnachtsangebot 2025! 🎄
    BluefoxB
    Bluefox
    25
    1
    2.2k

Fritzbox mit Grafana visualisieren [Version 2022]

Scheduled Pinned Locked Moved Grafana
144 Posts 12 Posters 24.7k Views 16 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I iobroJB

    @crunchip Hallo, ich antworte jetzt einfach mal Dir.
    Ich habe noch wenig Erfahrung mit iobroker und grafana,
    habe aber nach der obigen Anweisung hier und den weiteren Hilfen in diesem Beitrag, die Installationen denke ich richtig hinbekommen.
    Da das BeispielDashboard in obigen Beitrag nicht mehr aufrufbar ist, habe ich aus einem anderen Beitrag hier (ganz am Ende des Textes) das Dashboard hier importiert.
    Leider zeigt Grafana keine Werte an, obwohl ich die vorhandene influxdb zugewiesen habe und auch den Wert für die FritzBox entsprechend ausgewählt habe.
    Habe ich noch etwas vergessen, übersehen oder falsch gemacht?
    Ich bitte um Eure Hilfe, danke.

    Grafana-FritzBox-1.jpg

    Grafana-FritzBox_Connection-Status-1.jpg

    Grafana-FritzBox_Connection-Status_Variable-1.jpg

    Grafana-FritzBox_Connection-Status_Variable-2.jpg

    Grafana-FritzBox_Connection-Status_Variable-3.jpg

    Grafana-FritzBox_Connection-Status_Variable-4.jpg

    crunchipC Away
    crunchipC Away
    crunchip
    Forum Testing Most Active
    wrote on last edited by
    #131

    @iobrojb sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

    Leider zeigt Grafana keine Werte an, obwohl ich die vorhandene influxdb zugewiesen habe

    Sind denn auch Daten in der Datenbank?

    Ich hatte das wie weiter oben geschrieben, per upnp Adapter laufen, der die Daten holte und die query's im Dashboard entsprechend angepasst.

    Nutze das allerdings seit rund 3 Jahren nicht mehr

    umgestiegen von Proxmox auf Unraid

    1 Reply Last reply
    0
    • ? A Former User

      @iobrojb

      Moin,

      warum bist Du nicht nach dem offiziellen Installations Doku vorgegangen fritzinfluxdb?
      Benutzt Du influxDB V. 1.8 oder influxDB V.2.x?
      Welche Version setzt Du von fritzinfluxdb ein (Aktuell ist 1.2.1)
      Ist influxDB auch der korrekte Name der Datenbank, Zeig mal die zu fitzinfluxdb passende Konfiguration /opt/fritzinfluxdb/fritzinfluxdb.ini
      !!!Achtung!!! da können User und Passwort im Klartext stehen

      Installations Beispiel für Ubuntu, sieh obigen link

      sudo apt-get install python3-virtualenv
      cd /opt
      git clone https://github.com/bb-Ricardo/fritzinfluxdb.git
      cd fritzinfluxdb
      virtualenv -p python3 .venv
      . .venv/bin/activate
      pip3 install -r requirements.txt
      
      modify your configuration and test it
      
      ./fritzinfluxdb.py
      

      Wenn Du das ganze über systemd startest, was sagt dir

      # systemctl status fritzinfluxdb.service
      

      Bei mir sieht das so aus:

      [dp20eic@loki fritzinfluxdb]$ systemctl status fritzinfluxdb.service 
      * fritzinfluxdb.service - Fritz to InfluxDB daemon
           Loaded: loaded (/usr/lib/systemd/system/fritzinfluxdb.service; enabled; preset: disabled)
           Active: active (running) since Wed 2023-02-01 17:11:39 CET; 3min 5s ago
         Main PID: 187969 (python)
            Tasks: 1 (limit: 38366)
           Memory: 34.4M
           CGroup: /system.slice/fritzinfluxdb.service
                   `-187969 /opt/fritzinfluxdb/.venv/bin/python /opt/fritzinfluxdb/fritzinfluxdb.py -d
      
      Feb 01 17:11:40 loki fritzinfluxdb[187969]: INFO: Connection to InfluxDB 2.5.1 established and bucket is present
      Feb 01 17:11:45 loki fritzinfluxdb[187969]: INFO: Unknown FritzBox link type 'Ethernet'. Please report this link type as issue to the gi>
      Feb 01 17:11:45 loki fritzinfluxdb[187969]: INFO: Successfully established FritzBox TR-069 session
      Feb 01 17:11:46 loki fritzinfluxdb[187969]: INFO: Successfully established FritzBox Lua session
      Feb 01 17:11:46 loki fritzinfluxdb[187969]: INFO: Successfully connected to FritzBox '192.168.178.1' (fritz.box) Model: FRITZ!Box 7590 (>
      Feb 01 17:11:46 loki fritzinfluxdb[187969]: /opt/fritzinfluxdb/fritzinfluxdb.py:141: DeprecationWarning: There is no current event loop
      Feb 01 17:11:46 loki fritzinfluxdb[187969]:   loop = asyncio.get_event_loop()
      Feb 01 17:11:46 loki fritzinfluxdb[187969]: INFO: Starting main loop
      Feb 01 17:11:48 loki fritzinfluxdb[187969]: INFO: Service 'DSL Info (Fritz!OS 7.29 - latest)' not applicable for this FritzBox Model Lin>
      Feb 01 17:11:48 loki fritzinfluxdb[187969]: INFO: Service 'Cable Info (Fritz!OS 7.29 - latest)' not applicable for this FritzBox Model L>
      [dp20eic@loki fritzinfluxdb]$ 
      

      Die original Dashboards liegen, wenn Du alles richtig gemacht hast unter den jeweiligen Ordnern für influx1 / influx2

      [dp20eic@loki ~]$ ls -la /opt/fritzinfluxdb/grafana/
      total 555
      drwxr-xr-x 4 root root      6 Jan 25 14:00 .
      drwxr-xr-x 7 root root     18 Jan 25 14:03 ..
      -rw-r--r-- 1 root root 356744 Jan 25 14:00 grafana_dashboard.png
      -rw-r--r-- 1 root root 164338 Jan 25 14:00 grafana_home-automation_dashboard.png
      drwxr-xr-x 2 root root      5 Jan 25 14:00 influx1_dashboards
      drwxr-xr-x 2 root root      6 Jan 25 14:00 influx2_dashboards
      

      !!!Achtung!!!
      fritzinfluxdb für influxDb V. 1.8 wird vom Developer nicht mehr weiter entwickelt.

      VG
      Bernd

      M Offline
      M Offline
      Maxtor62
      wrote on last edited by Maxtor62
      #132

      @dp20eic
      hi, ist ein alter Thread aber ich versuch es trotzdem.

      Ich habe jetzt schon Proxmox LXC Container mit Debian 11 + 12, Ubuntu 22.04 + 23.04 versucht das Teil ans Laufen zu bringen.
      Auch mit nem Docker auf dem Synology NAS hab ich es versucht. Was soll ich sagen? Es klappt einfach nicht. Kann das an meiner Fritte liegen. Das ist die 7590 AX. Wäre super, wenn mir jemand noch n Tipp geben könnte. Hier die Logs dazu.

      (.venv) stefan@helper:/opt/fritzinfluxdb$ ./fritzinfluxdb.py
      2023-10-31 18:15:40,918 - INFO: Starting fritzinfluxdb v1.2.1 (2023-01-26)
      2023-10-31 18:15:40,918 - INFO: Done reading config files
      2023-10-31 18:15:40,938 - INFO: Successfully parsed config
      2023-10-31 18:15:40,940 - INFO: Connection to InfluxDB 2 established
      2023-10-31 18:15:46,412 - INFO: Successfully established FritzBox TR-069 session
      2023-10-31 18:15:47,135 - INFO: Successfully established FritzBox Lua session
      2023-10-31 18:15:47,136 - INFO: Successfully connected to FritzBox '192.168.178.1' (fritz.box) Model: FRITZ!Box 7590 AX (DSL) - FW: 7.                                     57
      2023-10-31 18:15:47,136 - INFO: Starting main loop
      2023-10-31 18:15:59,125 - INFO: Service 'Cable Info (Fritz!OS 7.29 - latest)' not applicable for this FritzBox Model Link type 'DSL'
      2023-10-31 18:16:00,134 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
      2023-10-31 18:16:00,134 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
      2023-10-31 18:16:24,525 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:16:30,738 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
      2023-10-31 18:16:30,738 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
      2023-10-31 18:16:30,767 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:16:35,802 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:16:40,870 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:16:45,920 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:16:50,991 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:16:56,016 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:02,085 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
      2023-10-31 18:17:02,085 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
      2023-10-31 18:17:03,083 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:08,623 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:14,134 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:19,203 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:24,889 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:30,976 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:33,338 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
      2023-10-31 18:17:33,339 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
      2023-10-31 18:17:36,381 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:41,420 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:46,463 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:51,571 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:17:56,971 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:02,262 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:05,602 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
      2023-10-31 18:18:05,602 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
      2023-10-31 18:18:07,437 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:17,150 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:22,474 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:29,000 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:35,006 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:36,383 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
      2023-10-31 18:18:36,383 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
      2023-10-31 18:18:40,422 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:45,471 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:51,073 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      2023-10-31 18:18:56,581 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
      ^C2023-10-31 18:19:01,953 - INFO: Received exit signal SIGINT...
      2023-10-31 18:19:01,954 - INFO: Cancelling 4 outstanding tasks
      2023-10-31 18:19:01,955 - INFO: Closed FritzBox TR-069 connection
      2023-10-31 18:19:01,955 - INFO: Closed FritzBox Lua connection
      2023-10-31 18:19:01,955 - INFO: Closed InfluxDB session
      2023-10-31 18:19:01,955 - INFO: Successfully shutdown fritzinfluxdb
      (.venv) stefan@helper:/opt/fritzinfluxdb$
      
      

      Die Datenbank wird kurz mit Daten gefüttert, die ich auch mit Grafana darstellen sehe, aber nach ca. einer Minute sind die Daten wieder weg, N/A.
      fritte.PNG

      Wer meint er ist was, hat aufgehört was zu werden

      ? 1 Reply Last reply
      0
      • M Maxtor62

        @dp20eic
        hi, ist ein alter Thread aber ich versuch es trotzdem.

        Ich habe jetzt schon Proxmox LXC Container mit Debian 11 + 12, Ubuntu 22.04 + 23.04 versucht das Teil ans Laufen zu bringen.
        Auch mit nem Docker auf dem Synology NAS hab ich es versucht. Was soll ich sagen? Es klappt einfach nicht. Kann das an meiner Fritte liegen. Das ist die 7590 AX. Wäre super, wenn mir jemand noch n Tipp geben könnte. Hier die Logs dazu.

        (.venv) stefan@helper:/opt/fritzinfluxdb$ ./fritzinfluxdb.py
        2023-10-31 18:15:40,918 - INFO: Starting fritzinfluxdb v1.2.1 (2023-01-26)
        2023-10-31 18:15:40,918 - INFO: Done reading config files
        2023-10-31 18:15:40,938 - INFO: Successfully parsed config
        2023-10-31 18:15:40,940 - INFO: Connection to InfluxDB 2 established
        2023-10-31 18:15:46,412 - INFO: Successfully established FritzBox TR-069 session
        2023-10-31 18:15:47,135 - INFO: Successfully established FritzBox Lua session
        2023-10-31 18:15:47,136 - INFO: Successfully connected to FritzBox '192.168.178.1' (fritz.box) Model: FRITZ!Box 7590 AX (DSL) - FW: 7.                                     57
        2023-10-31 18:15:47,136 - INFO: Starting main loop
        2023-10-31 18:15:59,125 - INFO: Service 'Cable Info (Fritz!OS 7.29 - latest)' not applicable for this FritzBox Model Link type 'DSL'
        2023-10-31 18:16:00,134 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
        2023-10-31 18:16:00,134 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
        2023-10-31 18:16:24,525 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:16:30,738 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
        2023-10-31 18:16:30,738 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
        2023-10-31 18:16:30,767 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:16:35,802 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:16:40,870 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:16:45,920 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:16:50,991 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:16:56,016 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:02,085 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
        2023-10-31 18:17:02,085 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
        2023-10-31 18:17:03,083 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:08,623 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:14,134 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:19,203 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:24,889 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:30,976 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:33,338 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
        2023-10-31 18:17:33,339 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
        2023-10-31 18:17:36,381 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:41,420 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:46,463 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:51,571 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:17:56,971 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:02,262 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:05,602 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
        2023-10-31 18:18:05,602 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
        2023-10-31 18:18:07,437 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:17,150 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:22,474 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:29,000 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:35,006 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:36,383 - ERROR: Unable to convert FritzBox Lua value '0-673710080' for 'ha_alert' to '<class 'int'>': invalid literal                                      for int() with base 10: '0-673710080'
        2023-10-31 18:18:36,383 - ERROR: Unable to convert FritzBox Lua value '0-1865154560' for 'ha_alert' to '<class 'int'>': invalid litera                                     l for int() with base 10: '0-1865154560'
        2023-10-31 18:18:40,422 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:45,471 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:51,073 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        2023-10-31 18:18:56,581 - ERROR: Failed to write to InfluxDB '192.168.178.139': 422: failure writing points to database: partial write                                     : field type conflict: input field "ha_alert" on measurement "fritzbox" is type string, already exists as type integer dropped=2
        ^C2023-10-31 18:19:01,953 - INFO: Received exit signal SIGINT...
        2023-10-31 18:19:01,954 - INFO: Cancelling 4 outstanding tasks
        2023-10-31 18:19:01,955 - INFO: Closed FritzBox TR-069 connection
        2023-10-31 18:19:01,955 - INFO: Closed FritzBox Lua connection
        2023-10-31 18:19:01,955 - INFO: Closed InfluxDB session
        2023-10-31 18:19:01,955 - INFO: Successfully shutdown fritzinfluxdb
        (.venv) stefan@helper:/opt/fritzinfluxdb$
        
        

        Die Datenbank wird kurz mit Daten gefüttert, die ich auch mit Grafana darstellen sehe, aber nach ca. einer Minute sind die Daten wieder weg, N/A.
        fritte.PNG

        ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #133

        @maxtor62 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

        Es klappt einfach nicht.

        Moin,

        wie ist die FritzBox eingerichtet, welchen User nutzt Du zum Login?
        Die Einrichtung im LX Container hast Du nach Vorgabe wie auf der Github Seite gemacht, also auch fritzconnection und alle Python Module installiert?

        Zeig mal die fritzinfluxdb.ini aber nimm vorher den User und das Passwort raus, oder x es aus

        VG
        Bernd

        M 1 Reply Last reply
        0
        • ? A Former User

          @maxtor62 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

          Es klappt einfach nicht.

          Moin,

          wie ist die FritzBox eingerichtet, welchen User nutzt Du zum Login?
          Die Einrichtung im LX Container hast Du nach Vorgabe wie auf der Github Seite gemacht, also auch fritzconnection und alle Python Module installiert?

          Zeig mal die fritzinfluxdb.ini aber nimm vorher den User und das Passwort raus, oder x es aus

          VG
          Bernd

          M Offline
          M Offline
          Maxtor62
          wrote on last edited by
          #134

          @dp20eic
          hi sorry für meine Ungeduld. Hab halt schon so viel probiert.
          Auf der Fritte hab ich extra ein User eingerichtet den ich dafür nehme. Hat alle Rechte.
          Die Einrichtung habe ich jedes Mal genau so wie Du oder auf Github beschrieben, gemacht.
          Fritzconnection und alle Python Module installiert.

          Hier die fritzinfluxdb.ini

          
          [influxdb]
          
          # requires a hostname or IP which points to your InfluxDB instance
          hostname = 192.168.178.139
          
          # define the port your InfluxDB instance is listening on
          port = 8086
          
          # weather TLS encryption is enabled or disabled
          #tls_enabled = false
          
          # set this to 'true' to enforces TLS certificate validation
          #verify_tls = false
          
          # set a measurement name which is used to write the data to InfluxDB
          # If this is changed from the default then it also has to be changed
          # from the default value during the Grafana dashboard installation
          measurement_name = fritzbox
          
          # The amount of days the data should be stored in InfluxDB.
          # Older data will be deleted.
          # Attention: THIS IS ONLY CONFIGURED ON NEW DB/BUCKET CREATION!
          data_retention_days = 365
          
          # define which InfluxDB version you are using
          version = 2
          
          ##### InfluxDB version 1.x options
          
          # username and password to use to write data to InfluxDB
          username =
          password =
          
          # defines the InfluxDB database to write the data to
          # if the credentials permit to create databases then this
          # will be created automatically
          database =
          
          
          ##### InfluxDB version 2.x options
          
          # requires an InfluxDB API token with permissions to write to the desired bucket
          token = RRoG5NJBBUqnql1OKaHuxo3d2xqz0YpA-2AOO-fviu1Ft5mpafJizebVkpiQdGxwdtQvDv3AUJvXWLMreSQ1NA==
          
          # a valid InfluxDB organisation needs to be defined which is used during login
          organisation = home
          
          # defines the InfluxDB bucket to write the data to
          # if the credentials permit to create buckets then this
          # will be created automatically
          bucket = fritzbox
          
          
          ###
          ### [fritzbox]
          ###
          ### Controls the parameters for connecting to your InfluxDB instance.
          ###
          
          [fritzbox]
          # changes the default FritzBox IP
          hostname = 192.168.178.1
          
          # username and password to connect to the FritzBox
          username = XXXX
          password = XXXX
          
          # Define the port the FritzBox is listening on
          # change to 49443 if you use ssl
          port = 49000
          
          # weather TLS encryption is enabled or disabled (will set port to 49443 if port is undefined)
          #tls_enabled = false
          
          # set this to 'true' to enforces TLS certificate validation (only affects Lua sessions)
          #verify_tls = false
          
          # defines the InfluxDB measurement tag which is used
          # to tag data from this FritzBox
          #box_tag = fritz.box
          
          # Define the FritzBox time zone. Used to convert dates/times from FritzBox to correct UTC Timestamp
          timezone = Europe/Berlin
          
          # the maximum of time in seconds which a connection to the FritzBox is allowed to take
          connect_timeout = 30
          
          # interval to request data from FritzBox in seconds
          # the value CAN'T be lower then 10 seconds
          request_interval = 30
          
          
          # EOF
          
          

          Danke und Grüße

          Wer meint er ist was, hat aufgehört was zu werden

          ? 1 Reply Last reply
          0
          • M Maxtor62

            @dp20eic
            hi sorry für meine Ungeduld. Hab halt schon so viel probiert.
            Auf der Fritte hab ich extra ein User eingerichtet den ich dafür nehme. Hat alle Rechte.
            Die Einrichtung habe ich jedes Mal genau so wie Du oder auf Github beschrieben, gemacht.
            Fritzconnection und alle Python Module installiert.

            Hier die fritzinfluxdb.ini

            
            [influxdb]
            
            # requires a hostname or IP which points to your InfluxDB instance
            hostname = 192.168.178.139
            
            # define the port your InfluxDB instance is listening on
            port = 8086
            
            # weather TLS encryption is enabled or disabled
            #tls_enabled = false
            
            # set this to 'true' to enforces TLS certificate validation
            #verify_tls = false
            
            # set a measurement name which is used to write the data to InfluxDB
            # If this is changed from the default then it also has to be changed
            # from the default value during the Grafana dashboard installation
            measurement_name = fritzbox
            
            # The amount of days the data should be stored in InfluxDB.
            # Older data will be deleted.
            # Attention: THIS IS ONLY CONFIGURED ON NEW DB/BUCKET CREATION!
            data_retention_days = 365
            
            # define which InfluxDB version you are using
            version = 2
            
            ##### InfluxDB version 1.x options
            
            # username and password to use to write data to InfluxDB
            username =
            password =
            
            # defines the InfluxDB database to write the data to
            # if the credentials permit to create databases then this
            # will be created automatically
            database =
            
            
            ##### InfluxDB version 2.x options
            
            # requires an InfluxDB API token with permissions to write to the desired bucket
            token = RRoG5NJBBUqnql1OKaHuxo3d2xqz0YpA-2AOO-fviu1Ft5mpafJizebVkpiQdGxwdtQvDv3AUJvXWLMreSQ1NA==
            
            # a valid InfluxDB organisation needs to be defined which is used during login
            organisation = home
            
            # defines the InfluxDB bucket to write the data to
            # if the credentials permit to create buckets then this
            # will be created automatically
            bucket = fritzbox
            
            
            ###
            ### [fritzbox]
            ###
            ### Controls the parameters for connecting to your InfluxDB instance.
            ###
            
            [fritzbox]
            # changes the default FritzBox IP
            hostname = 192.168.178.1
            
            # username and password to connect to the FritzBox
            username = XXXX
            password = XXXX
            
            # Define the port the FritzBox is listening on
            # change to 49443 if you use ssl
            port = 49000
            
            # weather TLS encryption is enabled or disabled (will set port to 49443 if port is undefined)
            #tls_enabled = false
            
            # set this to 'true' to enforces TLS certificate validation (only affects Lua sessions)
            #verify_tls = false
            
            # defines the InfluxDB measurement tag which is used
            # to tag data from this FritzBox
            #box_tag = fritz.box
            
            # Define the FritzBox time zone. Used to convert dates/times from FritzBox to correct UTC Timestamp
            timezone = Europe/Berlin
            
            # the maximum of time in seconds which a connection to the FritzBox is allowed to take
            connect_timeout = 30
            
            # interval to request data from FritzBox in seconds
            # the value CAN'T be lower then 10 seconds
            request_interval = 30
            
            
            # EOF
            
            

            Danke und Grüße

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by
            #135

            @maxtor62 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

            Hier die fritzinfluxdb.ini

            Moin,

            also da sehe ich erst einmal keine Klinke.
            Ich habe mal nach dem im Log aufgeführten Fehler ha_alert im Source auf Github gesucht, das kommt wohl aus dem Bereich homeauto.py, jetzt kann ich damit aber auch nicht mehr anfangen, ob das jetzt an der FritzBox liegt, oder ob die Version 7.57 da für die AX eine Macke hat oder ob Du da vielleicht Geräte in Samrt Home eingerichtet hast und deswegen der Fehler kommt.

            Warte einfach mal ab, was bb-Ricardo zu dem Fehler sagt.

            VG
            Bernd

            M 1 Reply Last reply
            0
            • ? A Former User

              @maxtor62 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

              Hier die fritzinfluxdb.ini

              Moin,

              also da sehe ich erst einmal keine Klinke.
              Ich habe mal nach dem im Log aufgeführten Fehler ha_alert im Source auf Github gesucht, das kommt wohl aus dem Bereich homeauto.py, jetzt kann ich damit aber auch nicht mehr anfangen, ob das jetzt an der FritzBox liegt, oder ob die Version 7.57 da für die AX eine Macke hat oder ob Du da vielleicht Geräte in Samrt Home eingerichtet hast und deswegen der Fehler kommt.

              Warte einfach mal ab, was bb-Ricardo zu dem Fehler sagt.

              VG
              Bernd

              M Offline
              M Offline
              Maxtor62
              wrote on last edited by
              #136

              @dp20eic
              ok, danke für Deine Mühe. Im SmatHome hab ich nur Fritz Geräte über DECT eingerichtet, außer die drei Rollladen Motoren. Die sind von BoxControl, was auch über DECT läuft. Da sollte die Fritte ja kein Problem haben.
              Ich werde mich in Geduld üben.

              Grüße
              Stefan

              Wer meint er ist was, hat aufgehört was zu werden

              ? 1 Reply Last reply
              0
              • M Maxtor62

                @dp20eic
                ok, danke für Deine Mühe. Im SmatHome hab ich nur Fritz Geräte über DECT eingerichtet, außer die drei Rollladen Motoren. Die sind von BoxControl, was auch über DECT läuft. Da sollte die Fritte ja kein Problem haben.
                Ich werde mich in Geduld üben.

                Grüße
                Stefan

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #137

                @maxtor62 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

                ok, danke für Deine Mühe. Im SmatHome hab ich nur Fritz Geräte über DECT eingerichtet, außer die drei Rollladen Motoren. Die sind von BoxControl, was auch über DECT läuft. Da sollte die Fritte ja kein Problem haben.

                Moin,

                na dann kann es ja doch sein, dass da etwas nicht korrekt eingerichtet oder installiert ist. Du solltest mal gleich dein issuse auf Github mit allen Informationen erweitern, damit bb-Ricardo nicht erst noch nachfragen muss, verzögert dann ja nur zusätzlich.

                VG
                Bernd

                M 1 Reply Last reply
                0
                • ? A Former User

                  @maxtor62 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

                  ok, danke für Deine Mühe. Im SmatHome hab ich nur Fritz Geräte über DECT eingerichtet, außer die drei Rollladen Motoren. Die sind von BoxControl, was auch über DECT läuft. Da sollte die Fritte ja kein Problem haben.

                  Moin,

                  na dann kann es ja doch sein, dass da etwas nicht korrekt eingerichtet oder installiert ist. Du solltest mal gleich dein issuse auf Github mit allen Informationen erweitern, damit bb-Ricardo nicht erst noch nachfragen muss, verzögert dann ja nur zusätzlich.

                  VG
                  Bernd

                  M Offline
                  M Offline
                  Maxtor62
                  wrote on last edited by
                  #138

                  @dp20eic

                  es ist unglaublich.

                  FritzBox boot tut gut.

                  Jetzt funktioniert alles.
                  fritte.PNG

                  Danke Dir noch mal.

                  Grüße
                  Stefan

                  Wer meint er ist was, hat aufgehört was zu werden

                  ? 1 Reply Last reply
                  0
                  • M Maxtor62

                    @dp20eic

                    es ist unglaublich.

                    FritzBox boot tut gut.

                    Jetzt funktioniert alles.
                    fritte.PNG

                    Danke Dir noch mal.

                    Grüße
                    Stefan

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #139

                    @maxtor62 sagte in Fritzbox mit Grafana visualisieren [Version 2022]:

                    Danke Dir noch mal.

                    Moin,

                    bidde schön, ist aber nicht meine Verdienst, Du kannst Dich bei bb-Ricardo bedanken.

                    Und ja, mach mal, tut ein Boot gut :)

                    VG
                    Bernd

                    1 Reply Last reply
                    0
                    • crunchipC crunchip

                      @damrak2022 vllt kommst du hiermit besser zurecht

                      M Offline
                      M Offline
                      michihorn
                      wrote on last edited by
                      #140

                      @crunchip Hallo hab mal mitgelesen, bei der Anleitung die Du empfohlen hast, scheitere ich schon bei sudo pip install fritzcollectd mit folgender Meldung:

                      
                      error: externally-managed-environment
                      
                      × This environment is externally managed
                      ╰─> To install Python packages system-wide, try apt install
                          python3-xyz, where xyz is the package you are trying to
                          install.
                      
                          If you wish to install a non-Debian-packaged Python package,
                          create a virtual environment using python3 -m venv path/to/venv.
                          Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
                          sure you have python3-full installed.
                      
                          For more information visit http://rptl.io/venv
                      
                      note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
                      hint: See PEP 668 for the detailed specification.
                      
                      

                      Hast du ne Ahnung was ich tun muss?
                      Michael

                      crunchipC 1 Reply Last reply
                      0
                      • M michihorn

                        @crunchip Hallo hab mal mitgelesen, bei der Anleitung die Du empfohlen hast, scheitere ich schon bei sudo pip install fritzcollectd mit folgender Meldung:

                        
                        error: externally-managed-environment
                        
                        × This environment is externally managed
                        ╰─> To install Python packages system-wide, try apt install
                            python3-xyz, where xyz is the package you are trying to
                            install.
                        
                            If you wish to install a non-Debian-packaged Python package,
                            create a virtual environment using python3 -m venv path/to/venv.
                            Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
                            sure you have python3-full installed.
                        
                            For more information visit http://rptl.io/venv
                        
                        note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
                        hint: See PEP 668 for the detailed specification.
                        
                        

                        Hast du ne Ahnung was ich tun muss?
                        Michael

                        crunchipC Away
                        crunchipC Away
                        crunchip
                        Forum Testing Most Active
                        wrote on last edited by
                        #141

                        @michihorn hast du das befolgt?
                        https://forum.iobroker.net/post/793557

                        umgestiegen von Proxmox auf Unraid

                        M 1 Reply Last reply
                        0
                        • crunchipC crunchip

                          @michihorn hast du das befolgt?
                          https://forum.iobroker.net/post/793557

                          M Offline
                          M Offline
                          michihorn
                          wrote on last edited by michihorn
                          #142

                          @crunchip Ja habe ich, selbst mit "neu" aufgesetzter Maschine klappt es nicht
                          habe es jetzt mal so versucht:

                          pip install fritzcollectd --break-system-packages
                          

                          Ist durch gelaufen, brachte am Ende aber folgende Meldung:

                          
                            note: This error originates from a subprocess, and is likely not a problem with pip.
                          error: legacy-install-failure
                          
                          × Encountered error while trying to install package.
                          ╰─> lxml
                          
                          note: This is an issue with the package mentioned above, not pip.
                          hint: See above for output from the failure.
                          
                          

                          EDIT: So hat es geklappt:
                          Quelle
                          pip3.png

                          Eine TOP Anleitung zur Installation der Fritzbox Visualisierung findet man unter:
                          Anleitung

                          Keine Panik die Anleitung trägt den Titel "Fritz!Box Monitoring mit Raspberry Pi Zero W" funktioniert aber auch top bei neueren Versionen. Kleiner Tip, sollte mal die Installation von collectd schiefgehen, kann die Installation komplett mit "sudo apt-get purge --auto-remove collectd" gelöscht werden.

                          crunchipC 1 Reply Last reply
                          0
                          • M michihorn

                            @crunchip Ja habe ich, selbst mit "neu" aufgesetzter Maschine klappt es nicht
                            habe es jetzt mal so versucht:

                            pip install fritzcollectd --break-system-packages
                            

                            Ist durch gelaufen, brachte am Ende aber folgende Meldung:

                            
                              note: This error originates from a subprocess, and is likely not a problem with pip.
                            error: legacy-install-failure
                            
                            × Encountered error while trying to install package.
                            ╰─> lxml
                            
                            note: This is an issue with the package mentioned above, not pip.
                            hint: See above for output from the failure.
                            
                            

                            EDIT: So hat es geklappt:
                            Quelle
                            pip3.png

                            Eine TOP Anleitung zur Installation der Fritzbox Visualisierung findet man unter:
                            Anleitung

                            Keine Panik die Anleitung trägt den Titel "Fritz!Box Monitoring mit Raspberry Pi Zero W" funktioniert aber auch top bei neueren Versionen. Kleiner Tip, sollte mal die Installation von collectd schiefgehen, kann die Installation komplett mit "sudo apt-get purge --auto-remove collectd" gelöscht werden.

                            crunchipC Away
                            crunchipC Away
                            crunchip
                            Forum Testing Most Active
                            wrote on last edited by
                            #143

                            @michihorn kann dir da aktuell nicht weiterhelfen, hab das schon lange nicht mehr laufen.

                            umgestiegen von Proxmox auf Unraid

                            1 Reply Last reply
                            0
                            • Sleepless135S Offline
                              Sleepless135S Offline
                              Sleepless135
                              wrote on last edited by
                              #144

                              Moin in die Runde,

                              versuche mich gerade auch mal die Influx DB mit neuen Daten zu füttern.

                              Mein kleines Problem ist das ich das Script nicht mal zum laufen bekomme.

                              Traceback (most recent call last):
                              File "/opt/fritzinfluxdb/./fritzinfluxdb.py", line 27, in <module>
                              from fritzinfluxdb.classes.fritzbox.handler import FritzBoxHandler, FritzBoxLuaHandler
                              File "/opt/fritzinfluxdb/fritzinfluxdb/classes/fritzbox/handler.py", line 13, in <module>
                              import requests
                              ModuleNotFoundError: No module named 'requests'

                              Hat jemand eine Idee was ihm fehlt ?

                              Gruß Tim

                              1 Reply Last reply
                              0
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              712

                              Online

                              32.6k

                              Users

                              82.2k

                              Topics

                              1.3m

                              Posts
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                              ioBroker Community 2014-2025
                              logo
                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Home
                              • Recent
                              • Tags
                              • Unread 0
                              • Categories
                              • Unreplied
                              • Popular
                              • GitHub
                              • Docu
                              • Hilfe