FHEM Forum

FHEM - Hardware => FRITZ!Box => Thema gestartet von: Marlen am 17 Oktober 2017, 20:03:35

Titel: Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 17 Oktober 2017, 20:03:35
Hallo,

vor dem Update konnte ich immer mit
get Fritzbox tr064Command WANIPConnection:1 wanipconnection1 AddPortMapping NewRemoteHost 0.0.0.0 NewExternalPort 8083 NewProtocol TCP NewInternalPort 8083 NewInternalClient 192.168.178.33 NewEnabled 1 NewPortMappingDescription FHEM-Server NewLeaseDuration 0

Mein Port nach außen freigeben um so auch im Urlaub aus Zugriff zu haben.

Seit dem Update geht das nicht mehr.

Ich bekomme diese Meldung zurück:

Service='WANIPConnection:1'   Control='wanipconnection1'   Action='AddPortMapping'
Parameter1='NewRemoteHost' => '0.0.0.0'
Parameter2='NewExternalPort' => '8083'
Parameter3='NewProtocol' => 'TCP'
Parameter4='NewInternalPort' => '8083'
Parameter5='NewInternalClient' => '192.168.178.33'
Parameter6='NewEnabled' => '0'
Parameter7='NewPortMappingDescription' => 'FHEM-Server'
Parameter8='NewLeaseDuration' => '0'
----------------------------------------------------------------------
$VAR1 = {
          'UPnPError' => {
                           'errorCode' => '600',
                           'errorDescription' => 'Argument Value Invalid'
                         }
        };


Bin aber der Meinung, dass die Meldung immer so aussah!

Leider geht es aber nicht, wisst ihr woran das liegen kann?

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 17 Oktober 2017, 20:07:48
Geht nur noch wenn der Befehl von dem Gerät kommt das das  portmapping bekommen soll.

Ging hier im forum vor paar Tagen schon mal rum.

https://forum.fhem.de/index.php?topic=75725.0
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 17 Oktober 2017, 20:16:50
Ja, mach ich doch mit dem Raspberry, was die Freigabe betreffen soll!
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 17 Oktober 2017, 20:38:06
Ah sorry, das war nicht ersichtlich.
Hast mal gekuckt  ob der RasPi noch die gleiche IP bekommt?

Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 17 Oktober 2017, 20:40:33
Ja, das Raspi is noch auf die 192.168.178.33
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 17 Oktober 2017, 20:45:21
Wenn ich mir die Rückmeldung anschaue scheint es als ob er die NewEnabled 1 nicht annimmt.
Hast mal in das log mit verbose 4 oder 5 gekuckt?

Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 17 Oktober 2017, 21:04:24
Hmmmm......
das macht mich auch nicht schlauer:

2017.10.17 21:03:03 3: FRITZBOX: get Fritzbox tr064Command WANIPConnection:1 wanipconnection1 AddPortMapping NewRemoteHost 0.0.0.0 NewExternalPort 8083 NewProtocol TCP NewInternalPort 8083 NewInternalClient 192.168.178.33 NewEnabled 1 NewPortMappingDescription FHEM-Server NewLeaseDuration 0
2017.10.17 21:03:03 4: FRITZBOX Fritzbox: TR064_Cmd.4235 Perform TR-064 call - service='WANIPConnection:1', control='wanipconnection1', action='AddPortMapping', parameter1='NewEnabled' => '1', parameter2='NewExternalPort' => '8083', parameter3='NewInternalPort' => '8083', parameter4='NewProtocol' => 'TCP', parameter5='NewInternalClient' => '192.168.178.33', parameter6='NewLeaseDuration' => '0', parameter7='NewPortMappingDescription' => 'FHEM-Server', parameter8='NewRemoteHost' => '0.0.0.0'
2017.10.17 21:03:04 2: FRITZBOX Fritzbox: TR064_Cmd.4256 TR064-Error 600:Argument Value Invalid (service='WANIPConnection:1', control='wanipconnection1', action='AddPortMapping', parameter1='NewEnabled' => '1', parameter2='NewExternalPort' => '8083', parameter3='NewInternalPort' => '8083', parameter4='NewProtocol' => 'TCP', parameter5='NewInternalClient' => '192.168.178.33', parameter6='NewLeaseDuration' => '0', parameter7='NewPortMappingDescription' => 'FHEM-Server', parameter8='NewRemoteHost' => '0.0.0.0')
2017.10.17 21:03:04 3: get Fritzbox tr064Command WANIPConnection:1 wanipconnection1 AddPortMapping NewRemoteHost 0.0.0.0 NewExternalPort 8083 NewProtocol TCP NewInternalPort 8083 NewInternalClient 192.168.178.33 NewEnabled 1 NewPortMappingDescription FHEM-Server NewLeaseDuration 0 : Service='WANIPConnection:1'   Control='wanipconnection1'   Action='AddPortMapping'
Parameter1='NewRemoteHost' => '0.0.0.0'
Parameter2='NewExternalPort' => '8083'
Parameter3='NewProtocol' => 'TCP'
Parameter4='NewInternalPort' => '8083'
Parameter5='NewInternalClient' => '192.168.178.33'
Parameter6='NewEnabled' => '1'
Parameter7='NewPortMappingDescription' => 'FHEM-Server'
Parameter8='NewLeaseDuration' => '0'
----------------------------------------------------------------------
$VAR1 = {
          'UPnPError' => {
                           'errorCode' => '600',
                           'errorDescription' => 'Argument Value Invalid'
                         }
        };
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 17 Oktober 2017, 21:23:15
steht im Grunde das gleiche drin. "Value invalid", nur leider keine Info welches Value.
bekomme bei mir übrigens den gleichen Fehler.
müsstest vielleicht abwarten bis jmd anderes antwortet der sich da besser auskennt.
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 17 Oktober 2017, 21:30:30
Ja, aber ich bin der Meinung, dass ich das
ZitatValue invalid
immer im Log hatte wenn ich den Port freigeschalten hatte.

Ich hab bei meinem FHEMWEB HTTPS 0, hat das vielleicht damit was zu tun?
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Beta-User am 17 Oktober 2017, 21:31:34
Sehe ich das richtig, dass das ein einfaches Port-forwarding ist?
Dann hoffe ich mal, dass der PI sauber abgesichert ist....  ???


Sonst besser: vpn
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 17 Oktober 2017, 21:39:33
Wie definierst du sauber?
Titel: Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: RaspiLED am 17 Oktober 2017, 21:41:22
Hi,
ist in dem Gerät in der Netzwerkansicht der Fritte auch der Haken für ,,Selbstständige Portfreigaben erlauben" noch gesetzt?

Davon abgesehen rate ich Dir auch dringend davon ab, deinen FHEM Port einfach so ins Netz zu hängen!

Mach doch einen VPN Tunnel auf Deinem Handy zur Box und nutze danach die lokale_IP:8083
Gruß Arnd


Raspi2 mit FHEM, CUL, Signalduino, MySensors, HomeBridge, Presence, Bravia, ...
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Beta-User am 17 Oktober 2017, 21:47:20
Sauber = reverseproxy,abgesichert usw. Gab zur Frage schon viele Threads, port-forwarding ohne Schutz ist jedenfalls nicht zu empfehlen. Mal im Wiki nach VPN suchen...
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 17 Oktober 2017, 22:43:05
Das ist ja alles richtig Was ihr schreibt. Es geht nur leider an der Frage vorbei.

Was stimmt mit dem tr064Command nicht?

Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: amenomade am 17 Oktober 2017, 23:36:47
Ich würde sowas probieren: https://forum.fhem.de/index.php/topic,61447.msg587612.html#msg587612
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 18 Oktober 2017, 09:18:58
Zitat von: amenomade am 17 Oktober 2017, 23:36:47
Ich würde sowas probieren: https://forum.fhem.de/index.php/topic,61447.msg587612.html#msg587612

>:(
So hat es ja auch die ganze Zeit funktioniert bis ich ein FB update gemacht habe (auf 6.9)
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: amenomade am 18 Oktober 2017, 14:04:51
Was ergibt dann get FritzBox tr064Command WANIPConnection:1 wanipconnection1 GetGenericPortMappingEntry NewPortMappingIndex 0?
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 18 Oktober 2017, 15:56:45
Das:
Service='WANIPConnection:1'   Control='wanipconnection1'   Action='GetGenericPortMappingEntry'
Parameter1='NewPortMappingIndex' => '0'
----------------------------------------------------------------------
$VAR1 = {
          'GetGenericPortMappingEntryResponse' => {
                                                  'NewEnabled' => '1',
                                                  'NewExternalPort' => '8088',
                                                  'NewInternalClient' => '192.168.178.33',
                                                  'NewInternalPort' => '8088',
                                                  'NewLeaseDuration' => '0',
                                                  'NewPortMappingDescription' => 'FHEM-Webhook',
                                                  'NewProtocol' => 'TCP',
                                                  'NewRemoteHost' => '0.0.0.0'
                                                }
        };
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: amenomade am 18 Oktober 2017, 17:00:39
Komisch... hat sich die API geändert?

Was sagt "get Fritzbox tr064ServiceListe" ?
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 18 Oktober 2017, 17:06:54
Das:
List of TR-064 services and actions that are provided by the device 'fritz.box'
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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://fritz.box: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 )
  X_AVM-DE_CreateUrlSID ( ) = ( NewX_AVM-DE_UrlSID )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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://fritz.box:49000/lanconfigsecuritySCPD.xml    Version: 1.0
Service: LANConfigSecurity:1     Control: lanconfigsecurity
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewMaxCharsPassword NewMinCharsPassword NewAllowedCharsPassword )
  X_AVM-DE_GetCurrentUser ( ) = ( NewX_AVM-DE_CurrentUsername NewX_AVM-DE_CurrentUserRights )
  X_AVM-DE_GetAnonymousLogin ( ) = ( NewX_AVM-DE_AnonymousLoginEnabled )
  SetConfigPassword ( NewPassword )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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://fritz.box: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://fritz.box: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 )
  X_AVM-DE_GetInfo ( ) = ( NewX_AVM-DE_AutoUpdateMode NewX_AVM-DE_UpdateTime NewX_AVM-DE_LastFwVersion NewX_AVM-DE_LastInfoUrl
                           NewX_AVM-DE_CurrentFwVersion NewX_AVM-DE_UpdateSuccessful )
  X_AVM-DE_SetConfig ( NewX_AVM-DE_AutoUpdateMode )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_storageSCPD.xml    Version: 1.0
Service: X_AVM-DE_Storage:1     Control: x_storage
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewFTPEnable NewFTPStatus NewSMBEnable NewFTPWANEnable NewFTPWANSSLOnly NewFTPWANPort )
  RequestFTPServerWAN ( ) = ( NewFTPWANPort NewFTPWANLifetime )
  SetFTPServer ( NewFTPEnable )
  SetFTPServerWAN ( NewFTPWANEnable NewFTPWANSSLOnly )
  SetSMBServer ( NewSMBEnable )
  GetUserInfo ( ) = ( NewEnable NewUsername NewX_AVM-DE_NetworkAccessReadOnly )
  SetUserConfig ( NewEnable NewPassword NewX_AVM-DE_NetworkAccessReadOnly )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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://fritz.box:49000/x_upnpSCPD.xml    Version: 1.0
Service: X_AVM-DE_UPnP:1     Control: x_upnp
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewUPnPMediaServer )
  SetConfig ( NewEnable NewUPnPMediaServer )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_speedtestSCPD.xml    Version: 1.0
Service: X_AVM-DE_Speedtest:1     Control: x_speedtest
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnableTcp NewEnableUdp NewEnableUdpBidirect NewWANEnableTcp NewWANEnableUdp NewPortTcp NewPortUdp
                  NewPortUdpBidirect )
  SetConfig ( NewEnableTcp NewEnableUdp NewEnableUdpBidirect NewWANEnableTcp NewWANEnableUdp )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_remoteSCPD.xml    Version: 1.0
