home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.81k stars 30.51k forks source link

Netgear_LTE not working with Netgear M2 modem #89580

Closed DarKOrange75 closed 1 year ago

DarKOrange75 commented 1 year ago

The problem

The integration is activated in the configuration.yaml file but there is not sensor listed in the entities panel.

What version of Home Assistant Core has the issue?

2023.3.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Netgear_lte

Link to integration documentation on our website

https://www.home-assistant.io/integrations/netgear_lte/

Diagnostics information

No response

Example YAML snippet

netgear_lte:

host: 192.168.1.1
password: xxxxxxx
notify:
name: sms
recipient: “xxxxx”
sensor:
monitored_conditions:
usage
sms
binary_sensor:
monitored_conditions:
wire_connected
mobile_connected

Anything in the logs that might be useful for us?

Netgear_lte logs:

2023-03-12 09:55:36.869 WARNING (MainThread) [homeassistant.components.netgear_lte] Lost connection to 192.168.1.1

2023-03-12 09:55:36.931 WARNING (MainThread) [homeassistant.components.sensor] Platform netgear_lte not ready yet: None; Retrying in background in 30 seconds

2023-03-12 09:55:36.941 WARNING (MainThread) [homeassistant.components.binary_sensor] Platform netgear_lte not ready yet: None; Retrying in background in 30 seconds

Logger: homeassistant
Source: components/netgear_lte/init.py:149
First occurred: 10:36:49 (3 occurrences)
Last logged: 10:37:01

Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/netgear_lte/init.py”, line 312, in _update
await modem_data.async_update()
File “/usr/src/homeassistant/homeassistant/components/netgear_lte/init.py”, line 149, in async_update
self.data = await self.modem.information()
File “/usr/local/lib/python3.10/site-packages/eternalegypt/eternalegypt.py”, line 73, in wrapper
return await function(self, *args, **kwargs)
File “/usr/local/lib/python3.10/site-packages/eternalegypt/eternalegypt.py”, line 280, in information
data = json.loads(await response.text())
File “/usr/local/lib/python3.10/json/init.py”, line 346, in loads
return _default_decoder.decode(s)
File “/usr/local/lib/python3.10/json/decoder.py”, line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File “/usr/local/lib/python3.10/json/decoder.py”, line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 673 column 1 (char 10195)

Eternalegypt logs: (removed sensitive info)

2023-03-12 09:55:35.597 DEBUG (MainThread) [eternalegypt.eternalegypt] Token: XXXXXXXX

2023-03-12 09:55:35.637 DEBUG (MainThread) [eternalegypt.eternalegypt] Got cookie with status 204

2023-03-12 09:55:35.597 DEBUG (MainThread) [eternalegypt.eternalegypt] Token: XXXXXXXX

2023-03-12 09:55:35.637 DEBUG (MainThread) [eternalegypt.eternalegypt] Got cookie with status 204

