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

Plugin generating warnings of 0 Ambient light levels #10

Open
Tony-usr opened this issue Aug 14, 2024 · 1 comment
Open

Plugin generating warnings of 0 Ambient light levels #10

Tony-usr opened this issue Aug 14, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Tony-usr
Copy link

Describe Your Problem:
plugin is receiving zero values for all sensors as shown in log below. This started a few days ago. I have restarted Homebridge and also restarted the OS

Logs:

[14/08/2024, 09:28:00] [homebridge-solaxcloud-api] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://homebridge.io/w/JtMGR for more info.
[14/08/2024, 09:28:00] [homebridge-solaxcloud-api] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://homebridge.io/w/JtMGR for more info.
[14/08/2024, 09:28:00] [homebridge-solaxcloud-api] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://homebridge.io/w/JtMGR for more info.
[14/08/2024, 09:28:00] [homebridge-solaxcloud-api] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://homebridge.io/w/JtMGR for more info.
[14/08/2024, 09:28:00] [homebridge-solaxcloud-api] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://homebridge.io/w/JtMGR for more info.
[14/08/2024, 09:28:00] [homebridge-solaxcloud-api] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://homebridge.io/w/JtMGR for more info.
[14/08/2024, 09:28:00] [homebridge-solaxcloud-api] This plugin generated a warning from the characteristic 'Current Ambient Light Level': characteristic was supplied illegal value: number 0 exceeded minimum of 0.0001. See https://homebridge.io/w/JtMGR for more info.

Plugin Config:

Show your Homebridge config.json here, remove any sensitive information.

{
    "inverters": [
        {
            "brand": "solax",
            "tokenId": "**********************",
            "name": "My Solax Inverter",
            "sn": "****************",
            "hasBattery": true
        }
    ],
    "pollingFrequency": 300,
    "smoothMeters": false,
    "smoothingMethod": "sma",
    "pureHomeApp": true,
    "platform": "SolaxCloudAPI"
}

Screenshots:

Environment:

  • Plugin Version: v2.3.3
  • Homebridge Version: 1.8.4
  • Node.js Version: v20.12.2
  • NPM Version: 10.5.0
  • Operating System: Raspbian Debian GNU/Linux Bookworm (12)
@Tony-usr Tony-usr added the question Further information is requested label Aug 14, 2024
@Tony-usr
Copy link
Author

And now it seems to "magically" cleared.....

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

No branches or pull requests

1 participant