jubepue/homebridge-petkit-platform

Plugin doesn’t work

Closed this issue · 8 comments

Hi there,

the plugin doesn’t work:

20/2/2023, 22:18:35Petkit Platform BridgeLoaded plugin 'homebridge-petkit-platform' 20/2/2023, 22:18:35Petkit Platform BridgeLoading 1 platforms... 20/2/2023, 22:18:35Petkit Platform BridgeWARNINGunhandled rejection: TypeError: Cannot read properties of undefined (reading 'debug') 20/2/2023, 22:19:15Petkit Platform BridgeRegistering platform 'homebridge-petkit-platform.PetkitPlatform' 20/2/2023, 22:19:15W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://dl.yarnpkg.com/debian stable InRelease: The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx> 20/2/2023, 22:19:15W: Failed to fetch https://dl.yarnpkg.com/debian/dists/stable/InRelease The following signatures were invalid: EXPKEYSIG 23E7166788B63E1E Yarn Packaging <yarn@dan.cx> 20/2/2023, 22:19:15W: Some index files failed to download. They have been ignored, or old ones used instead. 20/2/2023, 22:20:40Petkit Platform BridgeConfiguration change 20/2/2023, 22:20:40petkitplatformbridge stopping

Can you please specify manual configuration?
I can’t find country code and/or any other parameter.

Thanks

Hi, I'm on it. For the moment, while I create the manual, you can put debug: true or false and the country code (Spain is 34, Germany 49) matches the telephone country code. jubepue

Well, it still doesn't work at all:

2/2/2023, 11:35:14Petkit Platform Bridge starting
22/2/2023, 11:35:25Petkit Platform BridgeLoaded plugin 'homebridge-petkit-platform'
22/2/2023, 11:35:25Petkit Platform BridgeLoading 1 platforms...
22/2/2023, 11:35:25Petkit Platform BridgePetkitPlatformThe config configuration is incorrect, disabling plugin.
22/2/2023, 11:35:25Petkit Platform BridgeBridge is running on port 51836.

This is my config:

{
"platform": "PetkitPlatform",
"name": "PetkitPlatform",
"options": {
"lang": "en",
"countryCode": 39,
"username": "xxxxxxx",
"password": "xxxxxxx",
"debug": false
}
}

Hi,
You must to put “,”

   {
        "options": {
            "username": "xxxxx",
            "password": "xxxxx",
            "lang": "en",
            "countryCode": 39,
            "debug": false
        },
        "name": "PetkitPlatform",
        "platform": "PetkitPlatform"
    },

Your plugin did all the work:

0BED8B2B-9FFB-4534-9E12-948E11221C2B

So I assume it makes a bugged configuration. Please, explain. Thanks.

This is the Bridge configuration:

DF8BC058-814C-46D3-8379-D5ECA78C6F7E

Hi,
Please, delete plugin and ita config and reinstall it

Having the same issue.
configuration is incorrect by default.

Hi,
The last release is ok!
Close.