garbled1 / homeassistant_ecowitt

Ecowitt Weather Station integration for homeassistant
Apache License 2.0
143 stars 70 forks source link

Some Unhandled Sensors #165

Open EdDickens opened 9 months ago

EdDickens commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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