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

recurring errors in log file when using conbee II / deconz /phoscon #472

Open
schluo opened this issue Sep 7, 2023 · 1 comment
Open
Labels

Comments

@schluo
Copy link

schluo commented Sep 7, 2023

When connecting the adapter to a conbee II stick each polling will create an error message because the ID of "All" group provided by the gateway is 65520 which is not in the expected range.

The log entries looks like shown below

To Reproduce
connect HUE adapter the phoscon / conbee II

Expected behavior
Group IDs outside -255 to 255 should be accepted

Screenshots & Logfiles
hue.0 | 2023-09-07 12:18:44.567 | error | Cannot update group state of Phoscon-GW.All (0): Value, '65520' is not within allowed limits: min=-255 max=255 for 'id'

hue.0 | 2023-09-07 12:18:33.746 | error | Cannot update group state of Phoscon-GW.All (0): Value, '65520' is not within allowed limits: min=-255 max=255 for 'id'

Versions:

  • Adapter version: 3.10.0
  • JS-Controller version: 4.0.24
  • Node version: v18.17.1
  • Operating system: ubuntu / docker
  • Bridge model: phoscon Gateway with conbee II 2.23.00, 26720700

Screenshot 2023-09-07 122553

@foxriver76
Copy link
Member

Error and validation comes from used module https://github.com/peter-murray/node-hue-api

@mcm1957 mcm1957 added the bug label Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants