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

'Brightness': characteristic value expected valid finite number and received "undefined" (undefined) #1057

Closed
donavanbecker opened this issue Sep 21, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@donavanbecker
Copy link
Contributor

Bug Report

Describe the Bug

expected valid finite number and received "undefined"

To Reproduce

Steps to reproduce the behavior:

  • Start Homebridge
  • Logs below show.

Expected behavior

A clear and concise description of what you expected to happen.

Screenshots/Logs

[9/20/2022, 11:22:06 PM] [homebridge-ring] This plugin generated a warning from the characteristic 'Brightness': characteristic value expected valid finite number and received "undefined" (undefined). See https://homebridge.io/w/JtMGR for more info.
[9/20/2022, 11:22:06 PM] [homebridge-ring] This plugin generated a warning from the characteristic 'Brightness': characteristic value expected valid finite number and received "undefined" (undefined). See https://homebridge.io/w/JtMGR for more info.
[9/20/2022, 11:22:06 PM] [homebridge-ring] This plugin generated a warning from the characteristic 'Brightness': characteristic value expected valid finite number and received "undefined" (undefined). See https://homebridge.io/w/JtMGR for more info.

Additional context

Add any other context about the problem here.

Homebridge Ring Config

Post homebridge-ring platform config without sensitive information

{
    "refreshToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "alarmOnEntryDelay": true,
    "hideLightGroups": true,
    "hideDoorbellSwitch": false,
    "hideCameraSirenSwitch": true,
    "hideInHomeDoorbellSwitch": true,
    "hideAlarmSirenSwitch": true,
    "hideUnsupportedServices": true,
    "ffmpegPath": "/usr/local/bin/ffmpeg",
    "avoidSnapshotBatteryDrain": false,
    "beamDurationSeconds": 32767,
    "debug": false,
    "unbridgeCameras": true,
    "cameraStatusPollingSeconds": 10,
    "locationModePollingSeconds": 10,
    "locationIds": [
        "xxxxx-xxxxx-x"
    ],
    "name": "Ring",
    "_bridge": {
        "name": "Ring Bridge",
        "username": "xx:xx:xx:xx:xx:xx",
        "port": xxxxx,
        "manufacturer": "Ring",
        "model": "Bridge"
    },
    "platform": "Ring"
}

Environment

  • OS: macOS
  • Node.js: v16.17.0
  • homebridge-ring: v11.2.1
  • homebridge: v1.5.1-beta.1
@donavanbecker donavanbecker added the bug Something isn't working label Sep 21, 2022
@dgreif dgreif closed this as completed in 08aa0ea Oct 2, 2022
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

1 participant