2023-03-12 09:55:36.042 DEBUG (MainThread) [eternalegypt.eternalegypt] Failed to read information (‘wanConnected’): {‘custom’: {‘lastWifiChan’: 13, ‘dsaLocalUrl’: ‘https://m2login:443/dsa’, ‘hiddenMenuEnabled’: False, ‘hideAdminPassword’: False, ‘carrierSim’: ‘Unknown’, ‘end’: 0}, ‘webd’: {‘adminPassword’: ‘**************’, ‘ownerModeEnabled’: False, ‘hideAdminPassword’: False, ‘hintNumber’: 0, ‘end’: ‘’}, ‘lcd’: {‘backlightEnabled’: True, ‘backlightActive’: False, ‘inactivityTimer’: 60, ‘inactivityTimerAC’: 60, ‘inactivityTimerUSB’: 60, ‘brightnessOnBatt’: ‘Bright’, ‘brightnessOnUSB’: ‘Bright’, ‘brightnessOnAC’: ‘Bright’, ‘brightnessOnBattIntVal’: 5, ‘brightnessOnUSBIntVal’: 5, ‘brightnessOnACIntVal’: 5, ‘backlightOverride’: ‘Off’, ‘lockScreenEnable’: False, ‘lockScreenUsePin’: False, ‘end’: ‘’}, ‘led’: {‘end’: ‘’}, ‘sim’: {‘pin’: {‘mode’: ‘Disabled’, ‘retry’: 3, ‘end’: ‘’}, ‘puk’: {‘retry’: 10}, ‘mep’: {}, ‘phoneNumber’: ‘336####’, ‘iccid’: ‘8933######’, ‘imsi’: ‘208###########’, ‘SPN’: ‘Free’, ‘status’: ‘Ready’, ‘sprintSimLock’: 0, ‘end’: ‘’}, ‘sms’: {‘ready’: True, ‘sendSupported’: True, ‘sendEnabled’: True, ‘unreadMsgs’: 1, ‘msgCount’: 3, ‘msgs’: [{‘id’: ‘3’, ‘rxTime’: ‘12/01/22 11:21:27 AM’, ‘text’: ‘Idée de CADEAU ORIGINAL chez BODYFLOAT, partenaire de POINT SOLEIL, voir ici : http://1mf.eu/rBwbDB . Nous vous souhaitons de joyeuses fetes. STOP SMS 36184’, ‘sender’: ‘BodyFloat’, ‘read’: False}, {‘id’: ‘2’, ‘rxTime’: ‘05/09/22 02:11:34 PM’, ‘text’: ‘Messagerie “666” Free: le 09/05 à 16:11, ce correspondant a appelé 1 fois sur votre mobile sans laisser de message’, ‘sender’: ‘+33######, ‘read’: True}, {‘id’: ‘1’, ‘rxTime’: ‘05/03/22 11:51:10 AM’, ‘text’: ‘Messagerie “666” Free: le 04/05 à 12:09, ce correspondant a appelé 2 fois sur votre mobile sans laisser de message’, ‘sender’: ‘+33####, ‘read’: True}, {}], ‘trans’: [{}], ‘sendMsg’: [{}], ‘end’: ‘’}, ‘session’: {‘userRole’: ‘Admin’, ‘lang’: ‘en’, ‘hintDisplayPassword’: ‘’, ‘secToken’: ‘SU54R#######’, ‘clientIP’: ‘192.168.1.21’, ‘supportedLangList’: [{‘id’: ‘en’, ‘isCurrent’: True, ‘label’: ‘English’}, {‘id’: ‘ar_AR’, ‘isCurrent’: False, ‘label’: ‘العربية (Arabic)’}, {‘id’: ‘de_DE’, ‘isCurrent’: False, ‘label’: ‘Deutsch (German)’}, {‘id’: ‘es_ES’, ‘isCurrent’: False, ‘label’: ‘Español (Spanish)’}, {‘id’: ‘fr_FR’, ‘isCurrent’: False, ‘label’: ‘Français (French)’}, {‘id’: ‘it_IT’, ‘isCurrent’: False, ‘label’: ‘Italiano (Italian)’}, {‘id’: ‘no_NO’, ‘isCurrent’: False, ‘label’: ‘Norsk (Norwegian)’}, {‘id’: ‘pl_PL’, ‘isCurrent’: False, ‘label’: ‘Polski (Polish)’}, {‘id’: ‘fi_FI’, ‘isCurrent’: False, ‘label’: ‘Suomi (Finnish)’}, {‘id’: ‘sv_SE’, ‘isCurrent’: False, ‘label’: ‘Svenska (Swedish)’}, {‘id’: ‘tu_TU’, ‘isCurrent’: False, ‘label’: ‘Türkçe (Turkish)’}, {}]}, ‘general’: {‘defaultLanguage’: ‘en’, ‘PRIid’: ‘23114195’, ‘activationDate’: ‘0’, ‘genericResetStatus’: ‘NotStarted’, ‘reconditionDate’: ‘0’, ‘manufacturer’: ‘Netgear, Incorporated’, ‘model’: ‘MR2100’, ‘HWversion’: ‘1.0’, ‘FWversion’: ‘NTGX24_10.17.08.00’, ‘modemFwVersion’: ‘SDX24_10.25.00.06’, ‘buildDate’: ‘2020/08/21’, ‘BLversion’: ‘SDX24_10.25.00.06\n’, ‘PRIversion’: ‘05.04’, ‘truInstallAvailable’: False, ‘truInstallVersion’: ‘’, ‘IMEI’: ‘355#####’, ‘SVN’: ‘4’, ‘MEID’: ‘’, ‘ESN’: ‘’, ‘FSN’: ‘60M5#####’, ‘ATTDeviceId’: ‘’, ‘packageName’: ‘MR2100-100EUS_23114195_NTGX24_10.17.08.00_00_Generic_05.04_00’, ‘activated’: True, ‘webAppVersion’: ‘MR2100-100EUS_04.02.171.00\n’, ‘appVersion’: ‘NTGX24_10.17.08.00’, ‘HIDenabled’: False, ‘truInstallEnabled’: False, ‘truInstallSupported’: False, ‘TCAaccepted’: True, ‘LEDenabled’: True, ‘showAdvHelp’: True, ‘showWebInfo’: True, ‘keyLockState’: ‘Locked’, ‘devTemperature’: 27, ‘verMajor’: 42, ‘verMinor’: 0, ‘environment’: ‘Target’, ‘currTime’: 1362646535, ‘timeZoneOffset’: 3600, ‘deviceName’: ‘Nighthawk M2’, ‘useMetricSystem’: True, ‘factoryResetStatus’: ‘NotStarted’, ‘SPClockStatus’: ‘SPCLocked’, ‘setupCompleted’: True, ‘warrantyDateCode’: ‘’, ‘languageSelected’: True, ‘upTime’: 1442426, ‘systemAlertList’: {‘list’: [{}], ‘count’: 0}, ‘apiVersion’: ‘2.0’, ‘companyName’: ‘NETGEAR’, ‘usbDevicesURL’: ‘/Forms/readyshareUsbDevicesInfo’, ‘nwFoldersURL’: ‘/Forms/readyshareNWFoldersInfo’, ‘configURL’: ‘/Forms/config’, ‘profileURL’: ‘/Forms/profile’, ‘pinChangeURL’: ‘/Forms/pinChange’, ‘portCfgURL’: ‘/Forms/portCfg’, ‘portFilterURL’: ‘/Forms/portFilter’, ‘wifiACLURL’: ‘/Forms/wifiACL’, ‘supportedLangList’: [{‘id’: ‘en’, ‘isCurrent’: ‘true’, ‘isDefault’: ‘true’, ‘label’: ‘English’, ‘token1’: ‘/romfs/lcd/en.tr’, ‘token2’: ‘’}, {‘id’: ‘ar_AR’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘العربية (Arabic)’, ‘token1’: ‘/romfs/lcd/ar_AR.tr’, ‘token2’: ‘’}, {‘id’: ‘de_DE’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Deutsch (German)’, ‘token1’: ‘/romfs/lcd/de_DE.tr’, ‘token2’: ‘’}, {‘id’: ‘es_ES’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Español (Spanish)’, ‘token1’: ‘/romfs/lcd/es_ES.tr’, ‘token2’: ‘’}, {‘id’: ‘fr_FR’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Français (French)’, ‘token1’: ‘/romfs/lcd/fr_FR.tr’, ‘token2’: ‘’}, {‘id’: ‘it_IT’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Italiano (Italian)’, ‘token1’: ‘/romfs/lcd/it_IT.tr’, ‘token2’: ‘’}, {‘id’: ‘no_NO’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Norsk (Norwegian)’, ‘token1’: ‘/romfs/lcd/no_NO.tr’, ‘token2’: ‘’}, {‘id’: ‘pl_PL’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Polski (Polish)’, ‘token1’: ‘/romfs/lcd/pl_PL.tr’, ‘token2’: ‘’}, {‘id’: ‘fi_FI’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Suomi (Finnish)’, ‘token1’: ‘/romfs/lcd/fi_FI.tr’, ‘token2’: ‘’}, {‘id’: ‘sv_SE’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Svenska (Swedish)’, ‘token1’: ‘/romfs/lcd/sv_SE.tr’, ‘token2’: ‘’}, {‘id’: ‘tu_TU’, ‘isCurrent’: ‘false’, ‘isDefault’: ‘false’, ‘label’: ‘Türkçe (Turkish)’, ‘token1’: ‘/romfs/lcd/tu_TU.tr’, ‘token2’: ‘’}, {}]}, ‘power’: {‘PMState’: ‘Online’, ‘SmState’: ‘Online’, ‘battLowThreshold’: 15, ‘autoOff’: {‘onUSBdisconnect’: {‘enable’: False, ‘countdownTimer’: 0, ‘end’: ‘’}, ‘onIdle’: {‘timer’: {‘onAC’: 0, ‘onBattery’: 0, ‘end’: ‘’}}}, ‘standby’: {‘ethernet’: {‘timer’: {‘onBattery’: 0, ‘end’: ‘’}}, ‘onIdle’: {‘timer’: {‘onAC’: 0, ‘onBattery’: 0, ‘onUSB’: 0, ‘end’: ‘’}}}, ‘autoOn’: {‘enable’: True, ‘end’: ‘’}, ‘batteryTemperature’: 25, ‘batteryVoltage’: 3921, ‘battChargeLevel’: 64, ‘battChargeSource’: ‘Charger’, ‘batteryState’: ‘Normal’, ‘battChargeAlgorithm’: ‘ReduceStress’, ‘charging’: False, ‘buttonHoldTime’: 268435455, ‘deviceTempCritical’: False, ‘resetreason’: 16, ‘resetRequired’: ‘NoResetRequired’, ‘choiceOnUsb’: ‘NoAction’, ‘actionOnUsb’: ‘ChargeOnly’, ‘batteryTempState’: ‘Normal’, ‘batteryName’: ‘W10A’, ‘wifiOff’: {‘onUsbConnect’: False, ‘onTethered’: False, ‘end’: ‘’}, ‘boost’: {‘cableConnected’: False, ‘end’: ‘’}, ‘lpm’: False, ‘end’: ‘’}, ‘wwan’: {‘prlVersion’: 0, ‘bandDisablementMaskLTE’: ‘0x0000000000000000’, ‘bandDisablementMask’: ‘0x0000000000000000’, ‘LTEBandPriority’: ‘0’, ‘netScanStatus’: ‘NotStarted’, ‘mtuSize’: 0, ‘mtuChangeEnabled’: False, ‘LTEeHRPDConfig’: ‘NotForcedLTEAndeHRPDEnabled’, ‘roamingEnhancedIndicator’: 0, ‘roamingMode’: ‘HomeOnly’, ‘roamingGuardDom’: ‘NotForcedDisabled’, ‘roamingGuardIntl’: ‘NotForcedDisabled’, ‘roamingType’: ‘Home’, ‘roamMenuDisplay’: False, ‘ERITestMode’: False, ‘autoBandRegionChanged’: False, ‘inactivityCause’: 3042, ‘currentNWserviceType’: ‘LteService’, ‘registerRejectCode’: -1, ‘netSelEnabled’: ‘Enabled’, ‘netRegMode’: ‘Auto’, ‘IPv6’: ‘’, ‘roaming’: False, ‘IP’: ‘##.##.##.42’, ‘registerNetworkDisplay’: ‘Free’, ‘RAT’: ‘Auto’, ‘bandRegion’: [{‘index’: 0, ‘name’: ‘Auto’, ‘current’: True}, {‘index’: 1, ‘name’: ‘WCDMA All’, ‘current’: False}, {‘index’: 2, ‘name’: ‘LTE All’, ‘current’: False}, {}], ‘autoconnect’: ‘HomeNetwork’, ‘profileList’: [{‘index’: 1, ‘id’: ‘Free Mobile’, ‘name’: ‘Free Mobile’, ‘apn’: ‘free’, ‘username’: ‘’, ‘password’: ‘’, ‘authtype’: ‘None’, ‘ipaddr’: ‘0.0.0.0’, ‘access_control’: 0, ‘type’: ‘IPV4’, ‘pdproamingtype’: ‘IPV4’}, {}], ‘profile’: {‘default’: ‘Free Mobile’, ‘defaultLTE’: ‘Free Mobile’, ‘promptForApnSelection’: False, ‘end’: ‘’}, ‘promptForPwd’: ‘Disabled’, ‘dataUsage’: {‘total’: {‘lteBillingTx’: 0, ‘lteBillingRx’: 0, ‘cdmaBillingTx’: 0, ‘cdmaBillingRx’: 0, ‘gwBillingTx’: 0, ‘gwBillingRx’: 0, ‘lteLifeTx’: 0, ‘lteLifeRx’: 0, ‘cdmaLifeTx’: 0, ‘cdmaLifeRx’: 0, ‘gwLifeTx’: 0, ‘gwLifeRx’: 0, ‘end’: ‘’}, ‘server’: {‘accountType’: ‘’, ‘subAccountType’: ‘’, ‘end’: ‘’}, ‘remote’: {‘end’: ‘’}, ‘serverDataRemaining’: 0, ‘serverDataTransferred’: 0, ‘serverDataTransferredIntl’: 0, ‘serverDataValidState’: ‘Invalid’, ‘serverDaysLeft’: 0, ‘serverErrorCode’: ‘’, ‘serverLowBalance’: False, ‘serverMsisdn’: ‘’, ‘serverRechargeUrl’: ‘’, ‘dataWarnEnable’: False, ‘planSize’: 0, ‘planDescription’: ‘’, ‘prepaidStackedPlans’: 0, ‘prepaidStackedPlansIntl’: 0, ‘prepaidAccountState’: ‘Hot’, ‘accountType’: ‘Unknown’, ‘disableAutoReset’: False, ‘share’: {‘enabled’: False, ‘dataTransferredOthers’: 0, ‘lastSync’: ‘0’, ‘end’: ‘’}, ‘generic’: {‘dataLimitValid’: False, ‘usageHighWarning’: 0, ‘fallbackSupported’: False, ‘lastSucceeded’: ‘0’, ‘billingDay’: 22, ‘nextBillingDate’: ‘1363474800’, ‘lastSync’: ‘0’, ‘billingCycleRemainder’: 9, ‘billingCycleLimit’: 0, ‘dataTransferred’: 92598192470, ‘dataTransferredRoaming’: 0, ‘lastReset’: ‘1361204148’, ‘userDisplayFormat’: ‘BillingCycle’, ‘end’: ‘’}}, ‘netManualNoCvg’: False, ‘connection’: ‘Connected’, ‘connectionType’: ‘IPv4Only’, ‘currentPSserviceType’: ‘LTE’, ‘ca’: {‘SCCcount’: 0, ‘end’: ‘’}, ‘connectionText’: ‘4G’, ‘sessDuration’: 31576, ‘sessStartTime’: 1362614959, ‘dataTransferred’: {‘totalb’: ‘1056766033’, ‘rxb’: ‘319754825’, ‘txb’: ‘737011208’}, ‘signalStrength’: {‘rssi’: -52, ‘rscp’: 0, ‘ecio’: 0, ‘rsrp’: -80, ‘rsrq’: -8, ‘bars’: 5, ‘sinr’: 20, ‘end’: ‘’}, ‘laa’: {‘supported’: False, ‘enabled’: False, ‘end’: ‘’}}, ‘wwanadv’: {‘curBand’: ‘LTE B3’, ‘radioQuality’: 68, ‘country’: ‘FRA’, ‘RAC’: 0, ‘LAC’: 7903, ‘MCC’: ‘208’, ‘MNC’: ‘15’, ‘MNCFmt’: 2, ‘cellId’: 103845457, ‘chanId’: 1675, ‘primScode’: -1, ‘plmnSrvErrBitMask’: 0, ‘chanIdUl’: 19675, ‘txLevel’: 12, ‘rxLevel’: -80, ‘end’: ‘’}, ‘ethernet’: {‘mac’: ‘44-A5-6E-C1-21-7E’, ‘offload’: {‘supported’: True, ‘enabled’: False, ‘on’: False, ‘ipv4Addr’: ‘0.0.0.0’, ‘ipv6Addr’: ‘0000:0000:0000:0000:0000:0000:0000:0000’, ‘rx’: 0, ‘tx’: 0, ‘timeOn’: 0, ‘end’: ‘’}}, ‘wifi’: {‘enabled’: True, ‘status’: ‘On’, ‘mode’: ‘M802_11_BGN’, ‘maxClientSupported’: 30, ‘maxClientLimit’: 30, ‘maxClientCnt’: 20, ‘encryption’: ‘WPA2_Personal_AES’, ‘channel’: 0, ‘2gBandwidth’: ‘HT20’, ‘5gBandwidth’: ‘VHT80’, ‘txPower’: ‘Long’, ‘hiddenSSID’: False, ‘passPhrase’: ‘##########’, ‘passwordReminder’: True, ‘RTSthreshold’: 2347, ‘fragThreshold’: 2346, ‘accessControl’: ‘None’, ‘SSID’: ‘#########’, ‘wmmEnabled’: True, ‘MAC’: ‘##-##-##-##-##-##’, ‘SSIDreminder’: True, ‘clientCount’: 0, ‘country’: ‘FR’, ‘privacy’: False, ‘wps’: {‘supported’: ‘Both’, ‘enabled’: ‘Primary’, ‘blocked’: False, ‘mode’: ‘PBC’, ‘status’: ‘Succeeded’, ‘end’: ‘’}, ‘guest’: {‘maxClientCnt’: 20, ‘enabled’: True, ‘status’: ‘On’, ‘encryption’: ‘WPA2_Personal_AES’, ‘SSID’: ‘#######’, ‘passPhrase’: ‘#####’, ‘generatePassphrase’: False, ‘accessProfile’: ‘Full’, ‘hiddenSSID’: False, ‘timerEnable’: False, ‘timerTimestamp’: 0, ‘timerValue’: 3600, ‘privacy’: False, ‘chan’: 0, ‘mode’: ‘M802_11_ANAC’, ‘DHCP’: {‘range’: {‘high’: ‘192.168.2.99’, ‘low’: ‘192.168.2.20’, ‘end’: ‘’}}}, ‘aux’: {‘enabled’: False, ‘AuxMode’: ‘Off’, ‘SSID’: ‘’, ‘hiddenSSID’: False, ‘encryption’: ‘WPA2_Personal_AES’, ‘passPhrase’: ‘’, ‘maxClientCnt’: 10, ‘status’: ‘Off’, ‘chan’: 1, ‘mode’: ‘M802_11_BGN’, ‘end’: ‘’}, ‘offload’: {‘activationRequired’: False, ‘bars’: 0, ‘enabled’: False, ‘rssi’: 0, ‘securityStatus’: ‘Disconnected’, ‘status’: ‘Off’, ‘supported’: True, ‘connectionSsid’: ‘’, ‘scanProgress’: ‘Idle’, ‘stationIPv4’: ‘0.0.0.0’, ‘timeOn’: 0, ‘dataTransferred’: {‘rx’: 0, ‘tx’: 0, ‘end’: ‘’}, ‘networkList’: [{}], ‘scanList’: [{}], ‘end’: ‘’}, ‘accessBlackList’: {‘list’: [{}], ‘count’: 0}, ‘accessWhiteList’: {‘list’: [{}], ‘count’: 0}, ‘end’: ‘’}, ‘router’: {‘gatewayIP’: ‘192.168.1.1’, ‘DMZaddress’: ‘192.168.1.4’, ‘DMZenabled’: False, ‘forceSetup’: False, ‘DHCP’: {‘serverEnabled’: True, ‘DNS1’: ‘212.27.40.240’, ‘DNS2’: ‘212.27.40.241’, ‘DNSmode’: ‘Auto’, ‘USBpcIP’: ‘192.168.1.4’, ‘range’: {‘high’: ‘192.168.1.99’, ‘low’: ‘192.168.1.20’, ‘end’: ‘’}}, ‘usbMode’: ‘None’, ‘usbNetworkTethering’: False, ‘portFwdEnabled’: True, ‘usbTetheringActive’: False, ‘portFwdList’: [{‘ID’: ‘0’, ‘label’: ‘##’, ‘IP’: ‘##’, ‘private_port’: ‘##’, ‘public_port’: ‘##’, ‘protocol’: ‘6’}, {}], ‘portFilteringEnabled’: False, ‘portFilteringMode’: ‘None’, ‘portFilterWhiteList’: [{}], ‘portFilterBlackList’: [{}], ‘hostName’: ‘m2login’, ‘domainName’: ‘net’, ‘ipPassThroughEnabled’: False, ‘ipPassThroughSupported’: True, ‘VPNpassthrough’: True, ‘usbTetherSupported’: True, ‘netMask’: ‘255.255.255.0’, ‘Ipv6Supported’: True, ‘UPNPsupported’: True, ‘UPNPenabled’: True, ‘UPNPIgdVersion’: 2, ‘clientList’: {‘list’: [{‘IP’: ‘##’, ‘MAC’: ‘##:##:##:##:##:##’, ‘name’: ‘homeassistant’, ‘media’: ‘WiFi’, ‘source’: ‘Ethernet’}, {‘IP’: ‘##’, ‘MAC’: ‘##:##:##:##:##:##’’, ‘name’: '’, ‘media’: ‘WiFi’, ‘source’: ‘Ethernet’}, {‘IP’: ‘XX’, ‘MAC’: ‘##:##:##:##:##:##’’, ‘name’: '’, ‘media’: ‘WiFi’, ‘source’: ‘Ethernet’}, {}], ‘count’: 0}, ‘end’: ‘’}, ‘fota’: {‘fwupdater’: {‘available’: False, ‘chkallow’: True, ‘chkstatus’: ‘Initial’, ‘dloadProg’: 0, ‘error’: False, ‘lastChkDate’: 1362414449, ‘state’: ‘NoNewFw’, ‘isPostponable’: False, ‘statusCode’: 200, ‘chkTimeLeft’: 0, ‘dloadSize’: 0, ‘isRejectable’: False, ‘description’: ‘’, ‘end’: ‘’}}, ‘failover’: {‘end’: ‘’}, ‘cradle’: {‘mode’: False, ‘smartMode’: False, ‘url’: ‘’, ‘primarySSID’: ‘’, ‘primaryPassphrase’: ‘’, ‘secondarySSID’: ‘’, ‘secondaryPassphrase’: ‘’, ‘autoIPT’: False, ‘end’: ‘’}, ‘eventlog’: {‘level’: 0, ‘logDuration’: 0, ‘catLevel’: [{‘category’: ‘ServiceAllowed’, ‘catlevel_mask’: 0, ‘enabled’: False}, {}], ‘end’: 0}, ‘ui’: {‘serverDaysLeftHide’: False, ‘promptActivation’: True, ‘stealthEnabled’: False, ‘disableSettingsOnLCD’: False, ‘end’: 0}, ‘accesscontrol’: {‘nlpc’: {‘filterLevel’: ‘None’, ‘enabled’: False, ‘username’: ‘’, ‘macList’: [{}], ‘end’: 0}, ‘blocksites’: {‘enabled’: False, ‘macMode’: ‘Blacklist’, ‘macList’: [{}], ‘patternMode’: ‘Blacklist’, ‘patternList’: [{}], ‘end’: 0}, ‘schedulerBlockingActive’: False, ‘schedulerSupported’: True, ‘schedulerEnabled’: False, ‘schedulerDefaultMode’: ‘WwanOn’, ‘schedulerList’: [{}], ‘end’: 0}, ‘ready’: {‘shareSupported’: False, ‘shareEnabled’: False, ‘cloudSupported’: False, ‘cloudEnabled’: False, ‘deviceShare’: {‘networkDeviceName’: ‘readyshare’, ‘workgroupName’: ‘workgroup’, ‘removeUsbDeviceResult’: ‘None’, ‘extMediaSupported’: True, ‘usbDevicesInfo’: [{}], ‘nwFoldersInfo’: [{}], ‘end’: 0}, ‘cloud’: {‘registrationStatus’: ‘Unregistered’, ‘end’: 0}}, ‘mediaserver’: {‘dlnaSupported’: True, ‘dlnaEnabled’: True, ‘dlnaFriendlyName’: ‘ReadyDLNA’, ‘end’: 0}}

Additional information

No response

home-assistant[bot] commented 1 year ago

netgear_lte documentation netgear_lte source