Skip to content

Fix for Neos leak sensor humidity and temperature Issue #93#94

Merged
raetha merged 1 commit intoraetha:develfrom
sdegeorgio:devel
Nov 16, 2025
Merged

Fix for Neos leak sensor humidity and temperature Issue #93#94
raetha merged 1 commit intoraetha:develfrom
sdegeorgio:devel

Conversation

@sdegeorgio
Copy link
Copy Markdown

As per issue #93 changing
if sensor_type != SENSOR_TYPE_CLIMATE:
to
if sensor_type not in (SENSOR_TYPE_CLIMATE, SENSOR_TYPE_LEAK):
Enables the alarms to be correctly picked up.

This PR also adds the entities necessary to report the humidity and temperature to Home Assistant.

Note: This Neos sensor reports temperature in Celcius and not Farenheit, which is different to how the temperature sensor reports as per issue "Temp Sensor report Fahrenheit not Celsius" #85.

You can now see with these changes the sensor is reading all values correctly into Home Assistant:
image

image

@raetha raetha linked an issue Nov 15, 2025 that may be closed by this pull request
@raetha raetha self-requested a review November 15, 2025 13:42
@raetha raetha self-assigned this Nov 15, 2025
@raetha
Copy link
Copy Markdown
Owner

raetha commented Nov 15, 2025

This looks good! I just want to do a quick review from a computer and then will merge into devel for quick testing before releasing v3.1 that includes it.

@raetha raetha merged commit daff709 into raetha:devel Nov 16, 2025
2 of 5 checks passed
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

Successfully merging this pull request may close these issues.

Leak/humidity sensor alarm not handled in v3.1 devel

2 participants