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

Unhandled Sensor Type In Logs #103

Open
pkscout opened this issue Apr 8, 2022 · 2 comments
Open

Unhandled Sensor Type In Logs #103

pkscout opened this issue Apr 8, 2022 · 2 comments

Comments

@pkscout
Copy link

pkscout commented Apr 8, 2022

2022-04-08 12:21:27 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type runtime value 417745, file a PR.

I'm using two WH31 Multi-Channel 2-in-1 Temperature and Humidity Sensors in addition to the Ecowitt bridge. These are the multi-channel ones, so I have one on Channel 1 and the other on Channel 2.

https://www.ecowitt.com/shop/goodsDetail/55

@PCjabber
Copy link

I also receive these messages in the log. I also have a WH31 multi-channel T&H, in addition to a WS80 anemometer, WH40 rain cup, connected via a GW1100 gateway. Gateway firmware is latest 2.1.4 (GW1100B_V2.1.4).

2022-04-18 23:54:27 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type runtime value 282191, file a PR.
2022-04-18 23:54:44 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type runtime value 282208, file a PR.
2022-04-18 23:55:01 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type runtime value 282225, file a PR.
2022-04-18 23:55:18 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type runtime value 282242, file a PR.

These messages repeat about 2-4 times per minute.
When I reboot the GW1100, the logged value that appears in the HA log is close to 0 (e.g. 4). It seems this may be an uptime counter (seconds since reboot) for the Gateway/Console that's pushing the data.

@dkirker
Copy link

dkirker commented Apr 25, 2022

I created this pull request #110 which adds "runtime" as an ignored sensor and also adds quotes in the logging output. It looks like that was also added with #109

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

3 participants