node-red-contrib-amazon-echo: Error in log WARNING (MainThread) [aiohue.util] Received unexpected bridge id: 93xxxbxxx13 #56902

SUMMARY

This error is flooding my log since the last OS and Core updates, over 462,000 entries in 4 days

ECHO DEVICES

Dot

MODULE VERSION

CONFIGURATION

CONSOLE OUTPUT

STEPS TO REPRODUCE

Just leave Home Assistant running

EXPECTED RESULTS

No errors

ACTUAL RESULTS

From log file:-

Logger: aiohue.util Source: /usr/local/lib/python3.9/site-packages/aiohue/util.py:21 First occurred: 15:39:19 (413 occurrences) Last logged: 15:47:19

Received unexpected bridge id: 93eadbeef13

It is logging error many thousands of time a day

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Reactions: 5
  • Comments: 17 (1 by maintainers)

Commits related to this issue

Most upvoted comments

I’m also facing exactly the same issue.

I have created a pull request with a proposed fix for the serial number - hopefully datech will respond, in which case we will get a permanent fix for the issue.

Serial number length has been fixed in v0.1.11

Thanks for your efforts here, appreciated.

I checked github activity for datech and he appears to have gone AWOL. Rather than wait for a response to my pull request I have published my own fork of the code to Node Red. It is a drop-in replacement for this library with the only difference being the correct length serial number. I have not experienced any Home Assistant error messages using my version.

If you decide to give my version a try you may need to refresh your Node Red palette manager to find it.

I was getting the same error, and had suppressed it by commenting out the log message in Home Assistant. This is unfortunately a temporary fix which gets overwritten the next time my Docker instance of Home Assistant gets rebuilt.

The problem would appear to lie with the serial number 93eadbeef13 defined in this repo’s /api/hue/templates/description.xml, line 17. Changing the serial from 93eadbeef13 to 93deadbeef13 should fix the problem.

I am guessing that eadbeef was a typo. I checked all the forks of this repo that are available in Node Red and none of them have changed the serial number, so all will cause the same endless log messages in Home Assistant.