Service: X_AVM-DE_RemoteAccess:1     Control: x_remote
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnabled NewPort NewUsername )
  SetConfig ( NewEnabled NewPort NewUsername NewPassword )
  GetDDNSInfo ( ) = ( NewEnabled NewProviderName NewUpdateURL NewDomain NewStatusIPv4 NewStatusIPv6 NewUsername NewMode
                      NewServerIPv4 NewServerIPv6 )
  GetDDNSProviders ( ) = ( NewProviderList )
  SetDDNSConfig ( NewEnabled NewProviderName NewUpdateURL NewDomain NewUsername NewMode NewServerIPv4 NewServerIPv6 NewPassword )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_myfritzSCPD.xml    Version: 1.0
Service: X_AVM-DE_MyFritz:1     Control: x_myfritz
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnabled NewDeviceRegistered NewDynDNSName NewPort )
  GetNumberOfServices ( ) = ( NewNumberOfServices )
  GetServiceByIndex ( NewIndex ) = ( NewEnabled NewName NewScheme NewPort NewURLPath NewType NewIPv4ForwardingWarning
                            NewIPv4Addresses NewIPv6Addresses NewIPv6InterfaceIDs NewMACAddress NewHostName NewDynDnsLabel
                            NewStatus )
  SetServiceByIndex ( NewIndex NewEnabled NewName NewScheme NewPort NewURLPath NewType NewIPv4Address NewIPv6Address
                      NewIPv6InterfaceID NewMACAddress NewHostName )
  DeleteServiceByIndex ( NewIndex )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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
                    NewX_AVM-DE_ClientUsernameMinChars NewX_AVM-DE_ClientUsernameMaxChars NewX_AVM-DE_ClientUsernameAllowedChars
                    NewX_AVM-DE_ClientPasswordMinChars NewX_AVM-DE_ClientPasswordMaxChars NewX_AVM-DE_ClientPasswordAllowedChars )
  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_ClientRegistrarPort NewX_AVM-DE_PhoneName NewX_AVM-DE_OutGoingNumber )
  X_AVM-DE_GetClient2 ( NewX_AVM-DE_ClientIndex ) = ( NewX_AVM-DE_ClientUsername NewX_AVM-DE_ClientRegistrar
                              NewX_AVM-DE_ClientRegistrarPort NewX_AVM-DE_PhoneName NewX_AVM-DE_ClientId
                              NewX_AVM-DE_OutGoingNumber NewX_AVM-DE_InternalNumber )
  X_AVM-DE_SetClient ( NewX_AVM-DE_ClientIndex NewX_AVM-DE_ClientPassword NewX_AVM-DE_PhoneName NewX_AVM-DE_OutGoingNumber )
  X_AVM-DE_SetClient2 ( NewX_AVM-DE_ClientIndex NewX_AVM-DE_ClientPassword NewX_AVM-DE_ClientId NewX_AVM-DE_PhoneName
                        NewX_AVM-DE_OutGoingNumber )
  X_AVM-DE_GetClient3 ( NewX_AVM-DE_ClientIndex ) = ( NewX_AVM-DE_ClientUsername NewX_AVM-DE_ClientRegistrar
                              NewX_AVM-DE_ClientRegistrarPort NewX_AVM-DE_PhoneName NewX_AVM-DE_ClientId
                              NewX_AVM-DE_OutGoingNumber NewX_AVM-DE_InComingNumbers NewX_AVM-DE_ExternalRegistration
                              NewX_AVM-DE_InternalNumber )
  X_AVM-DE_GetClientByClientId ( NewX_AVM-DE_ClientId ) = ( NewX_AVM-DE_ClientId NewX_AVM-DE_ClientIndex
                                       NewX_AVM-DE_ClientUsername NewX_AVM-DE_ClientRegistrar NewX_AVM-DE_ClientRegistrarPort
                                       NewX_AVM-DE_PhoneName NewX_AVM-DE_OutGoingNumber NewX_AVM-DE_InComingNumbers
                                       NewX_AVM-DE_ExternalRegistration NewX_AVM-DE_InternalNumber )
  X_AVM-DE_SetClient3 ( NewX_AVM-DE_ClientIndex NewX_AVM-DE_ClientPassword NewX_AVM-DE_ClientId NewX_AVM-DE_PhoneName
                        NewX_AVM-DE_OutGoingNumber NewX_AVM-DE_InComingNumbers NewX_AVM-DE_ExternalRegistration )
  X_AVM-DE_SetClient4 ( NewX_AVM-DE_ClientIndex NewX_AVM-DE_ClientPassword NewX_AVM-DE_ClientUsername NewX_AVM-DE_PhoneName
                        NewX_AVM-DE_ClientId NewX_AVM-DE_OutGoingNumber NewX_AVM-DE_InComingNumbers ) = (
                              NewX_AVM-DE_InternalNumber )
  X_AVM-DE_GetClients ( ) = ( NewX_AVM-DE_ClientList )
  X_AVM-DE_GetNumberOfNumbers ( ) = ( NewNumberOfNumbers )
  X_AVM-DE_GetNumbers ( ) = ( NewNumberList )
  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 )
  GetVoIPCommonCountryCode ( ) = ( NewVoIPCountryCode )
  SetVoIPCommonCountryCode ( NewVoIPCountryCode )
  GetVoIPEnableCountryCode ( NewVoIPAccountIndex ) = ( NewVoIPEnableCountryCode )
  SetVoIPEnableCountryCode ( NewVoIPAccountIndex NewVoIPEnableCountryCode )
  GetVoIPCommonAreaCode ( ) = ( NewVoIPAreaCode )
  SetVoIPCommonAreaCode ( NewVoIPAreaCode )
  GetVoIPEnableAreaCode ( NewVoIPAccountIndex ) = ( NewVoIPEnableAreaCode )
  SetVoIPEnableAreaCode ( NewVoIPAccountIndex NewVoIPEnableAreaCode )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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 NewPhonebookExtraID NewPhonebookURL )
  AddPhonebook ( NewPhonebookExtraID NewPhonebookName )
  DeletePhonebook ( NewPhonebookID NewPhonebookExtraID )
  GetPhonebookEntry ( NewPhonebookID NewPhonebookEntryID ) = ( NewPhonebookEntryData )
  SetPhonebookEntry ( NewPhonebookID NewPhonebookEntryID NewPhonebookEntryData )
  DeletePhonebookEntry ( NewPhonebookID NewPhonebookEntryID )
  GetDECTHandsetList ( ) = ( NewDectIDList )
  GetDECTHandsetInfo ( NewDectID ) = ( NewHandsetName NewPhonebookID )
  SetDECTHandsetPhonebook ( NewDectID NewPhonebookID )
  GetNumberOfDeflections ( ) = ( NewNumberOfDeflections )
  GetDeflection ( NewDeflectionId ) = ( NewEnable NewType NewNumber NewDeflectionToNumber NewMode NewOutgoing NewPhonebookID )
  GetDeflections ( ) = ( NewDeflectionList )
  SetDeflectionEnable ( NewDeflectionId NewEnable )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_dectSCPD.xml    Version: 1.0
Service: X_AVM-DE_Dect:1     Control: x_dect
----------------------------------------------------------------------------------------------------------------------------------
  GetNumberOfDectEntries ( ) = ( NewNumberOfEntries )
  GetGenericDectEntry ( NewIndex ) = ( NewID NewActive NewName NewModel NewUpdateAvailable NewUpdateSuccessful NewUpdateInfo )
  GetSpecificDectEntry ( NewID ) = ( NewActive NewName NewModel NewUpdateAvailable NewUpdateSuccessful NewUpdateInfo )
  DectDoUpdate ( NewID )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_tamSCPD.xml    Version: 1.0
Service: X_AVM-DE_TAM:1     Control: x_tam
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( NewIndex ) = ( NewEnable NewName NewTAMRunning NewStick NewStatus NewCapacity )
  SetEnable ( NewIndex NewEnable )
  GetMessageList ( NewIndex ) = ( NewURL )
  MarkMessage ( NewIndex NewMessageIndex NewMarkedAsRead )
  DeleteMessage ( NewIndex NewMessageIndex )
  GetList ( ) = ( NewTAMList )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_appsetupSCPD.xml    Version: 1.0
Service: X_AVM-DE_AppSetup:1     Control: x_appsetup
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewMinCharsAppId NewMaxCharsAppId NewAllowedCharsAppId NewMinCharsAppDisplayName NewMaxCharsAppDisplayName
                  NewMinCharsAppUsername NewMaxCharsAppUsername NewAllowedCharsAppUsername NewMinCharsAppPassword
                  NewMaxCharsAppPassword NewAllowedCharsAppPassword NewMinCharsIPSecIdentifier NewMaxCharsIPSecIdentifier
                  NewAllowedCharsIPSecIdentifier NewAllowedCharsCryptAlgos NewAllowedCharsAppAVMAddress
                  NewMinCharsIPSecPreSharedKey NewMaxCharsIPSecPreSharedKey NewAllowedCharsIPSecPreSharedKey
                  NewMinCharsIPSecXauthUsername NewMaxCharsIPSecXauthUsername NewAllowedCharsIPSecXauthUsername
                  NewMinCharsIPSecXauthPassword NewMaxCharsIPSecXauthPassword NewAllowedCharsIPSecXauthPassword )
  GetConfig ( ) = ( NewConfigRight NewAppRight NewNasRight NewPhoneRight NewDialRight NewHomeautoRight NewInternetRights
                    NewAccessFromInternet )
  RegisterApp ( NewAppId NewAppDisplayName NewAppDeviceMAC NewAppUsername NewAppPassword NewAppRight NewNasRight NewPhoneRight
                NewHomeautoRight NewAppInternetRights )
  SetAppVPN ( NewAppId NewIPSecIdentifier NewIPSecPreSharedKey NewIPSecXauthUsername NewIPSecXauthPassword )
  SetAppMessageReceiver ( NewAppId NewCryptAlgos NewAppAVMAddress NewAppAVMPasswordHash ) = ( EncryptionSecret BoxSenderId )
  ResetEvent ( NewEventId )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_homeautoSCPD.xml    Version: 1.0
Service: X_AVM-DE_Homeauto:1     Control: x_homeauto
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewAllowedCharsAIN )
  GetGenericDeviceInfos ( NewIndex ) = ( NewAIN NewDeviceId NewFunctionBitMask NewFirmwareVersion NewManufacturer NewProductName
                                NewDeviceName NewPresent NewMultimeterIsEnabled NewMultimeterIsValid NewMultimeterPower
                                NewMultimeterEnergy NewTemperatureIsEnabled NewTemperatureIsValid NewTemperatureCelsius
                                NewTemperatureOffset NewSwitchIsEnabled NewSwitchIsValid NewSwitchState NewSwitchMode
                                NewSwitchLock NewHkrIsEnabled NewHkrIsValid NewHkrIsTemperature NewHkrSetVentilStatus
                                NewHkrSetTemperature NewHkrReduceVentilStatus NewHkrReduceTemperature NewHkrComfortVentilStatus
                                NewHkrComfortTemperature )
  GetSpecificDeviceInfos ( NewAIN ) = ( NewDeviceId NewFunctionBitMask NewFirmwareVersion NewManufacturer NewProductName
                                 NewDeviceName NewPresent NewMultimeterIsEnabled NewMultimeterIsValid NewMultimeterPower
                                 NewMultimeterEnergy NewTemperatureIsEnabled NewTemperatureIsValid NewTemperatureCelsius
                                 NewTemperatureOffset NewSwitchIsEnabled NewSwitchIsValid NewSwitchState NewSwitchMode
                                 NewSwitchLock NewHkrIsEnabled NewHkrIsValid NewHkrIsTemperature NewHkrSetVentilStatus
                                 NewHkrSetTemperature NewHkrReduceVentilStatus NewHkrReduceTemperature NewHkrComfortVentilStatus
                                 NewHkrComfortTemperature )
  SetSwitch ( NewAIN NewSwitchState )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_homeplugSCPD.xml    Version: 1.0
Service: X_AVM-DE_Homeplug:1     Control: x_homeplug
----------------------------------------------------------------------------------------------------------------------------------
  GetNumberOfDeviceEntries ( ) = ( NewNumberOfEntries )
  GetGenericDeviceEntry ( NewIndex ) = ( NewMACAddress NewActive NewName NewModel NewUpdateAvailable NewUpdateSuccessful )
  GetSpecificDeviceEntry ( NewMACAddress ) = ( NewActive NewName NewModel NewUpdateAvailable NewUpdateSuccessful )
  DeviceDoUpdate ( NewMACAddress )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_filelinksSCPD.xml    Version: 1.0
Service: X_AVM-DE_Filelinks:1     Control: x_filelinks
----------------------------------------------------------------------------------------------------------------------------------
  GetNumberOfFilelinkEntries ( ) = ( NewNumberOfEntries )
  GetGenericFilelinkEntry ( NewIndex ) = ( NewID NewValid NewPath NewIsDirectory NewUrl NewUsername NewAccessCountLimit
                                  NewAccessCount NewExpire NewExpireDate )
  GetSpecificFilelinkEntry ( NewID ) = ( NewValid NewPath NewIsDirectory NewUrl NewUsername NewAccessCountLimit NewAccessCount
                                   NewExpire NewExpireDate )
  NewFilelinkEntry ( NewPath NewAccessCountLimit NewExpire ) = ( NewID )
  SetFilelinkEntry ( NewID NewAccessCountLimit NewExpire )
  DeleteFilelinkEntry ( NewID )
  GetFilelinkListPath ( ) = ( NewFilelinkListPath )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/x_authSCPD.xml    Version: 1.0
Service: X_AVM-DE_Auth:1     Control: x_auth
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnabled )
  GetState ( ) = ( NewState )
  SetConfig ( NewAction ) = ( NewState NewToken NewMethods )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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
                                          NewX_AVM-DE_Speed NewX_AVM-DE_SignalStrength )
  X_AVM-DE_GetSpecificAssociatedDeviceInfoByIp ( NewAssociatedDeviceIPAddress ) = ( NewAssociatedDeviceMACAddress
                                                       NewAssociatedDeviceAuthState NewX_AVM-DE_Speed NewX_AVM-DE_SignalStrength )
  X_SetHighFrequencyBand ( NewEnableHighFrequency )
  X_AVM-DE_SetStickSurfEnable ( NewStickSurfEnable )
  X_AVM-DE_GetIPTVOptimized ( ) = ( NewX_AVM-DE_IPTVoptimize )
  X_AVM-DE_SetIPTVOptimized ( NewX_AVM-DE_IPTVoptimize )
  X_AVM-DE_GetNightControl ( ) = ( NewNightControl NewNightTimeControlNoForcedOff )
  X_AVM-DE_GetWLANHybridMode ( ) = ( NewEnable NewBeaconType NewKeyPassphrase NewSSID NewBSSID NewTrafficMode NewManualSpeed
                                     NewMaxSpeedDS NewMaxSpeedUS )
  X_AVM-DE_SetWLANHybridMode ( NewEnable NewBeaconType NewKeyPassphrase NewSSID NewBSSID NewTrafficMode NewManualSpeed
                               NewMaxSpeedDS NewMaxSpeedUS )
  X_AVM-DE_GetWLANExtInfo ( ) = ( NewX_AVM-DE_APEnabled NewX_AVM-DE_APType NewX_AVM-DE_TimeoutActive NewX_AVM-DE_Timeout
                                  NewX_AVM-DE_TimeRemain NewX_AVM-DE_NoForcedOff NewX_AVM-DE_UserIsolation
                                  NewX_AVM-DE_EncryptionMode NewX_AVM-DE_LastChangedStamp )
  X_AVM-DE_GetWPSInfo ( ) = ( NewX_AVM-DE_WPSMode NewX_AVM-DE_WPSStatus )
  X_AVM-DE_SetWPSConfig ( NewX_AVM-DE_WPSMode NewX_AVM-DE_WPSClientPIN ) = ( NewX_AVM-DE_WPSAPPIN NewX_AVM-DE_WPSStatus )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/wlanconfigSCPD.xml    Version: 1.0
Service: WLANConfiguration:2     Control: wlanconfig2
----------------------------------------------------------------------------------------------------------------------------------
  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
                                          NewX_AVM-DE_Speed NewX_AVM-DE_SignalStrength )
  X_AVM-DE_GetSpecificAssociatedDeviceInfoByIp ( NewAssociatedDeviceIPAddress ) = ( NewAssociatedDeviceMACAddress
                                                       NewAssociatedDeviceAuthState NewX_AVM-DE_Speed NewX_AVM-DE_SignalStrength )
  X_SetHighFrequencyBand ( NewEnableHighFrequency )
  X_AVM-DE_SetStickSurfEnable ( NewStickSurfEnable )
  X_AVM-DE_GetIPTVOptimized ( ) = ( NewX_AVM-DE_IPTVoptimize )
  X_AVM-DE_SetIPTVOptimized ( NewX_AVM-DE_IPTVoptimize )
  X_AVM-DE_GetNightControl ( ) = ( NewNightControl NewNightTimeControlNoForcedOff )
  X_AVM-DE_GetWLANHybridMode ( ) = ( NewEnable NewBeaconType NewKeyPassphrase NewSSID NewBSSID NewTrafficMode NewManualSpeed
                                     NewMaxSpeedDS NewMaxSpeedUS )
  X_AVM-DE_SetWLANHybridMode ( NewEnable NewBeaconType NewKeyPassphrase NewSSID NewBSSID NewTrafficMode NewManualSpeed
                               NewMaxSpeedDS NewMaxSpeedUS )
  X_AVM-DE_GetWLANExtInfo ( ) = ( NewX_AVM-DE_APEnabled NewX_AVM-DE_APType NewX_AVM-DE_TimeoutActive NewX_AVM-DE_Timeout
                                  NewX_AVM-DE_TimeRemain NewX_AVM-DE_NoForcedOff NewX_AVM-DE_UserIsolation
                                  NewX_AVM-DE_EncryptionMode NewX_AVM-DE_LastChangedStamp )
  X_AVM-DE_GetWPSInfo ( ) = ( NewX_AVM-DE_WPSMode NewX_AVM-DE_WPSStatus )
  X_AVM-DE_SetWPSConfig ( NewX_AVM-DE_WPSMode NewX_AVM-DE_WPSClientPIN ) = ( NewX_AVM-DE_WPSAPPIN NewX_AVM-DE_WPSStatus )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/wlanconfigSCPD.xml    Version: 1.0
Service: WLANConfiguration:3     Control: wlanconfig3
----------------------------------------------------------------------------------------------------------------------------------
  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
                                          NewX_AVM-DE_Speed NewX_AVM-DE_SignalStrength )
  X_AVM-DE_GetSpecificAssociatedDeviceInfoByIp ( NewAssociatedDeviceIPAddress ) = ( NewAssociatedDeviceMACAddress
                                                       NewAssociatedDeviceAuthState NewX_AVM-DE_Speed NewX_AVM-DE_SignalStrength )
  X_SetHighFrequencyBand ( NewEnableHighFrequency )
  X_AVM-DE_SetStickSurfEnable ( NewStickSurfEnable )
  X_AVM-DE_GetIPTVOptimized ( ) = ( NewX_AVM-DE_IPTVoptimize )
  X_AVM-DE_SetIPTVOptimized ( NewX_AVM-DE_IPTVoptimize )
  X_AVM-DE_GetNightControl ( ) = ( NewNightControl NewNightTimeControlNoForcedOff )
  X_AVM-DE_GetWLANHybridMode ( ) = ( NewEnable NewBeaconType NewKeyPassphrase NewSSID NewBSSID NewTrafficMode NewManualSpeed
                                     NewMaxSpeedDS NewMaxSpeedUS )
  X_AVM-DE_SetWLANHybridMode ( NewEnable NewBeaconType NewKeyPassphrase NewSSID NewBSSID NewTrafficMode NewManualSpeed
                               NewMaxSpeedDS NewMaxSpeedUS )
  X_AVM-DE_GetWLANExtInfo ( ) = ( NewX_AVM-DE_APEnabled NewX_AVM-DE_APType NewX_AVM-DE_TimeoutActive NewX_AVM-DE_Timeout
                                  NewX_AVM-DE_TimeRemain NewX_AVM-DE_NoForcedOff NewX_AVM-DE_UserIsolation
                                  NewX_AVM-DE_EncryptionMode NewX_AVM-DE_LastChangedStamp )
  X_AVM-DE_GetWPSInfo ( ) = ( NewX_AVM-DE_WPSMode NewX_AVM-DE_WPSStatus )
  X_AVM-DE_SetWPSConfig ( NewX_AVM-DE_WPSMode NewX_AVM-DE_WPSClientPIN ) = ( NewX_AVM-DE_WPSAPPIN NewX_AVM-DE_WPSStatus )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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 )
  X_AVM-DE_GetGenericHostEntryExt ( NewIndex ) = ( NewIPAddress NewMACAddress NewActive NewHostName NewInterfaceType
                                          NewX_AVM-DE_Port NewX_AVM-DE_Speed NewX_AVM-DE_UpdateAvailable
                                          NewX_AVM-DE_UpdateSuccessful NewX_AVM-DE_InfoURL NewX_AVM-DE_Model NewX_AVM-DE_URL )
  X_AVM-DE_GetChangeCounter ( ) = ( NewX_AVM-DE_ChangeCounter )
  X_AVM-DE_SetHostNameByMACAddress ( NewMACAddress NewHostName )
  X_AVM-DE_GetAutoWakeOnLANByMACAddress ( NewMACAddress ) = ( NewAutoWOLEnabled )
  X_AVM-DE_SetAutoWakeOnLANByMACAddress ( NewMACAddress NewAutoWOLEnabled )
  X_AVM-DE_WakeOnLANByMACAddress ( NewMACAddress )
  X_AVM-DE_GetSpecificHostEntryExt ( NewMACAddress ) = ( NewIPAddress NewActive NewHostName NewInterfaceType NewX_AVM-DE_Port
                                           NewX_AVM-DE_Speed NewX_AVM-DE_UpdateAvailable NewX_AVM-DE_UpdateSuccessful
                                           NewX_AVM-DE_InfoURL NewX_AVM-DE_Model NewX_AVM-DE_URL )
  X_AVM-DE_GetSpecificHostEntryByIP ( NewIPAddress ) = ( NewMACAddress NewActive NewHostName NewInterfaceType NewX_AVM-DE_Port
                                            NewX_AVM-DE_Speed NewX_AVM-DE_UpdateAvailable NewX_AVM-DE_UpdateSuccessful
                                            NewX_AVM-DE_InfoURL NewX_AVM-DE_Model NewX_AVM-DE_URL )
  X_AVM-DE_HostsCheckUpdate ( )
  X_AVM-DE_HostDoUpdate ( NewMACAddress )
  X_AVM-DE_GetHostListPath ( ) = ( NewX_AVM-DE_HostListPath )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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://fritz.box: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://fritz.box: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 )
  X_AVM-DE_GetOnlineMonitor ( NewSyncGroupIndex ) = ( NewTotalNumberSyncGroups NewSyncGroupName NewSyncGroupMode Newmax_ds
                                    Newmax_us Newds_current_bps Newmc_current_bps Newus_current_bps Newprio_realtime_bps
                                    Newprio_high_bps Newprio_default_bps Newprio_low_bps )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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://fritz.box: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://fritz.box:49000/wanethlinkconfigSCPD.xml    Version: 1.0
Service: WANEthernetLinkConfig:1     Control: wanethlinkconfig1
----------------------------------------------------------------------------------------------------------------------------------
  GetEthernetLinkStatus ( ) = ( NewEthernetLinkStatus )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box: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 )
__________________________________________________________________________________________________________________________________

