core icon indicating copy to clipboard operation
core copied to clipboard

Toner colors unavailable after 2022.11b0

Open iridris opened this issue 1 year ago • 2 comments

The problem

After installing the 2022.11 beta, the toner colors are listed as unavailable.

Printer is a Canon MF8200C Series image

What version of Home Assistant Core has the issue?

2022.11.0b0

What was the last working version of Home Assistant Core?

2022.10.5

What type of installation are you running?

Home Assistant OS

Integration causing the issue

IPP

Link to integration documentation on our website

https://www.home-assistant.io/integrations/ipp/

Diagnostics information

Integration does not provide diagnostics.

Example YAML snippet

No YAML used

Anything in the logs that might be useful for us?

No logs in home-assistant.log related to IPP.

Additional information

No response

iridris avatar Oct 27 '22 13:10 iridris

Hey there @ctalkington, mind taking a look at this issue as it has been labeled with an integration (ipp) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of ipp can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Change the title of the issue.
  • @home-assistant unassign ipp Removes the current integration label and assignees on the issue, add the integration domain after the command.

(message by CodeOwnersMention)


ipp documentation ipp source (message by IssueLinks)

home-assistant[bot] avatar Oct 27 '22 13:10 home-assistant[bot]

Same here.

image

luisleonardo avatar Oct 27 '22 17:10 luisleonardo

I'm seeing this as well. will dig into it

ctalkington avatar Oct 27 '22 23:10 ctalkington

Not sure if it is relevant or helpful but no one else has mentioned it. The uptime sensor related to this integration is also having issues. It seems to reset every minute or so and sometimes every 5-10 seconds.

pdobrien3 avatar Oct 27 '22 23:10 pdobrien3

so I think I have narrowed this down slightly to atleast some change in response from my epson. It seems to now require me to explicitly request all the marker attributes. I'm not sure if this is firmware/spec change (recently upgraded that) or something in pyipp request serializer. timing and multiple people/devices impacted leads me to believe it has to be the pyipp update. It doesn't fail any pyipp tests because that's using mocked responses including all data but devices can behave per spec of requested or slightly off. my epson for example never used to respect requested attributes and gave back the whole kitchen sink

ctalkington avatar Oct 31 '22 02:10 ctalkington

should have a fix soon. was issue with fixing a bug in pyipp 0.12 that then exposed not all checked attributes were not being requested properly

ctalkington avatar Oct 31 '22 04:10 ctalkington

0b4 fixed this on my end. Thank you.

pdobrien3 avatar Oct 31 '22 18:10 pdobrien3