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

Some Unhandled Sensors #165

Open
EdDickens opened this issue Dec 28, 2023 · 2 comments
Open

Some Unhandled Sensors #165

EdDickens opened this issue Dec 28, 2023 · 2 comments

Comments

@EdDickens
Copy link

Was poking around in the logs today and noticed this Warning.
Everything seems to be working as expected so not sure what's going on.
Any ideas?

This error originated from a custom integration.

Logger: custom_components.ecowitt
Source: custom_components/ecowitt/__init__.py:275
Integration: Ecowitt Weather Station
First occurred: December 13, 2023 at 10:30:28 AM (63432 occurrences)
Last logged: 8:46:53 AM

Unhandled sensor type console_batt value 3.00, file a PR.
Unhandled sensor type interval value 60, file a PR.
Unhandled sensor type runtime value 1874143, file a PR.
Unhandled sensor type runtime value 1874204, file a PR.
Unhandled sensor type runtime value 1874265, file a PR.
@mr-p666
Copy link

mr-p666 commented Dec 28, 2023

This just means that your weather station is sending sensor data that can't be interpreted by the integration.
So you can't use your console's battery status, the interval, how often the values are reported, and the runtime, which indicates how many seconds it has already been online.

@EdDickens
Copy link
Author

Thanks. Figured it was nothing critical but wanted to verify.

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

No branches or pull requests

2 participants