Spec: http://fritz.box:49000/wanipconnSCPD.xml    Version: 1.0
Service: WANIPConnection:1     Control: wanipconnection1
----------------------------------------------------------------------------------------------------------------------------------
  GetInfo ( ) = ( NewEnable NewConnectionStatus NewPossibleConnectionTypes NewConnectionType NewName NewUptime
                  NewLastConnectionError NewRSIPAvailable NewNATEnabled NewExternalIPAddress NewDNSServers NewMACAddress
                  NewConnectionTrigger NewRouteProtocolRx NewDNSEnabled NewDNSOverrideAllowed )
  GetConnectionTypeInfo ( ) = ( NewConnectionType NewPossibleConnectionTypes )
  SetConnectionType ( NewConnectionType )
  GetStatusInfo ( ) = ( NewConnectionStatus NewLastConnectionError NewUptime )
  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 )
  GetPortMappingNumberOfEntries ( ) = ( NewPortMappingNumberOfEntries )
  SetRouteProtocolRx ( NewRouteProtocolRx )
  SetIdleDisconnectTime ( NewIdleDisconnectTime )
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: amenomade am 18 Oktober 2017, 17:41:07
Hmm ne, das ist genau gleich.

Und der User, den Du zur Anmeldung auf der Fritzbox aus Fhem nutzt, die Rechte, hat wahrscheinlich schon die Rechte, um die Konfiguration zu ändern, sonst könntest Du nicht GetGenericPortMappingEntry ausführen.

Hab keine Ahnung.

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: amenomade am 18 Oktober 2017, 17:48:52
Doch ne Frage: hast Du die letzte Version vom Modul Fritzbox im FHEM? Die vom 30 Sep 2017
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 19 Oktober 2017, 13:15:19
Ja, hab ich!

72_FRITZBOX.pm              15153 2017-09-30 08:48:53Z tupol
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 19 Oktober 2017, 21:34:48
Es ging ja auch vor dem Update auf der Fritzbox.......grrr....

Gibt es denn niemanden, der das auch anwendet?

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 19 Oktober 2017, 21:43:55
Doch, inoma im anderen thread.
Aber er hat schon bestätigt dass der Befehl gleich ist.
Bezieht dein RasPi seine IP per DHCP? Bei fester IP ist er evtl für  die fritze unbekannt.

Gesendet von meinem S3_32 mit Tapatalk
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Jamo am 19 Oktober 2017, 22:45:34
Hallo Marlen,
ich habe auch eine feste IP adresse, für den reverse Proxy, über den ich die Portfreigabe einrichte (siehe anderer Thread im Fritzbox forum). Das sollte mit der fesen IP also funktionieren.
Aber, hast Du mal probiert,
- einen anderen Port als den 8083 zu nehmen (evtl hat AVM noch was geändert)?
   Ich habe nämlich meinen Portforward auf den HTTPS Port gemacht (also NICHT Port 8083)
- In der Fritzbox mit der neuen 6.9 Firmware das Portforwarding mal manuell zu machen?
Ich habe die gleiche Fehlermeldung bekommen wie Du, solange ich das Portforwarding NICHT von dem Raspberry Pi gemacht habe, für den die Portweiterleitung gelten soll, deswegen wundert mich das es bei Dir nicht funktioniert.
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 19 Oktober 2017, 23:18:01
Hallo,

ich hab in der Fb eingestellt : Diesem Netzwerkgerät immer die gleiche IPv4-Adresse zuweisen.

Ich hab auch schon einen andern Port versucht...hat auch nix gebracht. Welchen Port hast du genommen (HTTPS)?

Manuell geht es!

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Michael am 20 Oktober 2017, 07:22:21
Moin Marlen

Gebe mal im Fhem Device "set" das Passwort neu ein.

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: amenomade am 20 Oktober 2017, 09:01:34
@Marlen: ich würde das Thread nach Fritzbox Subforum verschieben, damit vielleicht tupol eine bessere Antwort geben kann. Oder mind. ihm eine PN schicken

ZitatFHEM/72_FRITZBOX.pm          tupol                FRITZBOX (link als PM an tupol)
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 20 Oktober 2017, 18:08:22
ZitatGebe mal im Fhem Device "set" das Passwort neu ein.

Hab ich auch schon versucht, andere Sachen, WLAN aus etc. funktionieren ja auch!

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 23 Oktober 2017, 19:07:31
Ich bekomme übrigens den gleichen Fehler.
7590 mit v6.90
Befehl von oben nur Port und IP modifiziert.

Ich brauch es nicht wirklich, aber Marlen ist damit kein Einzelfall.

Service='WANIPConnection:1' Control='wanipconnection1' Action='AddPortMapping' Parameter1='NewRemoteHost' => '0.0.0.0' Parameter2='NewExternalPort' => '8084' Parameter3='NewProtocol' => 'TCP' Parameter4='NewInternalPort' => '8084' Parameter5='NewInternalClient' => '192.168.12.154' Parameter6='NewEnabled' => '1' Parameter7='NewPortMappingDescription' => 'FHEM-Server' Parameter8='NewLeaseDuration' => '0' ---------------------------------------------------------------------- $VAR1 = { 'UPnPError' => { 'errorDescription' => 'Argument Value Invalid', 'errorCode' => '600' } };

OK


Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 23 Oktober 2017, 20:09:06
So, noch bißchen weiter getestet, ich konnte eine bestehende Freigabe ändern, aber keine neue anlegen.
Werd da mal die Tage wenn mehr Zeit ist weiter testen.

Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 23 Oktober 2017, 22:58:38
Ändern geht bei  mir auch nicht mehr!

Ich glaub aber eine neue Freigabe anlagen ging auch meines Wissens noch nie!

