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 #20 add the ability to change the display screen text/image #29

Open
1 task done
jjjonesjr33 opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
Deferred put off (an action or event) to a later time; postpone 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 display of the text/image

Describe the feature

Described in issue #20

Found the different ID's of the built in different light configs

id 5 = Heart Image
id 7 = Cat Image
id 6 = Dog Image
id 8 = Elk Image
id null = ANY Letters, HELLO or anything Custom Written.

so all requests with an ID look like this to the endpoint:

https://api.us.petlibro.com/device/device/displayMatrix

{
  "deviceSn": "AF06013AF056214A2",
  "screenDisplayId": 5,
  "screenDisplayMatrix": null,
  "screenLetter": "HELLO"
}

response is the same for all so i wont repeat it:

{
  "code": 0,
  "msg": null,
  "data": null
}

then any with null in the display id have the screen letter filled in like this:

{
  "deviceSn": "AF06013AF056214A2",
  "screenDisplayId": null,
  "screenDisplayMatrix": null,
  "screenLetter": "JAMIE JONES"
}

So i think we can probably build this in too! with an input text for custom messages and then a send to feeder button, and maybe an input select for the default id's?

character limit is 20, only accepts alphanumeric (and spaces) characters (not sure about different languages), and minimum 1 character. space is not allowed as the first character if it s the only character. but if other characters are there you can have as many spaces in the front as you like.

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
@jjjonesjr33 jjjonesjr33 added the Deferred put off (an action or event) to a later time; postpone label Dec 21, 2024
@jjjonesjr33 jjjonesjr33 moved this from To triage to Deferred in Petlibro Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Deferred put off (an action or event) to a later time; postpone Enhancement New feature or request
Projects
Status: Deferred
Development

No branches or pull requests

1 participant