-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
Hi,
I'm using this fantastic project to read 10 sensors on my garden and works like a charm (running on docker).
Few days ago I found that a sensor seems having power problems on reading the values, so I've switched it with a spare, but the readings of Moisture and Conductivity are every loop at 0 (sometimes Moisture shows 1%.
The sensor works well in app, only the daemon reads 0, the other values are correct.
Example log:
[2024-07-17 10:19:29] Retrieving data from sensor "Limone" ...
[2024-07-17 10:19:31] Result: {"light": 1743, "temperature": 29.3, "moisture": 0, "conductivity": 0, "battery": 100}
[2024-07-17 10:19:31] Publishing to MQTT topic "homeassistant/sensor/limone/state"
Any clue?
Thanks
Metadata
Metadata
Assignees
Labels
No labels