home-assistant-libs / aioecowitt

Simple python library for the EcoWitt Protocol
Apache License 2.0
18 stars 14 forks source link

Ignore SOILADx calibration sensor values #127

Closed sam-ward closed 10 months ago

sam-ward commented 1 year ago

Add additional sensor value mappings to ignore the soiladx soil moisture sensor calibration values being sent since the v1.7.7 firmware update.

sam-ward commented 1 year ago

This should resolve https://github.com/home-assistant/core/issues/102738

sam-ward commented 10 months ago

Probably a bad assumption on my part, but I didn't see the point of always capturing what is essentially a static value. I guess it could be exposed as a diagnostic value if there's merit in it (assuming we can work out the scaling between the raw value and what the app shows).

pvizeli commented 10 months ago

Close in flavor of https://github.com/home-assistant-libs/aioecowitt/pull/145