mrjackyliang / homebridge-adt-pulse

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

[Bug]: Hoobs #133

Closed tarunprakashsingh closed 5 months ago

tarunprakashsingh commented 5 months ago

Pre-check confirmation

Your email address

tarunprakashsingh@gmail.com

Tell us exactly what happened

current hoobs JSON format. { "resetAll": false, "username": "abc@gmail.com", "removeObsoleteZones": true, "platform": "ADTPulse", "name": "ADT Pulse", "password": "xxxxxxx", "fingerprint": "xxxxxxxxxxxx", "logLevel": "10", "logActivity": true, "country": "us" }

what do i need to update this to? for me to get this working hoobs with latest version.

Plugin version

3.1.1

Homebridge version

1.7.0

Node.js® version

16.20.2

Log output of the "test-api" command

current hoobs JSON format.
{
            "resetAll": false,
            "username": "abc@gmail.com",
            "removeObsoleteZones": true,
            "platform": "ADTPulse",
            "name": "ADT Pulse",
            "password": "xxxxxxx",
            "fingerprint": "xxxxxxxxxxxx",
            "logLevel": "10",
            "logActivity": true,
            "country": "us"
        }

More logs relevant to this bug

what is the new format that i can update. so i can get this working.

Legal Agreements

mrjackyliang commented 5 months ago

Please read the readme file. Should get you up and running again.

tarunprakashsingh commented 5 months ago

added this and removed old json:

{ "platform": "ADTPulse", "name": "ADT Pulse", "subdomain": "portal", "username": "abc@gmail.com", "password": "abc123", "fingerprint": "xxxxx", "mode": "normal", "speed": 1, "sensors": [ null ] }

i am getting this error.....

1/30/2024, 12:13:27 PMHOOBSADT PulseERRORPlugin is unable to initialize due to an invalid platform configuration. 1/30/2024, 12:13:27 PMHOOBSADT PulseWARNINGIf you just upgraded from v2 to v3 / v3.1, please update your configuration structure. 1/30/2024, 12:13:27 PMHOOBSERROR[ 1/30/2024, 12:13:27 PMHOOBSERROR{ 1/30/2024, 12:13:27 PMHOOBSERROR"code": "invalid_type", 1/30/2024, 12:13:27 PMHOOBSERROR"expected": "array", 1/30/2024, 12:13:27 PMHOOBSERROR"received": "undefined", 1/30/2024, 12:13:27 PMHOOBSERROR"path": [ 1/30/2024, 12:13:27 PMHOOBSERROR"options" 1/30/2024, 12:13:27 PMHOOBSERROR], 1/30/2024, 12:13:27 PMHOOBSERROR"message": "Required" 1/30/2024, 12:13:27 PMHOOBSERROR}, 1/30/2024, 12:13:27 PMHOOBSERROR{ 1/30/2024, 12:13:27 PMHOOBSERROR"code": "invalid_type", 1/30/2024, 12:13:27 PMHOOBSERROR"expected": "object", 1/30/2024, 12:13:27 PMHOOBSERROR"received": "undefined", 1/30/2024, 12:13:27 PMHOOBSERROR"path": [ 1/30/2024, 12:13:27 PMHOOBSERROR"sensors", 1/30/2024, 12:13:27 PMHOOBSERROR0 1/30/2024, 12:13:27 PMHOOBSERROR], 1/30/2024, 12:13:27 PMHOOBSERROR"message": "Required" 1/30/2024, 12:13:27 PMHOOBSERROR} 1/30/2024, 12:13:27 PMHOOBSERROR] 1/30/2024, 12:13:27 PMHOOBSADT PulseConfiguring cached accessory for undefined (id: system-1, uuid: undefined) ... 1/30/2024, 12:13:27 PMHOOBSADT PulseConfiguring cached accessory for undefined (id: sensor-0, uuid: undefined) ...

github-actions[bot] commented 4 months ago

Due to inactivity, this issue will be locked and marked as resolved. If you have any further questions or inquiries, please feel free to open a new issue.