Kommunikation mit Fritzbox 7170

Begonnen von Tom0711, 21 März 2017, 10:07:39

Vorheriges Thema - Nächstes Thema

Tom0711

Hallo ich betreibe FHEM auf einem Raspberry Pi1 unter Raspbian Jessie.

Ich habe das Fritzbox-Modul geladen. Ursprünglich hatte ich die Telnet-Schnittstelle aktiviert. Die Kommunikation zur Fritzbox hatte dann auch funktioniert, allerdings musste ich die Fritzbox regelmäßig neu starten, da sonst nach ca. einem Tag die Kommunikation nicht mehr möglich war ("Didn't get a Session ID").
Ich kann merkwürdigerweise mittlerweile die Telnet-Schnittstelle auch per #96*7* nicht mehr aktivieren.

Wie dem auch sei, wenn ich alles richtig verstanden habe, sollte das, was ich vorhabe, nämlich per Set und Get den WLAN-Status setzen oder lesen, auch so per TR-064 möglich sein, richtig?

Die Fritzbox wird jedenfalls jetzt gefunden und der Typ auch erkannt. Allerdings funktioniert das setzen des WLAN-Status nicht und der angezeigt State stimmt auch nicht.

Funktioniert das ganze auf meiner Box (Wie gesagt, Fritzbox Fon 7170, neueste, wenn auch nicht mehr ganz aktuelle, Firmware) doch nicht ohne Telnet? Ist eine Anpassung des FHEM-Moduls notwendig? Wie aufwendig wäre das?

Hier noch ein List Device:

Internals:
   APICHECKED 1
   DEF        192.168.1.1
   HOST       192.168.1.1
   INTERVAL   300
   LUAQUERY   1
   M3U_LOCAL  ./www/images/Fritzbox.m3u
   M3U_URL    unknown
   NAME       Fritzbox
   NR         184
   REMOTE     1
   SECPORT    49443
   STATE      WLAN: off gWLAN:
   TELNET     0
   TR064      1
   TYPE       FRITZBOX
   WEBCM      1
   Readings:
     2017-03-21 09:52:16   box_guestWlanCount 0
     2017-03-21 09:32:03   box_model       FRITZ!Box Fon WLAN 7170 [avm]
     2017-03-21 09:52:16   box_wlanCount   0
     2017-03-21 09:52:16   lastReadout     30 values captured in 1.19 s
     2017-03-21 09:52:16   state           WLAN: off gWLAN:
   Fhem:
     LOCAL      0
     definedHost 192.168.1.1
     is_double_wlan 0
     lastHour   0
     modulVersion $Date: 2017-01-27 19:09:22 +0100 (Fri, 27 Jan 2017) $
     radioCount 0
     sid        1
     sidTime    1490086335.87148
   Helper:
     TimerCmd   Fritzbox.Cmd
     TimerReadout Fritzbox.Readout
Attributes:
   allowTR064Command 1


Vielen Dank für eure Hilfe, ich fände es schon toll, das WLAN per Wandtablet ein/aus schalten zu können.

Gruß, Thomas

tupol

poste mal ein "get Fritzbox tr064ServiceList"

Tom0711

Gerne:

__________________________________________________________________________________________________________________________________

List of TR-064 services and actions that are provided by the device '192.168.1.1'
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/deviceinfoSCPD.xml    Version: 1.0
Service: DeviceInfo:1     Control: deviceinfo
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewManufacturerName NewManufacturerOUI NewModelName NewDescription NewProductClass NewSerialNumber
                  NewSoftwareVersion NewHardwareVersion NewSpecVersion NewProvisioningCode NewUpTime NewDeviceLog )
  SetProvisioningCode ( NewProvisioningCode )
  GetDeviceLog ( ) = ( NewDeviceLog )
  GetSecurityPort ( ) = ( NewSecurityPort )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/deviceconfigSCPD.xml    Version: 1.0
Service: DeviceConfig:1     Control: deviceconfig
----------------------------------------------------------------------------------------------------------------------------------
  GetPersistentData ( ) = ( NewPersistentData )
  SetPersistentData ( NewPersistentData )
  ConfigurationStarted ( NewSessionID )
  ConfigurationFinished ( ) = ( NewStatus )
  FactoryReset ( )
  Reboot ( )
  X_GenerateUUID ( ) = ( NewUUID )
  X_AVM-DE_GetConfigFile ( NewX_AVM-DE_Password ) = ( NewX_AVM-DE_ConfigFileUrl )
  X_AVM-DE_SetConfigFile ( NewX_AVM-DE_Password NewX_AVM-DE_ConfigFileUrl )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/layer3forwardingSCPD.xml    Version: 1.0
Service: Layer3Forwarding:1     Control: layer3forwarding
----------------------------------------------------------------------------------------------------------------------------------
  SetDefaultConnectionService ( NewDefaultConnectionService )
  GetDefaultConnectionService ( ) = ( NewDefaultConnectionService )
  GetForwardNumberOfEntries ( ) = ( NewForwardNumberOfEntries )
  AddForwardingEntry ( NewType NewDestIPAddress NewDestSubnetMask NewSourceIPAddress NewSourceSubnetMask NewGatewayIPAddress
                       NewInterface NewForwardingMetric )
  DeleteForwardingEntry ( NewDestIPAddress NewDestSubnetMask NewSourceIPAddress NewSourceSubnetMask )
  GetSpecificForwardingEntry ( NewDestIPAddress NewDestSubnetMask NewSourceIPAddress NewSourceSubnetMask ) = ( NewGatewayIPAddress
                                     NewEnable NewStatus NewType NewInterface NewForwardingMetric )
  GetGenericForwardingEntry ( NewForwardingIndex ) = ( NewEnable NewStatus NewType NewDestIPAddress NewDestSubnetMask
                                    NewSourceIPAddress NewSourceSubnetMask NewGatewayIPAddress NewInterface NewForwardingMetric )
  SetForwardingEntryEnable ( NewDestIPAddress NewDestSubnetMask NewSourceIPAddress NewSourceSubnetMask NewEnable )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/lanconfigsecuritySCPD.xml    Version: 1.0
Service: LANConfigSecurity:1     Control: lanconfigsecurity
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewMaxCharsPassword NewMinCharsPassword NewAllowedCharsPassword )
  SetConfigPassword ( NewPassword )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/mgmsrvSCPD.xml    Version: 1.0
Service: ManagementServer:1     Control: mgmsrv
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewURL NewUsername NewPeriodicInformEnable NewPeriodicInformInterval NewPeriodicInformTime NewParameterKey
                  NewParameterHash NewConnectionRequestURL NewConnectionRequestUsername NewUpgradesManaged )
  SetManagementServerURL ( NewURL )
  SetManagementServerUsername ( NewUsername )
  SetManagementServerPassword ( NewPassword )
  SetPeriodicInform ( NewPeriodicInformEnable NewPeriodicInformInterval NewPeriodicInformTime )
  SetConnectionRequestAuthentication ( NewConnectionRequestUsername NewConnectionRequestPassword )
  SetUpgradeManagement ( NewUpgradesManaged )
  X_SetTR069Enable ( NewTR069Enabled )
  X_AVM-DE_GetTR069FirmwareDownloadEnabled ( ) = ( NewTR069FirmwareDownloadEnabled )
  X_AVM-DE_SetTR069FirmwareDownloadEnabled ( NewTR069FirmwareDownloadEnabled )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/timeSCPD.xml    Version: 1.0
Service: Time:1     Control: time
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewNTPServer1 NewNTPServer2 NewCurrentLocalTime NewLocalTimeZone NewLocalTimeZoneName NewDaylightSavingsUsed
                  NewDaylightSavingsStart NewDaylightSavingsEnd )
  SetNTPServers ( NewNTPServer1 NewNTPServer2 )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/userifSCPD.xml    Version: 1.0
Service: UserInterface:1     Control: userif
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewUpgradeAvailable NewPasswordRequired NewPasswordUserSelectable NewWarrantyDate NewX_AVM-DE_Version
                  NewX_AVM-DE_DownloadURL NewX_AVM-DE_InfoURL NewX_AVM-DE_UpdateState NewX_AVM-DE_LaborVersion )
  X_AVM-DE_CheckUpdate ( NewX_AVM-DE_LaborVersion )
  X_AVM-DE_DoUpdate ( ) = ( NewUpgradeAvailable NewX_AVM-DE_UpdateState )
  X_AVM-DE_DoPrepareCGI ( ) = ( NewX_AVM-DE_CGI NewX_AVM-DE_SessionID )
  X_AVM-DE_DoManualUpdate ( NewX_AVM-DE_AllowDowngrade NewX_AVM-DE_DownloadURL )
  X_AVM-DE_GetInternationalConfig ( ) = ( NewX_AVM-DE_Language NewX_AVM-DE_Country NewX_AVM-DE_Annex NewX_AVM-DE_LanguageList
                                          NewX_AVM-DE_CountryList NewX_AVM-DE_AnnexList )
  X_AVM-DE_SetInternationalConfig ( NewX_AVM-DE_Language NewX_AVM-DE_Country NewX_AVM-DE_Annex )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/x_voipSCPD.xml    Version: 1.0