LG
  Malren
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Jamo am 24 Oktober 2017, 00:17:03
Hallo Frank, für die 7590 mit FW 6.9 gilt auch (von der AVM Webseite: https://avm.de/nc/service/downloads/download/show/20393
Verbesserung - Die Einrichtung von Portfreigaben über UPnP, PCP und TR-064 ist nur zu dem Heimnetzgerät möglich, welches die Portfreigabe einrichtet.
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 24 Oktober 2017, 07:23:43
Inoma, das is klar. So hab ich das auch versucht.
Marlen, ändern kann ich problemlos.
Da scheint dann bei dir noch was anderes faul zu sein.
Aber was?

Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 24 Oktober 2017, 12:09:30
Ja, irgendwo muss was nicht stimmen......ich bekomm auch keine VPN Verbindung mit dem Handy hin!

Mit der MyFritz App geht dann zwar VPN aber wenn ich die Portfreigabe dadrüber freigeben will hängt sich die App auf.....

Ich dreh noch durch!

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 24 Oktober 2017, 12:12:13
hmm, vielleicht die Fritze nochmal auf Werkseinstellungen zurücksetzen?
Wenn da noch was von vor dem Update qurhängt kriegst das damit evtl raus.
Und keine Sicherungsdatei wiederherstellen, damit holst unter Umständen das Problem zurück.
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Beta-User am 24 Oktober 2017, 12:31:18
Zitat von: Marlen am 24 Oktober 2017, 12:09:30
Ja, irgendwo muss was nicht stimmen......ich bekomm auch keine VPN Verbindung mit dem Handy hin!

Mit der MyFritz App geht dann zwar VPN aber wenn ich die Portfreigabe dadrüber freigeben will hängt sich die App auf.....
Wenn VPN klappt, sollte sich FHEM auch ohne Portfreigabe bedienen lassen; du bist dann ja im gleichen Netz. Oder ist FHEM nicht erreichbar?
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 24 Oktober 2017, 12:33:12
Ja, das geht schon, aber ich möchte das Port trotzdem freigeben können um vom Büro-PC darauf zugriff zu haben!

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 24 Oktober 2017, 12:52:59
Ist das eigentlich normal? Die FB CPU hat eine Temperatur von 63°C (laut FritzBox- Modul)
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 24 Oktober 2017, 16:22:49
scheinbar,
meine ist bei 62 Grad
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 24 Oktober 2017, 20:39:40
Ja, aber das kann doch niemals gesund sein!
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 24 Oktober 2017, 21:48:19
60 Grad rum sind unbedenklich.

ich meine kritisch wird es für die Fritze irgendwo ab 120 Grad.
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 25 Oktober 2017, 11:04:54
120????? naja!

Nur weil AVM keinen aktiven Kühler verbauen mag.

Mein Raspi lass ich nicht über 45°
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Wernieman am 25 Oktober 2017, 14:55:10
Also je nach CPU darf sie durchaus 80 haben ... 120 ist für "normale" Siliziumtechnik" doch etwas sehr viel ;o)

AVM sagt sich: Warum Lärm + mehr Stromverbrauch, wenn die Hardware es aushält?

Und warum soll Dein Pi nicht mehr als 40 machen? Es ist doch kein Hochleistungsserver ....
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 25 Oktober 2017, 15:15:32
ZitatAVM sagt sich: Warum Lärm + mehr Stromverbrauch, wenn die Hardware es aushält?

Naja, lärm is mit einen halbwegs guten Lüfter fast 0 und Stromverbrauch.... sollte die Fritzbox nicht weniger verbrauchen, wenn sie besser gekühlt ist?

Ich hab in meinen Raspberry-Gehäuse so einen verbaut https://www.arctic.ac/de_de/arctic-f9-tc.html (https://www.arctic.ac/de_de/arctic-f9-tc.html)

ZitatUnd warum soll Dein Pi nicht mehr als 40 machen? Es ist doch kein Hochleistungsserver ....
Naja, eben, weil er kein Hochleistungsserver ist!

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Wernieman am 25 Oktober 2017, 16:34:22
Ein HP ProLiant schaltet sich teilweise schon bei 45° ab .. da hat die FritzBox noch reserve, schließlich steht sie nicht im Klimatisierten Räumen.

Gehe mal vom Sommer in einer Dachwohnung aus, da sind 35° nichts. Da kannst Du auch nicht viel die Cpu runterkühlen!

Und ein Rechner braucht nicht mehr strom, bei mehr Temperatur! Rate mal warum google versucht, seine Serverräume mit höheren Temperaturen zu betreiben .. da spart man Kühlkosten
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 26 Oktober 2017, 07:54:17
Noch mal zum Thema zurück....

mir ist aufgefallen, dass in der FritzBox unter Diagnosse --> Sicherheit ( ganz unten) sind die Benutzer aufgelistet....da steht das FHEM nie angemeldet war!!

Passt das?

LG
   Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 26 Oktober 2017, 08:59:04
Da würdest FHEM nur sehen wenn Du für FHEM einen eigenen benutzer in der Fritzbox angelegt hast.
Du müsstest dann im Fritzbox Device auch Username und Passwort angeben anstatt nur das passwort.
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Wernieman am 26 Oktober 2017, 09:57:30
Und meines Wissens stehen dort nicht die T64 Anmeldungen, sondern "nur" die Webanmeldungen ....
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 26 Oktober 2017, 10:12:45
ZitatDa würdest FHEM nur sehen wenn Du für FHEM einen eigenen benutzer in der Fritzbox angelegt hast.
Du müsstest dann im Fritzbox Device auch Username und Passwort angeben anstatt nur das passwort.

Ja, so hab ich das gemacht!


ZitatUnd meines Wissens stehen dort nicht die T64 Anmeldungen, sondern "nur" die Webanmeldungen ....

Das würde das erklären!

LG
  Marlen
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 28 Oktober 2017, 12:11:37
Hast es mal mit dem Fritzbox Kennwort versucht anstelle des separaten Benutzers?

Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Marlen am 28 Oktober 2017, 21:32:07
Zu jeden Benutzer gehört dich ein Kennwort?
Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Frank_Huber am 28 Oktober 2017, 22:16:38
Ja  aber innerhalb vom lokalen Netzwerk kannst ohne  Benutzer nur mit dem Fritzbox Kennwort ran.
Is wie  wenn du auf Fritz.box gehst.

Gesendet von meinem S3_32 mit Tapatalk

Titel: Antw:Nach FritzBox update auf 6.9 Problem mit tr064Command
Beitrag von: Tuxi70 am 28 Oktober 2017, 23:02:23
Also ich habe bei der Fritzbox einen User angelegt, der NUR Zugriff auf die Smarthomegeräte hat. Diese Zugangsdaten habe ich James mitgeteilt, so dass die Kontrolle der Smarthomegerätschaften ermöglicht wird.