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

2.4.2 flooding logs with error (red) messages #69

Closed
JoelGit opened this issue Aug 20, 2022 · 1 comment
Closed

2.4.2 flooding logs with error (red) messages #69

JoelGit opened this issue Aug 20, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@JoelGit
Copy link
Contributor

JoelGit commented Aug 20, 2022

Describe The Bug:
Since updating to 2.4.2, logs are flooded with error (red) messages. Examples (device names XXXXX out for privacy):

[8/19/2022, 10:18:40 PM] [Lutron] Failed to process device: Error: Failed to wire new device Smart Bridge 2: Skipping: Device type SmartBridge supported natively, skipping setup

[8/19/2022, 10:18:40 PM] [Lutron] Failed to process device: Error: Failed to wire new device XXXXXXX: Skipping: Device type WallSwitch supported natively, skipping setup

[8/19/2022, 10:18:40 PM] [Lutron] Failed to process device: Error: Failed to wire new device XXXXXXX: Skipping: Device type PlugInDimmer not recognized. Please file a ticket and tell me about it

To Reproduce:
Update to 2.4.2. 2.4.0 does not have this issue, confirmed by downgrading back to 2.4.0.

Expected behavior:

Logs:

Sampling of errors. I've got tons of these:

[8/19/2022, 10:18:40 PM] [Lutron] Failed to process device: Error: Failed to wire new device Smart Bridge 2: Skipping: Device type SmartBridge supported natively, skipping setup

[8/19/2022, 10:18:40 PM] [Lutron] Failed to process device: Error: Failed to wire new device XXXXXXX: Skipping: Device type WallSwitch supported natively, skipping setup

[8/19/2022, 10:18:40 PM] [Lutron] Failed to process device: Error: Failed to wire new device XXXXXXX: Skipping: Device type PlugInDimmer not recognized. Please file a ticket and tell me about it

Plugin Config:

{
            "name": "Lutron",
            "platform": "LutronCasetaLeap",
            "secrets": [
                {
                    "bridgeid": XXXXXX,
                    "ca": XXXXXX,
                    "cert": XXXXX,
                    "key": XXXXXX
                }
            ],
            "options": {
                "filterPico": false,
                "filterBlinds": true,
                "clickSpeedDouble": "default",
                "clickSpeedLong": "disabled"
            }
        }

Screenshots:

Environment:

  • Plugin Version: 2.4.2
  • Homebridge Version: 1.5.0
  • Node.js Version: 16.6
  • NPM Version:
  • Operating System: Raspbian
@JoelGit JoelGit added the bug Something isn't working label Aug 20, 2022
@thenewwazoo
Copy link
Owner

Yeah, I figured this would get a ticket :) you can ignore them, they’re not actually errors. I’ll probably push an update to change how those messages are passed so they aren’t so scary. Thank you for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants