Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: PLAF301US / OneRFIDFeeder | From issue #15 add the ability to change the opening speed/type of the lid #28

Open
1 task done
jjjonesjr33 opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
Enhancement New feature or request

Comments

@jjjonesjr33
Copy link
Owner

Device model name

OneRFIDFeeder

Device model number

PLAF301US

Device type

Feeder

Feature name

Change the opening speed of the lid

Describe the feature

Described in issue #15

the endpoint is:
https://api.us.petlibro.com/device/setting/updateCoverSetting

post request (keep open):

{
  "deviceSn": "AF06013AF056214A2",
  "coverOpenMode": "KEEP_OPEN",
  "coverCloseSpeed": null,
  "closeDoorTimeSec": null
}

post request (personal):

{
  "deviceSn": "AF06013AF056214A2",
  "coverOpenMode": "CUSTOM",
  "coverCloseSpeed": null,
  "closeDoorTimeSec": null
}

there is also room for changing the speed and auto close time for when the pet has opened the lid.

https://api.us.petlibro.com/device/setting/updateCoverSetting

{
  "deviceSn": "AF0601314D89978A9",
  "coverOpenMode": null,
  "coverCloseSpeed": "FAST",
  "closeDoorTimeSec": 1
}

close speed can be FAST, MEDIUM, SLOW, close time can be 1 - 10 sec.

What problem does this feature solve?

Gives more control to user. Adds ability to change the settings via Home Assistant.

Available to help with the feature development

  • I agree to help with testing or providing relevant information for this feature request
@jjjonesjr33 jjjonesjr33 added the Enhancement New feature or request label Nov 18, 2024
@jjjonesjr33 jjjonesjr33 self-assigned this Nov 18, 2024
@github-project-automation github-project-automation bot moved this to To triage in Petlibro Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request
Projects
Status: To triage
Development

No branches or pull requests

1 participant