Service: X_VoIP:1     Control: x_voip
----------------------------------------------------------------------------------------------------------------------------------
  GetInfoEx ( ) = ( NewVoIPNumberMinChars NewVoIPNumberMaxChars NewVoIPNumberAllowedChars NewVoIPUsernameMinChars
                    NewVoIPUsernameMaxChars NewVoIPUsernameAllowedChars NewVoIPPasswordMinChars NewVoIPPasswordMaxChars
                    NewVoIPPasswordAllowedChars NewVoIPRegistrarMinChars NewVoIPRegistrarMaxChars NewVoIPRegistrarAllowedChars
                    NewVoIPSTUNServerMinChars NewVoIPSTUNServerMaxChars NewVoIPSTUNServerAllowedChars )
  X_AVM-DE_AddVoIPAccount ( NewVoIPAccountIndex NewVoIPRegistrar NewVoIPNumber NewVoIPUsername NewVoIPPassword
                            NewVoIPOutboundProxy NewVoIPSTUNServer )
  X_AVM-DE_GetVoIPAccount ( NewVoIPAccountIndex ) = ( NewVoIPRegistrar NewVoIPNumber NewVoIPUsername NewVoIPPassword
                                  NewVoIPOutboundProxy NewVoIPSTUNServer )
  X_AVM-DE_DelVoIPAccount ( NewVoIPAccountIndex )
  GetInfo ( ) = ( NewFaxT38Enable NewVoiceCoding )
  SetConfig ( NewFaxT38Enable NewVoiceCoding )
  GetMaxVoIPNumbers ( ) = ( NewMaxVoIPNumbers )
  GetExistingVoIPNumbers ( ) = ( NewExistingVoIPNumbers )
  X_AVM-DE_GetNumberOfClients ( ) = ( NewX_AVM-DE_NumberOfClients )
  X_AVM-DE_GetClient ( NewX_AVM-DE_ClientIndex ) = ( NewX_AVM-DE_ClientUsername NewX_AVM-DE_ClientRegistrar NewX_AVM-DE_PhoneName
                             NewX_AVM-DE_OutGoingNumber )
  X_AVM-DE_SetClient ( NewX_AVM-DE_ClientIndex NewX_AVM-DE_ClientPassword NewX_AVM-DE_PhoneName NewX_AVM-DE_OutGoingNumber )
  X_AVM-DE_DeleteClient ( NewX_AVM-DE_ClientIndex )
  X_AVM-DE_DialGetConfig ( ) = ( NewX_AVM-DE_PhoneName )
  X_AVM-DE_DialSetConfig ( NewX_AVM-DE_PhoneName )
  X_AVM-DE_DialNumber ( NewX_AVM-DE_PhoneNumber )
  X_AVM-DE_DialHangup ( )
  X_AVM-DE_GetPhonePort ( NewIndex ) = ( NewX_AVM-DE_PhoneName )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/x_storageSCPD.xml    Version: 1.0
Service: X_AVM-DE_Storage:1     Control: x_storage
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewFTPEnable NewFTPStatus NewSMBEnable )
  SetFTPServer ( NewFTPEnable )
  SetSMBServer ( NewSMBEnable )
  GetUserInfo ( ) = ( NewEnable NewUsername NewX_AVM-DE_NetworkAccessReadOnly )
  SetUserConfig ( NewEnable NewPassword NewX_AVM-DE_NetworkAccessReadOnly )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/x_contactSCPD.xml    Version: 1.0
Service: X_AVM-DE_OnTel:1     Control: x_contact
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewStatus NewLastConnect NewUrl NewServiceId NewUsername NewName )
  SetEnable ( NewEnable )
  SetConfig ( NewEnable NewUrl NewServiceId NewUsername NewPassword NewName )
  GetInfoByIndex ( NewIndex ) = ( NewEnable NewStatus NewLastConnect NewUrl NewServiceId NewUsername NewName )
  SetEnableByIndex ( NewIndex NewEnable )
  SetConfigByIndex ( NewIndex NewEnable NewUrl NewServiceId NewUsername NewPassword NewName )
  DeleteByIndex ( NewIndex )
  GetNumberOfEntries ( ) = ( NewOnTelNumberOfEntries )
  GetCallList ( ) = ( NewCallListURL )
  GetPhonebookList ( ) = ( NewPhonebookList )
  GetPhonebook ( NewPhonebookID ) = ( NewPhonebookName NewPhonebookURL )
  GetDECTHandsetList ( ) = ( NewDectIDList )
  GetDECTHandsetInfo ( NewDectID ) = ( NewHandsetName NewPhonebookID )
  SetDECTHandsetPhonebook ( NewDectID NewPhonebookID )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/x_webdavSCPD.xml    Version: 1.0
Service: X_AVM-DE_WebDAVClient:1     Control: x_webdav
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewHostURL NewUsername NewMountpointName )
  SetConfig ( NewEnable NewHostURL NewUsername NewPassword NewMountpointName )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/x_upnpSCPD.xml    Version: 1.0
Service: X_AVM-DE_UPnP:1     Control: x_upnp
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewUPnPMediaServer )
  SetConfig ( NewEnable NewUPnPMediaServer )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/x_tamSCPD.xml    Version: 1.0
Service: X_AVM-DE_TAM:1     Control: x_tam
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( NewIndex ) = ( NewEnable NewName NewTAMRunning NewStick NewStatus )
  SetEnable ( NewIndex NewEnable )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/wlanconfigSCPD.xml    Version: 1.0
Service: WLANConfiguration:1     Control: wlanconfig1
----------------------------------------------------------------------------------------------------------------------------------
  SetEnable ( NewEnable )
  GetInfo ( ) = ( NewEnable NewStatus NewMaxBitRate NewChannel NewSSID NewBeaconType NewMACAddressControlEnabled NewStandard
                  NewBSSID NewBasicEncryptionModes NewBasicAuthenticationMode NewMaxCharsSSID NewMinCharsSSID NewAllowedCharsSSID
                  NewMinCharsPSK NewMaxCharsPSK NewAllowedCharsPSK )
  SetConfig ( NewMaxBitRate NewChannel NewSSID NewBeaconType NewMACAddressControlEnabled NewBasicEncryptionModes
              NewBasicAuthenticationMode )
  SetSecurityKeys ( NewWEPKey0 NewWEPKey1 NewWEPKey2 NewWEPKey3 NewPreSharedKey NewKeyPassphrase )
  GetSecurityKeys ( ) = ( NewWEPKey0 NewWEPKey1 NewWEPKey2 NewWEPKey3 NewPreSharedKey NewKeyPassphrase )
  SetDefaultWEPKeyIndex ( NewDefaultWEPKeyIndex )
  GetDefaultWEPKeyIndex ( ) = ( NewDefaultWEPKeyIndex )
  SetBasBeaconSecurityProperties ( NewBasicEncryptionModes NewBasicAuthenticationMode )
  GetBasBeaconSecurityProperties ( ) = ( NewBasicEncryptionModes NewBasicAuthenticationMode )
  GetStatistics ( ) = ( NewTotalPacketsSent NewTotalPacketsReceived )
  GetPacketStatistics ( ) = ( NewTotalPacketsSent NewTotalPacketsReceived )
  GetBSSID ( ) = ( NewBSSID )
  GetSSID ( ) = ( NewSSID )
  SetSSID ( NewSSID )
  GetBeaconType ( ) = ( NewBeaconType )
  SetBeaconType ( NewBeaconType )
  GetChannelInfo ( ) = ( NewChannel NewPossibleChannels )
  SetChannel ( NewChannel )
  GetBeaconAdvertisement ( ) = ( NewBeaconAdvertisementEnabled )
  SetBeaconAdvertisement ( NewBeaconAdvertisementEnabled )
  GetTotalAssociations ( ) = ( NewTotalAssociations )
  GetGenericAssociatedDeviceInfo ( NewAssociatedDeviceIndex ) = ( NewAssociatedDeviceMACAddress NewAssociatedDeviceIPAddress
                                         NewAssociatedDeviceAuthState NewX_AVM-DE_Speed NewX_AVM-DE_SignalStrength )
  GetSpecificAssociatedDeviceInfo ( NewAssociatedDeviceMACAddress ) = ( NewAssociatedDeviceIPAddress NewAssociatedDeviceAuthState )
  X_SetHighFrequencyBand ( NewEnableHighFrequency )
  X_AVM-DE_SetStickSurfEnable ( NewStickSurfEnable )
  X_AVM-DE_GetIPTVOptimized ( ) = ( NewX_AVM-DE_IPTVoptimize )
  X_AVM-DE_SetIPTVOptimized ( NewX_AVM-DE_IPTVoptimize )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/hostsSCPD.xml    Version: 1.0
Service: Hosts:1     Control: hosts
----------------------------------------------------------------------------------------------------------------------------------
  GetHostNumberOfEntries ( ) = ( NewHostNumberOfEntries )
  GetSpecificHostEntry ( NewMACAddress ) = ( NewIPAddress NewAddressSource NewLeaseTimeRemaining NewInterfaceType NewActive
                               NewHostName )
  GetGenericHostEntry ( NewIndex ) = ( NewIPAddress NewAddressSource NewLeaseTimeRemaining NewMACAddress NewInterfaceType
                              NewActive NewHostName )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/ethifconfigSCPD.xml    Version: 1.0
Service: LANEthernetInterfaceConfig:1     Control: lanethernetifcfg
----------------------------------------------------------------------------------------------------------------------------------
  SetEnable ( NewEnable )
  GetInfo ( ) = ( NewEnable NewStatus NewMACAddress NewMaxBitRate NewDuplexMode )
  GetStatistics ( ) = ( NewBytesSent NewBytesReceived NewPacketsSent NewPacketsReceived )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/lanhostconfigmgmSCPD.xml    Version: 1.0
