Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. Tr-064 command state für weitere Fritzbox Daten

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Tr-064 command state für weitere Fritzbox Daten

    This topic has been deleted. Only users with topic management privileges can see it.
    • Z
      zimpi last edited by

      Hallo zusammen.

      Ich habe noch ein wenig weiter geforscht und habe einen Aha Effekt gehabt.

      Es gibt zwei Objekte im tr-064 Adapter die für das Vorhaben relevant sind. Manche hätten es vielleicht direkt gewusst, mir war es nicht klar.

      Es gibt als die zwei Objekte tr-064.0.states.command und tr-064.0.states.commandResult.

      Nun habe ich versucht mit folgenden beiden Zeilen Datenpunkte abzufragen.

      setState('tr-064.0.states.command', '{"service": "urn:WANCIfConfig-com:serviceId:WANCommonInterfaceConfig1", "action": "GetTotalBytesSent", "params": { "NewTotalBytesSent"}};', true);
      getState('tr-064.0.states.commandResult');
      

      Leider verändert sich dabei das Objekt tr-064.0.states.commandResult nicht.

      Laut Infos von der Adapter Seite soll man den im vorigen Post angegebenen command mit den {..} Klammern und ohne "command = " absetzen.
      > The command state shoud be set to a JSON of the above Lines. So { … } (without command = and line breaks) The callback of the call will set the commandResult state.

      Weiterhin habe ich die Datenpunkte überprüft und grundsätzlich bietet die Fritzbox diesen an. Was man über die folgenden Zwei Seiten sehen kann.

      http://fritz.box:49000/tr64desc.xml und http://fritz.box:49000/wancommonifconfigSCPD.xml

      Hat hier jemand eine Idee was ich noch falsch mache?

      Gruß

      zimpi

      1 Reply Last reply Reply Quote 0
      • Z
        zimpi last edited by

        Tja. Mühsam erneut sich das Eichhörnchen.

        Ich bin nochmal ein stück weiter gekommen. Undzwar habe ich gefunden das man mit dumpservices die möglichen Datenpunkte abfragen kann.

        Das ergibt dann eine Liste, die bei mir wie folgt aussieht.

        ! ````
        {
        "urn:dslforum-org:service:DeviceInfo:1": {
        "actions": {
        "GetInfo": "fn",
        "SetProvisioningCode": "fn",
        "GetDeviceLog": "fn",
        "GetSecurityPort": "fn"
        }
        },
        "urn:dslforum-org:service:DeviceConfig:1": {
        "actions": {
        "GetPersistentData": "fn",
        "SetPersistentData": "fn",
        "ConfigurationStarted": "fn",
        "ConfigurationFinished": "fn",
        "FactoryReset": "fn",
        "Reboot": "fn",
        "X_GenerateUUID": "fn",
        "X_AVM-DE_GetConfigFile": "fn",
        "X_AVM-DE_SetConfigFile": "fn",
        "X_AVM-DE_CreateUrlSID": "fn"
        }
        },
        "urn:dslforum-org:service:Layer3Forwarding:1": {
        "actions": {
        "SetDefaultConnectionService": "fn",
        "GetDefaultConnectionService": "fn",
        "GetForwardNumberOfEntries": "fn",
        "AddForwardingEntry": "fn",
        "DeleteForwardingEntry": "fn",
        "GetSpecificForwardingEntry": "fn",
        "GetGenericForwardingEntry": "fn",
        "SetForwardingEntryEnable": "fn"
        }
        },
        "urn:dslforum-org:service:LANConfigSecurity:1": {
        "actions": {
        "GetInfo": "fn",
        "X_AVM-DE_GetCurrentUser": "fn",
        "X_AVM-DE_GetAnonymousLogin": "fn",
        "SetConfigPassword": "fn"
        }
        },
        "urn:dslforum-org:service:ManagementServer:1": {
        "actions": {
        "GetInfo": "fn",
        "SetManagementServerURL": "fn",
        "SetManagementServerUsername": "fn",
        "SetManagementServerPassword": "fn",
        "SetPeriodicInform": "fn",
        "SetConnectionRequestAuthentication": "fn",
        "SetUpgradeManagement": "fn",
        "X_SetTR069Enable": "fn",
        "X_AVM-DE_GetTR069FirmwareDownloadEnabled": "fn",
        "X_AVM-DE_SetTR069FirmwareDownloadEnabled": "fn"
        }
        },
        "urn:dslforum-org:service:Time:1": {
        "actions": {
        "GetInfo": "fn",
        "SetNTPServers": "fn"
        }
        },
        "urn:dslforum-org:service:UserInterface:1": {
        "actions": {
        "GetInfo": "fn",
        "X_AVM-DE_CheckUpdate": "fn",
        "X_AVM-DE_DoUpdate": "fn",
        "X_AVM-DE_DoPrepareCGI": "fn",
        "X_AVM-DE_DoManualUpdate": "fn",
        "X_AVM-DE_GetInternationalConfig": "fn",
        "X_AVM-DE_SetInternationalConfig": "fn",
        "X_AVM-DE_GetInfo": "fn",
        "X_AVM-DE_SetConfig": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_Storage:1": {
        "actions": {
        "GetInfo": "fn",
        "RequestFTPServerWAN": "fn",
        "SetFTPServer": "fn",
        "SetFTPServerWAN": "fn",
        "SetSMBServer": "fn",
        "GetUserInfo": "fn",
        "SetUserConfig": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_WebDAVClient:1": {
        "actions": {
        "GetInfo": "fn",
        "SetConfig": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_UPnP:1": {
        "actions": {
        "GetInfo": "fn",
        "SetConfig": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_Speedtest:1": {
        "actions": {
        "GetInfo": "fn",
        "SetConfig": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_RemoteAccess:1": {
        "actions": {
        "GetInfo": "fn",
        "SetConfig": "fn",
        "GetDDNSInfo": "fn",
        "GetDDNSProviders": "fn",
        "SetDDNSConfig": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_MyFritz:1": {
        "actions": {
        "GetInfo": "fn",
        "GetNumberOfServices": "fn",
        "GetServiceByIndex": "fn",
        "SetServiceByIndex": "fn",
        "DeleteServiceByIndex": "fn"
        }
        },
        "urn:dslforum-org:service:X_VoIP:1": {
        "actions": {
        "GetInfoEx": "fn",
        "X_AVM-DE_AddVoIPAccount": "fn",
        "X_AVM-DE_GetVoIPAccount": "fn",
        "X_AVM-DE_DelVoIPAccount": "fn",
        "GetInfo": "fn",
        "SetConfig": "fn",
        "GetMaxVoIPNumbers": "fn",
        "GetExistingVoIPNumbers": "fn",
        "X_AVM-DE_GetNumberOfClients": "fn",
        "X_AVM-DE_GetClient": "fn",
        "X_AVM-DE_GetClient2": "fn",
        "X_AVM-DE_SetClient": "fn",
        "X_AVM-DE_SetClient2": "fn",
        "X_AVM-DE_GetClient3": "fn",
        "X_AVM-DE_GetClientByClientId": "fn",
        "X_AVM-DE_SetClient3": "fn",
        "X_AVM-DE_SetClient4": "fn",
        "X_AVM-DE_GetClients": "fn",
        "X_AVM-DE_GetNumberOfNumbers": "fn",
        "X_AVM-DE_GetNumbers": "fn",
        "X_AVM-DE_DeleteClient": "fn",
        "X_AVM-DE_DialGetConfig": "fn",
        "X_AVM-DE_DialSetConfig": "fn",
        "X_AVM-DE_DialNumber": "fn",
        "X_AVM-DE_DialHangup": "fn",
        "X_AVM-DE_GetPhonePort": "fn",
        "GetVoIPCommonCountryCode": "fn",
        "SetVoIPCommonCountryCode": "fn",
        "GetVoIPEnableCountryCode": "fn",
        "SetVoIPEnableCountryCode": "fn",
        "GetVoIPCommonAreaCode": "fn",
        "SetVoIPCommonAreaCode": "fn",
        "GetVoIPEnableAreaCode": "fn",
        "SetVoIPEnableAreaCode": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_OnTel:1": {
        "actions": {
        "GetInfo": "fn",
        "SetEnable": "fn",
        "SetConfig": "fn",
        "GetInfoByIndex": "fn",
        "SetEnableByIndex": "fn",
        "SetConfigByIndex": "fn",
        "DeleteByIndex": "fn",
        "GetNumberOfEntries": "fn",
        "GetCallList": "fn",
        "GetPhonebookList": "fn",
        "GetPhonebook": "fn",
        "AddPhonebook": "fn",
        "DeletePhonebook": "fn",
        "GetPhonebookEntry": "fn",
        "SetPhonebookEntry": "fn",
        "DeletePhonebookEntry": "fn",
        "GetDECTHandsetList": "fn",
        "GetDECTHandsetInfo": "fn",
        "SetDECTHandsetPhonebook": "fn",
        "GetNumberOfDeflections": "fn",
        "GetDeflection": "fn",
        "GetDeflections": "fn",
        "SetDeflectionEnable": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_Dect:1": {
        "actions": {
        "GetNumberOfDectEntries": "fn",
        "GetGenericDectEntry": "fn",
        "GetSpecificDectEntry": "fn",
        "DectDoUpdate": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_TAM:1": {
        "actions": {
        "GetInfo": "fn",
        "SetEnable": "fn",
        "GetMessageList": "fn",
        "MarkMessage": "fn",
        "DeleteMessage": "fn",
        "GetList": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_AppSetup:1": {
        "actions": {
        "GetInfo": "fn",
        "GetConfig": "fn",
        "RegisterApp": "fn",
        "SetAppVPN": "fn",
        "SetAppMessageReceiver": "fn",
        "ResetEvent": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_Homeauto:1": {
        "actions": {
        "GetInfo": "fn",
        "GetGenericDeviceInfos": "fn",
        "GetSpecificDeviceInfos": "fn",
        "SetSwitch": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_Homeplug:1": {
        "actions": {
        "GetNumberOfDeviceEntries": "fn",
        "GetGenericDeviceEntry": "fn",
        "GetSpecificDeviceEntry": "fn",
        "DeviceDoUpdate": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_Filelinks:1": {
        "actions": {
        "GetNumberOfFilelinkEntries": "fn",
        "GetGenericFilelinkEntry": "fn",
        "GetSpecificFilelinkEntry": "fn",
        "NewFilelinkEntry": "fn",
        "SetFilelinkEntry": "fn",
        "DeleteFilelinkEntry": "fn",
        "GetFilelinkListPath": "fn"
        }
        },
        "urn:dslforum-org:service:X_AVM-DE_Auth:1": {
        "actions": {
        "GetInfo": "fn",
        "GetState": "fn",
        "SetConfig": "fn"
        }
        },
        "urn:dslforum-org:service:WLANConfiguration:1": {
        "actions": {
        "SetEnable": "fn",
        "GetInfo": "fn",
        "SetConfig": "fn",
        "SetSecurityKeys": "fn",
        "GetSecurityKeys": "fn",
        "SetDefaultWEPKeyIndex": "fn",
        "GetDefaultWEPKeyIndex": "fn",
        "SetBasBeaconSecurityProperties": "fn",
        "GetBasBeaconSecurityProperties": "fn",
        "GetStatistics": "fn",
        "GetPacketStatistics": "fn",
        "GetBSSID": "fn",
        "GetSSID": "fn",
        "SetSSID": "fn",
        "GetBeaconType": "fn",
        "SetBeaconType": "fn",
        "GetChannelInfo": "fn",
        "SetChannel": "fn",
        "GetBeaconAdvertisement": "fn",
        "SetBeaconAdvertisement": "fn",
        "GetTotalAssociations": "fn",
        "GetGenericAssociatedDeviceInfo": "fn",
        "GetSpecificAssociatedDeviceInfo": "fn",
        "X_AVM-DE_GetSpecificAssociatedDeviceInfoByIp": "fn",
        "X_SetHighFrequencyBand": "fn",
        "X_AVM-DE_SetStickSurfEnable": "fn",
        "X_AVM-DE_GetIPTVOptimized": "fn",
        "X_AVM-DE_SetIPTVOptimized": "fn",
        "X_AVM-DE_GetNightControl": "fn",
        "X_AVM-DE_GetWLANHybridMode": "fn",
        "X_AVM-DE_SetWLANHybridMode": "fn",
        "X_AVM-DE_GetWLANExtInfo": "fn",
        "X_AVM-DE_GetWPSInfo": "fn",
        "X_AVM-DE_SetWPSConfig": "fn"
        }
        },
        "urn:dslforum-org:service:WLANConfiguration:2": {
        "actions": {
        "SetEnable": "fn",
        "GetInfo": "fn",
        "SetConfig": "fn",
        "SetSecurityKeys": "fn",
        "GetSecurityKeys": "fn",
        "SetDefaultWEPKeyIndex": "fn",
        "GetDefaultWEPKeyIndex": "fn",
        "SetBasBeaconSecurityProperties": "fn",
        "GetBasBeaconSecurityProperties": "fn",
        "GetStatistics": "fn",
        "GetPacketStatistics": "fn",
        "GetBSSID": "fn",
        "GetSSID": "fn",
        "SetSSID": "fn",
        "GetBeaconType": "fn",
        "SetBeaconType": "fn",
        "GetChannelInfo": "fn",
        "SetChannel": "fn",
        "GetBeaconAdvertisement": "fn",
        "SetBeaconAdvertisement": "fn",
        "GetTotalAssociations": "fn",
        "GetGenericAssociatedDeviceInfo": "fn",
        "GetSpecificAssociatedDeviceInfo": "fn",
        "X_AVM-DE_GetSpecificAssociatedDeviceInfoByIp": "fn",
        "X_SetHighFrequencyBand": "fn",
        "X_AVM-DE_SetStickSurfEnable": "fn",
        "X_AVM-DE_GetIPTVOptimized": "fn",
        "X_AVM-DE_SetIPTVOptimized": "fn",
        "X_AVM-DE_GetNightControl": "fn",
        "X_AVM-DE_GetWLANHybridMode": "fn",
        "X_AVM-DE_SetWLANHybridMode": "fn",
        "X_AVM-DE_GetWLANExtInfo": "fn",
        "X_AVM-DE_GetWPSInfo": "fn",
        "X_AVM-DE_SetWPSConfig": "fn"
        }
        },
        "urn:dslforum-org:service:WLANConfiguration:3": {
        "actions": {
        "SetEnable": "fn",
        "GetInfo": "fn",
        "SetConfig": "fn",
        "SetSecurityKeys": "fn",
        "GetSecurityKeys": "fn",
        "SetDefaultWEPKeyIndex": "fn",
        "GetDefaultWEPKeyIndex": "fn",
        "SetBasBeaconSecurityProperties": "fn",
        "GetBasBeaconSecurityProperties": "fn",
        "GetStatistics": "fn",
        "GetPacketStatistics": "fn",
        "GetBSSID": "fn",
        "GetSSID": "fn",
        "SetSSID": "fn",
        "GetBeaconType": "fn",
        "SetBeaconType": "fn",
        "GetChannelInfo": "fn",
        "SetChannel": "fn",
        "GetBeaconAdvertisement": "fn",
        "SetBeaconAdvertisement": "fn",
        "GetTotalAssociations": "fn",
        "GetGenericAssociatedDeviceInfo": "fn",
        "GetSpecificAssociatedDeviceInfo": "fn",
        "X_AVM-DE_GetSpecificAssociatedDeviceInfoByIp": "fn",
        "X_SetHighFrequencyBand": "fn",
        "X_AVM-DE_SetStickSurfEnable": "fn",
        "X_AVM-DE_GetIPTVOptimized": "fn",
        "X_AVM-DE_SetIPTVOptimized": "fn",
        "X_AVM-DE_GetNightControl": "fn",
        "X_AVM-DE_GetWLANHybridMode": "fn",
        "X_AVM-DE_SetWLANHybridMode": "fn",
        "X_AVM-DE_GetWLANExtInfo": "fn",
        "X_AVM-DE_GetWPSInfo": "fn",
        "X_AVM-DE_SetWPSConfig": "fn"
        }
        },
        "urn:dslforum-org:service:Hosts:1": {
        "actions": {
        "GetHostNumberOfEntries": "fn",
        "GetSpecificHostEntry": "fn",
        "GetGenericHostEntry": "fn",
        "X_AVM-DE_GetGenericHostEntryExt": "fn",
        "X_AVM-DE_GetChangeCounter": "fn",
        "X_AVM-DE_SetHostNameByMACAddress": "fn",
        "X_AVM-DE_GetAutoWakeOnLANByMACAddress": "fn",
        "X_AVM-DE_SetAutoWakeOnLANByMACAddress": "fn",
        "X_AVM-DE_WakeOnLANByMACAddress": "fn",
        "X_AVM-DE_GetSpecificHostEntryExt": "fn",
        "X_AVM-DE_GetSpecificHostEntryByIP": "fn",
        "X_AVM-DE_HostsCheckUpdate": "fn",
        "X_AVM-DE_HostDoUpdate": "fn",
        "X_AVM-DE_GetHostListPath": "fn"
        }
        },
        "urn:dslforum-org:service:LANEthernetInterfaceConfig:1": {
        "actions": {
        "SetEnable": "fn",
        "GetInfo": "fn",
        "GetStatistics": "fn"
        }
        },
        "urn:dslforum-org:service:LANHostConfigManagement:1": {
        "actions": {
        "GetInfo": "fn",
        "SetDHCPServerEnable": "fn",
        "SetIPInterface": "fn",
        "GetAddressRange": "fn",
        "SetAddressRange": "fn",
        "GetIPRoutersList": "fn",
        "SetIPRouter": "fn",
        "GetSubnetMask": "fn",
        "SetSubnetMask": "fn",
        "GetDNSServers": "fn",
        "GetIPInterfaceNumberOfEntries": "fn"
        }
        },
        "urn:dslforum-org:service:WANCommonInterfaceConfig:1": {
        "actions": {
        "GetCommonLinkProperties": "fn",
        "GetTotalBytesSent": "fn",
        "GetTotalBytesReceived": "fn",
        "GetTotalPacketsSent": "fn",
        "GetTotalPacketsReceived": "fn",
        "X_AVM-DE_SetWANAccessType": "fn",
        "X_AVM-DE_GetOnlineMonitor": "fn"
        }
        },
        "urn:dslforum-org:service:WANDSLInterfaceConfig:1": {
        "actions": {
        "GetInfo": "fn",
        "GetStatisticsTotal": "fn"
        }
        },
        "urn:dslforum-org:service:WANDSLLinkConfig:1": {
        "actions": {
        "GetInfo": "fn",
        "SetEnable": "fn",
        "GetAutoConfig": "fn",
        "SetDSLLinkType": "fn",
        "GetDSLLinkInfo": "fn",
        "SetDestinationAddress": "fn",
        "GetDestinationAddress": "fn",
        "SetATMEncapsulation": "fn",
        "GetATMEncapsulation": "fn",
        "GetStatistics": "fn"
        }
        },
        "urn:dslforum-org:service:WANEthernetLinkConfig:1": {
        "actions": {

        }
        

        },
        "urn:dslforum-org:service:WANPPPConnection:1": {
        "actions": {
        "GetInfo": "fn",
        "GetConnectionTypeInfo": "fn",
        "SetConnectionType": "fn",
        "GetStatusInfo": "fn",
        "GetUserName": "fn",
        "SetUserName": "fn",
        "SetPassword": "fn",
        "GetNATRSIPStatus": "fn",
        "SetConnectionTrigger": "fn",
        "ForceTermination": "fn",
        "RequestConnection": "fn",
        "GetGenericPortMappingEntry": "fn",
        "GetSpecificPortMappingEntry": "fn",
        "AddPortMapping": "fn",
        "DeletePortMapping": "fn",
        "GetExternalIPAddress": "fn",
        "X_GetDNSServers": "fn",
        "X_SetDNSServers": "fn",
        "GetLinkLayerMaxBitRates": "fn",
        "GetPortMappingNumberOfEntries": "fn",
        "SetRouteProtocolRx": "fn",
        "SetIdleDisconnectTime": "fn",
        "X_AVM-DE_GetAutoDisconnectTimeSpan": "fn",
        "X_AVM-DE_SetAutoDisconnectTimeSpan": "fn"
        }
        },
        "urn:dslforum-org:service:WANIPConnection:1": {
        "actions": {
        "GetInfo": "fn",
        "GetConnectionTypeInfo": "fn",
        "SetConnectionType": "fn",
        "GetStatusInfo": "fn",
        "GetNATRSIPStatus": "fn",
        "SetConnectionTrigger": "fn",
        "ForceTermination": "fn",
        "RequestConnection": "fn",
        "GetGenericPortMappingEntry": "fn",
        "GetSpecificPortMappingEntry": "fn",
        "AddPortMapping": "fn",
        "DeletePortMapping": "fn",
        "GetExternalIPAddress": "fn",
        "X_GetDNSServers": "fn",
        "X_SetDNSServers": "fn",
        "GetPortMappingNumberOfEntries": "fn",
        "SetRouteProtocolRx": "fn",
        "SetIdleDisconnectTime": "fn"
        }
        }
        }

        
        Aber eine weitere Abfrage klappt leider dennoch nicht. Mittlerweile bekomme ich aber zumindest ein {} als Antwort auf Anfragen, wie diese..
        

        {"urn:dslforum-org:service:WANCommonInterfaceConfig:1":{"actions":{"GetTotalBytesSent"}}}

        
        Aber irgendwo mache ich wohl noch einen Fehler.
        
        Gruß
        
        zimpi
        1 Reply Last reply Reply Quote 0
        • Meistertr
          Meistertr Developer last edited by

          da ich auch auf der suche war, hab ich es gerade herausgefunden:

          {"service": "urn:dslforum-org:service:WANCommonInterfaceConfig:1","action": "GetTotalBytesSent","params": {}}
          ````lifert das ergebnis
          1 Reply Last reply Reply Quote 0
          • Z
            zimpi last edited by

            Wow, danke. Da war ich wohl schon Betriebsblind geworden. :lol:

            1 Reply Last reply Reply Quote 0
            • kmxak
              kmxak Most Active last edited by

              wie verarbeitet ihr das nun weiter?

              Script alle x sek/min den command ausführen lassen und mir den result in einen andern datenpunkt schreiben?

              Oder gibt es da einen Trick den ich noch nicht kenne

              1 Reply Last reply Reply Quote 0
              • Z
                zimpi last edited by

                Mein Plan war es, nun weitere Objekte anzulegen und diese dann zyklisch mit für mich relevanten Daten zu füllen.

                Alternativ hatte ich überlegt das direkt in der Visualisierung zu machen. Wenn ich aber hier hinter verschiedenen Widgets ein Script starte, welches einen command Sendet. Wenn aber hier zwei Widgets zur selben Zeit ein command senden, kann es ja sein das das Result ans falsche Widget gelangt.

                Zumindest ist es mein Verständnis davon. Deswegen würde ich die andere Variante bevorzugen.

                Gruß zimpi

                1 Reply Last reply Reply Quote 0
                • kmxak
                  kmxak Most Active last edited by

                  Vielleicht kann man das auch in den Adapter einbauen.

                  Gesendet von meinem SM-G930F mit Tapatalk

                  1 Reply Last reply Reply Quote 0
                  • Z
                    zimpi last edited by

                    @kmxak:

                    Vielleicht kann man das auch in den Adapter einbauen. `

                    Das geht sicherlich. Das Problem ist aber das es sehr viele Datenpunkte gibt. Da müsste man sich erstmal einig werden welche man braucht oder haben möchte. Das wäre sicherlich für jeden individuell.

                    Alle Datenpunkte abzufragen wäre schön sehr viel. Zudem hat wohl jede Fritzbox unterschiedliche Datenpunkte. Ich weiß nicht ob das Sinn macht.

                    1 Reply Last reply Reply Quote 0
                    • D
                      dna909 last edited by

                      Wenn man die unterstützten Datenpunkte von der Fritzbox abfragen kann, sollte das nicht das Problem sein.

                      dna909

                      1 Reply Last reply Reply Quote 0
                      • E
                        ErazorVIP last edited by

                        wie bekomme ich das jetzt in ein Objekt reingeschoben?

                        1 Reply Last reply Reply Quote 0
                        • E
                          ErazorVIP last edited by

                          @Meistertr:

                          da ich auch auf der suche war, hab ich es gerade herausgefunden:

                          {"service": "urn:dslforum-org:service:WANCommonInterfaceConfig:1","action": "GetTotalBytesSent","params": {}}
                          ````lifert das ergebnis `  
                          

                          Kannst du mir sagen wie du die Anfrage machst?

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

                          Support us

                          ioBroker
                          Community Adapters
                          Donate

                          814
                          Online

                          31.7k
                          Users

                          79.8k
                          Topics

                          1.3m
                          Posts

                          5
                          12
                          4995
                          Loading More Posts
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes
                          Reply
                          • Reply as topic
                          Log in to reply
                          Community
                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                          The ioBroker Community 2014-2023
                          logo