mrjackyliang / homebridge-adt-pulse

Homebridge security system platform for ADT Pulse
Apache License 2.0
35 stars 7 forks source link

Plugin fails to add all accessories #121

Closed dbavatar closed 7 months ago

dbavatar commented 7 months ago

Describe the bug:

plugin fails with unknown error after enumerating second accessory.

Steps to reproduce the bug:

  1. Just logged in with a new install.

Expected behavior:

Should continue enumerating all accessories and not get "unknown error"

The Apple device you are using:

Various

Homebridge information:

[12/11/2023, 4:55:35 PM] [ADT Pulse] running on linux (x64)
[12/11/2023, 4:55:35 PM] [ADT Pulse] homebridge-adt-pulse v2.2.0
[12/11/2023, 4:55:35 PM] [ADT Pulse] node v20.10.0
[12/11/2023, 4:55:35 PM] [ADT Pulse] homebridge v1.7.0

Logs related to this bug:

ADT Pulse: Logging in...
ADT Pulse: Response path -> /myhome/27.0.0-140/access/signin.jsp
ADT Pulse: Response path matches -> true
ADT Pulse: Web portal version -> 27.0.0-140
ADT Pulse: Response path -> /myhome/27.0.0-140/summary/summary.jsp
ADT Pulse: Response path matches -> true
ADT Pulse: Site ID -> 150410yb514330
ADT Pulse: Login success.
[12/11/2023, 5:07:05 PM] [ADT Pulse] Web Portal version 27.0.0-140 detected. Test plugin to ensure system compatibility...
ADT Pulse: Performing portal sync...
ADT Pulse: Response path -> /myhome/27.0.0-140/Ajax/SyncCheckServ?t=1702332425470
ADT Pulse: Response path matches -> true
ADT Pulse: Portal sync success.
ADT Pulse: Getting device status...
ADT Pulse: Response path -> /myhome/27.0.0-140/ajax/orb.jsp
ADT Pulse: Response path matches -> true
ADT Pulse: Get device status success.
ADT Pulse: Getting device information...
ADT Pulse: Response path -> /myhome/27.0.0-140/system/device.jsp?id=1
ADT Pulse: Response path matches -> true
ADT Pulse: Get device information success.
[12/11/2023, 5:07:06 PM] [ADT Pulse] Preparing to add device (system-1) accessory...
[12/11/2023, 5:07:06 PM] [ADT Pulse] Adding accessory... Security Panel (system-1)
ADT Pulse: Getting zone status...
ADT Pulse: Response path -> /myhome/27.0.0-140/ajax/orb.jsp
ADT Pulse: Response path matches -> true
ADT Pulse: Get zone status success.
[12/11/2023, 5:07:06 PM] [ADT Pulse] Preparing to add zone (sensor-0) accessory...
[12/11/2023, 5:07:06 PM] [ADT Pulse] Adding accessory... 1 FRONT DOOR (sensor-0)
[12/11/2023, 5:07:06 PM] [ADT Pulse] An unknown error occurred.

[12/11/2023, 5:07:09 PM] [ADT Pulse] An unknown error occurred.
mrjackyliang commented 7 months ago

Hi, working on a new version. Please follow #98. Closing this ticket.

github-actions[bot] commented 5 months ago

This issue is now locked and considered resolved due to inactivity.