Service: LANHostConfigManagement:1     Control: lanhostconfigmgm
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewDHCPServerConfigurable NewDHCPRelay NewMinAddress NewMaxAddress NewReservedAddresses NewDHCPServerEnable
                  NewDNSServers NewDomainName NewIPRouters NewSubnetMask )
  SetDHCPServerEnable ( NewDHCPServerEnable )
  SetIPInterface ( NewEnable NewIPAddress NewSubnetMask NewIPAddressingType )
  GetAddressRange ( ) = ( NewMinAddress NewMaxAddress )
  SetAddressRange ( NewMinAddress NewMaxAddress )
  GetIPRoutersList ( ) = ( NewIPRouters )
  SetIPRouter ( NewIPRouters )
  GetSubnetMask ( ) = ( NewSubnetMask )
  SetSubnetMask ( NewSubnetMask )
  GetDNSServers ( ) = ( NewDNSServers )
  GetIPInterfaceNumberOfEntries ( ) = ( NewIPInterfaceNumberOfEntries )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/wancommonifconfigSCPD.xml    Version: 1.0
Service: WANCommonInterfaceConfig:1     Control: wancommonifconfig1
----------------------------------------------------------------------------------------------------------------------------------
  GetCommonLinkProperties ( ) = ( NewWANAccessType NewLayer1UpstreamMaxBitRate NewLayer1DownstreamMaxBitRate NewPhysicalLinkStatus )
  GetTotalBytesSent ( ) = ( NewTotalBytesSent )
  GetTotalBytesReceived ( ) = ( NewTotalBytesReceived )
  GetTotalPacketsSent ( ) = ( NewTotalPacketsSent )
  GetTotalPacketsReceived ( ) = ( NewTotalPacketsReceived )
  X_AVM-DE_SetWANAccessType ( NewAccessType )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/wandslifconfigSCPD.xml    Version: 1.0
Service: WANDSLInterfaceConfig:1     Control: wandslifconfig1
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewStatus NewDataPath NewUpstreamCurrRate NewDownstreamCurrRate NewUpstreamMaxRate
                  NewDownstreamMaxRate NewUpstreamNoiseMargin NewDownstreamNoiseMargin NewUpstreamAttenuation
                  NewDownstreamAttenuation NewATURVendor NewATURCountry NewUpstreamPower NewDownstreamPower )
  GetStatisticsTotal ( ) = ( NewReceiveBlocks NewTransmitBlocks NewCellDelin NewLinkRetrain NewInitErrors NewInitTimeouts
                             NewLossOfFraming NewErroredSecs NewSeverelyErroredSecs NewFECErrors NewATUCFECErrors NewHECErrors
                             NewATUCHECErrors NewCRCErrors NewATUCCRCErrors )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/wandsllinkconfigSCPD.xml    Version: 1.0
Service: WANDSLLinkConfig:1     Control: wandsllinkconfig1
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewLinkStatus NewLinkType NewDestinationAddress NewATMEncapsulation NewAutoConfig NewATMQoS
                  NewATMPeakCellRate NewATMSustainableCellRate )
  SetEnable ( NewEnable )
  GetAutoConfig ( ) = ( NewAutoConfig )
  SetDSLLinkType ( NewLinkType )
  GetDSLLinkInfo ( ) = ( NewLinkType NewLinkStatus )
  SetDestinationAddress ( NewDestinationAddress )
  GetDestinationAddress ( ) = ( NewDestinationAddress )
  SetATMEncapsulation ( NewATMEncapsulation )
  GetATMEncapsulation ( ) = ( NewATMEncapsulation )
  GetStatistics ( ) = ( NewATMTransmittedBlocks NewATMReceivedBlocks NewAAL5CRCErrors NewATMCRCErrors )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/wanethlinkconfigSCPD.xml    Version: 1.0
Service: WANEthernetLinkConfig:1     Control: wanethlinkconfig1
----------------------------------------------------------------------------------------------------------------------------------
  GetEthernetLinkStatus ( ) = ( NewEthernetLinkStatus )
__________________________________________________________________________________________________________________________________

Spec: http://192.168.1.1:49000/wanpppconnSCPD.xml    Version: 1.0
Service: WANPPPConnection:1     Control: wanpppconn1
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewConnectionStatus NewPossibleConnectionTypes NewConnectionType NewName NewUptime
                  NewUpstreamMaxBitRate NewDownstreamMaxBitRate NewLastConnectionError NewIdleDisconnectTime NewRSIPAvailable
                  NewUserName NewNATEnabled NewExternalIPAddress NewDNSServers NewMACAddress NewConnectionTrigger
                  NewLastAuthErrorInfo NewMaxCharsUsername NewMinCharsUsername NewAllowedCharsUsername NewMaxCharsPassword
                  NewMinCharsPassword NewAllowedCharsPassword NewTransportType NewRouteProtocolRx NewPPPoEServiceName
                  NewRemoteIPAddress NewPPPoEACName NewDNSEnabled NewDNSOverrideAllowed )
  GetConnectionTypeInfo ( ) = ( NewConnectionType NewPossibleConnectionTypes )
  SetConnectionType ( NewConnectionType )
  GetStatusInfo ( ) = ( NewConnectionStatus NewLastConnectionError NewUptime )
  GetUserName ( ) = ( NewUserName )
  SetUserName ( NewUserName )
  SetPassword ( NewPassword )
  GetNATRSIPStatus ( ) = ( NewRSIPAvailable NewNATEnabled )
  SetConnectionTrigger ( NewConnectionTrigger )
  ForceTermination ( )
  RequestConnection ( )
  GetGenericPortMappingEntry ( NewPortMappingIndex ) = ( NewRemoteHost NewExternalPort NewProtocol NewInternalPort
                                     NewInternalClient NewEnabled NewPortMappingDescription NewLeaseDuration )
  GetSpecificPortMappingEntry ( NewRemoteHost NewExternalPort NewProtocol ) = ( NewInternalPort NewInternalClient NewEnabled
                                      NewPortMappingDescription NewLeaseDuration )
  AddPortMapping ( NewRemoteHost NewExternalPort NewProtocol NewInternalPort NewInternalClient NewEnabled
                   NewPortMappingDescription NewLeaseDuration )
  DeletePortMapping ( NewRemoteHost NewExternalPort NewProtocol )
  GetExternalIPAddress ( ) = ( NewExternalIPAddress )
  X_GetDNSServers ( ) = ( NewDNSServers )
  X_SetDNSServers ( NewDNSServers )
  GetLinkLayerMaxBitRates ( ) = ( NewUpstreamMaxBitRate NewDownstreamMaxBitRate )
  GetPortMappingNumberOfEntries ( ) = ( NewPortMappingNumberOfEntries )
  SetRouteProtocolRx ( NewRouteProtocolRx )
  SetIdleDisconnectTime ( NewIdleDisconnectTime )
  X_AVM-DE_GetAutoDisconnectTimeSpan ( ) = ( NewX_AVM-DE_DisconnectPreventionEnable NewX_AVM-DE_DisconnectPreventionHour )
  X_AVM-DE_SetAutoDisconnectTimeSpan ( NewX_AVM-DE_DisconnectPreventionEnable NewX_AVM-DE_DisconnectPreventionHour )



Ich hoffe, das hilft weiter. Und ich hoffe, es lässt sich mit meiner Fritzbox was machen. WLAN-Status abfragen und setzen würde mir schon vollauf ausreichen. Austauschen möchte ich sie ungern.

Gruß, Thomas

tupol

Also das WLAN Setzen ist im TR064 Service enthalten.

setze mal modul verbose auf 5 und poste einen log auszug nach "update" und nach "set wlan".

Tom0711

#4
Ergebnis im Log nach "update":

