Closed ensjens closed 3 years ago
I have a similar problem: When I load or reload the integration from the HACS GUI HA does not include my motion sensor. It does include my three entry sensors in the device/entities. It appears the motion sensor is ignored by HA during the setup. I do receive events from ALL the devices including the motion sensor and the three entry sensors. The sensor 'Office' in the log is the motion sensor. Here is the log:
2020-11-02 20:12:35 DEBUG (MainThread) [simplipy] Data received from /ss3/subscriptions/3529328/settings/normal: {'account': '001643FF', 'settings': {'normal': {'wifiSSID': 'PLNET', 'alarmDuration': 240, 'entryDelayAway2': 30, 'entryDelayAway': 30, 'entryDelayHome2': 30, 'entryDelayHome': 30, 'exitDelayAway2': 60, 'exitDelayAway': 60, 'exitDelayHome2': 0, 'exitDelayHome': 1, 'alarmVolume': 3, 'voicePrompts': 2, 'doorChime': 2, 'light': True, 'lastUpdated': '2020-11-03T03:11:30.213Z', '_id': '5e9b2a82a3cc854f64a8986f'}, 'pins': {'lastUpdated': '2020-10-31T05:46:28.474Z', '_id': '5e9b2a82a3cc854f64a89870', 'users': [{'_id': '5e9b2a82a3cc854f64a89874', 'pin': 'xxxx', 'name': 'xxxxxxy'}, {'_id': '5e9b2a82a3cc854f64a89873', 'pin': '', 'name': ''}, {'_id': '5e9b2a82a3cc854f64a89872', 'pin': '', 'name': ''}, {'_id': '5e9b2a82a3cc854f64a89871', 'pin': '', 'name': ''}], 'duress': {'pin': ''}, 'master': {'pin': '7129'}}}, 'basestationStatus': {'lastUpdated': '2020-11-03T03:11:29.821Z', 'rfJamming': False, 'ethernetStatus': 4, 'gsmRssi': -75, 'gsmStatus': 3, 'backupBattery': 5710, 'wallPower': 6414, 'wifiRssi': -23, 'wifiStatus': 1, '_id': '5fa0ca619445cc1b84eea4b2', 'encryptionErrors': []}, 'lastUpdated': 1604373090}
2020-11-02 20:12:35 DEBUG (MainThread) [simplipy] Data received from /ss3/subscriptions/3529328/sensors: {'account': '001643ff', 'success': True, 'sensors': [{'status': {}, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'deviceGroupID': 0, 'name': 'Hallway', 'serial': '00b4ded2', 'type': 1, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'status': {'triggered': False}, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'deviceGroupID': 0, 'name': 'Kitchen', 'serial': '009cea78', 'type': 5, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'status': {'triggered': False}, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'deviceGroupID': 0, 'name': 'Laundry', 'serial': '009ceac4', 'type': 5, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'status': {'triggered': False}, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'deviceGroupID': 0, 'name': 'Front Door', 'serial': '009adb6a', 'type': 5, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'serial': '00ae045d', 'type': 2, 'status': {}, 'name': 'Master', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'setting': {'instantTrigger': False, 'away2': 1, 'away': 2, 'home2': 0, 'home': 2, 'off': 2}, 'deviceGroupID': 0, **'name': 'Office', 'status': {}, 'type': 4, 'serial': '00985afc',** 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}], 'lastUpdated': 1604373091, 'lastSynced': 1604373091, 'lastStatusUpdate': 1604373091}
2020-11-02 20:12:36 DEBUG (MainThread) [simplipy] Data received from /subscriptions/3529328/events: {'numEvents': 1, 'lastEventTimestamp': 1604359810, 'events': [{'eventId': 12082846163, 'eventTimestamp': 1604359810, 'eventCid': 1602, 'zoneCid': '0', 'sensorType': 0, 'sensorSerial': '', 'account': '001643ff', 'userId': 3402774, 'sid': 3529328, 'info': 'Automatic Test', 'pinName': '', 'sensorName': '', 'messageSubject': '', 'messageBody': '', 'eventType': 'auto', 'timezone': 2, 'locationOffset': -420, 'videoStartedBy': '', 'video': {}}]}
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.simplisafe
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.components.binary_sensor] Setting up binary_sensor.simplisafe
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.components.lock] Setting up lock.simplisafe
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.components.sensor] Setting up sensor.simplisafe
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.simplisafe entity: binary_sensor.redactedaddress_kitchen
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.simplisafe entity: binary_sensor.redactedaddress_kitchen_2
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.simplisafe entity: binary_sensor.redactedaddress_laundry
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.simplisafe entity: binary_sensor.redactedaddress_laundry_2
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.simplisafe entity: binary_sensor.redactedaddress_front_door
2020-11-02 20:12:36 INFO (MainThread) [homeassistant.helpers.entity_registry] Registered new binary_sensor.simplisafe entity: binary_sensor.redactedaddress_front_door_2
Hey there @bachya, mind taking a look at this issue as its been labeled with an integration (simplisafe
) you are listed as a codeowner for? Thanks!
(message by CodeOwnersMention)
@ensjens Please turn on DEBUG
-level logging for the SimpliSafe integration, restart HASS, and after removing any sensitive information, post the appropriate lines. You can turn on DEBUG
-level logging in `configuration.yaml":
logger:
default: info
logs:
homeassistant.components.simplisafe: debug
simplipy: debug
I’m not seeing any of my sensors. Just the base station, keypad and temp sensor. Missing entry sensors, smoke/co and motion for some reason.
I'm seeing this in my logs:
Logger: homeassistant.components.binary_sensor
Source: components/simplisafe/binary_sensor.py:112
Integration: Binary sensor (documentation, issues)
First occurred: 12:30:49 PM (1 occurrences)
Last logged: 12:30:49 PM
Error while setting up simplisafe platform for binary_sensor
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 197, in _async_setup_platform
await asyncio.shield(task)
File "/usr/src/homeassistant/homeassistant/components/simplisafe/binary_sensor.py", line 62, in async_setup_entry
sensors.append(SimpliSafeSensorBattery(simplisafe, system, sensor))
File "/usr/src/homeassistant/homeassistant/components/simplisafe/binary_sensor.py", line 112, in __init__
self._device_info["model"] = SENSOR_MODELS[sensor.type]
KeyError: <EntityTypes.temperature: 10>
@slomanl1 and @tobycth3, FYI, #42846 will fix your issue of missing specific types.
Thanks @bachya . Here are the logs requested. It appears to be pulling the data about every 30 seconds as I would expect, but not updating any entities?
2020-11-05 01:12:30 INFO (MainThread) [homeassistant.setup] Setting up simplisafe
2020-11-05 01:12:30 INFO (MainThread) [homeassistant.setup] Setup of domain simplisafe took 0.0 seconds
2020-11-05 01:12:34 INFO (MainThread) [engineio.client] Attempting WebSocket connection to wss://api.simplisafe.com/socket.io/?ns=######################
2020-11-05 01:12:34 DEBUG (MainThread) [simplipy.api] Data received from /users/#######/subscriptions: {'subscriptions': [{'uid': #######, 'sid': #######, 'sStatus': 20, 'activated': 1604184267, 'planSku': 'SSEDSM2', 'planName': 'Interactive Monitoring', 'price': 24.99, 'currency': 'USD', 'country': 'US', 'expires': 1607071467, 'canceled': 0, 'extraTime': 0, 'creditCard': {'lastFour': '', 'type': '', 'ppid': '#######', 'uid': #######}, 'time': 2628000, 'paymentProfileId': '#######', 'features': {'monitoring': True, 'alerts': True, 'online': True, 'hazard': True, 'video': True, 'cameras': 10, 'dispatch': True, 'proInstall': False, 'discount': 0, 'vipCS': False, 'medical': True, 'careVisit': False, 'storageDays': 30}, 'status': {'hasBaseStation': True, 'isActive': True, 'monitoring': 'Active'}, 'subscriptionFeatures': {'monitoredSensorsTypes': ['Entry', 'Motion', 'GlassBreak', 'Smoke', 'CO', 'Freeze', 'Water'], 'monitoredPanicConditions': ['Fire', 'Medical', 'Duress'], 'dispatchTypes': ['Police', 'Fire', 'Medical', 'Guard'], 'remoteControl': ['ArmDisarm', 'LockUnlock', 'ViewSettings', 'ConfigureSettings'], 'cameraFeatures': {'liveView': True, 'maxRecordingCameras': 10, 'recordingStorageDays': 30, 'videoVerification': True}, 'support': {'level': 'Basic', 'annualVisit': False, 'professionalInstall': False}, 'cellCommunicationBackup': True, 'alertChannels': ['Push', 'SMS', 'Email'], 'alertTypes': ['Alarm', 'Error', 'Activity', 'Camera'], 'alarmModes': ['Alarm', 'SecretAlert', 'Disabled'], 'supportedIntegrations': ['GoogleAssistant', 'AmazonAlexa', 'AugustLock'], 'timeline': {}, 'isProfessionallyMonitored': True}, 'dispatcher': 'cops', '#######id': 7, 'location': {'sid': #######, 'uid': #######, 'lStatus': 10, 'account': '#######', 'street1': '#######', 'street2': '#######', 'locationName': 'Home', 'city': '#######', 'county': '#######', 'state': '#######', 'zip': '#######', 'country': 'US', 'crossStreet': '', 'notes': '#######.', 'residenceType': 1, 'numAdults': 2, 'numChildren': 1, 'locationOffset': -300, 'safeWord': '#######', 'signature': '#######', 'timeZone': 0, 'primaryContacts': [{'name': '#######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}, {'name': '####### #######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}], 'secondaryContacts': [{'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}], 'copsOptIn': False, 'certificateUri': 'https://simplisafe.com/account2/#######/alarm-certificate/#######', 'nestStructureId': '', 'system': {'serial': '#######', 'alarmState': 'OFF', 'alarmStateTimestamp': 1604488700, 'isAlarming': False, 'version': 3, 'capabilities': {'setWifiOverCell': True, 'setDoorbellChimeVolume': True, 'outdoorBattCamera': True}, 'temperature': None, 'exitDelayRemaining': 60, 'cameras': [], 'connType': 'wifi', 'stateUpdated': 1604537481, 'messages': [], 'powerOutage': False, 'lastSuccessfulWifiTS': 1604529147, 'isOffline': False}}, 'pinUnlocked': True, 'billDate': 1607071467, 'billInterval': 2628000, 'pinUnlockedBy': 'pin', 'autoActivation': {'orderId': #######, 'status': 'success', 'lastAttempt': 1604184250, 'userSetPassword': False, 'locationCacheStatus': ['address', 'primaryContacts', 'safeword']}}]}
2020-11-05 01:12:34 DEBUG (MainThread) [simplipy.api] users/#######/subscriptions response: {'subscriptions': [{'uid': #######, 'sid': #######, 'sStatus': 20, 'activated': 1604184267, 'planSku': 'SSEDSM2', 'planName': 'Interactive Monitoring', 'price': 24.99, 'currency': 'USD', 'country': 'US', 'expires': 1607071467, 'canceled': 0, 'extraTime': 0, 'creditCard': {'lastFour': '', 'type': '', 'ppid': '#######', 'uid': #######}, 'time': 2628000, 'paymentProfileId': '#######', 'features': {'monitoring': True, 'alerts': True, 'online': True, 'hazard': True, 'video': True, 'cameras': 10, 'dispatch': True, 'proInstall': False, 'discount': 0, 'vipCS': False, 'medical': True, 'careVisit': False, 'storageDays': 30}, 'status': {'hasBaseStation': True, 'isActive': True, 'monitoring': 'Active'}, 'subscriptionFeatures': {'monitoredSensorsTypes': ['Entry', 'Motion', 'GlassBreak', 'Smoke', 'CO', 'Freeze', 'Water'], 'monitoredPanicConditions': ['Fire', 'Medical', 'Duress'], 'dispatchTypes': ['Police', 'Fire', 'Medical', 'Guard'], 'remoteControl': ['ArmDisarm', 'LockUnlock', 'ViewSettings', 'ConfigureSettings'], 'cameraFeatures': {'liveView': True, 'maxRecordingCameras': 10, 'recordingStorageDays': 30, 'videoVerification': True}, 'support': {'level': 'Basic', 'annualVisit': False, 'professionalInstall': False}, 'cellCommunicationBackup': True, 'alertChannels': ['Push', 'SMS', 'Email'], 'alertTypes': ['Alarm', 'Error', 'Activity', 'Camera'], 'alarmModes': ['Alarm', 'SecretAlert', 'Disabled'], 'supportedIntegrations': ['GoogleAssistant', 'AmazonAlexa', 'AugustLock'], 'timeline': {}, 'isProfessionallyMonitored': True}, 'dispatcher': 'cops', '#######id': 7, 'location': {'sid': #######, 'uid': #######, 'lStatus': 10, 'account': '#######', 'street1': '#######', 'street2': '#######', 'locationName': 'Home', 'city': '#######', 'county': '#######', 'state': '#######', 'zip': '#######', 'country': 'US', 'crossStreet': '', 'notes': '#######.', 'residenceType': 1, 'numAdults': 2, 'numChildren': 1, 'locationOffset': -300, 'safeWord': '#######', 'signature': '#######', 'timeZone': 0, 'primaryContacts': [{'name': '#######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}, {'name': '####### #######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}], 'secondaryContacts': [{'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}], 'copsOptIn': False, 'certificateUri': 'https://simplisafe.com/account2/#######/alarm-certificate/#######', 'nestStructureId': '', 'system': {'serial': '#######', 'alarmState': 'OFF', 'alarmStateTimestamp': 1604488700, 'isAlarming': False, 'version': 3, 'capabilities': {'setWifiOverCell': True, 'setDoorbellChimeVolume': True, 'outdoorBattCamera': True}, 'temperature': None, 'exitDelayRemaining': 60, 'cameras': [], 'connType': 'wifi', 'stateUpdated': 1604537481, 'messages': [], 'powerOutage': False, 'lastSuccessfulWifiTS': 1604529147, 'isOffline': False}}, 'pinUnlocked': True, 'billDate': 1607071467, 'billInterval': 2628000, 'pinUnlockedBy': 'pin', 'autoActivation': {'orderId': #######, 'status': 'success', 'lastAttempt': 1604184250, 'userSetPassword': False, 'locationCacheStatus': ['address', 'primaryContacts', 'safeword']}}]}
2020-11-05 01:12:35 DEBUG (MainThread) [simplipy.api] Data received from /ss3/subscriptions/#######/settings/normal: {'account': '#######', 'settings': {'normal': {'wifiSSID': '#######', 'alarmDuration': 240, 'entryDelayAway2': 30, 'entryDelayAway': 60, 'entryDelayHome2': 30, 'entryDelayHome': 60, 'exitDelayAway2': 60, 'exitDelayAway': 120, 'exitDelayHome2': 0, 'exitDelayHome': 0, 'alarmVolume': 3, 'voicePrompts': 2, 'doorChime': 2, 'light': True, 'lastUpdated': '2020-11-04T00:37:57.131Z', '_id': '5f9883507728c91bd4d269b1'}, 'pins': {'lastUpdated': '2020-11-03T00:15:34.643Z', '_id': '5f9883507728c91bd4d269b2', 'users': [{'_id': '5f9883507728c91bd4d269b6', 'pin': '#######', 'name': '#######'}, {'_id': '5f9883507728c91bd4d269b5', 'pin': '', 'name': ''}, {'_id': '5f9883507728c91bd4d269b4', 'pin': '', 'name': ''}, {'_id': '5f9883507728c91bd4d269b3', 'pin': '', 'name': ''}], 'duress': {'pin': '#######'}, 'master': {'pin': '#######'}}}, 'basestationStatus': {'wifiStatus': 1, 'wifiRssi': -49, 'wallPower': 6452, 'backupBattery': 5732, 'gsmStatus': 3, 'gsmRssi': -63, 'ethernetStatus': 4, 'rfJamming': False, 'lastUpdated': '2020-11-04T22:32:27.036Z', '_id': '5fa1f7e48b98511f8860e0c9', 'encryptionErrors': []}, 'lastUpdated': 1604450277}
2020-11-05 01:12:37 DEBUG (MainThread) [simplipy.api] Data received from /ss3/subscriptions/#######/sensors: {'account': '#######', 'success': True, 'sensors': [{'type': 1, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 1, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 9, 'serial': '#######', 'name': 'Basement', 'deviceGroupID': 0, 'setting': {'alarm': 1}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '00e34242', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '#######', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Laundry W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W3', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL BR2 W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'UL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': True}}, {'type': 5, 'serial': '#######', 'name': 'Den W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '####### W', 'deviceGroupID': 0, 'setting': {'instantTrigger': True, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Kitchen Win', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}], 'lastUpdated': 1604537480, 'lastSynced': 1604537480, 'lastStatusUpdate': 1604537479}
2020-11-05 01:12:37 DEBUG (MainThread) [simplipy.system] Get entities response: [{'type': 1, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 1, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 9, 'serial': '#######', 'name': 'Basement', 'deviceGroupID': 0, 'setting': {'alarm': 1}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '00e34242', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '#######', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Laundry W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W3', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL BR2 W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'UL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': True}}, {'type': 5, 'serial': '#######', 'name': 'Den W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '####### W', 'deviceGroupID': 0, 'setting': {'instantTrigger': True, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Kitchen Win', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}]
2020-11-05 01:12:37 INFO (MainThread) [simplipy.websocket] Watchdog triggered – sleeping for 900 seconds
2020-11-05 01:12:37 INFO (MainThread) [homeassistant.components.simplisafe] Connected to websocket
2020-11-05 01:12:37 DEBUG (MainThread) [simplipy.api] Data received from /subscriptions/#######/events: {'numEvents': 1, 'lastEventTimestamp': 1604529932, 'events': [{'eventId': 12104909200, 'eventTimestamp': 1604529932, 'eventCid': 1409, 'zoneCid': '0', 'sensorType': 5, 'sensorSerial': '#######', 'account': '#######', 'userId': #######, 'sid': #######, 'info': 'Secret Alert: Entry Sensor LL Door Opened', 'pinName': '', 'sensorName': 'LL Door', 'messageSubject': 'SimpliSafe Secret Alert', 'messageBody': 'Secret Alert: Just a heads-up that Entry Sensor LL Door was opened at Home on 11-4-20 at 5:45 pm', 'eventType': 'activityEnotify', 'timezone': 0, 'locationOffset': -300, 'videoStartedBy': '', 'video': {}}]}
2020-11-05 01:12:37 DEBUG (MainThread) [simplipy.system] Events response: {'numEvents': 1, 'lastEventTimestamp': 1604529932, 'events': [{'eventId': 12104909200, 'eventTimestamp': 1604529932, 'eventCid': 1409, 'zoneCid': '0', 'sensorType': 5, 'sensorSerial': '#######', 'account': '#######', 'userId': #######, 'sid': #######, 'info': 'Secret Alert: Entry Sensor LL Door Opened', 'pinName': '', 'sensorName': 'LL Door', 'messageSubject': 'SimpliSafe Secret Alert', 'messageBody': 'Secret Alert: Just a heads-up that Entry Sensor LL Door was opened at Home on 11-4-20 at 5:45 pm', 'eventType': 'activityEnotify', 'timezone': 0, 'locationOffset': -300, 'videoStartedBy': '', 'video': {}}]}
2020-11-05 01:12:40 DEBUG (MainThread) [simplipy.api] Data received from /users/#######/subscriptions: {'subscriptions': [{'uid': #######, 'sid': #######, 'sStatus': 20, 'activated': 1604184267, 'planSku': 'SSEDSM2', 'planName': 'Interactive Monitoring', 'price': 24.99, 'currency': 'USD', 'country': 'US', 'expires': 1607071467, 'canceled': 0, 'extraTime': 0, 'creditCard': {'lastFour': '', 'type': '', 'ppid': '#######', 'uid': #######}, 'time': 2628000, 'paymentProfileId': '#######', 'features': {'monitoring': True, 'alerts': True, 'online': True, 'hazard': True, 'video': True, 'cameras': 10, 'dispatch': True, 'proInstall': False, 'discount': 0, 'vipCS': False, 'medical': True, 'careVisit': False, 'storageDays': 30}, 'status': {'hasBaseStation': True, 'isActive': True, 'monitoring': 'Active'}, 'subscriptionFeatures': {'monitoredSensorsTypes': ['Entry', 'Motion', 'GlassBreak', 'Smoke', 'CO', 'Freeze', 'Water'], 'monitoredPanicConditions': ['Fire', 'Medical', 'Duress'], 'dispatchTypes': ['Police', 'Fire', 'Medical', 'Guard'], 'remoteControl': ['ArmDisarm', 'LockUnlock', 'ViewSettings', 'ConfigureSettings'], 'cameraFeatures': {'liveView': True, 'maxRecordingCameras': 10, 'recordingStorageDays': 30, 'videoVerification': True}, 'support': {'level': 'Basic', 'annualVisit': False, 'professionalInstall': False}, 'cellCommunicationBackup': True, 'alertChannels': ['Push', 'SMS', 'Email'], 'alertTypes': ['Alarm', 'Error', 'Activity', 'Camera'], 'alarmModes': ['Alarm', 'SecretAlert', 'Disabled'], 'supportedIntegrations': ['GoogleAssistant', 'AmazonAlexa', 'AugustLock'], 'timeline': {}, 'isProfessionallyMonitored': True}, 'dispatcher': 'cops', '#######id': 7, 'location': {'sid': #######, 'uid': #######, 'lStatus': 10, 'account': '#######', 'street1': '#######', 'street2': '#######', 'locationName': 'Home', 'city': '#######', 'county': '#######', 'state': '#######', 'zip': '#######', 'country': 'US', 'crossStreet': '', 'notes': '#######.', 'residenceType': 1, 'numAdults': 2, 'numChildren': 1, 'locationOffset': -300, 'safeWord': '#######', 'signature': '#######', 'timeZone': 0, 'primaryContacts': [{'name': '#######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}, {'name': '####### #######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}], 'secondaryContacts': [{'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}], 'copsOptIn': False, 'certificateUri': 'https://simplisafe.com/account2/#######/alarm-certificate/#######', 'nestStructureId': '', 'system': {'serial': '#######', 'alarmState': 'OFF', 'alarmStateTimestamp': 1604488700, 'isAlarming': False, 'version': 3, 'capabilities': {'setWifiOverCell': True, 'setDoorbellChimeVolume': True, 'outdoorBattCamera': True}, 'temperature': None, 'exitDelayRemaining': 60, 'cameras': [], 'connType': 'wifi', 'stateUpdated': 1604537481, 'messages': [], 'powerOutage': False, 'lastSuccessfulWifiTS': 1604529147, 'isOffline': False}}, 'pinUnlocked': True, 'billDate': 1607071467, 'billInterval': 2628000, 'pinUnlockedBy': 'pin', 'autoActivation': {'orderId': #######, 'status': 'success', 'lastAttempt': 1604184250, 'userSetPassword': False, 'locationCacheStatus': ['address', 'primaryContacts', 'safeword']}}]}
2020-11-05 01:12:40 DEBUG (MainThread) [simplipy.api] users/#######/subscriptions response: {'subscriptions': [{'uid': #######, 'sid': #######, 'sStatus': 20, 'activated': 1604184267, 'planSku': 'SSEDSM2', 'planName': 'Interactive Monitoring', 'price': 24.99, 'currency': 'USD', 'country': 'US', 'expires': 1607071467, 'canceled': 0, 'extraTime': 0, 'creditCard': {'lastFour': '', 'type': '', 'ppid': '#######', 'uid': #######}, 'time': 2628000, 'paymentProfileId': '#######', 'features': {'monitoring': True, 'alerts': True, 'online': True, 'hazard': True, 'video': True, 'cameras': 10, 'dispatch': True, 'proInstall': False, 'discount': 0, 'vipCS': False, 'medical': True, 'careVisit': False, 'storageDays': 30}, 'status': {'hasBaseStation': True, 'isActive': True, 'monitoring': 'Active'}, 'subscriptionFeatures': {'monitoredSensorsTypes': ['Entry', 'Motion', 'GlassBreak', 'Smoke', 'CO', 'Freeze', 'Water'], 'monitoredPanicConditions': ['Fire', 'Medical', 'Duress'], 'dispatchTypes': ['Police', 'Fire', 'Medical', 'Guard'], 'remoteControl': ['ArmDisarm', 'LockUnlock', 'ViewSettings', 'ConfigureSettings'], 'cameraFeatures': {'liveView': True, 'maxRecordingCameras': 10, 'recordingStorageDays': 30, 'videoVerification': True}, 'support': {'level': 'Basic', 'annualVisit': False, 'professionalInstall': False}, 'cellCommunicationBackup': True, 'alertChannels': ['Push', 'SMS', 'Email'], 'alertTypes': ['Alarm', 'Error', 'Activity', 'Camera'], 'alarmModes': ['Alarm', 'SecretAlert', 'Disabled'], 'supportedIntegrations': ['GoogleAssistant', 'AmazonAlexa', 'AugustLock'], 'timeline': {}, 'isProfessionallyMonitored': True}, 'dispatcher': 'cops', '#######id': 7, 'location': {'sid': #######, 'uid': #######, 'lStatus': 10, 'account': '#######', 'street1': '#######', 'street2': '#######', 'locationName': 'Home', 'city': '#######', 'county': '#######', 'state': '#######', 'zip': '#######', 'country': 'US', 'crossStreet': '', 'notes': '#######.', 'residenceType': 1, 'numAdults': 2, 'numChildren': 1, 'locationOffset': -300, 'safeWord': '#######', 'signature': '#######', 'timeZone': 0, 'primaryContacts': [{'name': '#######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}, {'name': '####### #######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}], 'secondaryContacts': [{'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}], 'copsOptIn': False, 'certificateUri': 'https://simplisafe.com/account2/#######/alarm-certificate/#######', 'nestStructureId': '', 'system': {'serial': '#######', 'alarmState': 'OFF', 'alarmStateTimestamp': 1604488700, 'isAlarming': False, 'version': 3, 'capabilities': {'setWifiOverCell': True, 'setDoorbellChimeVolume': True, 'outdoorBattCamera': True}, 'temperature': None, 'exitDelayRemaining': 60, 'cameras': [], 'connType': 'wifi', 'stateUpdated': 1604537481, 'messages': [], 'powerOutage': False, 'lastSuccessfulWifiTS': 1604529147, 'isOffline': False}}, 'pinUnlocked': True, 'billDate': 1607071467, 'billInterval': 2628000, 'pinUnlockedBy': 'pin', 'autoActivation': {'orderId': #######, 'status': 'success', 'lastAttempt': 1604184250, 'userSetPassword': False, 'locationCacheStatus': ['address', 'primaryContacts', 'safeword']}}]}2020-11-05 01:12:40 DEBUG (MainThread) [simplipy.api] Data received from /ss3/subscriptions/#######/settings/normal: {'account': '#######', 'settings': {'normal': {'wifiSSID': '#######', 'alarmDuration': 240, 'entryDelayAway2': 30, 'entryDelayAway': 60, 'entryDelayHome2': 30, 'entryDelayHome': 60, 'exitDelayAway2': 60, 'exitDelayAway': 120, 'exitDelayHome2': 0, 'exitDelayHome': 0, 'alarmVolume': 3, 'voicePrompts': 2, 'doorChime': 2, 'light': True, 'lastUpdated': '2020-11-04T00:37:57.131Z', '_id': '5f9883507728c91bd4d269b1'}, 'pins': {'lastUpdated': '2020-11-03T00:15:34.643Z', '_id': '5f9883507728c91bd4d269b2', 'users': [{'_id': '5f9883507728c91bd4d269b6', 'pin': '#######', 'name': '#######'}, {'_id': '5f9883507728c91bd4d269b5', 'pin': '', 'name': ''}, {'_id': '5f9883507728c91bd4d269b4', 'pin': '', 'name': ''}, {'_id': '5f9883507728c91bd4d269b3', 'pin': '', 'name': ''}], 'duress': {'pin': '#######'}, 'master': {'pin': '#######'}}}, 'basestationStatus': {'wifiStatus': 1, 'wifiRssi': -49, 'wallPower': 6452, 'backupBattery': 5732, 'gsmStatus': 3, 'gsmRssi': -63, 'ethernetStatus': 4, 'rfJamming': False, 'lastUpdated': '2020-11-04T22:32:27.036Z', '_id': '5fa1f7e48b98511f8860e0c9', 'encryptionErrors': []}, 'lastUpdated': 1604450277}
2020-11-05 01:12:40 DEBUG (MainThread) [simplipy.api] Data received from /ss3/subscriptions/#######/sensors: {'account': '#######', 'success': True, 'sensors': [{'type': 1, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 1, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 9, 'serial': '#######', 'name': 'Basement', 'deviceGroupID': 0, 'setting': {'alarm': 1}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '00e34242', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '#######', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Laundry W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W3', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL BR2 W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'UL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': True}}, {'type': 5, 'serial': '#######', 'name': 'Den W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '####### W', 'deviceGroupID': 0, 'setting': {'instantTrigger': True, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Kitchen Win', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}], 'lastUpdated': 1604537480, 'lastSynced': 1604537480, 'lastStatusUpdate': 1604537479}
2020-11-05 01:12:40 DEBUG (MainThread) [simplipy.system] Get entities response: [{'type': 1, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 1, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 9, 'serial': '#######', 'name': 'Basement', 'deviceGroupID': 0, 'setting': {'alarm': 1}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '00e34242', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '#######', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Laundry W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W3', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL BR2 W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'UL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': True}}, {'type': 5, 'serial': '#######', 'name': 'Den W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '####### W', 'deviceGroupID': 0, 'setting': {'instantTrigger': True, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Kitchen Win', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}]
2020-11-05 01:12:40 DEBUG (MainThread) [homeassistant.components.simplisafe] Updated REST API data for "######"
2020-11-05 01:12:40 INFO (MainThread) [homeassistant.components.lock] Setting up lock.simplisafe
2020-11-05 01:12:40 INFO (MainThread) [homeassistant.setup] Setting up alarm_control_panel
2020-11-05 01:12:40 INFO (MainThread) [homeassistant.setup] Setup of domain alarm_control_panel took 0.0 seconds
2020-11-05 01:12:40 INFO (MainThread) [homeassistant.components.alarm_control_panel] Setting up alarm_control_panel.simplisafe
2020-11-05 01:13:07 DEBUG (MainThread) [simplipy.api] Data received from /ss3/subscriptions/#######/settings/normal: {'account': '#######', 'settings': {'normal': {'wifiSSID': '#######', 'alarmDuration': 240, 'entryDelayAway2': 30, 'entryDelayAway': 60, 'entryDelayHome2': 30, 'entryDelayHome': 60, 'exitDelayAway2': 60, 'exitDelayAway': 120, 'exitDelayHome2': 0, 'exitDelayHome': 0, 'alarmVolume': 3, 'voicePrompts': 2, 'doorChime': 2, 'light': True, 'lastUpdated': '2020-11-04T00:37:57.131Z', '_id': '5f9883507728c91bd4d269b1'}, 'pins': {'lastUpdated': '2020-11-03T00:15:34.643Z', '_id': '5f9883507728c91bd4d269b2', 'users': [{'_id': '5f9883507728c91bd4d269b6', 'pin': '#######', 'name': '#######'}, {'_id': '5f9883507728c91bd4d269b5', 'pin': '', 'name': ''}, {'_id': '5f9883507728c91bd4d269b4', 'pin': '', 'name': ''}, {'_id': '5f9883507728c91bd4d269b3', 'pin': '', 'name': ''}], 'duress': {'pin': '#######'}, 'master': {'pin': '#######'}}}, 'basestationStatus': {'wifiStatus': 1, 'wifiRssi': -49, 'wallPower': 6452, 'backupBattery': 5732, 'gsmStatus': 3, 'gsmRssi': -63, 'ethernetStatus': 4, 'rfJamming': False, 'lastUpdated': '2020-11-04T22:32:27.036Z', '_id': '5fa1f7e48b98511f8860e0c9', 'encryptionErrors': []}, 'lastUpdated': 1604450277}
2020-11-05 01:13:08 DEBUG (MainThread) [simplipy.api] Data received from /users/#######/subscriptions: {'subscriptions': [{'uid': #######, 'sid': #######, 'sStatus': 20, 'activated': 1604184267, 'planSku': 'SSEDSM2', 'planName': 'Interactive Monitoring', 'price': 24.99, 'currency': 'USD', 'country': 'US', 'expires': 1607071467, 'canceled': 0, 'extraTime': 0, 'creditCard': {'lastFour': '', 'type': '', 'ppid': '#######', 'uid': #######}, 'time': 2628000, 'paymentProfileId': '#######', 'features': {'monitoring': True, 'alerts': True, 'online': True, 'hazard': True, 'video': True, 'cameras': 10, 'dispatch': True, 'proInstall': False, 'discount': 0, 'vipCS': False, 'medical': True, 'careVisit': False, 'storageDays': 30}, 'status': {'hasBaseStation': True, 'isActive': True, 'monitoring': 'Active'}, 'subscriptionFeatures': {'monitoredSensorsTypes': ['Entry', 'Motion', 'GlassBreak', 'Smoke', 'CO', 'Freeze', 'Water'], 'monitoredPanicConditions': ['Fire', 'Medical', 'Duress'], 'dispatchTypes': ['Police', 'Fire', 'Medical', 'Guard'], 'remoteControl': ['ArmDisarm', 'LockUnlock', 'ViewSettings', 'ConfigureSettings'], 'cameraFeatures': {'liveView': True, 'maxRecordingCameras': 10, 'recordingStorageDays': 30, 'videoVerification': True}, 'support': {'level': 'Basic', 'annualVisit': False, 'professionalInstall': False}, 'cellCommunicationBackup': True, 'alertChannels': ['Push', 'SMS', 'Email'], 'alertTypes': ['Alarm', 'Error', 'Activity', 'Camera'], 'alarmModes': ['Alarm', 'SecretAlert', 'Disabled'], 'supportedIntegrations': ['GoogleAssistant', 'AmazonAlexa', 'AugustLock'], 'timeline': {}, 'isProfessionallyMonitored': True}, 'dispatcher': 'cops', '#######id': 7, 'location': {'sid': #######, 'uid': #######, 'lStatus': 10, 'account': '#######', 'street1': '#######', 'street2': '#######', 'locationName': 'Home', 'city': '#######', 'county': '#######', 'state': '#######', 'zip': '#######', 'country': 'US', 'crossStreet': '', 'notes': '#######.', 'residenceType': 1, 'numAdults': 2, 'numChildren': 1, 'locationOffset': -300, 'safeWord': '#######', 'signature': '#######', 'timeZone': 0, 'primaryContacts': [{'name': '#######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}, {'name': '####### #######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}], 'secondaryContacts': [{'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}], 'copsOptIn': False, 'certificateUri': 'https://simplisafe.com/account2/#######/alarm-certificate/#######', 'nestStructureId': '', 'system': {'serial': '#######', 'alarmState': 'OFF', 'alarmStateTimestamp': 1604488700, 'isAlarming': False, 'version': 3, 'capabilities': {'setWifiOverCell': True, 'setDoorbellChimeVolume': True, 'outdoorBattCamera': True}, 'temperature': None, 'exitDelayRemaining': 60, 'cameras': [], 'connType': 'wifi', 'stateUpdated': 1604537481, 'messages': [], 'powerOutage': False, 'lastSuccessfulWifiTS': 1604529147, 'isOffline': False}}, 'pinUnlocked': True, 'billDate': 1607071467, 'billInterval': 2628000, 'pinUnlockedBy': 'pin', 'autoActivation': {'orderId': #######, 'status': 'success', 'lastAttempt': 1604184250, 'userSetPassword': False, 'locationCacheStatus': ['address', 'primaryContacts', 'safeword']}}]}
2020-11-05 01:13:08 DEBUG (MainThread) [simplipy.api] users/#######/subscriptions response: {'subscriptions': [{'uid': #######, 'sid': #######, 'sStatus': 20, 'activated': 1604184267, 'planSku': 'SSEDSM2', 'planName': 'Interactive Monitoring', 'price': 24.99, 'currency': 'USD', 'country': 'US', 'expires': 1607071467, 'canceled': 0, 'extraTime': 0, 'creditCard': {'lastFour': '', 'type': '', 'ppid': '#######', 'uid': #######}, 'time': 2628000, 'paymentProfileId': '#######', 'features': {'monitoring': True, 'alerts': True, 'online': True, 'hazard': True, 'video': True, 'cameras': 10, 'dispatch': True, 'proInstall': False, 'discount': 0, 'vipCS': False, 'medical': True, 'careVisit': False, 'storageDays': 30}, 'status': {'hasBaseStation': True, 'isActive': True, 'monitoring': 'Active'}, 'subscriptionFeatures': {'monitoredSensorsTypes': ['Entry', 'Motion', 'GlassBreak', 'Smoke', 'CO', 'Freeze', 'Water'], 'monitoredPanicConditions': ['Fire', 'Medical', 'Duress'], 'dispatchTypes': ['Police', 'Fire', 'Medical', 'Guard'], 'remoteControl': ['ArmDisarm', 'LockUnlock', 'ViewSettings', 'ConfigureSettings'], 'cameraFeatures': {'liveView': True, 'maxRecordingCameras': 10, 'recordingStorageDays': 30, 'videoVerification': True}, 'support': {'level': 'Basic', 'annualVisit': False, 'professionalInstall': False}, 'cellCommunicationBackup': True, 'alertChannels': ['Push', 'SMS', 'Email'], 'alertTypes': ['Alarm', 'Error', 'Activity', 'Camera'], 'alarmModes': ['Alarm', 'SecretAlert', 'Disabled'], 'supportedIntegrations': ['GoogleAssistant', 'AmazonAlexa', 'AugustLock'], 'timeline': {}, 'isProfessionallyMonitored': True}, 'dispatcher': 'cops', '#######id': 7, 'location': {'sid': #######, 'uid': #######, 'lStatus': 10, 'account': '#######', 'street1': '#######', 'street2': '#######', 'locationName': 'Home', 'city': '#######', 'county': '#######', 'state': '#######', 'zip': '#######', 'country': 'US', 'crossStreet': '', 'notes': '#######.', 'residenceType': 1, 'numAdults': 2, 'numChildren': 1, 'locationOffset': -300, 'safeWord': '#######', 'signature': '#######', 'timeZone': 0, 'primaryContacts': [{'name': '#######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}, {'name': '####### #######', 'firstName': '#######', 'lastName': '#######', 'phone': '#######'}], 'secondaryContacts': [{'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}, {'name': '', 'phone': ''}], 'copsOptIn': False, 'certificateUri': 'https://simplisafe.com/account2/#######/alarm-certificate/#######', 'nestStructureId': '', 'system': {'serial': '#######', 'alarmState': 'OFF', 'alarmStateTimestamp': 1604488700, 'isAlarming': False, 'version': 3, 'capabilities': {'setWifiOverCell': True, 'setDoorbellChimeVolume': True, 'outdoorBattCamera': True}, 'temperature': None, 'exitDelayRemaining': 60, 'cameras': [], 'connType': 'wifi', 'stateUpdated': 1604537481, 'messages': [], 'powerOutage': False, 'lastSuccessfulWifiTS': 1604529147, 'isOffline': False}}, 'pinUnlocked': True, 'billDate': 1607071467, 'billInterval': 2628000, 'pinUnlockedBy': 'pin', 'autoActivation': {'orderId': #######, 'status': 'success', 'lastAttempt': 1604184250, 'userSetPassword': False, 'locationCacheStatus': ['address', 'primaryContacts', 'safeword']}}]}
2020-11-05 01:13:08 DEBUG (MainThread) [simplipy.api] Data received from /ss3/subscriptions/#######/sensors: {'account': '#######', 'success': True, 'sensors': [{'type': 1, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 1, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 9, 'serial': '#######', 'name': 'Basement', 'deviceGroupID': 0, 'setting': {'alarm': 1}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '00e34242', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '#######', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Laundry W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W3', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL BR2 W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'UL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': True}}, {'type': 5, 'serial': '#######', 'name': 'Den W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '####### W', 'deviceGroupID': 0, 'setting': {'instantTrigger': True, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Kitchen Win', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}], 'lastUpdated': 1604537480, 'lastSynced': 1604537480, 'lastStatusUpdate': 1604537479}
2020-11-05 01:13:08 DEBUG (MainThread) [simplipy.system] Get entities response: [{'type': 1, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 1, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'lowPowerMode': False, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 7, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'endOfLife': False, 'lowSensitivity': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Upstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 8, 'serial': '#######', 'name': 'Downstairs', 'deviceGroupID': 0, 'setting': {}, 'status': {'test': False, 'tamper': False, 'malfunction': False, 'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 9, 'serial': '#######', 'name': 'Basement', 'deviceGroupID': 0, 'setting': {'alarm': 1}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '00e34242', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 2, 'serial': '#######', 'name': '#######', 'deviceGroupID': 0, 'setting': {'disarmEnabled': True, 'alarm': 1}, 'status': {}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Laundry W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Den W3', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL BR2 W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'UL Bath W', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': True}}, {'type': 5, 'serial': '#######', 'name': 'Den W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Bedroom W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Closet W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Living W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W2', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Dining W1', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': '####### W', 'deviceGroupID': 0, 'setting': {'instantTrigger': True, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Front Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'Kitchen Win', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 0, 'off': 0}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}, {'type': 5, 'serial': '#######', 'name': 'LL Door', 'deviceGroupID': 0, 'setting': {'instantTrigger': False, 'away2': 1, 'away': 1, 'home2': 1, 'home': 1, 'off': 2}, 'status': {'triggered': False}, 'flags': {'swingerShutdown': False, 'lowBattery': False, 'offline': False}}]
2020-11-05 01:13:08 DEBUG (MainThread) [homeassistant.components.simplisafe] Updated REST API data for "#######"
@ensjens Your integration is correctly calling the /ss3/subscriptions/#######/sensors
endpoint, but I just realized something: you're reporting a version of 0.116.4, but sensor functionality for SimpliSafe was released in 0.117.0. Can you upgrade to 0.117.4 and try again? If that fixes your problem, great; if not, I can reopen this issue.
Hi Aaron, I am confused. I saw the motion sensor code fixed in the repository. How do I get a version to test/ Can I load it as a custom component? Larry Sloman
On Wed, Nov 4, 2020 at 12:03 PM Aaron Bach notifications@github.com wrote:
@slomanl1 https://github.com/slomanl1 and @tobycth3 https://github.com/tobycth3, FYI, #42845 https://github.com/home-assistant/core/pull/42845 will fix your issue of missing specific types.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/42814#issuecomment-721916098, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFGQS56SP7HENYHPVGQ7ZDSOGQPLANCNFSM4TJOKONA .
@slomanl1 You have a couple of options:
dev
beach and use it as a custom component.Aaron, Thank you I installed it as a custom component as you suggested and it works perfectly. Larry
On Wed, Nov 4, 2020 at 9:39 PM Aaron Bach notifications@github.com wrote:
@slomanl1 https://github.com/slomanl1 You have a couple of options:
- Downloaded the latest SimpliSafe code in the dev beach and use it as a custom component.
- If a 0.117.5 is released, us that version.
- If no additional patch is released, the 0.118 beta will have it.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/home-assistant/core/issues/42814#issuecomment-722136694, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADFGQS3Q7HZ6TLVMBZ33PJTSOIT6ZANCNFSM4TJOKONA .
Thank you, I didn't realize this was such a recent addition. Seems to be working now
The problem
I have a simplisafe v3 system Added simplisafe integration and only one entity was created (the Alarm Control Panel). I do not see any of my entry sensors.
Environment
Problem-relevant
configuration.yaml
N/A Configured via UI
Traceback/Error logs
no error messages in log
Additional information