Skip to content

PetLibro Password Limitation

Jamie Jones edited this page Oct 31, 2024 · 1 revision

Password Limitation for PetLibro Integration

Summary

The PetLibro integration for Home Assistant has a password character limit due to API restrictions. When attempting to log in with a password exceeding 18 characters, users may encounter errors such as ILLEGAL_PASSWORD.

Workaround

  • Use a password of 18 characters or fewer.
  • Passwords with a character length of 15-18, including special characters (A-Z, a-z, 0-9, !@#$%^&*), are supported.

Example Log Error

Logger: custom_components.petlibro.config_flow Message: Login attempt failed: Code: 1102, Message: ILLEGAL_PASSWORD

For more details, refer to the GitHub Issue #16.