2017.03.28 23:03:58 3: FRITZBOX: set Fritzbox update
2017.03.28 23:03:58 4: FRITZBOX Fritzbox: Readout_Start.673 Fork process FRITZBOX_Readout_Run_Web
2017.03.28 23:03:58 4: FRITZBOX Fritzbox: Readout_Run_Web.1255 Prepare query string for luaQuery.
2017.03.28 23:03:58 5: FRITZBOX Fritzbox: Web_Query.4575 Request data via API luaQuery.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Web_Query.4583 Response: 200 OK
{ "error": "no session" }
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Web_Query.4605 Decode JSON string.
2017.03.28 23:03:59 4: FRITZBOX Fritzbox: Readout_Run_Web.1336 Recognized query answer of firmware >= 6.69
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Web_Query.4575 Request data via API luaQuery.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Web_Query.4583 Response: 200 OK
{ "error": "no session" }
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Web_Query.4605 Decode JSON string.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 fhem->sid: 1
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 fhem->sidTime: 1490735039.69862
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 fhem->radioCount: 0
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_wlanCount: 0
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_guestWlanCount: 0
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_wlan_2.4GHz:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_wlan_5GHz:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_guestWlan:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_guestWlanRemain:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_dect:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_moh:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_powerRate:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 fhem->is_double_wlan: 0
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_fwVersion:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_fwUpdate:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_tr064:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_tr069:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_stdDialPort:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_ipExtern:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_connect:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_cpuTemp:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 gsm_rssi:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 gsm_state:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 gsm_technology:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 gsm_internet:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 .box_TodayBytesReceivedHigh:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 .box_TodayBytesReceivedLow:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 .box_TodayBytesSentHigh:
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 .box_TodayBytesSentLow:
2017.03.28 23:03:59 4: FRITZBOX Fritzbox: Readout_Run_Web.1680 Captured 31 values
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Run_Web.1681 Handover to main process (505): fhem->sid|1|fhem->sidTime|1490735039.69862|fhem->radioCount|0|box_wlanCount|0|box_guestWlanCount|0|box_wlan_2.4GHz||box_wlan_5GHz||box_guestWlan||box_guestWlanRemain||box_dect||box_moh||box_powerRate||fhem->is_double_wlan|0|box_fwVersion||box_fwUpdate||box_tr064||box_tr069||box_stdDialPort||box_ipExtern||box_connect||box_cpuTemp||gsm_rssi||gsm_state||gsm_technology||gsm_internet||.box_TodayBytesReceivedHigh||.box_TodayBytesReceivedLow||.box_TodayBytesSentHigh||.box_TodayBytesSentLow||readoutTime|1.01
2017.03.28 23:03:59 4: FRITZBOX Fritzbox: Readout_Done.1699 Back at main process
2017.03.28 23:03:59 4: FRITZBOX Fritzbox: Readout_Process.1721 Processing 30 readouts.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading .box_TodayBytesSentLow.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading .box_TodayBytesReceivedLow.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading gsm_technology.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_tr069.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_dect.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_stdDialPort.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading gsm_rssi.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading gsm_internet.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_wlan_5GHz.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_powerRate.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_guestWlan.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_wlan_2.4GHz.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_tr064.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading .box_TodayBytesReceivedHigh.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1795 SET box_guestWlanCount = '0'
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading .box_TodayBytesSentHigh.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_connect.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_guestWlanRemain.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_moh.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_ipExtern.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1795 SET box_wlanCount = '0'
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_fwVersion.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading gsm_state.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_cpuTemp.
2017.03.28 23:03:59 5: FRITZBOX Fritzbox: Readout_Process.1827 SET state = 'WLAN: off gWLAN: '
2017.03.28 23:03:59 4: FRITZBOX Fritzbox: Readout_Process.1845 30 values captured in 1.01 s


Ergebnis nach "set wlan off":



2017.03.28 23:05:55 3: FRITZBOX: set Fritzbox wlan off
2017.03.28 23:05:55 4: FRITZBOX Fritzbox: Set_Cmd_Start.2072 Fork process FRITZBOX_Wlan_Run_Web
2017.03.28 23:05:55 5: FRITZBOX Fritzbox: Web_CmdPost.4500 Posting 2 parameters to 'http://192.168.1.1/cgi-bin/webcm'
2017.03.28 23:05:56 5: FRITZBOX Fritzbox: Web_Query.4575 Request data via API luaQuery.
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Web_Query.4583 Response: 200 OK
{ "error": "no session" }
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Web_Query.4605 Decode JSON string.
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_wlan_2.4GHz:
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_wlan_5GHz:
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_guestWlan:
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 box_guestWlanRemain:
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 fhem->sid: 1
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 fhem->sidTime: 1490735157.23933
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Add_Reading.1974 readoutTime: 1.41
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Wlan_Run_Web.2683 Handover to main process: box_wlan_2.4GHz||box_wlan_5GHz||box_guestWlan||box_guestWlanRemain||fhem->sid|1|fhem->sidTime|1490735157.23933|readoutTime|1.41
2017.03.28 23:05:57 4: FRITZBOX Fritzbox: Set_Cmd_Done.2092 Back at main process
2017.03.28 23:05:57 4: FRITZBOX Fritzbox: Readout_Process.1721 Processing 7 readouts.
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_guestWlanRemain.
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_guestWlan.
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_wlan_2.4GHz.
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Process.1802 Ignore reading box_wlan_5GHz.
2017.03.28 23:05:57 5: FRITZBOX Fritzbox: Readout_Process.1827 SET state = 'WLAN: off gWLAN: '
2017.03.28 23:05:57 4: FRITZBOX Fritzbox: Readout_Process.1845 7 values captured in 1.41 s
Can't ignore signal CHLD, forcing to default.



Kann es sein, dass hier nichts mit TR064 auftaucht und das Modul alles übers Webinterface versucht?

Zwischenzeitlich sind mir noch folgende Einträge im Fritzbox-Systemlog aufgefallen:

28.03.17 23:17:26 Anmeldung an der FRITZ!Box Benutzeroberfläche von IP-Adresse 192.168.1.80 gescheitert (ungültige Sitzungskennung). Zur Sicherheit werden alle noch gültigen Sitzungen zur IP-Adresse 192.168.1.80 beendet.

Das ist die IP meines Raspberries, auf dem FHEM läuft.

Thomas

tupol

??  modulVersion $Date: 2017-01-27 19:09:22 +0100 (Fri, 27 Jan 2017) $

Bitte immer die neuste Version des Moduls verwenden.

Tom0711

#6
OK,

hatte das aktuelle Modul schon installiert. Sollte ein "reload 72_Fritzbox" nicht dafür sorgen, dass es auch verwendet wird? Musste fhem neustarten, jetzt wird die aktuelle Version verwendet

Internals:
   APICHECKED 1
   DEF        192.168.1.1
   HOST       192.168.1.1
   INTERVAL   300
   LUAQUERY   1
   M3U_LOCAL  ./www/images/Fritzbox.m3u
   M3U_URL    unknown
   NAME       Fritzbox
   NR         182
   REMOTE     1
   SECPORT    49443
   STATE      WLAN: off gWLAN:
   TELNET     0
   TR064      1
   TYPE       FRITZBOX
   WEBCM      1
   Readings:
     2017-03-30 21:15:32   box_guestWlanCount 0
     2017-03-30 21:08:12   box_model       FRITZ!Box Fon WLAN 7170 [avm]
     2017-03-30 21:15:32   box_wlanCount   0
     2017-03-30 21:15:42   lastReadout     7 values captured in 1.76 s
     2017-03-30 21:15:42   state           WLAN: off gWLAN:
   Fhem:
     LOCAL      0
     definedHost 192.168.1.1
     is_double_wlan 0
     lastHour   0
     modulVersion $Date: 2017-03-13 21:27:00 +0100 (Mon, 13 Mar 2017) $
     radioCount 0
     sid        1
     sidTime    1490901342.76488
   Helper:
     TimerCmd   Fritzbox.Cmd
     TimerReadout Fritzbox.Readout
Attributes:
   allowTR064Command 1
   verbose    0


Verhalten leider genau das selbe, immer noch "2017.03.30 21:15:42 5: FRITZBOX Fritzbox: Web_Query.4583 Response: 200 OK { "error": "no session" }" im Log und "   Anmeldung an der FRITZ!Box Benutzeroberfläche von IP-Adresse 192.168.1.80 gescheitert (ungültige Sitzungskennung). Zur Sicherheit werden alle noch gültigen Sitzungen zur IP-Adresse 192.168.1.80 beendet." in den Systemereignissen auf der Fritzbox.

die Fritzbox behauptet auch noch folgendes:
ZitatFRITZ!Box Fon WLAN 7170    Firmware-Version 29.04.88
Aktueller Energieverbrauch: 45%   
Vom Hersteller nicht unterstützte Änderungen: Weitere Informationen.

Da gehts wohl um die vorübergehend aktivierte Telnetfunktion.

Soll ich die Box auf Werkseinstellung zurücksetzen? Würde ich ungern, da ich die Konfiguration dann erneuern muss.

EDIT: Habe inzwischen die Box komplett neu geflasht und meine Einstellungen wiederhergestellt. Die Info üver nihct unterstützte Änderungen ist verschwunden.
Gruß, Thomas

tupol

#7


Neustart von fhem ist bei problemen immer sinnvoll
Stimmen passwort und benutzername?
Bitte mal die neuste version von gestern verwenden

Tom0711

So, getestet.

ETWAS besser ;)
Der Modul-state ist jetzt "no session", also etwas mehr Selbsterkenntnis ;)
Passwort ist gesetzt (das vom Webfrontend). User gibt's keinen, der ist nicht gesetzt.

List Device:
Internals:
   APICHECKED 1
   DEF        192.168.1.1
   HOST       192.168.1.1
   INTERVAL   300
   LUAQUERY   1
   M3U_LOCAL  ./www/images/Fritzbox.m3u
   M3U_URL    unknown
   NAME       Fritzbox
   NR         182
   REMOTE     1
   SECPORT    49443
   STATE      no session
   TELNET     0
   TR064      1
   TYPE       FRITZBOX
   WEBCM      1
   Readings:
     2017-03-31 22:24:06   box_fwVersion   29.04.88
     2017-03-31 22:21:52   box_guestWlanCount 0
     2017-03-31 22:24:06   box_model       FRITZ!Box Fon WLAN 7170 [avm]
     2017-03-31 22:21:52   box_wlanCount   0
     2017-04-01 21:04:31   lastReadout     no session
     2017-04-01 21:04:31   state           no session
   Fhem:
     LOCAL      0
     definedHost 192.168.1.1
     is_double_wlan -1
     lastHour   0
     modulVersion $Date: 2017-03-30 20:24:03 +0200 (Thu, 30 Mar 2017) $
   Helper:
     TimerCmd   Fritzbox.Cmd
     TimerReadout Fritzbox.Readout
Attributes:


set update & set wlan on:
2017.04.01 21:10:55 3: FRITZBOX: set Fritzbox update
2017.04.01 21:10:55 4: FRITZBOX Fritzbox: Readout_Start.673 Fork process FRITZBOX_Readout_Run_Web
2017.04.01 21:10:55 4: FRITZBOX Fritzbox: Readout_Run_Web.1256 Prepare query string for luaQuery.
2017.04.01 21:10:55 5: FRITZBOX Fritzbox: readPassword.4663 Read FritzBox password from file
2017.04.01 21:10:55 4: FRITZBOX Fritzbox: Web_OpenCon.4456 Open Web connection to 192.168.1.1
2017.04.01 21:10:56 4: FRITZBOX Fritzbox: Web_OpenCon.4460 Web session opened with sid 1
2017.04.01 21:10:56 5: FRITZBOX Fritzbox: Web_Query.4579 Request data via API luaQuery.
2017.04.01 21:10:57 5: FRITZBOX Fritzbox: Web_Query.4587 Response: 200 OK
{ "error": "no session" }
2017.04.01 21:10:57 5: FRITZBOX Fritzbox: Web_Query.4609 Decode JSON string.
2017.04.01 21:10:57 2: FRITZBOX Fritzbox: Readout_Run_Web.1331 Error: no session
2017.04.01 21:10:57 4: FRITZBOX Fritzbox: Readout_Done.1703 Back at main process
2017.04.01 21:10:57 4: FRITZBOX Fritzbox: Readout_Process.1725 Processing 1 readouts.
Can't ignore signal CHLD, forcing to default.
2017.04.01 21:11:03 3: FRITZBOX: set Fritzbox wlan on
2017.04.01 21:11:03 4: FRITZBOX Fritzbox: Set_Cmd_Start.2076 Fork process FRITZBOX_Wlan_Run_Web
2017.04.01 21:11:04 5: FRITZBOX Fritzbox: readPassword.4663 Read FritzBox password from file
2017.04.01 21:11:04 4: FRITZBOX Fritzbox: Web_OpenCon.4456 Open Web connection to 192.168.1.1
2017.04.01 21:11:04 4: FRITZBOX Fritzbox: Web_OpenCon.4460 Web session opened with sid 1
2017.04.01 21:11:04 5: FRITZBOX Fritzbox: Web_CmdPost.4504 Posting 2 parameters to 'http://192.168.1.1/cgi-bin/webcm'
2017.04.01 21:11:05 5: FRITZBOX Fritzbox: readPassword.4663 Read FritzBox password from file
2017.04.01 21:11:06 4: FRITZBOX Fritzbox: Web_OpenCon.4456 Open Web connection to 192.168.1.1
2017.04.01 21:11:06 4: FRITZBOX Fritzbox: Web_OpenCon.4460 Web session opened with sid 1
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Web_Query.4579 Request data via API luaQuery.
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Web_Query.4587 Response: 200 OK
{ "error": "no session" }
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Web_Query.4609 Decode JSON string.
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_wlan_2.4GHz:
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_wlan_5GHz:
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_guestWlan:
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_guestWlanRemain:
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->sid: 1
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->sidTime: 1491073866.63424
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 readoutTime: 2.62
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Wlan_Run_Web.2687 Handover to main process: box_wlan_2.4GHz||box_wlan_5GHz||box_guestWlan||box_guestWlanRemain||fhem->sid|1|fhem->sidTime|1491073866.63424|readoutTime|2.62
2017.04.01 21:11:06 4: FRITZBOX Fritzbox: Set_Cmd_Done.2096 Back at main process
2017.04.01 21:11:06 4: FRITZBOX Fritzbox: Readout_Process.1725 Processing 7 readouts.
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading box_wlan_2.4GHz.
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading box_guestWlan.
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading box_wlan_5GHz.
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading box_guestWlanRemain.
2017.04.01 21:11:06 5: FRITZBOX Fritzbox: Readout_Process.1831 SET state = 'WLAN: off gWLAN: '
2017.04.01 21:11:06 4: FRITZBOX Fritzbox: Readout_Process.1849 7 values captured in 2.62 s
Can't ignore signal CHLD, forcing to default.


nach dem Set Fritzbox wlan on ist der state, wie im log zu sehen, jetzt doch wieder "WLAN: off gWLAN: "

Gibts ne Möglichkeit, die RAW-Kommunikation mitzuschneiden? Bzw. sich interaktiv mit dem TR064-Anschluss zu verbinden. Auf welchem Port horcht die Box denn? Wo gibts denn die Protokollspezifikation?

Thomas

Tom0711

UPDATE:
Wenn ich den Passwortschutz der Fritzbox aufhebe, funktioniert alles, so wie es bisher aussieht. Läuft jetzt allerdings erst ein paar Minuten.
Ich bin mir allerdings sicher, dass ich das korrekte Passwort gesetzt hatte. Habe es auch nochmal mit verschiedenen Passwörtern getestet, es ließ sich mit gesetztem Passwort nicht zum Laufen bringen. vorerst ist das für mich so i.O., da ja der Zugriff nur aus dem LAN möglich ist. Auf Dauer hätte ich allerdings gern eine Lösung. Kann jemand, der auch eine 7170 hat das Problem bestätigen?

Thomas


Tom0711

UPDATE2:

Leider funktioniert das setzten des WLAN-States immer noch nicht. Kann natürlich sein, dass dafür eine Authentifizierung per Passwort notwendig ist.

set WLAN off:
2017.04.03 09:47:56 3: FRITZBOX: set Fritzbox wlan off
2017.04.03 09:47:56 4: FRITZBOX Fritzbox: Set_Cmd_Start.2076 Fork process FRITZBOX_Wlan_Run_Web
2017.04.03 09:47:56 5: FRITZBOX Fritzbox: Web_CmdPost.4504 Posting 2 parameters to 'http://192.168.1.1/cgi-bin/webcm'
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Web_Query.4579 Request data via API luaQuery.
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Web_Query.4587 Response: 200 OK
{
"box_wlan_24GHz": "1",
"box_wlan_5GHz": "er",
"box_guestWlan": "0",
"box_guestWlanRemain": "0"
}


2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Web_Query.4609 Decode JSON string.
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_wlan_2.4GHz: on
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_wlan_5GHz:
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_guestWlan: off
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_guestWlanRemain: 0
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->sid: 1
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->sidTime: 1491205679.62596
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 readoutTime: 2.86
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Wlan_Run_Web.2687 Handover to main process: box_wlan_2.4GHz|on|box_wlan_5GHz||box_guestWlan|off|box_guestWlanRemain|0|fhem->sid|1|fhem->sidTime|1491205679.62596|readoutTime|2.86
2017.04.03 09:47:59 4: FRITZBOX Fritzbox: Set_Cmd_Done.2096 Back at main process
2017.04.03 09:47:59 4: FRITZBOX Fritzbox: Readout_Process.1725 Processing 7 readouts.
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading box_wlan_5GHz.
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_guestWlanRemain = '0'
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_guestWlan = 'off'
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_wlan_2.4GHz = 'on'
2017.04.03 09:47:59 5: FRITZBOX Fritzbox: Readout_Process.1831 SET state = 'WLAN: on gWLAN: off'
2017.04.03 09:47:59 4: FRITZBOX Fritzbox: Readout_Process.1849 7 values captured in 2.86



set update (nicht wundern, Hostnames, die Namen enthalten, wurden geXXXXXXt):

