garbled1 / homeassistant_ecowitt

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

Rain piezo sensor missing #145

Open bifbaf opened 1 year ago

bifbaf commented 1 year ago

I just updated by weather station (wittboy GW2000A) to the latest version 2.2.3. And now I did't receive the rain piezo data. Does anyone else have the same problem?

I am not 100% sure if the sensors for rain worked on 2.2.3 because I also erased the integration in the meantime and installed it again.

I also see this in the logs

2023-03-09 13:24:42.720 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type runtime value 82532, file a PR. 2023-03-09 13:24:42.721 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type rrain_piezo value 0.000, file a PR. 2023-03-09 13:24:42.722 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type erain_piezo value 0.728, file a PR. 2023-03-09 13:24:42.722 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type hrain_piezo value 0.004, file a PR. 2023-03-09 13:24:42.723 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type drain_piezo value 0.130, file a PR. 2023-03-09 13:24:42.724 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type wrain_piezo value 0.819, file a PR. 2023-03-09 13:24:42.725 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type mrain_piezo value 0.823, file a PR. 2023-03-09 13:24:42.726 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type yrain_piezo value 1.283, file a PR. 2023-03-09 13:24:42.726 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type ws90cap_volt value 4.8, file a PR. 2023-03-09 13:24:42.727 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type ws90_ver value 126, file a PR. 2023-03-09 13:24:42.728 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type wh90batt value 3.08, file a PR. 2023-03-09 13:24:42.729 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR. 2023-03-09 13:25:43.724 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type runtime value 82593, file a PR. 2023-03-09 13:25:43.725 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type rrain_piezo value 0.000, file a PR. 2023-03-09 13:25:43.725 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type erain_piezo value 0.728, file a PR. 2023-03-09 13:25:43.727 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type hrain_piezo value 0.004, file a PR. 2023-03-09 13:25:43.727 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type drain_piezo value 0.130, file a PR. 2023-03-09 13:25:43.728 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type wrain_piezo value 0.819, file a PR. 2023-03-09 13:25:43.729 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type mrain_piezo value 0.823, file a PR. 2023-03-09 13:25:43.730 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type yrain_piezo value 1.283, file a PR. 2023-03-09 13:25:43.731 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type ws90cap_volt value 4.8, file a PR. 2023-03-09 13:25:43.731 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type ws90_ver value 126, file a PR. 2023-03-09 13:25:43.732 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type wh90batt value 3.08, file a PR. 2023-03-09 13:25:43.733 WARNING (MainThread) [custom_components.ecowitt] Unhandled sensor type interval value 60, file a PR.

Bildschirm­foto 2023-03-09 um 13 25 59

bifbaf commented 1 year ago

I think this is the same issue as mentioned in

142