When I turn off the “Enable PPPoE” parameter, everything works, but when I try to turn it back on, an error comes out!
the error itself
faultCode: “9003”
faultString: Invalid arguments
setParameterValuesFault:
- parameterName: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Enable
faultCode: “9005”
faultString: Invalid parameter name
Here is my code!
- type: “‘tags’”
- type: “‘ping’”
- type: “‘parameter-list’”
parameters:- element: “‘span.inform’”
label: “‘Last inform’”
parameter: DATE_STRING(Events.Inform)
type: “‘container’”
components:- type: “‘parameter’”
- chart: “‘online’”
subtype: “‘overview-dot’”
type: “‘chart’” - type: “‘summon-button’”
parameters:- InternetGatewayDevice.DeviceInfo.HardwareVersion
- InternetGatewayDevice.DeviceInfo.SoftwareVersion
- InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.MACAddress
- InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.ExternalIPAddress
- InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID
- InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.KeyPassphrase
- InternetGatewayDevice.LANDevice.1.Hosts.Host.1.HostName
- InternetGatewayDevice.LANDevice.1.Hosts.Host.1.IPAddress
- InternetGatewayDevice.LANDevice.1.Hosts.Host.1.MACAddress
- label: “‘Serial number’”
parameter: DeviceID.SerialNumber
type: “‘parameter’” - label: “‘Product class’”
parameter: DeviceID.ProductClass
type: “‘parameter’” - label: “‘OUI’”
parameter: DeviceID.OUI
type: “‘parameter’” - label: “‘Manufacturer’”
parameter: DeviceID.Manufacturer
type: “‘parameter’” - label: “‘Hardware version’”
parameter: InternetGatewayDevice.DeviceInfo.HardwareVersion
type: “‘parameter’” - label: “‘Software version’”
parameter: InternetGatewayDevice.DeviceInfo.SoftwareVersion
type: “‘parameter’” - label: “‘MAC’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.MACAddress
type: “‘parameter’” - label: “‘IP’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.ExternalIPAddress
type: “‘parameter’” - label: “‘Wi-Fi 2.4GHz SSID’”
parameter: InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID
type: “‘parameter’” - label: “‘Wi-Fi 2.4GHz Password’”
parameter: InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.KeyPassphrase
type: “‘parameter’” - label: “‘Wi-Fi 5GHz SSID’”
parameter: InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.SSID
type: “‘parameter’” - label: “‘Wi-Fi 5GHz Password’”
parameter: InternetGatewayDevice.LANDevice.1.WLANConfiguration.2.KeyPassphrase
type: “‘parameter’”
writable: true - label: “‘PPPoE Username’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Username
type: “‘parameter’” - label: “‘PPPoE Password’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Password
type: “‘parameter’” - label: “‘PPPoE Service Name’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.ServiceName
type: “‘parameter’” - label: “‘Enable PPPoE’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANPPPConnection.1.Enable
type: “‘parameter’”
writable: true - label: “‘Primary DNS’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.DNSServers.1
type: “‘parameter’” - label: “‘Secondary DNS’”
parameter: InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.DNSServers.2
type: “‘parameter’”
- element: “‘span.inform’”
- label: “‘LAN hosts’”
parameter: InternetGatewayDevice.LANDevice.1.Hosts.Host
type: “‘parameter-table’”
childParameters:- label: “‘Host name’”
parameter: HostName - label: “‘IP address’”
parameter: IPAddress - label: “‘MAC address’”
parameter: MACAddress
- label: “‘Host name’”
- element: “‘div’”
type: “‘container’”
components:- element: “‘h3’”
type: “‘container’”
components:- “‘Faults’”
- type: “‘device-faults’”
- element: “‘h3’”
- element: “‘div.container-full-width’”
type: “‘container’”
components:- element: “‘h3’”
type: “‘container’”
components:- “‘All parameters’”
- type: “‘all-parameters’”
- element: “‘h3’”
- type: “‘device-actions’”
components:- action: “‘reboot’”
label: “‘Restart Device’”
type: “‘button’” - action: “‘reset’”
label: “‘Factory Reset’”
type: “‘button’” - action: “‘updateFirmware’”
label: “‘Firmware Update’”
type: “‘button’”
- action: “‘reboot’”