2017.04.03 09:48:04 3: FRITZBOX: set Fritzbox update
2017.04.03 09:48:04 4: FRITZBOX Fritzbox: Readout_Start.673 Fork process FRITZBOX_Readout_Run_Web
2017.04.03 09:48:04 4: FRITZBOX Fritzbox: Readout_Run_Web.1256 Prepare query string for luaQuery.
2017.04.03 09:48:04 5: FRITZBOX Fritzbox: Web_Query.4579 Request data via API luaQuery.
2017.04.03 09:48:06 5: FRITZBOX Fritzbox: Web_Query.4587 Response: 200 OK
{
"radio" : [
{

}
],
"box_dect": "no-emu",
"handset" : [
{

}
],
"wlanList" : [
{
"mac" : "88:AD:D2:C0:EE:BA",
"speed" : "0",
"speed_rx" : "",
"rssi" : "0"
},
{
"mac" : "88:70:8C:5D:8C:4C",
"speed" : "0",
"speed_rx" : "",
"rssi" : "0"
},
{
"mac" : "A0:88:B4:91:74:FC",
"speed" : "0",
"speed_rx" : "",
"rssi" : "0"
},
{
"mac" : "6C:AD:F8:43:59:AD",
"speed" : "0",
"speed_rx" : "",
"rssi" : "0"
},
{
"mac" : "08:11:96:F1:CF:C4",
"speed" : "0",
"speed_rx" : "",
"rssi" : "0"
},
{
"mac" : "08:60:6E:38:46:53",
"speed" : "54",
"speed_rx" : "",
"rssi" : "56"
},
{
"mac" : "98:0C:82:27:E1:9E",
"speed" : "0",
"speed_rx" : "",
"rssi" : "0"
}
],
"wlanListNew" : [
{
"mac" : "88:AD:D2:C0:EE:BA",
"speed" : "0",
"rssi" : "0"
},
{
"mac" : "88:70:8C:5D:8C:4C",
"speed" : "0",
"rssi" : "0"
},
{
"mac" : "A0:88:B4:91:74:FC",
"speed" : "0",
"rssi" : "0"
},
{
"mac" : "6C:AD:F8:43:59:AD",
"speed" : "0",
"rssi" : "0"
},
{
"mac" : "08:11:96:F1:CF:C4",
"speed" : "0",
"rssi" : "0"
},
{
"mac" : "08:60:6E:38:46:53",
"speed" : "54",
"rssi" : "56"
},
{
"mac" : "98:0C:82:27:E1:9E",
"speed" : "0",
"rssi" : "0"
}
],
"lanDevice" : [
{
"ip" : "192.168.1.77",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "XXXXXXXXX",
"mac" : "74:5E:1C:06:DF:A8",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.74",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "XXXXXXXX",
"mac" : "A0:88:B4:91:74:FC",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.22",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "PC-192-168-1-22",
"mac" : "6C:AD:F8:43:59:AD",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.76",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "PC-192-168-1-76",
"mac" : "98:0C:82:27:E1:9E",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.63",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "PVFU",
"mac" : "00:40:AD:83:0D:1F",
"active" : "1",
"online" : "1",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.21",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "XXXXXXXX",
"mac" : "30:00:07:00:34:1B",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.58",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "XXXXXXXXX",
"mac" : "08:11:96:F1:CF:C4",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.50",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "SAT",
"mac" : "",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.111",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "SCL-4828FN",
"mac" : "00:15:99:69:DE:36",
"active" : "1",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.71",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "TabletYoga",
"mac" : "88:70:8C:5D:8C:4C",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.56",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "WzTv",
"mac" : "3C:CD:93:60:B6:4A",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.70",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "android-8d51c996034f00a3",
"mac" : "08:60:6E:38:46:53",
"active" : "1",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.73",
"ethernet" : "0",
"ethernet_port" : "",
"guest" : "",
"name" : "android-98c5d3dc853973e3",
"mac" : "88:AD:D2:C0:EE:BA",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.180",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "nas",
"mac" : "C8:6C:87:0A:F3:AF",
"active" : "1",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.80",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "raspi",
"mac" : "B8:27:EB:23:F2:5B",
"active" : "1",
"online" : "1",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.20",
"ethernet" : "1",
"ethernet_port" : "",
"guest" : "",
"name" : "XXXXXXXXXX",
"mac" : "00:21:CC:73:99:31",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
}
],
"lanDeviceNew" : [
{
"ip" : "192.168.1.77",
"ethernet" : "1",
"guest" : "",
"name" : "XXXXXXXX",
"mac" : "74:5E:1C:06:DF:A8",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.74",
"ethernet" : "0",
"guest" : "",
"name" : "XXXXXXX",
"mac" : "A0:88:B4:91:74:FC",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.22",
"ethernet" : "0",
"guest" : "",
"name" : "PC-192-168-1-22",
"mac" : "6C:AD:F8:43:59:AD",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.76",
"ethernet" : "0",
"guest" : "",
"name" : "PC-192-168-1-76",
"mac" : "98:0C:82:27:E1:9E",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.63",
"ethernet" : "1",
"guest" : "",
"name" : "PVFU",
"mac" : "00:40:AD:83:0D:1F",
"active" : "1",
"online" : "1",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.21",
"ethernet" : "1",
"guest" : "",
"name" : "XXXXXXXX",
"mac" : "30:00:07:00:34:1B",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.58",
"ethernet" : "0",
"guest" : "",
"name" : "XXXXXXXXXX",
"mac" : "08:11:96:F1:CF:C4",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.50",
"ethernet" : "0",
"guest" : "",
"name" : "SAT",
"mac" : "",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.111",
"ethernet" : "1",
"guest" : "",
"name" : "SCL-4828FN",
"mac" : "00:15:99:69:DE:36",
"active" : "1",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.71",
"ethernet" : "0",
"guest" : "",
"name" : "TabletYoga",
"mac" : "88:70:8C:5D:8C:4C",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.56",
"ethernet" : "1",
"guest" : "",
"name" : "WzTv",
"mac" : "3C:CD:93:60:B6:4A",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.70",
"ethernet" : "0",
"guest" : "",
"name" : "android-8d51c996034f00a3",
"mac" : "08:60:6E:38:46:53",
"active" : "1",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.73",
"ethernet" : "0",
"guest" : "",
"name" : "android-98c5d3dc853973e3",
"mac" : "88:AD:D2:C0:EE:BA",
"active" : "0",
"online" : "0",
"wlan" : "1",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.180",
"ethernet" : "1",
"guest" : "",
"name" : "nas",
"mac" : "C8:6C:87:0A:F3:AF",
"active" : "1",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.80",
"ethernet" : "1",
"guest" : "",
"name" : "raspi",
"mac" : "B8:27:EB:23:F2:5B",
"active" : "1",
"online" : "1",
"wlan" : "0",
"speed" : "",
"UID" : ""
},
{
"ip" : "192.168.1.20",
"ethernet" : "1",
"guest" : "",
"name" : "XXXXXXXXX",
"mac" : "00:21:CC:73:99:31",
"active" : "0",
"online" : "0",
"wlan" : "0",
"speed" : "",
"UID" : ""
}
],
"init": "",
"box_stdDialPort": "50",
"dectUser" : [
{
"Id" : "0",
"Name" : "",
"Intern" : "",
"IntRingTone" : "0",
"AlarmRingTone0" : "",
"RadioRingID" : "",
"ImagePath" : "",
"G722RingTone" : "",
"G722RingToneName" : ""
}
],
"fonPort" : [
{
"Name" : "Schnurlos",
"MSN" : "SIP0"
},
{
"Name" : "TelefonKeller",
"MSN" : "SIP0"
},
{
"Name" : "",
"MSN" : ""
},
{
"Name" : "",
"MSN" : ""
}
],
"alarmClock" : [
{
"Name" : "",
"Active" : "0",
"Time" : "0000",
"Number" : "1",
"Weekdays" : "255"
},
{
"Name" : "",
"Active" : "0",
"Time" : "0000",
"Number" : "1",
"Weekdays" : "255"
},
{
"Name" : "",
"Active" : "0",
"Time" : "0000",
"Number" : "1",
"Weekdays" : "255"
}
],
"diversity" : [

],
"box_moh": "er",
"box_fwVersion": "29.04.88",
"box_powerRate": "45",
"tam" : [
{
"Name" : "Anrufbeantworter 1",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
},
{
"Name" : "",
"Display" : "0",
"Active" : "0",
"NumNewMessages" : "0",
"NumOldMessages" : "0"
}
],
"box_cpuTemp": "0",
"box_ipExtern": "77.2.230.233",
"box_connect": "5",
"box_tr064": "1",
"box_tr069": "0",
"box_fwUpdate": "0",
"userProfil" : [
{
"name" : "(default)",
"filter_profile_UID" : "",
"this_month_time" : "208080",
"today_time" : "35209",
"type" : "3"
}
],
"userProfilNew" : [
{
"name" : "(default)",
"type" : "3"
}
],
"is_double_wlan": "er",
"box_wlan_24GHz": "1",
"box_wlan_5GHz": "er",
"box_guestWlan": "0",
"box_guestWlanRemain": "0",
"TodayBytesReceivedHigh": "0",
"TodayBytesReceivedLow": "131358794",
"TodayBytesSentHigh": "0",
"TodayBytesSentLow": "7589890",
"GSM_RSSI": "no-emu",
"GSM_NetworkState": "no-emu",
"GSM_AcT": "no-emu",
"UMTS_enabled": "0",
"userTicket" : [
{

}
]
}


