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

Online/Offline state not recognized #23

Open
r2shyyou opened this issue Nov 29, 2022 · 2 comments
Open

Online/Offline state not recognized #23

r2shyyou opened this issue Nov 29, 2022 · 2 comments

Comments

@r2shyyou
Copy link

r2shyyou commented Nov 29, 2022

Hi @seydx, the switch does not seem to function based on online/offline state, whereas the contact sensor works perfectly.

I have a Canon MG4250 and the switch does not turn on when the printer is online. The contact sensor accessory correctly changes state when the printer is printing, and changes back when done printing, but the switch accessory never changes.

Thanks in advance for looking into this

@R-Rennert
Copy link

Hi,

Have setup for my Epson XP-445 and contact sensor and fill state of printer cartridge works correctly. Only switch doesnt show online state.

        "name": "PrinterPlatform",
        "debug": true,
        "printer": [
            {
                "name": "EPSON Print",
                "address": "http://192.168.178.30:631",
                "polling": 10,
                "marker": true,
                "switchType": "SWITCH",
                "manufacturer": "EPSON",
                "model": "XP-445"
            },
            {
                "polling": 10
            }
        ],
        "_bridge": {
            "username": "0E:B1:05:84:C7:8D",
            "port": 51187
        },
        "platform": "PrinterPlatform"
    }

@RickyEnduro
Copy link

RickyEnduro commented Mar 22, 2023

I have the same issue with a different model Epson printer. Contact sensor works fine and shows when the printer is printing, however the online status is always off. Any thoughts are welcome :-)

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants