homebridge-plugins / homebridge-flume

Homebridge plugin to integrate Flume devices into HomeKit.
MIT License
8 stars 2 forks source link

Consistent warning in logs #27

Closed RadDip closed 1 year ago

RadDip commented 1 year ago

What issue do you have? Please be as thorough and explicit as possible.

MFlume BridgeFlumeWARNING[Flume] could not be refreshed as Request failed with status code 429.

Details of your setup.

Please paste any relevant logs below.

[HTTP getDeviceInfo()] {"success":true,"code":602,"message":"Request OK","http_code":200,"http_message":"OK","detailed":null,"data":[{"id":"6744446800208432261","type":2,"location_id":70156,"user_id":56164,"bridge_id":"6741896010570553179","oriented":true,"last_seen":"2022-10-16T12:16:08.000Z","connected":true,"battery_level":"high","product":"flume2"}],"count":1,"pagination":null}.
10/16/2022, 8:25:09 AMFlume BridgeFlume[HTTP getDeviceInfo()] {"success":true,"code":602,"message":"Request OK","http_code":200,"http_message":"OK","detailed":null,"data":[{"id":"6744446800208432261","type":2,"location_id":70156,"user_id":56164,"bridge_id":"6741896010570553179","oriented":true,"last_seen":"2022-10-16T12:16:08.000Z","connected":true,"battery_level":"high","product":"flume2"}],"count":1,"pagination":null}.
10/16/2022, 8:25:09 AMFlume BridgeFlume[HTTP getLeakInfo()] {"success":true,"code":602,"message":"Request OK","http_code":200,"http_message":"OK","detailed":null,"data":[{"active":false}],"count":1,"pagination":null}.
10/16/2022, 8:25:09 AMFlume BridgeFlume[HTTP getLeakInfo()] {"success":true,"code":602,"message":"Request OK","http_code":200,"http_message":"OK","detailed":null,"data":[{"active":false}],"count":1,"pagination":null}.
bwp91 commented 1 year ago

Hi @RadDip

Have you changed the refresh interval in the config at all?

bwp91 commented 1 year ago

Please update to v2.0.8 and restart Homebridge. You may well continue to see this message for up to an hour. After this time has passed, please let me know if you then continue to see it in your logs.

Also make sure you only have one instance of the plugin running (ie, checking for old, forgotten homebridge installs etc).