2017.04.03 09:48:06 5: FRITZBOX Fritzbox: Web_Query.4609 Decode JSON string.
2017.04.03 09:48:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->sid: 1
2017.04.03 09:48:06 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->sidTime: 1491205686.99245
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fon1: Schnurlos
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fon1_out: SIP0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fon1_intern: 1
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fon2: TelefonKeller
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fon2_out: SIP0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fon2_intern: 2
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 radio00:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->radio->0:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->radioCount: 1
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->88_AD_D2_C0_EE_BA->speed: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->88_AD_D2_C0_EE_BA->speed_rx:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->88_AD_D2_C0_EE_BA->rssi: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->88_70_8C_5D_8C_4C->speed: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->88_70_8C_5D_8C_4C->speed_rx:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->88_70_8C_5D_8C_4C->rssi: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->A0_88_B4_91_74_FC->speed: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->A0_88_B4_91_74_FC->speed_rx:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->A0_88_B4_91_74_FC->rssi: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->6C_AD_F8_43_59_AD->speed: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->6C_AD_F8_43_59_AD->speed_rx:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->6C_AD_F8_43_59_AD->rssi: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->08_11_96_F1_CF_C4->speed: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->08_11_96_F1_CF_C4->speed_rx:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->08_11_96_F1_CF_C4->rssi: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->08_60_6E_38_46_53->speed: 54
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->08_60_6E_38_46_53->speed_rx:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->08_60_6E_38_46_53->rssi: 56
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->98_0C_82_27_E1_9E->speed: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->98_0C_82_27_E1_9E->speed_rx:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->wlanDevice->98_0C_82_27_E1_9E->rssi: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.77:XXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: XXXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.74:XXXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->:XXXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.22: PC-192-168-1-22
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: PC-192-168-1-22
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.76: PC-192-168-1-76
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: PC-192-168-1-76
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.63: PVFU
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: PVFU
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 mac_00_40_AD_83_0D_1F: PVFU (LAN)
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.21: XXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: XXXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.58: XXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->:XXXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.50: SAT
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: SAT
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.111: SCL-4828FN
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: SCL-4828FN
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 mac_00_15_99_69_DE_36: SCL-4828FN (LAN)
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.71: TabletYoga
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: TabletYoga
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.56: WzTv
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: WzTv
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.70: android-8d51c996034f00a3
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: android-8d51c996034f00a3
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 mac_08_60_6E_38_46_53: android-8d51c996034f00a3 (WLAN, 54 /  Mbit/s, 56)
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.73: android-98c5d3dc853973e3
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: android-98c5d3dc853973e3
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.180: nas
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: nas
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 mac_C8_6C_87_0A_F3_AF: nas (LAN)
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.80: raspi
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: raspi
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 mac_B8_27_EB_23_F2_5B: raspi (LAN)
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->192.168.1.20: XXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->landevice->: XXXXXXXX
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_wlanCount: 1
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_guestWlanCount: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_wlan_2.4GHz: on
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_wlan_5GHz:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_guestWlan: off
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_guestWlanRemain: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_dect:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_moh: default
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_powerRate: 45
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 fhem->is_double_wlan: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_fwVersion: 29.04.88
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_fwUpdate: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_tr064: on
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_tr069: off
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_stdDialPort: allFons
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_ipExtern: 77.2.230.233
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_connect: 5
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 box_cpuTemp: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 gsm_rssi: no-emu
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 gsm_state: no-emu
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 gsm_technology: no-emu
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 gsm_internet: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm1:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm1_state: off
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm1_time: 00:00
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm1_target: FON 1
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm1_wdays: daily
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm2:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm2_state: off
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm2_time: 00:00
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm2_target: FON 1
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm2_wdays: daily
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm3:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm3_state: off
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm3_time: 00:00
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm3_target: FON 1
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 alarm3_wdays: daily
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 user01: (default)
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 user01_thisMonthTime: 57:48
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 user01_todayTime: 9:46
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 user01_todaySeconds: 35209
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 user01_type: Default
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 userTicket01:
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 .box_TodayBytesReceivedHigh: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 .box_TodayBytesReceivedLow: 131358794
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 .box_TodayBytesSentHigh: 0
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Add_Reading.1978 .box_TodayBytesSentLow: 7589890
2017.04.03 09:48:07 4: FRITZBOX Fritzbox: Readout_Run_Web.1684 Captured 118 values
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Run_Web.1685 Handover to main process (3393): fhem->sid|1|fhem->sidTime|1491205686.99245|fon1|Schnurlos|fon1_out|SIP0|fon1_intern|1|fon2|TelefonKeller|fon2_out|SIP0|fon2_intern|2|radio00||fhem->radio->0||fhem->radioCount|1|fhem->wlanDevice->88_AD_D2_C0_EE_BA->speed|0|fhem->wlanDevice->88_AD_D2_C0_EE_BA->speed_rx||fhem->wlanDevice->88_AD_D2_C0_EE_BA->rssi|0|fhem->wlanDevice->88_70_8C_5D_8C_4C->speed|0|fhem->wlanDevice->88_70_8C_5D_8C_4C->speed_rx||fhem->wlanDevice->88_70_8C_5D_8C_4C->rssi|0|fhem->wlanDevice->A0_88_B4_91_74_FC->speed|0|fhem->wlanDevice->A0_88_B4_91_74_FC->speed_rx||fhem->wlanDevice->A0_88_B4_91_74_FC->rssi|0|fhem->wlanDevice->6C_AD_F8_43_59_AD->speed|0|fhem->wlanDevice->6C_AD_F8_43_59_AD->speed_rx||fhem->wlanDevice->6C_AD_F8_43_59_AD->rssi|0|fhem->wlanDevice->08_11_96_F1_CF_C4->speed|0|fhem->wlanDevice->08_11_96_F1_CF_C4->speed_rx||fhem->wlanDevice->08_11_96_F1_CF_C4->rssi|0|fhem->wlanDevice->08_60_6E_38_46_53->speed|54|fhem->wlanDevice->08_60_6E_38_46_53->speed_rx||fhem->wlanDevice->08_60_6E_38_46_53->rssi|56|fhem->wlanDevice->98_0C_82_27_E1_9E->speed|0|fhem->wlanDevice->98_0C_82_27_E1_9E->speed_rx||fhem->wlanDevice->98_0C_82_27_E1_9E->rssi|0|fhem->landevice->192.168.1.77|XXXXXXX|fhem->landevice->|XXXXXXX|fhem->landevice->192.168.1.74|XXXXXXX|fhem->landevice->|XXXXXX-PC|fhem->landevice->192.168.1.22|PC-192-168-1-22|fhem->landevice->|PC-192-168-1-22|fhem->landevice->192.168.1.76|PC-192-168-1-76|fhem->landevice->|PC-192-168-1-76|fhem->landevice->192.168.1.63|PVFU|fhem->landevice->|PVFU|mac_00_40_AD_83_0D_1F|PVFU (LAN)|fhem->landevice->192.168.1.21|XXXXXXX|fhem->landevice->|XXXXXXX|fhem->landevice->192.168.1.58|XXXXXXX|fhem->landevice->|XXXXXXX|fhem->landevice->192.168.1.50|SAT|fhem->landevice->|SAT|fhem->landevice->192.168.1.111|SCL-4828FN|fhem->landevice->|SCL-4828FN|mac_00_15_99_69_DE_36|SCL-4828FN (LAN)|fhem->landevice->192.168.1.71|TabletYoga|fhem->landevice->|TabletYoga|fhem->landevice->192.168.1.56|WzTv|fhem->landevice->|WzTv|fhem->landevice->192.168.1.70|android-8d51c996034f00a3|fhem->landevice->|android-8d51c996034f00a3|mac_08_60_6E_38_46_53|android-8d51c996034f00a3 (WLAN, 54 /  Mbit/s, 56)|fhem->landevice->192.168.1.73|android-98c5d3dc853973e3|fhem->landevice->|android-98c5d3dc853973e3|fhem->landevice->192.168.1.180|nas|fhem->landevice->|nas|mac_C8_6C_87_0A_F3_AF|nas (LAN)|fhem->landevice->192.168.1.80|raspi|fhem->landevice->|raspi|mac_B8_27_EB_23_F2_5B|raspi (LAN)|fhem->landevice->192.168.1.20|XXXXXXX|fhem->landevice->|XXXXXXX|box_wlanCount|1|box_guestWlanCount|0|box_wlan_2.4GHz|on|box_wlan_5GHz||box_guestWlan|off|box_guestWlanRemain|0|box_dect||box_moh|default|box_powerRate|45|fhem->is_double_wlan|0|box_fwVersion|29.04.88|box_fwUpdate|0|box_tr064|on|box_tr069|off|box_stdDialPort|allFons|box_ipExtern|77.2.230.233|box_connect|5|box_cpuTemp|0|gsm_rssi|no-emu|gsm_state|no-emu|gsm_technology|no-emu|gsm_internet|0|alarm1||alarm1_state|off|alarm1_time|00:00|alarm1_target|FON 1|alarm1_wdays|daily|alarm2||alarm2_state|off|alarm2_time|00:00|alarm2_target|FON 1|alarm2_wdays|daily|alarm3||alarm3_state|off|alarm3_time|00:00|alarm3_target|FON 1|alarm3_wdays|daily|user01|(default)|user01_thisMonthTime|57:48|user01_todayTime|9:46|user01_todaySeconds|35209|user01_type|Default|userTicket01||.box_TodayBytesReceivedHigh|0|.box_TodayBytesReceivedLow|131358794|.box_TodayBytesSentHigh|0|.box_TodayBytesSentLow|7589890|readoutTime|2.78
2017.04.03 09:48:07 4: FRITZBOX Fritzbox: Readout_Done.1703 Back at main process
2017.04.03 09:48:07 4: FRITZBOX Fritzbox: Readout_Process.1725 Processing 102 readouts.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET gsm_state = 'no-emu'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm3_state = 'off'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm2_target = 'FON 1'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_guestWlanRemain = '0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET mac_C8_6C_87_0A_F3_AF = 'nas (LAN)'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm2_time = '00:00'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET fon2_out = 'SIP0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET user01_todaySeconds = '35209'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading box_wlan_5GHz.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_rateDown = '1.665'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_ipExtern = '77.2.230.233'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_fwVersion = '29.04.88'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading box_dect.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm2_state = 'off'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm1_time = '00:00'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET .box_TodayBytesReceivedHigh = '0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET user01_thisMonthTime = '57:48'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_tr064 = 'on'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_powerRate = '45'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET user01_type = 'Default'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading radio00.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm1_target = 'FON 1'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET mac_08_60_6E_38_46_53 = 'android-8d51c996034f00a3 (WLAN, 54 /  Mbit/s, 56)'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET .box_TodayBytesSentLow = '7589890'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET mac_00_15_99_69_DE_36 = 'SCL-4828FN (LAN)'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET fon2_intern = '2'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm2_wdays = 'daily'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading alarm1.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_tr069 = 'off'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET fon1 = 'Schnurlos'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm3_target = 'FON 1'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET gsm_internet = '0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_connect = '5'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm1_state = 'off'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_rateUp = '3.013'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_wlan_2.4GHz = 'on'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET .box_TodayBytesSentHigh = '0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_wlanCount = '1'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET gsm_rssi = 'no-emu'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET gsm_technology = 'no-emu'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_moh = 'default'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_guestWlanCount = '0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading alarm2.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET mac_00_40_AD_83_0D_1F = 'PVFU (LAN)'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET user01_todayTime = '9:46'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET fon1_intern = '1'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_guestWlan = 'off'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm3_wdays = 'daily'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm3_time = '00:00'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_stdDialPort = 'allFons'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET mac_B8_27_EB_23_F2_5B = 'raspi (LAN)'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET .box_TodayBytesReceivedLow = '131358794'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET fon2 = 'TelefonKeller'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET box_cpuTemp = '0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET user01 = '(default)'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET alarm1_wdays = 'daily'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1799 SET fon1_out = 'SIP0'
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading alarm3.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1806 Ignore reading userTicket01.
2017.04.03 09:48:07 5: FRITZBOX Fritzbox: Readout_Process.1831 SET state = 'WLAN: on gWLAN: off'
2017.04.03 09:48:07 4: FRITZBOX Fritzbox: Readout_Process.1849 104 values captured in 2.78 s


list Device:
Internals:
   APICHECKED 1
   CFGFN
   DEF        192.168.1.1
   HOST       192.168.1.1
   INTERVAL   300
   LUAQUERY   1
   M3U_LOCAL  ./www/images/Fritzbox.m3u
   M3U_URL    http://192.168.1.80:8083/fhem/images/Fritzbox.m3u
   NAME       Fritzbox
   NR         27089
   REMOTE     1
   SECPORT    49443
   STATE      WLAN: on gWLAN: off
   TELNET     0
   TR064      1
   TYPE       FRITZBOX
   WEBCM      1
   Readings:
     2017-04-03 10:28:07   alarm1_state    off
     2017-04-03 10:28:07   alarm1_target   FON 1
     2017-04-03 10:28:07   alarm1_time     00:00
     2017-04-03 10:28:07   alarm1_wdays    daily
     2017-04-03 10:28:07   alarm2_state    off
     2017-04-03 10:28:07   alarm2_target   FON 1
     2017-04-03 10:28:07   alarm2_time     00:00
     2017-04-03 10:28:07   alarm2_wdays    daily
     2017-04-03 10:28:07   alarm3_state    off
     2017-04-03 10:28:07   alarm3_target   FON 1
     2017-04-03 10:28:07   alarm3_time     00:00
     2017-04-03 10:28:07   alarm3_wdays    daily
     2017-04-03 10:28:07   box_connect     5
     2017-04-03 10:28:07   box_cpuTemp     0
     2017-04-03 10:28:07   box_fwVersion   29.04.88
     2017-04-03 10:28:07   box_guestWlan   off
     2017-04-03 10:28:07   box_guestWlanCount 0
     2017-04-03 10:28:07   box_guestWlanRemain 0
     2017-04-03 10:28:07   box_ipExtern    77.2.230.233
     2017-04-01 23:36:20   box_model       FRITZ!Box Fon WLAN 7170 [avm]
     2017-04-03 10:28:07   box_moh         default
     2017-04-03 10:28:07   box_powerRate   45
     2017-04-03 10:28:07   box_rateDown    0.053
     2017-04-03 10:28:07   box_rateUp      0.075
     2017-04-03 10:28:07   box_stdDialPort allFons
     2017-04-03 10:28:07   box_tr064       on
     2017-04-03 10:28:07   box_tr069       off
     2017-04-03 10:28:07   box_wlanCount   1
     2017-04-03 10:28:07   box_wlan_2.4GHz on
     2017-04-03 10:28:07   fon1            Schnurlos
     2017-04-03 10:28:07   fon1_intern     1
     2017-04-03 10:28:07   fon1_out        SIP0
     2017-04-03 10:28:07   fon2            TelefonKeller
     2017-04-03 10:28:07   fon2_intern     2
     2017-04-03 10:28:07   fon2_out        SIP0
     2017-04-03 10:28:07   gsm_internet    0
     2017-04-03 10:28:07   gsm_rssi        no-emu
     2017-04-03 10:28:07   gsm_state       no-emu
     2017-04-03 10:28:07   gsm_technology  no-emu
     2017-04-03 10:28:07   lastReadout     104 values captured in 2.63 s
     2017-04-03 10:28:07   mac_00_15_99_69_DE_36 SCL-4828FN (LAN)
     2017-04-03 10:28:07   mac_00_40_AD_83_0D_1F PVFU (LAN)
     2017-04-03 10:28:07   mac_08_60_6E_38_46_53 android-8d51c996034f00a3 (WLAN, 54 /  Mbit/s, 55)
     2017-04-03 10:28:07   mac_B8_27_EB_23_F2_5B raspi (LAN)
     2017-04-03 10:28:07   mac_C8_6C_87_0A_F3_AF nas (LAN)
     2017-04-03 10:28:07   state           WLAN: on gWLAN: off
     2017-04-03 10:28:07   user01          (default)
     2017-04-03 10:28:07   user01_thisMonthTime 58:28
     2017-04-03 10:28:07   user01_todaySeconds 37609
     2017-04-03 10:28:07   user01_todayTime 10:26
     2017-04-03 10:28:07   user01_type     Default
   Fhem:
     LOCAL      0
     definedHost 192.168.1.1
     is_double_wlan 0
     lastHour   0
     modulVersion $Date: 2017-03-30 20:24:03 +0200 (Thu, 30 Mar 2017) $
     radioCount 1
     sid        1
     sidTime    1491208087.0767
     Landevice:
                  XXXXXXXXXX
       192.168.1.111 SCL-4828FN
       192.168.1.180 nas
       192.168.1.20 XXXXXXX
       192.168.1.21 XXXXXX
       192.168.1.22 PC-192-168-1-22
       192.168.1.5 nas(1)
       192.168.1.50 SAT
       192.168.1.56 WzTv
       192.168.1.58 XXXXXXX
       192.168.1.63 PVFU
       192.168.1.70 android-8d51c996034f00a3
       192.168.1.71 TabletYoga
       192.168.1.73 android-98c5d3dc853973e3
       192.168.1.74 XXXXXXXX
       192.168.1.76 PC-192-168-1-76
       192.168.1.77 XXXXXXXXX
       192.168.1.80 raspi
     Radio:
       0
     Wlandevice:
       08_11_96_f1_cf_c4:
         rssi       0
         speed      0
         speed_rx
       08_60_6e_38_46_53:
         rssi       55
         speed      54
         speed_rx
       6c_ad_f8_43_59_ad:
         rssi       0
         speed      0
         speed_rx
       88_70_8c_5d_8c_4c:
         rssi       0
         speed      0
         speed_rx
       88_ad_d2_c0_ee_ba:
         rssi       0
         speed      0
         speed_rx
       98_0c_82_27_e1_9e:
         rssi       0
         speed      0
         speed_rx
       A0_88_b4_91_74_fc:
         rssi       0
         speed      0
         speed_rx
   Helper:
     TimerCmd   Fritzbox.Cmd
     TimerReadout Fritzbox.Readout
Attributes:


Wie bereits erwähnt, läuft das ganze jetzt mit deaktiviertem Passwortschutz. Die Authentifizierung mittels Passwort scheint bei meinem Setup nicht zu funktionieren.

Gruß, Thomas

amenomade

Mit tr064 musste ich nach User & Paswort umstellen, und zwar mit eigenem Username für fhem, da es sonst mit "nur" Passwort nicht immer funktioniert hat. Passwort und auch Username in fhem natürlich durch entspr. attr und set Befehl setzen.

Es scheint sonnst irgendwelche Konflikt in der Anmeldung zu geben. Vielleicht liefern noch die Ereignisse des Fritzbox noch Information?

Gru
Pi 3B, Alexa, CUL868+Selbstbau 1/2λ-Dipol-Antenne, USB Optolink / Vitotronic, Debmatic und HM / HmIP Komponenten, Rademacher Duofern Jalousien, Fritz!Dect Thermostaten, Proteus

tupol

Da bei der Box noch die webcm-API funktioniert wird diese und nicht TR064 genutzt.

webcm benötigt das Passwort der GUI. Mich irritiert aber, dass die SID nach einem fehlerhaften Login nicht erneut verhandelt wird. Muss ich mir noch  mal ansehen.

Tom0711

#13
@amenomade:
Ich glaube ich kann bei der Box nicht auf Username & Passwort umstellen, habe jedenfalls bisher nirgends die Option gefunden.
Das Fritzbox-Ereignis-Log hatte ich bereits gepostet:

28.03.17 23:17:26 Anmeldung an der FRITZ!Box Benutzeroberfläche von IP-Adresse 192.168.1.80 gescheitert (ungültige Sitzungskennung). Zur Sicherheit werden alle noch gültigen Sitzungen zur IP-Adresse 192.168.1.80 beendet.

Mehr kommt da auch nicht.

@tupol:
Heisst das, die TR064-Schnittstelle KANN nicht genutzt werden, oder kann ich per Setting das Nutzen der WebCm-Api deaktivieren?

Thomas


tupol

habe gerade nochmal etwas im Modul geändert.

Hast Du eigentlich das komplette FHEM aktualisiert?